Jujutsu is a [[Apache v2]] licensed version control system written in [[Rust]]. - [Website](https://martinvonz.github.io/jj/v0.13.0/) - [Source](https://github.com/martinvonz/jj) - Documentation > A [[git|git]]-compatible VCS that is both simple and powerful # Notability # Philosophy > Jujutsu is unlike most other systems, because internally it abstracts the user interface and version control algorithms from the _storage systems_ used to serve your content. This allows it to serve as a VCS with many possible physical backends, that may have their own data or networking models—like [Mercurial](https://www.mercurial-scm.org/) or [Breezy](https://www.breezy-vcs.org/), or hybrid systems like Google's cloud-based design, [Piper/CitC](https://youtu.be/W71BTkUbdqE?t=645). > > Today, we use Git repositories as a storage layer to serve and track content, making it **compatible with many of your favorite Git-based tools, right now!** # OS Support # Features # Tips # References