Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system.
It aims to provide both user-friendly and powerful interfaces for users, as well as extreme scalability to deal with repositories containing many millions of files and many millions of commits.
This is free and open source software.
Key Features
- The Sapling client: The client-side sl command line and web interface for users to interact with Sapling SCM. It was originally based on Mercurial.
- Mononoke: A highly scalable distributed source control server. Not yet supported publicly, OSS is buildable for unsupported experimentation.
- EdenFS: A virtual filesystem for efficiently checking out large repositories. While it is used in production within Meta it is not yet supported for external usage. OSS builds in GitHub Actions are available for unsupported experimentation. EdenFS speeds up operations in large repositories by only populating working directory files on demand, as they are accessed. This makes operations like
checkoutmuch faster, in exchange for a small performance hit when first accessing new files. This is quite beneficial in large repositories where developers often only work with a small subset of the repository at a time.
Website: sapling-scm.com
Support: GitHub Code Repository
Developer: Meta Platforms, Inc.
License: GNU General Public License v2.0
Sapling is written in Rust and Python. Learn Rust with our recommended free books and free tutorials Learn Python with our recommended free books and free tutorials.
Related Software
| Revision Control Tools | |
|---|---|
| Git | Used in high profile open source projects, most notably the Linux kernel |
| Jujutsu | Powerful version control system for software projects |
| Mercurial | Fast, lightweight Source Control Management system |
| Subversion | General system that can be used to manage any collection of files |
| Darcs | An advanced revision control system |
| Fossil | Distributed version control system |
| dat | Distributed data community for the next generation Web |
| Sapling | Scalable, user-friendly source control system |
| Pijul | Sound and fast distributed version control system |
| CVS | Concurrent Versions System |
| Breezy | Decentralized revision control system supporting Bazaar and Git formats |
| Monotone | Especially strong in its support of a diverge/merge workflow |
| Game of Trees | Prioritizes ease of use and simplicity over flexibility |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

