gitlab

By gitlab-org

Gitlab Alternatives

Similar projects and alternatives to gitlab

  1. InfluxDB

    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.

    InfluxDB logo
  2. Mastodon

    1,256 gitlab VS Mastodon

    Your self-hosted, globally interconnected microblogging community

  3. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  4. Django

    549 gitlab VS Django

    The Web framework for perfectionists with deadlines.

  5. podman

    Podman: A tool for managing OCI containers and pods.

  6. Git

    325 gitlab VS Git

    Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

  7. Gitea

    296 gitlab VS 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

  8. Stream

    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.

    Stream logo
  9. v

    241 gitlab VS v

    Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io

  10. onedev

    91 gitlab VS onedev

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

  11. runner

    88 gitlab VS runner

    The Runner for GitHub Actions :rocket:

  12. roadmap

    GitHub public roadmap

  13. sourcegraph

    Discontinued Code AI platform with Code Search & Cody

  14. forgefed

    31 gitlab VS forgefed

    ForgeFed - Federation Protocol for Forge Services

  15. gitness

    22 gitlab VS gitness

    Discontinued Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries. [Moved to: https://github.com/harness/harness]

  16. packwerk

    19 gitlab VS packwerk

    Good things come in small packages.

  17. Harbor

    83 gitlab VS Harbor

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

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gitlab alternative or higher similarity.

gitlab discussion

gitlab reviews and mentions

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.
  • A note from our sponsor - Stream
    getstream.io | 23 Dec 2025
    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. Learn more →

Stats

Basic gitlab repo stats
471
-
-
-

Sponsored
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