Tabby
NormalDescription
Tabby is a self-hosted AI coding assistant supporting code completion, code generation, and enterprise-grade deployment, compatible with major IDEs.
Key Features
- Self-hosted Deployment — Fully local, no cloud dependency. Docker and consumer GPU support
- Code Completion — Smart code suggestions using repository context for inline and multi-line completions
- Answer Engine — Internal knowledge engine integrating team docs and repos for accurate Q&A
- IDE Plugin Integration — VS Code, JetBrains, Vim support with chat panel and inline editing
- LDAP/SSO Enterprise Auth — LDAP, GitHub SSO, GitLab SSO and enterprise identity management
- OpenAPI Interface — REST API for integration with existing infrastructure like Cloud IDEs
Use Cases
Strengths & Limitations
✅ Strengths
- • High community interest (33.9k stars)
- • Established track record (3 years in production)
- • Responsive to issues, low backlog
⚠️ Limitations
- • No clear open-source license
Categories
Quick Start
docker run -it --gpus all -p 8080:8080 -v tabby:/data tabbyml/tabby serve --model StarCoder-1B --device cuda