Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Linux Installation

Binary Release

Linux x86_64

curl -LO https://github.com/juliojimenez/hash/releases/download/v34/hash-shell-v34-linux-x86_64
chmod +x hash-shell-v34-linux-x86_64
sudo mv hash-shell-v34-linux-x86_64 /usr/local/bin/hash-shell
hash-shell

Linux ARM64

curl -LO https://github.com/juliojimenez/hash/releases/download/v34/hash-shell-v34-linux-aarch64
chmod +x hash-shell-v34-linux-aarch64
sudo mv hash-shell-v34-linux-aarch64 /usr/local/bin/hash-shell
hash-shell

Debian/Ubuntu Packages

Ubuntu 24.04 (Noble)

curl -LO https://github.com/juliojimenez/hash/releases/download/v34/hash-shell_34-1~noble_amd64.deb
sudo dpkg -i hash-shell_34-1~noble_amd64.deb

Ubuntu 22.04 (Jammy)

curl -LO https://github.com/juliojimenez/hash/releases/download/v34/hash-shell_34-1~jammy_amd64.deb
sudo dpkg -i hash-shell_34-1~jammy_amd64.deb

Debian Bookworm

curl -LO https://github.com/juliojimenez/hash/releases/download/v34/hash-shell_34-1~bookworm_amd64.deb
sudo dpkg -i hash-shell_34-1~bookworm_amd64.deb

Debian Trixie

curl -LO https://github.com/juliojimenez/hash/releases/download/v34/hash-shell_34-1~trixie_amd64.deb
sudo dpkg -i hash-shell_34-1~trixie_amd64.deb

For automatic updates, use the APT repository:

echo "deb [trusted=yes] https://hash-shell.org/apt/ stable main" | sudo tee /etc/apt/sources.list.d/hash-shell.list
sudo apt update
sudo apt install hash-shell

See APT Installation for more details.

Verify Installation

hash-shell --version
hash-shell