Gitea VS gitlab

Compare Gitea vs gitlab and see what are their differences.

Gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD (by go-gitea)
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Gitea gitlab
296 471
52,669 -
2.0% -
9.9 -
1 day ago -
Go
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Gitea

Posts with mentions or reviews of Gitea. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-09-16.
  • Forgejo v13.0 Is Available
    1 project | news.ycombinator.com | 17 Oct 2025
    It's on the radar (as Gitea is also actively working on this - https://github.com/go-gitea/gitea/pull/35295), but I suspect you can not expect anything for a while:

    "Upstream Proposal: Repository Grouping/Subgroups in Forgejo":

    https://codeberg.org/fedora/forgejo-deployment/issues/224

    "feat: extend Forgejo URL structure from organisation/repository to organisation/project/repository":

    https://codeberg.org/forgejo/forgejo/issues/9550

  • Self Propagating NPM Malware Compromises over 40 Packages
    23 projects | news.ycombinator.com | 16 Sep 2025
    Here's an example off the top of my mind:

    https://github.com/go-gitea/gitea/blob/main/go.sum

  • FFmpeg moves to Forgejo
    5 projects | news.ycombinator.com | 16 Aug 2025
  • GitHub is no longer independent at Microsoft after CEO resignation
    18 projects | news.ycombinator.com | 11 Aug 2025
    I bounced away from Gitea because they don't (last time I checked) have OIDC. I started[0] trying to revive-and-drive a previous PR[1] to add it, but the test failures are beyond my motivation to investigate and resolve.

    [0] https://github.com/go-gitea/gitea/pull/33945

    [1] https://github.com/go-gitea/gitea/pull/25664

  • Building Bluesky Comments for My Blog
    4 projects | news.ycombinator.com | 7 Aug 2025
    It’s coming: https://github.com/go-gitea/gitea/pull/20311

    I would be willing to guess that self hosting gitea as a backup mirror is less work than doing the same for Bluesky. But, just speculating

  • Ditching Obsidian and building my own
    29 projects | news.ycombinator.com | 18 May 2025
    As I mentioned in a previous post - you can use "git" without Github by hosting an instance of the open-source Gitea service.

    https://github.com/go-gitea/gitea

  • Live Syncing to a Git Repository with a VS Code Extension
    8 projects | dev.to | 9 Feb 2025
    As mentioned in the last post, I keep my notes in git repositories. I originally used Obsidian for years as my note-taking application of choice after migrating away from Google Keep, using the vast library of community plugins (namely obsidian-livesync and obsidian-git) to back up and sync my notes on an interval to my 3 remotes; GitHub, my private Gitea instance for my private "second brain" type notes, and my Otterwiki instance (a wiki that runs on a git server of markdown files).
  • Setting Up Gitea on AlmaLinux 9
    1 project | dev.to | 29 Jan 2025
    The solution to this is to use fake e-mails.
  • Gitea 1.22 is the last version to allow a transparent ugprade to Forgejo
    4 projects | news.ycombinator.com | 18 Dec 2024
    I can't say what Forgejo has over Gitea, but I can tell you Forgejo is missing everything from the 888 merged PRs in Gitea 1.23: https://github.com/go-gitea/gitea/releases/tag/v1.23.0-rc0

    Repo license support, integrated Arch package repository, automatic issue suggestions, and the new review+homepage UIs would be notable ones for me.

  • Gitlab names Bill Staples as new CEO
    1 project | news.ycombinator.com | 6 Dec 2024
    See this issue: https://github.com/go-gitea/gitea/issues/1029

    For years, "self-hosting" Gitea wasn't done because it was missing a bunch of useful collaboration features. Now, it looks like that gap has been closed. All of the specific features mentioned in that issue seem to have been fixed, and the big remaining task is figuring out below to actually migrate all the existing data out of GitHub -- which doesn't seem to be super high on the priority list.

gitlab

