Pagure vs SourceHut

A side-by-side comparison of two self-hosted git hosting & forges options — licensing, setup difficulty, resource needs, and what each one replaces.

Not the right match-up?
FeaturePagureSourceHut
Deploy effortRead-the-docs projectRead-the-docs project
CategoryGit Hosting & ForgesGit Hosting & Forges
LicenseGPL-2.0AGPL-3.0
LanguagePythonPython
Setup difficultyHardHard
Min. RAM1,024 MB1,024 MB
Deploymentbare-metal, sourcebare-metal, source
GitHub stars★ 900★ 2,000
First released20152018
ReplacesGitHub, GitLabGitHub, GitLab

What are Pagure and SourceHut?

Pagure

Pagure is a self-hosted Git forge with issue tracking, pull requests, and documentation hosting. Notably, project metadata such as issues is itself stored in Git repositories.

  • Issues stored in Git
  • Pull request workflow
  • Documentation hosting
  • Fedora community maintained

SourceHut

SourceHut is a software development suite consisting of Git/Mercurial hosting, mailing lists, CI, bug tracking, and more. It is designed to be lightweight, JavaScript-free, and email-driven.

  • Email-driven workflow
  • No JavaScript required
  • Git and Mercurial support
  • Integrated CI builds

Pagure vs SourceHut: key differences

Both projects are written in Python. Licensing differs — GPL-2.0 for Pagure versus AGPL-3.0 for SourceHut. Pagure is the more established project (first released 2015), while SourceHut arrived in 2018. SourceHut has the considerably larger community, at 2,000 GitHub stars versus 900.

Why pick each one

Choose Pagure if…

  • Released under the GPL-2.0 license
  • Written in Python
Pagure details

Choose SourceHut if…

  • Released under the AGPL-3.0 license
  • Active community (2k GitHub stars)
  • Written in Python
SourceHut details

Frequently asked questions

Is Pagure or SourceHut better?

Neither is universally better. SourceHut has the larger community; both share a hard setup difficulty, so the decision comes down to features and licensing.

Are Pagure and SourceHut free and open-source?

Yes. Pagure is licensed under GPL-2.0 and SourceHut under AGPL-3.0. Both can be self-hosted at no software cost.

Can I run Pagure and SourceHut with Docker?

Pagure: check the project docs for container support. SourceHut: check the project docs for container support.

Related comparisons