Open-source, fully headless and completely customizable git infrastructure built for agentic workloads. Apply any workflow you can write in code in your own stack.
See the code
Enroute is a git platform rebuilt from the ground up to be hackable.
If you're also fed up with the limitations of existing git hosting setups, tired of clicking through endless settings pages, walking through YAML hell just to configure a few simple automations, abusing tags and comments on issues and PRs for semantic meaning, or building OAuth apps and handling webhooks, then Enroute might be for you.
With Enroute we're asking the question: What if git hosting was an API instead of a SaaS? So far we have three answers:
The simplest way to try out Enroute is via our agent skills:
npx skills add enroute-sh/enroute
This will give your coding agent everything it needs to spin up a local environment and help you build your dream platform.
We've rebuilt the git backend from the ground up in Rust on top of object storage. The key win of this is that the git backend becomes fully stateless, so it is quite scalable while being easy to operate.
To achieve the best performance, we package this into a client-server model with a gRPC interface, with the only hard dependencies being a PostgreSQL database for metadata storage, and access to an object store like S3, Google Cloud Storage or Azure Blob Storage.
While currently focussed purely on git storage, the vision is that this will eventually form the basis for a broader suite of primitives to support you in automating your software development lifecycle end-to-end, including CI/CD, code reviews and much more.
Enroute handles the full git smart http protocol for you, terminating git client connections so your application doesn't need to deal with long running requests.
In turn, Enroute supports hooks: It calls your application back at specific
points so you can influence the behaviour of the git transactions. The following
hooks are supported:
On top of the hooks, Enroute exposes a rich gRPC API for you to programmatically
interact with any repository. Check out the proto directory for details.
In the near future, our focus is on increasing the reliability and performance of Enroute. For this, we will be publishing benchmarks soon.
In addition, we are planning the following features:
git://.git-meta standard.The docs start here. The short version:
Enroute is early. We use it ourselves, but read limitations and security before you serve anything you care about.
There is no backwards compatibility between 0.x releases. Especially the
storage format can change in any release, requiring a clean slate and re-push.
Releases are 0.x and published as ghcr.io/enroute-sh/enroute:latest. A
version tag names one image and is not rebuilt, so :0.1.0 is enough to pin.
What a release changed is the message of its commit on the channel branch, so
git log main is the changelog.
Pull requests are disabled. Coding agents make it too easy to send a large, low-context change that costs maintainers more time than it saves. Thoughtful contributions are welcome; please understand the code, keep the patch focused, and respect the review time you are asking for.
Send a git format-patch attachment to
patches@enroute.sh.
Contributor License Agreement: By emailing a patch, you certify that you have the right to submit it and assign to OpenCanopy GmbH all rights in the patch that you can assign. Where a right cannot be assigned, you grant OpenCanopy GmbH a perpetual, irrevocable, worldwide, royalty-free, transferable, sublicensable license to use, modify, combine, relicense, redistribute, or publish the patch, in whole or in part, with or without attribution.
Enroute is licensed under Apache-2.0. See NOTICE for the third-party code that's included.
1 commits
Rust
99.9%
Open-source, fully headless and completely customizable git infrastructure built for agentic workloads. Apply any workflow you can write in code in your own stack.
See the code
Enroute is a git platform rebuilt from the ground up to be hackable.
If you're also fed up with the limitations of existing git hosting setups, tired of clicking through endless settings pages, walking through YAML hell just to configure a few simple automations, abusing tags and comments on issues and PRs for semantic meaning, or building OAuth apps and handling webhooks, then Enroute might be for you.
With Enroute we're asking the question: What if git hosting was an API instead of a SaaS? So far we have three answers:
The simplest way to try out Enroute is via our agent skills:
npx skills add enroute-sh/enroute
This will give your coding agent everything it needs to spin up a local environment and help you build your dream platform.
We've rebuilt the git backend from the ground up in Rust on top of object storage. The key win of this is that the git backend becomes fully stateless, so it is quite scalable while being easy to operate.
To achieve the best performance, we package this into a client-server model with a gRPC interface, with the only hard dependencies being a PostgreSQL database for metadata storage, and access to an object store like S3, Google Cloud Storage or Azure Blob Storage.
While currently focussed purely on git storage, the vision is that this will eventually form the basis for a broader suite of primitives to support you in automating your software development lifecycle end-to-end, including CI/CD, code reviews and much more.
Enroute handles the full git smart http protocol for you, terminating git client connections so your application doesn't need to deal with long running requests.
In turn, Enroute supports hooks: It calls your application back at specific
points so you can influence the behaviour of the git transactions. The following
hooks are supported:
On top of the hooks, Enroute exposes a rich gRPC API for you to programmatically
interact with any repository. Check out the proto directory for details.
In the near future, our focus is on increasing the reliability and performance of Enroute. For this, we will be publishing benchmarks soon.
In addition, we are planning the following features:
git://.git-meta standard.The docs start here. The short version:
Enroute is early. We use it ourselves, but read limitations and security before you serve anything you care about.
There is no backwards compatibility between 0.x releases. Especially the
storage format can change in any release, requiring a clean slate and re-push.
Releases are 0.x and published as ghcr.io/enroute-sh/enroute:latest. A
version tag names one image and is not rebuilt, so :0.1.0 is enough to pin.
What a release changed is the message of its commit on the channel branch, so
git log main is the changelog.
Pull requests are disabled. Coding agents make it too easy to send a large, low-context change that costs maintainers more time than it saves. Thoughtful contributions are welcome; please understand the code, keep the patch focused, and respect the review time you are asking for.
Send a git format-patch attachment to
patches@enroute.sh.
Contributor License Agreement: By emailing a patch, you certify that you have the right to submit it and assign to OpenCanopy GmbH all rights in the patch that you can assign. Where a right cannot be assigned, you grant OpenCanopy GmbH a perpetual, irrevocable, worldwide, royalty-free, transferable, sublicensable license to use, modify, combine, relicense, redistribute, or publish the patch, in whole or in part, with or without attribution.
Enroute is licensed under Apache-2.0. See NOTICE for the third-party code that's included.
1 commits
Rust
99.9%