Posts with mentions or reviews of gitlab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-11.
  • Days since last GitHub incident
    2 projects | news.ycombinator.com | 11 Dec 2025
    Is it any better ?

    We had that last year, with the full premium stuff ("pay as much as we can" mindset)

    Please see this: a basic feature, much needed by lots of people (those who are stuck on azure ..): https://gitlab.com/gitlab-org/gitlab/-/issues/360592

    Please read the entire thread with a particular attention to the timeline

  • Debian 13, Postgres, and the US/* time zones
    2 projects | news.ycombinator.com | 12 Sep 2025
    I ran into a similar bug in Git Lab where the v18 upgrade didn’t replace now-unsupported time zones so things like scheduled pipelines simply stopped running and were labeled inactive in the UI without explanation.

    https://gitlab.com/gitlab-org/gitlab/-/issues/556779#note_26...

    The fix is simply to change them to the non-backwards linked names but it caused some confusing API errors since data which would no longer pass validation was already in the database and didn’t look wrong.

  • GitHub is no longer independent at Microsoft after CEO resignation
    18 projects | news.ycombinator.com | 11 Aug 2025
    I am not trying to start trouble, or a heated debate, but I did want to say that my experience was the same as OPs and I am also coming from a static typing background so that likely explains my having a similar experience and expectations. I did for sure use RubyMine for attempting a change, so not "vim and yolo" but rather world class tooling and trying to discern where any random symbol came from was oppressively hard

    That's not even getting into attempting to use their "happy path" <https://gitlab.com/gitlab-org/gitlab/-/blob/v18.2.1-ee/.gitp...> -> https://gitlab.com/gitlab-org/gitlab-development-kit#local which I found just incredibly challenging getting it to use my copies of the repos. But, just like in every one of these conversations, it's been a number of years since I tried it so maybe it's much better now

  • Building Your First GitLab Pipeline: A Step-by-Step Tutorial🚀🚀🚀
    1 project | dev.to | 29 Jun 2025
    For more details, please check out gitlab templates
  • Microsoft Dependency Has Risks
    1 project | news.ycombinator.com | 25 Jun 2025
    GitHub is also from them and brings the very same risks. The solution would be to build viable open source alternative but decentralized. GitLab Federation [1] or Forgejo (Codeberg) Federation [2] might be the answer.

    [1] https://gitlab.com/gitlab-org/gitlab/-/issues/6468

    [2] https://codeberg.org/forgejo-contrib/federation/src/branch/m...

  • Git Notes: Git's coolest, most unloved­ feature (2022)
    7 projects | news.ycombinator.com | 22 Jun 2025
    There's another issue with a more complete proposal

    https://gitlab.com/gitlab-org/gitlab/-/issues/216351

  • Ruby on Rails Audit Complete
    4 projects | news.ycombinator.com | 15 Jun 2025
    > The more typical way of doing this would be to call piece of the code but without the elaborate setup you argue you'd need.

    But how do you call the code if you don't know where it's called from?

    Let's have a concrete example. In this `initialize` method how do I know what the arguments are meant to be?

    https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitla...

    There's no type annotation so the main ways to know are documentation (haha) and seeing what it is called with in existing code. But how do you find where that method is called?

    (Note this isn't the best example because I would imagine the `initialize` isn't magically generated, but it is still difficult to search for so it's almost as bad as the magic identifiers.)

  • GitHub issues is almost the best notebook in the world
    11 projects | news.ycombinator.com | 26 May 2025
    The missing feature is federation! In my view, centralized structures like a giant source repository such as github are something we as a developer community need to avoid. Unfortunately, features like federated merge requests in gitlab ( https://gitlab.com/gitlab-org/gitlab/-/issues/14116 ) are something we've been waiting for for 9 years and nothing seems to be happening there. This feature alone would enable a lot of new collaboration without forcing everyone to work on a centralized system to use git - a decentralized versioning system - with high efficiency.
  • The Pain That Is GitHub Actions
    39 projects | news.ycombinator.com | 19 Mar 2025
  • Docker limits unauthenticated pulls to 10/HR/IP from Docker Hub, from March 1
    15 projects | news.ycombinator.com | 21 Feb 2025
    In case someone from Gitlab is watching: there is a long-standing issue that Gitlab Dependency Proxy does not work with containerd rewriting (https://gitlab.com/gitlab-org/gitlab/-/issues/350485), making it impossible to use as a generic Docker Hub mirror.

What are some alternatives?

When comparing Gitea and gitlab you can also consider the following projects:

Gogs - Gogs is a painless self-hosted Git service

Harbor - An open source trusted cloud native registry project that stores, signs, and scans content.

Bonobo Git Server - Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.

onedev - Git Server with CI/CD, Kanban, and Packages. Seamless integration. Unparalleled experience.

Redmine - Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp

gitlab-foss

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that Go is
the 3rd most popular programming language
based on number of references?