macOS
brew install jjlocal Homebrew formula metadata
sudo port install jjMacPorts ports tree · textproc/jj/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jj pour les workflows d'agents IA.
installation
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
aperçu
Git-compatible distributed version control system
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour jj. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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.tomlexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
jj | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:jj |
|---|---|
| Version | 0.43.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/jj |
| Page d'accueil | https://github.com/jj-vcs/jj |
| Dépôt | https://github.com/jj-vcs/jj |
| Docs amont | https://docs.jj-vcs.dev/latest |
| Licence | Apache-2.0 |
| Archive source | https://github.com/jj-vcs/jj/archive/refs/tags/v0.43.0.tar.gz |
| Dernière mise à jour | 2026-07-02T04:05:37Z |
| Pulse | updated |
| Dépendances de compilation | rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
jj
nix profile install nixpkgs#jjjj
sudo port install jjmain/jj
scoop install main/jjjj-vcs.jj
winget install --id jj-vcs.jj -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.