Automic VaultAutomic Vault

brew

just mit Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für just in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install just

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install just

MacPorts ports tree · sysutils/just/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add just

Alpine Linux edge package indexes · just · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install just

Debian stable package indexes · just · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install just

Fedora Rawhide package metadata · just · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#just

nixpkgs package indexes · pkgs/by-name/ju/just/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S just

Arch Linux sync databases · just · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install just

openSUSE Tumbleweed package metadata · just · Quelle: download.opensuse.org

Windows

Chocolateyverifiziert · 92%
choco install just

Chocolatey community package catalog · just · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/just

Scoop official bucket manifest trees · bucket/just.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id Casey.Just -e

Windows Package Manager source index · Casey.Just · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Handy way to save and run project-specific commands

Befehle und Aliase

  • just

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2016-06-17: The just GitHub repository is created.
  • 2022-02-22: just 1.0.0 is published on GitHub.
  • 2022-02-28: just 1.0.1 is published on GitHub with prebuilt release artifacts.
  • 2026-06-30: just 1.55.1 is published on GitHub.

Related projects

  • GNU Make is the historical comparison point and the tool whose command-runner misuse just often replaces.
  • Taskfile and npm scripts are adjacent ways to publish project commands.
  • just-lsp provides Language Server Protocol support for editing justfiles.
  • Cargo is the Rust package manager used to install just from source or crates.io.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für just wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
justfileJustfile.justfile$XDG_CONFIG_HOME/just/justfile~/.config/just/justfile~/justfile~/.justfile

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
justcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version1.57.0
Manager aktualisiert2026-07-19
lokale DatenOK
Upstreamaktuell
neueste erkannte Version1.57.0

https://github.com/casey/just

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:just
Version1.57.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/just
Homepagehttps://just.systems
Repositoryhttps://github.com/casey/just
Upstream-Dokumentationhttps://github.com/casey/just
LizenzCC0-1.0
Quellarchivhttps://github.com/casey/just/archive/refs/tags/1.57.0.tar.gz
Zuletzt aktualisiert2026-07-19T04:49:07Z
Pulseupdated
Build-Abhängigkeitenrust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejust
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

just 1.40.0-1+b1

Save and run project-specific commands

https://github.com/casey/just

sudo apt install just
  • Section: devel
  • Architecture: amd64
  • Source Package: rust-just
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Just
Debian stable package indexes · deb.debian.org · Debian stable package indexes: just from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

just

nix profile install nixpkgs#just
  • normalized package name match
  • Abgeglichen nach: Just
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ju/just/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

just 1.21.0-1

Save and run project-specific commands

https://github.com/casey/just

sudo apt install just
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: rust-just
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Just
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: just from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

just 1.48.1-r0

Just a command runner

https://github.com/casey/just

sudo apk add just
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: just
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Just
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: just from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

just-bash-completion 1.48.1-r0

Bash completions for just

https://github.com/casey/just

sudo apk add just-bash-completion
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: just
  • normalized package name match
  • Abgeglichen nach: Just
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: just-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

just-doc 1.48.1-r0

Just a command runner (documentation)

https://github.com/casey/just

sudo apk add just-doc
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: just
  • normalized package name match
  • Abgeglichen nach: Just
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: just-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

just-fish-completion 1.48.1-r0

Fish completions for just

https://github.com/casey/just

sudo apk add just-fish-completion
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: just
  • normalized package name match
  • Abgeglichen nach: Just
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: just-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

just-zsh-completion 1.48.1-r0

Zsh completions for just

https://github.com/casey/just

sudo apk add just-zsh-completion
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: just
  • normalized package name match
  • Abgeglichen nach: Just
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: just-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

just 1.51.0-1.fc45

Just a command runner

https://crates.io/crates/just

sudo dnf install just
  • License: CC0-1.0 AND Apache-2.0 AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-just
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Just
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: just from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

just 1.52.0-1

A handy way to save and run project-specific commands

https://github.com/casey/just

sudo pacman -S just
  • License: CC0-1.0
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Just
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: just from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

just 1.51.0-1.1

Commmand runner

https://github.com/casey/just

sudo zypper install just
  • License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (MIT
  • Category: Development/Tools/Building
  • Architecture: x86_64
  • Source Package: just
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Just
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: just from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

just-bash-completion 1.51.0-1.1

Bash Completion for just

https://github.com/casey/just

sudo zypper install just-bash-completion
  • License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: just
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Just
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: just-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

just-fish-completion 1.51.0-1.1

Fish Completion for just

https://github.com/casey/just

sudo zypper install just-fish-completion
  • License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: just
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Just
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: just-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

just-zsh-completion 1.51.0-1.1

Zsh Completion for just

https://github.com/casey/just

sudo zypper install just-zsh-completion
  • License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: just
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Just
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: just-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

just

sudo port install just
  • normalized package name match
  • Abgeglichen nach: Just
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/just/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

just

choco install just
  • normalized package name match
  • Abgeglichen nach: Just
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: just from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','jetbrains-rider'

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment