What exactly is Scrumooth?
A self-hosted, open-source web application for teams that run Scrum. It owns the Sprint lifecycle, the roles and the gates, and enforces the 2020 Scrum Guide in the backend service layer. It is deliberately not a replacement for your issue tracker: your tracker keeps your record, Scrumooth keeps your rules.
How is it different from Jira or Linear?
Different problem, different trade-off. Jira and Linear are general-purpose trackers, and flexibility is exactly what makes them good at that job. Scrumooth does not try to out-flex them: it enforces the 2020 Scrum Guide as written, and never offers a configuration that breaks it — so a Sprint cannot be closed before its Review and Retrospective are recorded. A question worth asking of any tracker: which rules will it refuse to break? If the honest answer is “that depends how you configured it”, that is a setting, not a rule.
Is Scrumooth free?
Yes. It is licensed under Apache-2.0: free to use, modify and distribute, with no per-user fees and no licence tiers. You pay only for the infrastructure you host it on.
Where does my data live?
On your own infrastructure. Scrumooth is self-hosted by design, so process data never leaves your servers. GDPR data export, a 14-day deletion grace period and consent tracking ship with the product, and every role change and state transition is written to a dedicated, compliance-separated audit log.
Can I turn a rule off?
No — and that is the product. A configuration that breaks the 2020 Scrum Guide is never offered, so there is no switch to find. If a rule is not in the enforced list, Scrumooth does not claim it.
Do I have to migrate off my current tracker?
No. Scrumooth runs alongside the tools you already use and owns the part a tracker is not designed to hold: the Sprint lifecycle, the roles and the gates. Nothing about it conflicts with your existing record-keeping.
What if my team does not run Scrum exactly as the Guide describes?
Then it is probably not the right tool for you. Scrumooth enforces the 2020 Scrum Guide as written, for a single Scrum Team, and it is not intended for scaled frameworks that adapt the Guide for a wider organisation.
How quickly can I get it running?
One Docker Compose stack: reverse proxy, backend, frontend, PostgreSQL and scheduled backups. Clone the repository, copy the production environment file, run docker compose up -d, and you have a working instance on localhost.
Can I try it without installing anything?
Yes. The live demo runs in your browser with in-memory mock data — no backend, no database, no signup. Changes are local to your session and reset on refresh.
Which languages is the interface available in?
English, German, Spanish, French and Italian, with Scrum terminology sourced from the official Scrum Guide.
Jira and Linear are trademarks of their respective owners. They are named here only to identify the products being compared, and Scrumooth is not affiliated with, sponsored by or endorsed by either company. The comparison concerns the approach to process rules, not the quality or capability of those products.