awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
git-bug avatar

git-bug/git-bug

0
View on GitHub↗
9,909 星标·309 分支·Go·GPL-3.0·6 次浏览

Git Bug

git-bug is a distributed bug tracker and local-first issue manager that stores bug reports and comments as versioned objects directly within a Git repository. It integrates project management by coupling issue history with source code, using Git as the transport layer to synchronize task data across multiple local clones.

The system enables distributed bug tracking without relying on a central server or external hosting provider. It utilizes a local indexing cache to provide near-instant searching and filtering of issue metadata without network latency.

The project further supports synchronizing local issue data with external tracking services through service adapters to maintain consistent task status across different platforms.

Features

  • Issue Tracking Systems - Provides a distributed system for tracking software bugs and tasks across multiple machines without a central server.
  • Git Object Backends - Stores issue reports and comments as versioned blobs and trees directly within the Git object database.
  • Issue Trackers - Ships a distributed issue management tool that synchronizes task data across local clones using Git.
  • Distributed Synchronization - Synchronizes issue tracker state across different machines using Git push and pull as the transport mechanism.
  • Issue Tracking - Manages bug reports and feature requests as versioned objects stored directly within a Git repository.
  • Local-First Synchronization - Implements a local-first architecture that prioritizes offline data access and synchronization for issue management.
  • Local Indexes - Maintains a local index of issue metadata to enable rapid searching without traversing the entire Git history.
  • Issue Tracking Integrations - Couples the history of development tasks and issues permanently with the corresponding versioned source code.
  • Issue Search - Enables fast filtering and retrieval of bug reports and comments using a local metadata index.

Star 历史

git-bug/git-bug 的 Star 历史图表git-bug/git-bug 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

git-bug/git-bug 是做什么的?

git-bug is a distributed bug tracker and local-first issue manager that stores bug reports and comments as versioned objects directly within a Git repository. It integrates project management by coupling issue history with source code, using Git as the transport layer to synchronize task data across multiple local clones.

git-bug/git-bug 的主要功能有哪些?

git-bug/git-bug 的主要功能包括:Issue Tracking Systems, Git Object Backends, Issue Trackers, Distributed Synchronization, Issue Tracking, Local-First Synchronization, Local Indexes, Issue Tracking Integrations。

git-bug/git-bug 有哪些开源替代品?

git-bug/git-bug 的开源替代品包括: steveyegge/beads — Beads is a versioned, dependency-aware graph database designed for distributed issue tracking and project management.… vonng/ddia — This project serves as a comprehensive technical reference for the architecture and design of data-intensive… redmine/redmine — Redmine is a self-hosted collaboration platform and project management software built with Ruby on Rails. It functions… theonedev/onedev — OneDev is a self-hosted, unified development platform that integrates Git repository hosting, issue tracking, and… colanode/colanode — Colanode is a local-first collaboration platform designed for shared documents, chat, and databases. It provides a… oldboyxx/jira_clone — This project is a full-stack project management web application designed for organizing work and managing project…

Git Bug 的开源替代方案

相似的开源项目,按与 Git Bug 的功能重合度排序。
  • steveyegge/beadssteveyegge 的头像

    steveyegge/beads

    16,757在 GitHub 上查看↗

    Beads is a versioned, dependency-aware graph database designed for distributed issue tracking and project management. It functions as an agentic workflow orchestrator, providing a structured environment where tasks, dependencies, and project metadata are linked through relational hierarchies. By maintaining a persistent, version-controlled record of project state, the system enables teams to manage complex work items across multiple repositories and environments. The platform distinguishes itself through its deep integration with automated coding agents, acting as a Model Context Protocol ser

    Goagentsclaude-codecoding
    在 GitHub 上查看↗16,757
  • vonng/ddiaVonng 的头像

    Vonng/ddia

    22,648在 GitHub 上查看↗

    This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi

    Pythonbookdatabaseddia
    在 GitHub 上查看↗22,648
  • redmine/redmineredmine 的头像

    redmine/redmine

    5,961在 GitHub 上查看↗

    Redmine is a self-hosted collaboration platform and project management software built with Ruby on Rails. It functions as a centralized issue tracking system for recording and monitoring bugs and feature requests to manage development progress and team workflows. The platform includes a multi-factor authentication system that secures user accounts through time-based passwords and QR code verification. Its broader capabilities cover project management workflows, including file management via a folder-based directory structure and custom project reporting. The system also provides user access

    Ruby
    在 GitHub 上查看↗5,961
  • theonedev/onedevtheonedev 的头像

    theonedev/onedev

    14,705在 GitHub 上查看↗

    OneDev is a self-hosted, unified development platform that integrates Git repository hosting, issue tracking, and continuous integration and deployment (CI/CD) into a single system. It provides a comprehensive environment for managing the entire software lifecycle, allowing teams to coordinate code reviews, track development tasks, and automate build pipelines through a centralized interface. The platform distinguishes itself by offering browser-based, containerized development environments that allow developers to access and edit project files directly on the server. Its build system utilize

    Javaci-cddevopsgit
    在 GitHub 上查看↗14,705
  • 查看 Git Bug 的所有 30 个替代方案→