🤖 Just a command runner
justarkade get just
asdf
just
asdf plugin add justasdf install just <version>
Cargo
just
cargo install just
Cargo Binstall
just
cargo binstall just
Conda
just
conda install -c conda-forge just
Homebrew
just
brew install just
Nix
just
nix-env -iA nixpkgs.just
npm
rust-just
npm install -g rust-just
pipx
rust-just
pipx install rust-just
Snap
just
snap install --edge --classic just
Spack
just
spack install just
uv
rust-just
uv tool install rust-just
#### BSD
Operating System
Package Manager
Package
Command
FreeBSD
pkg
just
pkg install just
OpenBSD
pkg_*
just
pkg_add just
#### Linux
Operating System
Package Manager
Package
Command
Alpine
apk-tools
just
apk add just
Arch
pacman
just
pacman -S just
Debian 13 and
Ubuntu 24.04 derivatives
apt
just
apt install just
Fedora
DNF
just
dnf install just
Gentoo
Portage
dev-build/just
emerge -av dev-build/just
NixOS
Nix
just
nix-env -iA nixos.just
openSUSE
Zypper
just
zypper in just
Solus
eopkg
just
eopkg install just
Void
XBPS
just
xbps-install -S just
#### Windows
Package Manager
Package
Command
Chocolatey
just
choco install just
Scoop
just
scoop install just
Windows Package Manager
Casey/Just
winget install --id Casey.Just --exact
#### macOS
Package Manager
Package
Command
MacPorts
just
port install just
### Pre-Built Binaries
Pre-built binaries for Linux, macOS, and Windows can be found on
[the releases page](https://github.com/casey/just/releases).
You can use the following command on Linux, macOS, or Windows to download the
latest release, just replace `DEST` with the directory where you'd like to put
`just`:
```console
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to DEST
```
For example, to install `just` to `~/bin`:
```console
# create ~/bin
mkdir -p ~/bin
# download and extract just to ~/bin/just
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/bin
# add `~/bin` to the paths that your shell searches for executables
# this line should be added to your shell's initia