
Gitea
Self-hosted Git service
The Lens
Gitea is the lightest full-featured Git forge you can self-host. Single Go binary, runs on minimal hardware, supports repositories, issues, pull requests, code review, wikis, packages, and a container registry. MIT-licensed, fully free.
Deployment is straightforward: download the binary or use Docker, point it at a database, and you are running. SQLite works for small teams; Postgres for anything serious. It can run on a 512MB VPS. Gitea Actions gives you GitHub Actions-compatible CI/CD built in, so you can migrate workflows without rewriting them.
Teams moving off GitHub or GitLab for cost or data sovereignty reasons should look at Gitea first. It covers what most dev teams actually need from a Git host. GitLab self-hosted covers more but costs significantly more in resources and maintenance overhead.
The catch: Gitea is community-maintained. Enterprise features like SAML SSO exist but are less polished than GitLab's. If compliance-grade auth and audit tooling are required, GitLab or a managed GitHub plan is the safer choice.
Free vs Self-Hosted vs Paid
fully freeFully open source under MIT. No feature restrictions on self-hosted version.
### Self-Hosted Costs - Minimum: a $5/mo VPS with SQLite handles small teams - Production: $10-20/mo VPS with Postgres, more for storage - Ops: trivial for small deployments, moderate for HA setups
### Gitea Cloud - Hosted version available at gitea.com - Free tier for small usage, paid plans for teams - Pricing not prominently advertised
### vs GitHub/GitLab Pricing - GitHub Team: $4/user/mo, 10 users = $40/mo - GitLab Premium: $29/user/mo, 10 users = $290/mo - Gitea self-hosted: $5-20/mo flat regardless of team size
Free self-hosted. Saves real money vs GitHub/GitLab per-seat pricing for teams of 5+.
Similar Tools
About
- Stars
- 54,749
- Forks
- 6,534
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.




