go-gitea/gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 seconds ago
Added to GitGenius on August 31st, 2026
Created on November 1st, 2016
Open Issues & Pull Requests: 2,524 (+0)
Number of forks: 7,084
Total Stargazers: 57,720 (+0)
Total Subscribers: 486 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.3 hours
Mean response time: 95.7 days
90th percentile: 197.5 days
Tracked items: 3,865

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "issue/not-a-bug" is answered fastest, typically in about 2 hours, while "type/feature" waits about 6 days. 63% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1,179
New in 7 days: 13
Closed in 7 days: 20
Avg open age: 915 days
Stale 30+ days: 1,047
Stale 90+ days: 895

Recent activity

Opened in 7 days: 9
Closed in 7 days: 18
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • type/bug (1,932)
  • type/proposal (1,466)
  • issue/needs-feedback (516)
  • topic/ui (335)
  • topic/gitea-actions (285)
  • issue/confirmed (242)
  • type/feature (231)
  • topic/api (219)

Detailed Description

Gitea is a self-hosted all-in-one software development service that provides Git hosting, code review, team collaboration, package registry, and CI/CD capabilities.

Gitea addresses the need for organizations to run a complete development platform on their own infrastructure without relying on external services. It consolidates multiple tools—Git hosting, issue tracking, code review, project management, wikis, and continuous integration—into a single application. The tool is written in Go, enabling it to run across diverse platforms and architectures including Linux, macOS, FreeBSD, OpenBSD, and Windows on x86, ARM, RISC-V, and PowerPC systems. Its CI/CD system can reuse GitHub Actions workflows, reducing friction for teams migrating from or working alongside GitHub.

Teams should choose Gitea when they need a lightweight, self-contained alternative to larger platforms like GitLab or when they want to avoid the operational complexity of managing separate services for version control, code review, and CI/CD. It suits organizations of any size that prefer to control their infrastructure and data, from small teams running a single instance to larger deployments. The project provides container images for straightforward deployment and maintains official SDKs and CLI tools for integration and automation.

The project sustains active development with regular contributions across its codebase. The maintainers enforce a structured contribution process requiring contributors to read the contributors guide before submitting pull requests. Documentation is comprehensive and actively maintained in a separate repository, with community involvement encouraged through translation efforts coordinated via a dedicated platform. The project maintains official companion tools and curates a list of third-party extensions, indicating ongoing ecosystem stewardship.