Tabby
Self-hosted AI coding assistant server alternative to GitHub Copilot.
Why consider Tabby?
Tabby is a self-hosted AI code completion server written in Rust. It serves open-source code models (StarCoder, CodeLlama, DeepSeek-Coder) with GPU acceleration and IDE plugins.
Learn Tabby by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Tabby
Tabby gives engineering teams 100% data privacy by hosting proprietary code completion models entirely on on-premise hardware or private cloud clusters.
Running with Docker (GPU)
docker run -d \ --gpus all \ --name tabby \ -p 8080:8080 \ -v $(pwd)/data:/data \ tabbyml/tabby serve --model StarCoder-1B --device cudaTabby is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
AI Fullstack SaaS Boilerplate
All-in-one AI SaaS starter kit with OpenAI, Anthropic, Gemini, Stripe, and Next.js.
Vibe
Transcribe audio and generate subtitles completely offline with modern UI on desktop.
Buzz
Transcribe and translate audio offline on your personal computer using OpenAI Whisper.
InvokeAI
Leading open-source generative AI creative engine for visual artists and design studios.