macOS
brew install justlocal Homebrew formula metadata
sudo port install justMacPorts ports tree · sysutils/just/Portfile · ソース: api.github.com
brew
just のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install justlocal Homebrew formula metadata
sudo port install justMacPorts ports tree · sysutils/just/Portfile · ソース: api.github.com
sudo apk add justAlpine Linux edge package indexes · just · ソース: dl-cdn.alpinelinux.org
sudo dnf install justFedora Rawhide package metadata · just · ソース: dl.fedoraproject.org
nix profile install nixpkgs#justnixpkgs package indexes · pkgs/by-name/ju/just/package.nix · ソース: api.github.com
sudo pacman -S justArch Linux sync databases · just · ソース: geo.mirror.pkgbuild.com
sudo zypper install justopenSUSE Tumbleweed package metadata · just · ソース: download.opensuse.org
choco install justChocolatey community package catalog · just · ソース: community.chocolatey.org
scoop install main/justScoop official bucket manifest trees · bucket/just.json · ソース: api.github.com
winget install --id Casey.Just -eWindows Package Manager source index · Casey.Just · ソース: cdn.winget.microsoft.com
概要
Handy way to save and run project-specific commands
履歴
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.
セキュリティ状態
just に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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~/.justfile実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
just | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:just |
|---|---|
| バージョン | 1.57.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/just |
| ホームページ | https://just.systems |
| リポジトリ | https://github.com/casey/just |
| 上流ドキュメント | https://github.com/casey/just |
| ライセンス | CC0-1.0 |
| ソースアーカイブ | https://github.com/casey/just/archive/refs/tags/1.57.0.tar.gz |
| 最終更新 | 2026-07-19T04:49:07Z |
| Pulse | updated |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 justソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.