conv.

All stories
TechActive today · day 4

Git-bug v0.11.0 releases with rebuilt web UI and data integrity fixes

Open-source distributed bug tracker embedded in Git ships major update with new web interface and improved data handling.

What to know

  • Git-bug v0.11.0 ships with a rewritten web UI designed for actual issue work and a formal specification of its on-disk data format.
  • The release fixes subtle data integrity bugs in the cache that could cause mismatches between stored and returned data, and now preserves unknown operations for forward compatibility.
  • Author Michael Muré plans public portal access via OAuth, identity system rework with did:plc, and eventual pull request and CI support.
  • Community discussion focuses on use cases for small teams, comparisons to other distributed trackers, and challenges in monetizing developer tools.

The dispute Whether the tool's reliance on Git and CLI interfaces is a strength for developers or a barrier to broader adoption. · positions read across 22 posts and comments

many voices

Distributed bug tracking in Git is conceptually elegant and well-suited for small teams working offline.

  • “Git has a wide open reference namespace for these kinds of ideas, and I'm always excited to see someone use it like this.”

    AceJohnny2 · Hacker News ↗
some voices

The tool faces usability barriers for non-technical users and needs a clear path to monetization.

  • “Make it easy for non-technical users to also use this software. That will probably get you further along with gaining paid customers, IMO, because that's the hard part with something like this.”

    ok_dad · Hacker News ↗
some voices

There are known technical issues and similar projects already exist that deserve consideration.

  • “I tried git-bug a few months ago, and [issue 1023] is a showstopper.”

    jason_oster · Hacker News ↗

Michael Muré Git-bug creator and maintainerGit-bug project Open-source distributed bug tracker

Git-bug v0.11.0 releases with rebuilt web UI and data integrity fixes
github.com

How it unfolded 3 developments, newest first · click a bar or a number to jump articlespostscomments

