{"id":13458701,"url":"https://github.com/facebook/sapling","last_synced_at":"2025-12-12T12:22:42.426Z","repository":{"id":37429454,"uuid":"58146669","full_name":"facebook/sapling","owner":"facebook","description":"A Scalable, User-Friendly Source Control System.","archived":false,"fork":false,"pushed_at":"2025-05-08T15:19:22.000Z","size":378812,"stargazers_count":6367,"open_issues_count":266,"forks_count":300,"subscribers_count":72,"default_branch":"main","last_synced_at":"2025-05-08T15:38:57.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sapling-scm.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facebook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-05-05T16:53:47.000Z","updated_at":"2025-05-08T15:19:26.000Z","dependencies_parsed_at":"2023-09-23T20:31:42.657Z","dependency_job_id":"5ffc4578-2a78-4c0c-8e2c-263ac1322574","html_url":"https://github.com/facebook/sapling","commit_stats":{"total_commits":90199,"total_committers":1793,"mean_commits":50.30619074177356,"dds":0.9091009878158295,"last_synced_commit":"a38deb6e981dc92b171e8479eec486d47cd05529"},"previous_names":["facebookexperimental/eden"],"tags_count":84,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fsapling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fsapling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fsapling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fsapling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facebook","download_url":"https://codeload.github.com/facebook/sapling/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253671901,"owners_count":21945471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T09:00:55.381Z","updated_at":"2025-12-12T12:22:32.393Z","avatar_url":"https://github.com/facebook.png","language":"Rust","readme":"# Sapling SCM\n\nSapling SCM is a cross-platform, highly scalable, Git-compatible source control system.\n\nIt aims to provide both user-friendly and powerful interfaces for users, as\nwell as extreme scalability to deal with repositories containing many millions\nof files and many millions of commits.\n\n# Using Sapling\nTo start using Sapling, see the [Getting Started](https://sapling-scm.com/docs/introduction/getting-started) page for how to clone your existing Git repositories. Checkout the [Overview](https://sapling-scm.com/docs/overview/intro) for a peek at the various features. Coming from Git? Checkout the [Git Cheat Sheet](http://sapling-scm.com/docs/introduction/git-cheat-sheet).\n\nSapling also comes with an [Interactive Smartlog (ISL)](http://sapling-scm.com/docs/addons/isl) web UI for seeing and interacting with your repository, as well as a VS Code integrated Interactive Smartlog.\n\n# The Sapling Ecosystem\n\nSapling SCM is comprised of three main components:\n\n* The Sapling client: The client-side `sl` command line and web interface for users to interact\n  with Sapling SCM.\n* Mononoke: A highly scalable distributed source control server. Not yet\n  supported publicly, OSS is buildable for unsupported experimentation.\n* EdenFS: A virtual filesystem for efficiently checking out large repositories. Not yet\n  supported publicly, OSS is buildable for unsupported experimentation.\n\nSapling SCM's scalability goals are to ensure that all source control operations\nscale with the number of files in use by a developer, and not with the size of\nthe repository itself.  This enables fast, performant developer experiences even\nin massive repositories with millions of files and extremely long commit histories.\n\n### Sapling CLI\n\nThe Sapling CLI, `sl`, was originally based on\n[Mercurial](https://www.mercurial-scm.org/), and shares various aspects of the UI\nand features of Mercurial.\n\nThe CLI code can be found in the `eden/scm` subdirectory.\n\n### Mononoke\n\n[Mononoke](eden/mononoke/README.md) is the server-side component of Sapling SCM.\n\nWhile 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.\n\n### EdenFS\n\nEdenFS is a virtual file system for managing Sapling checkouts.\n\nWhile 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.\n\nEdenFS speeds up operations in large repositories by only populating working\ndirectory files on demand, as they are accessed.  This makes operations like\n`checkout` much faster, in exchange for a small performance hit when first\naccessing new files.  This is quite beneficial in large repositories where\ndevelopers often only work with a small subset of the repository at a time.\n\nMore detailed EdenFS design documentation can be found at\n[eden/fs/docs/Overview.md](eden/fs/docs/Overview.md).\n\n## Building the Sapling CLI\n\nThe Sapling CLI currently builds and runs on Linux, Mac, and Windows. It can be\nbuilt by running `make oss` in the `eden/scm` directory and running the\nresulting `sl` executable.\n\nBuilding the Sapling CLI requires Python 3.8, Rust, CMake, and OpenSSL for the main cli, and\nNode and Yarn for the ISL web UI.\n\n## Getting in Contact\n\nYou can [Report an Issue on GitHub](https://github.com/facebook/sapling/issues) or\n[Join the Discord](https://discord.gg/X6baZ94Vzh)\n\n# License\n\nThe main project is licensed under [GPL-2.0](LICENSE).\n\nThe [website](website) and [ISL](addons) are licensed under [MIT](addons/LICENSE).\n\nLibrary subprojects, such as [minibytes](eden/scm/lib/minibytes), might have different licenses. Please refer to the `LICENSE` file and source code headers in each library for detailed information.\n","funding_links":[],"categories":["Rust","Tools that bring me joy","others","Projects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebook%2Fsapling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacebook%2Fsapling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebook%2Fsapling/lists"}