tabbyml/tabby

Self-hosted AI coding assistant

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 1st, 2026
Created on March 16th, 2023
Open Issues & Pull Requests: 335 (+0)
GitHub issues: Enabled
Number of forks: 1,788
Total Stargazers: 33,868 (+0)
Total Subscribers: 187 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.4 hours
Mean response time: 11.9 days
90th percentile: 30.9 days
Tracked items: 348

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about an hour, while "enhancement" waits about 2 days. 67% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 185
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 488 days
Stale 30+ days: 178
Stale 90+ days: 168

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • bug-unconfirmed (153)
  • enhancement (147)
  • good first issue (38)
  • bug (36)
  • fixed-in-next-release (32)
  • documentation (14)
  • server (4)
  • client-intellij (2)

Detailed Description

Tabby is a self-hosted AI coding assistant that provides an open-source alternative to GitHub Copilot.

The tool addresses the need for code completion and generation without relying on cloud services or external dependencies. It runs entirely on-premises, requiring no database management system or cloud infrastructure. Tabby exposes an OpenAPI interface that allows integration with existing development environments such as cloud IDEs, and it can operate on consumer-grade GPUs, making it accessible to teams without specialized hardware.

Organizations seeking to keep code and model inference within their own infrastructure should consider Tabby. It suits projects where data privacy is a concern or where teams want to avoid vendor lock-in with commercial coding assistants. The tool is particularly valuable for those who can dedicate GPU resources but lack the scale to justify enterprise solutions.

The project shows active development with regular feature releases. Recent work has expanded context awareness through GitLab Merge Request indexing and added documentation ingestion via REST APIs. The tool has evolved to include an Answer Engine with persistent, shareable pages and an enhanced chat interface with contextual menu options. Development activity demonstrates ongoing investment in integration capabilities and user-facing features beyond basic code completion.