macOS
brew install jjlocal Homebrew formula metadata
sudo port install jjMacPorts ports tree · textproc/jj/Portfile · source: api.github.com
brew
Git-compatible distributed version control system. Version 0.43.0 via Homebrew; verified 2026-07-02.
install
brew install jjlocal Homebrew formula metadata
sudo port install jjMacPorts ports tree · textproc/jj/Portfile · source: api.github.com
nix profile install nixpkgs#jjnixpkgs package indexes · pkgs/by-name/jj/jj/package.nix · source: api.github.com
scoop install main/jjScoop official bucket manifest trees · bucket/jj.json · source: api.github.com
winget install --id jj-vcs.jj -eWindows Package Manager source index · jj-vcs.jj · source: cdn.winget.microsoft.com
overview
Git-compatible distributed version control system
history
Jujutsu, invoked as `jj`, is a Git-compatible distributed version-control system that rethinks the user model around changes, automatic working-copy commits, an operation log, and undo. Its repository describes a storage abstraction that can use Git repositories as a backend while also drawing on ideas from Mercurial, Sapling, Darcs, and Google's Piper/CitC design.
Martin von Zweigbergk says in the project README that he started Jujutsu as a hobby project in late 2019, and that it later became his full-time work at Google with help from other Googlers while remaining a community-supported open-source project. The README also records that the repository moved to the `jj-vcs` GitHub organization in December 2024.
The design grew around a few deliberately non-Git ideas: the working copy is represented as a commit, conflicts are first-class objects, operations are logged, and descendants are automatically rebased after rewrites. At the same time, the Git backend lets users keep GitHub and GitLab-oriented collaboration paths.
Adoption has been driven by command-line developers who want Git interoperability without Git's index-centric workflow. The input package metadata records packaging across Homebrew, MacPorts, Nix, Scoop, and Winget, which is notable for a young VCS because it gives users a direct path on Unix-like and Windows systems.
The README notes that core developers use Jujutsu to develop Jujutsu on GitHub, turning the project into a self-hosting example for its own workflow.
`jj` is used as a daily version-control CLI: users initialize or colocate repositories with Git, make changes that are automatically snapshotted, rewrite and split changes, inspect history with revsets/templates, push through Git remotes, and use the operation log to understand or undo repository operations.
The tool is especially interesting for stacked-change workflows because descendants are automatically rebased when earlier changes are edited, and conflicts can be carried as repository state instead of forcing immediate textual resolution.
For package nerds, `jj` is one of the rare modern VCS packages that is not merely a Git porcelain: it has its own data model while preserving Git-backed distribution. That makes the package a useful bellwether for how far a new developer tool can spread through standard package managers before a 1.0 line.
Its Rust implementation, Git compatibility, operation log, and self-hosting use make it a high-signal package in the developer-tools ecosystem.
security posture
No matching local secret-handling manifest was found for jj. 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.
~/.jjconfig.toml$XDG_CONFIG_HOME/jj/config.toml~/.config/jj/config.toml$XDG_CONFIG_HOME/jj/conf.d/*.toml~/.config/jj/conf.d/*.toml/etc/jj/config.toml/etc/jj/conf.d/*.toml%APPDATA%\jj\config.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jj | 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:jj |
|---|---|
| Version | 0.43.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jj |
| Homepage | https://github.com/jj-vcs/jj |
| Repository | https://github.com/jj-vcs/jj |
| Upstream docs | https://docs.jj-vcs.dev/latest |
| License | Apache-2.0 |
| Source archive | https://github.com/jj-vcs/jj/archive/refs/tags/v0.43.0.tar.gz |
| Last updated | 2026-07-02T04:05:37Z |
| 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 | jj |
| Aliases |
|
| 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.
jj
nix profile install nixpkgs#jjjj
sudo port install jjmain/jj
scoop install main/jjjj-vcs.jj
winget install --id jj-vcs.jj -esource 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.