Run Orbit on your own infrastructure
Orbit is self-hosted by design. Deploy it on your own server and keep every project and issue on infrastructure you control, not someone else's.
Why self-hosted
Running Orbit yourself means fewer trade-offs between control and convenience.
Your data stays yours
Every project, issue and comment lives on your own server, not a vendor's cloud.
Deploy anywhere
Run Orbit on the infrastructure your team already manages and trusts.
Update on your schedule
Upgrade when you're ready, not when a vendor decides to change something.
Built to feel lighter
No bloated admin panel and no per-seat invoice, just the tracker, running where you already work.
Runs anywhere Docker does
Orbit ships as a container, so the host operating system is entirely up to you.
$ curl -fsSL https://get.docker.com | sh
$ git clone https://github.com/orbit-collective/orbit.git
$ make up
Starting orbit_app ... done
