macOS
brew install justlocal Homebrew formula metadata
sudo port install justMacPorts ports tree · sysutils/just/Portfile · source: api.github.com
brew
Handy way to save and run project-specific commands. Version 1.55.1 via Homebrew; verified 2026-06-30.
install
brew install justlocal Homebrew formula metadata
sudo port install justMacPorts ports tree · sysutils/just/Portfile · source: api.github.com
sudo apk add justAlpine Linux edge package indexes · just · source: dl-cdn.alpinelinux.org
sudo apt install justDebian stable package indexes · just · source: deb.debian.org
sudo dnf install justFedora Rawhide package metadata · just · source: dl.fedoraproject.org
nix profile install nixpkgs#justnixpkgs package indexes · pkgs/by-name/ju/just/package.nix · source: api.github.com
sudo pacman -S justArch Linux sync databases · just · source: geo.mirror.pkgbuild.com
sudo zypper install justopenSUSE Tumbleweed package metadata · just · source: download.opensuse.org
choco install justChocolatey community package catalog · just · source: community.chocolatey.org
scoop install main/justScoop official bucket manifest trees · bucket/just.json · source: api.github.com
winget install --id Casey.Just -eWindows Package Manager source index · Casey.Just · source: cdn.winget.microsoft.com
overview
Handy way to save and run project-specific commands
history
just is a cross-platform command runner for saving project-specific commands in a `justfile`. It borrows the familiar recipe shape of Makefiles but deliberately avoids being a timestamp-based build system.
Casey Rodarmor created the `just` repository on 2016-06-17. The project grew from a practical frustration with using `make` for non-build automation: developers wanted named commands, arguments, helpful errors, directory search, completions, and readable syntax without Make's build-system semantics.
The official manual frames `just` as a command runner, not a build system. Recipes live in a file named `justfile`, `Justfile`, `.justfile`, or one of the documented fallback locations, and users invoke them as `just RECIPE`.
Version 1.0.0 was published on GitHub on 2022-02-22. By 2026-07-01, the repository metadata showed more than 34,000 GitHub stars and regular release activity, indicating that `just` had moved well beyond a niche Rust utility.
The official README documents installation through package managers, prebuilt binaries, and Cargo. The input package metadata shows broad packaging across Alpine, Homebrew, Chocolatey, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, winget, and openSUSE-family packages.
Adoption has been helped by `just` being a single Rust-built CLI with no runtime dependency on a language-specific project stack. It fits repositories that want a shared entry point for testing, linting, formatting, release tasks, Docker commands, or local development setup.
A repository usually stores recipes in `justfile`; running `just` lists available recipes, and running `just name args...` executes one recipe. The manual documents shell selection, dotenv loading, parameters, aliases, imports, modules, completions, and recipes written in arbitrary languages.
The key usage boundary is that `just` does not replace Make for dependency-aware incremental builds. It replaces the common pattern of using Makefiles or ad hoc scripts as a menu of project commands.
just is significant because it became the package-manager-friendly version of a tiny team convention. A single binary plus a plain text `justfile` gives projects a predictable command surface without requiring contributors to learn an entire build system.
For package nerds, it is also interesting as a Rust CLI that is packaged almost everywhere and competes with decades of Make muscle memory by being intentionally less powerful in the build-system sense.
security posture
No matching local secret-handling manifest was found for just. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
justfileJustfile.justfile$XDG_CONFIG_HOME/just/justfile~/.config/just/justfile~/justfile~/.justfileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
just | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:just |
|---|---|
| Version | 1.55.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/just |
| Homepage | https://just.systems |
| Repository | https://github.com/casey/just |
| Upstream docs | https://github.com/casey/just |
| License | CC0-1.0 |
| Source archive | https://github.com/casey/just/archive/refs/tags/1.55.1.tar.gz |
| Last updated | 2026-06-30T08:35:51Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | just |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
just 1.40.0-1+b1
Save and run project-specific commands
sudo apt install justjust
nix profile install nixpkgs#justjust 1.21.0-1
Save and run project-specific commands
sudo apt install justjust 1.48.1-r0
Just a command runner
sudo apk add justjust-bash-completion 1.48.1-r0
Bash completions for just
sudo apk add just-bash-completionjust-doc 1.48.1-r0
Just a command runner (documentation)
sudo apk add just-docjust-fish-completion 1.48.1-r0
Fish completions for just
sudo apk add just-fish-completionjust-zsh-completion 1.48.1-r0
Zsh completions for just
sudo apk add just-zsh-completionjust 1.51.0-1.fc45
Just a command runner
sudo dnf install justjust 1.52.0-1
A handy way to save and run project-specific commands
sudo pacman -S justjust 1.51.0-1.1
Commmand runner
sudo zypper install justjust-bash-completion 1.51.0-1.1
Bash Completion for just
sudo zypper install just-bash-completionjust-fish-completion 1.51.0-1.1
Fish Completion for just
sudo zypper install just-fish-completionjust-zsh-completion 1.51.0-1.1
Zsh Completion for just
sudo zypper install just-zsh-completionjust
sudo port install justjust
choco install justsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.