ZIP
WinGet
jj
jj-vcs · 0.38.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
jj-v0.38.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jj-vcs.jj
Version
0.38.0
Description
A Git-compatible VCS that is both simple and powerful
License
Apache-2.0
↗
Homepage
https://github.com/jj-vcs/jj
Installer URL
https://github.com/jj-vcs/jj/releases/download/v0.38.0/jj-v0.38.0-x86_64-pc-windows-msvc.zip
Release Notes
About
jj is a Git-compatible version control system that is both simple and powerful. See
the installation instructions to get started.
Release highlights
- Per-repo and per-workspace config is now stored outside the repo, for security
reasons. This is not a breaking change because we automatically migrate
legacy repos to this new format. .jj/repo/config.toml and
.jj/workspace-config.toml should no longer be used.
Breaking changes
- The minimum supported git command version is now 2.41.0.…