Peak 4 pieces in one hour at Yesterday, 9 AM; 27 pieces over 4 days (2 articles · 3 posts · 22 comments) Sep 22, 4 PM — 1 piece · 1 post — Hacker News 1Sep 22, 5 PM — quietSep 22, 6 PM — quietSep 22, 7 PM — quietSep 22, 8 PM — quietSep 22, 9 PM — quietSep 22, 10 PM — quietSep 22, 11 PM — quietSep 23, 12 AM — quietSep 23, 1 AM — quietSep 23, 2 AM — quietSep 23, 3 AM — quietSep 23, 4 AM — quietSep 23, 5 AM — quietSep 23, 6 AM — quietSep 23, 7 AM — quietSep 23, 8 AM — quietSep 23, 9 AM — quietSep 23, 10 AM — quietSep 23, 11 AM — quietSep 23, 12 PM — quietSep 23, 1 PM — quietSep 23, 2 PM — quietSep 23, 3 PM — quietSep 23, 4 PM — quietSep 23, 5 PM — quietSep 23, 6 PM — quietSep 23, 7 PM — quietSep 23, 8 PM — quietSep 23, 9 PM — quietSep 23, 10 PM — quietSep 23, 11 PM — quietSep 24, 12 AM — quietSep 24, 1 AM — quietSep 24, 2 AM — quietSep 24, 3 AM — quietSep 24, 4 AM — quietSep 24, 5 AM — quietSep 24, 6 AM — quietSep 24, 7 AM — quietSep 24, 8 AM — quietSep 24, 9 AM — quietSep 24, 10 AM — quietSep 24, 11 AM — quietSep 24, 12 PM — quietSep 24, 1 PM — quietSep 24, 2 PM — quietSep 24, 3 PM — quietSep 24, 4 PM — quietSep 24, 5 PM — quietSep 24, 6 PM — quietSep 24, 7 PM — quietSep 24, 8 PM — quietSep 24, 9 PM — quietSep 24, 10 PM — quietSep 24, 11 PM — quietYesterday, 12 AM — quietYesterday, 1 AM — quietYesterday, 2 AM — quietYesterday, 3 AM — quietYesterday, 4 AM — quietYesterday, 5 AM — quietYesterday, 6 AM — quietYesterday, 7 AM — 3 pieces · 2 articles · 1 post — Newswires 2, Hacker News 1Yesterday, 8 AM — 2 pieces · 2 comments — Hacker News 2Yesterday, 9 AM — 4 pieces · 4 comments — Hacker News 4Yesterday, 10 AM — 2 pieces · 1 post · 1 comment — Hacker News 1, Mastodon 1Yesterday, 11 AM — 2 pieces · 2 comments — Hacker News 2Yesterday, 12 PM — 1 piece · 1 comment — Hacker News 1Yesterday, 1 PM — 4 pieces · 4 comments — Hacker News 4Yesterday, 2 PM — 2 pieces · 2 comments — Hacker News 2Yesterday, 3 PM — 3 pieces · 3 comments — Hacker News 3Yesterday, 4 PM — quietYesterday, 5 PM — 1 piece · 1 comment — Hacker News 1Yesterday, 6 PM — 1 piece · 1 comment — Hacker News 1Yesterday, 7 PM — quietYesterday, 8 PM — quietYesterday, 9 PM — quietYesterday, 10 PM — 1 piece · 1 comment — Hacker News 1Yesterday, 11 PM — quietToday, 12 AM — quietToday, 1 AM — quietToday, 2 AM — quietToday, 3 AM — quietToday, 4 AM — quietToday, 5 AM — quietToday, 6 AM — quietToday, 7 AM — quietToday, 8 AM — quietToday, 9 AM — quietToday, 10 AM — quietToday, 11 AM — quietToday, 12 PM — quietToday, 1 PM — quiet 123
Sep 23Sep 24yesterdaynow · 2:27 PM ET
  1. 3

    Author outlines near-term roadmap including public portal and identity rework

    Michael Muré, the project author, responds to community interest with plans for external authentication to enable public portal access, a git remote endpoint for the web UI, identity system rework using did:plc, and eventual support for pull requests and CI.

    “have the webui accept external auth (like github oauth) so that it can be a public portal and accept external interactions…”
    — michaelmure
    • Git has a wide open reference namespace for these kinds of ideas, and I'm always excited to see someone use it like this.See, at core git is a collection of objects (referenced by their hash), along with references to tip-of-tree objects. These references are stored in the refs/ directory, and core git only uses a couple subdirs/namespaces under…

      AceJohnny2Hacker News23h agoview on Hacker News ↗
    2 more of the top 3 · 22 posts in this stretch
    • b4 maintainer and Director of LF IT Konstantin Ryabitsev demo-ed git-bug support in b4 and cgit (kernel.org fork) just this week at the Kernel Recipes conference:https://b4.docs.kernel.org/en/latest/maintainer/bugs.htmlhttps://git.kernel.org/pub/scm/utils/b4/b4.git/bugs/https://kernel-recipes.org/en/2026/2026/09/22/live-blog-day-... (shameless…

      AissenHacker News1d agoview on Hacker News ↗
    • Hi, author here, nice to see some interest :-)FYI, this is my near-term roadmap: - have the webui accept external auth (like github oauth) so that it can be a public portal and accept external interactions - have the webui expose a git remote endpoint - slightly rework identities (and likely root them in did:plc for pubkey distribution, the…

      michaelmureHacker News1d agoview on Hacker News ↗
    all of them →
  2. 2

    Git-bug reaches Hacker News front page and generates discussion

    The project reaches 272 points on Hacker News with 91 comments, sparking discussion among developers about distributed bug tracking, design choices, and potential use cases. The author, Michael Muré, participates directly in comments sharing roadmap plans.

  3. 2 days quiet
  4. 1

    Release addresses cache correctness bugs and data preservation

    The v0.11.0 release resolves subtle but significant cache problems that could cause git-bug to return data not matching what was stored. Changes include preserving unknown operations so older binaries don't destroy unrecognized data, and publishing a formal specification of the on-disk format.

    “Previously, reading and re-writing a bug with an older binary would quietly destroy anything it did not recognize. That made every future addition to the data model a compatibility hazard. It no longer is.”
    — Git-bug release notes
  5. background

    Git-bug releases v0.11.0 with rewritten web UI — After 16 months and nearly 300 commits since v0.10.1, git-bug v0.11.0 ships with a completely rebuilt web UI and significant data integrity improvements. The new web interface supports browsing, searching, filtering, and editing issues, as well as doubling as a code browser with file trees, syntax highlighting, and commit history.

Also covered reported alongside — the timeline has no entry for these yet

  1. first by HN Best, 1d ago · also HN Frontpage

What people are saying 18 voices from 1 site · best of 22 · verbatim

Still unanswered
  • How does git-bug compare to other distributed bug trackers like Epiq and the tools discussed from a decade ago?
  • What is the status of issue #1023 that was called a showstopper, and has it been resolved in v0.11.0?
  • Can git-bug be extended to handle issues beyond bugs, such as general project management tasks?