macOS
brew install jjlocal Homebrew formula metadata
sudo port install jjMacPorts ports tree · textproc/jj/Portfile · 来源: api.github.com
安装
brew install jjlocal Homebrew formula metadata
sudo port install jjMacPorts ports tree · textproc/jj/Portfile · 来源: api.github.com
nix profile install nixpkgs#jjnixpkgs package indexes · pkgs/by-name/jj/jj/package.nix · 来源: api.github.com
scoop install main/jjScoop official bucket manifest trees · bucket/jj.json · 来源: api.github.com
winget install --id jj-vcs.jj -eWindows Package Manager source index · jj-vcs.jj · 来源: cdn.winget.microsoft.com
概览
Git-compatible distributed version control system
历史
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.
安全态势
没有找到 jj 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
jj | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:jj |
|---|---|
| 版本 | 0.43.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/jj |
| 主页 | https://github.com/jj-vcs/jj |
| 仓库 | https://github.com/jj-vcs/jj |
| 上游文档 | https://docs.jj-vcs.dev/latest |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/jj-vcs/jj/archive/refs/tags/v0.43.0.tar.gz |
| 最后更新 | 2026-07-02T04:05:37Z |
| 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 | 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
jj
nix profile install nixpkgs#jjjj
sudo port install jjmain/jj
scoop install main/jjjj-vcs.jj
winget install --id jj-vcs.jj -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.