brew install porech/tap/dwshell
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://porech.github.io/dwshell/dist/apt/key.asc | sudo tee /etc/apt/keyrings/dwshell.asc >/dev/null
echo "deb [signed-by=/etc/apt/keyrings/dwshell.asc] https://porech.github.io/dwshell/dist/apt ./" | sudo tee /etc/apt/sources.list.d/dwshell.list
sudo apt update && sudo apt install dwshell
sudo curl -fsSL https://porech.github.io/dwshell/dist/yum/dwshell.repo -o /etc/yum.repos.d/dwshell.repo
sudo dnf install dwshell
sudo curl -fsSL https://porech.github.io/dwshell/dist/apk/dwshell.rsa.pub -o /etc/apk/keys/dwshell.rsa.pub
echo "https://porech.github.io/dwshell/dist/apk" | sudo tee -a /etc/apk/repositories
sudo apk update && sudo apk add dwshell
Pre-built binaries for every platform are attached to each GitHub release.