Icon

Jujutsu

Jujutsu (jj) is a Git-compatible version control system designed to simplify workflows by replacing staging and stashing with uniform commit/change commands. It uses Git backend internally and offers powerful features like fixed change IDs and flexible commit operations.
Latest: 0.41.0 Winget
Last checked: Jun 9, 2026 12:10am
Rank: 214/15140
Also monitored via:
GitHub Releases Site Monitor
Follow to track new versions in your feed.
Report

Overview

0
License: Apache-2.0Winget: Available

Version & Lifecycle

0
Current: 0.41.0 N-2: 0.37.0 Avg cadence: Every 28 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 19, 2026
0

jj Git prerequisite and user-config deployment note

For managed jj (Jujutsu) installs, treat Git as a prerequisite rather than a nice-to-have. The upstream install/setup docs say jj needs git 2.41.0 or newer, so deployment checks should verify Git first on older Windows images or long-lived developer workstations.

After installing the binary, seed user identity deliberately instead of relying on a first-run prompt. The documented commands are jj config set --user user.name "Jane Doe" and jj config set --user user.email "[email protected]"; use jj config path --user when you need to locate the user config file that was written.

For repeatable lab, CI, or packaged developer-shell launches, the config docs also document JJ_CONFIG as an override for the normal user config locations. On Windows the default user config path is under C:\Users\Alice\AppData\Roaming\jj\config.toml. Per-run overrides can be passed with --config-file <PATH> or --config <NAME=VALUE> on any jj command.

Sources: Jujutsu install and setup docs and Jujutsu configuration docs.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

jjJujutsu

Notes

0

Jujutsu is developed by jj-vcs and aims to replace existing version control systems with a simpler, more powerful approach. It is actively documented and demonstrated in tutorials as of 2025.