🔀Jujutsu
A Git-compatible VCS that is both simple and powerful
⭐ Very popular: 31k stars, gaining about 129 a week
View on GitHub ↗repo profile
momentum
durability
bus factor = how many people it takes to cover more than half the commits (6 months). 1 is a solo project; higher means the work is spread across a team. top-author share is the single busiest author's slice of those commits.
since we covered it
why it's a big deal
- Conflict-First Design: Tracks conflicts as structured objects, enabling smarter rebases and auto-resolutions.
- Operation Log with Undo: Every action is recorded and reversible, simplifying error recovery.
- Working-Copy-as-Commit: No index or stash, every file change is instantly versioned, streamlining workflows.
under the hood
- Git-Compatible Storage: Uses Git repos as backend while abstracting VCS logic for future extensibility.
- Rust-Powered Performance: Safe, concurrent operations designed for scale and reliability.
- Advanced History Tools: Commands like jj split and jj squash offer intuitive, granular control over commit history.
our take from PR#8, 2025-05-14
star history
- PR#8 14k 2025-05-14
- now 31k + 17k since first covered
curve is sampled from GitHub's star history, plus our own daily readings since we covered it; the dashed stretch is before we first covered it, the solid line since. figures at coverage are the numbers we printed then (approx.), current count is live.
understory
Quietly building: more output than attention, for now.
- output, commits & releases
- clout, star velocity
output = commits & releases; clout = star velocity, both 0 to 100 monthly indices; the gap where output runs above clout is the understory. The understory →
covered in
-
A Git-Compatible, Conflict-First Version Control System Built for Modern Workflows
similar projects
compare these →- 👩💻 Codex
3.4× the stars
Lightweight coding agent that runs in your terminal
106k ACTIVE - ⚡ RTK
2.5× the stars
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
76k ACTIVE - 🦀 DeepSeek-TUI
Open-source, community-driven agent harness
41k ACTIVE
comments
Sign in with GitHub to add your blip on Jujutsu.