Tabby - Open source self hosted AI coding assistant
About Tabby - Open source self hosted AI coding assistant
Section titled “About Tabby - Open source self hosted AI coding assistant”Source: https://tabby.tabbyml.com/docs/welcome/
- Runs locally, integration with editor
- Can choose models for different tasks
- Web server shoes stats, config,
- Your repositories integration for LLM context for more personalized suggestions
- Chat interface
- Code browser: indexed files in tabby, ask tabby
- Strengths: Integration in IDEs like VS Code, Intellij, (n)vim, performance friendly
- Set authentication in configuration
file at
~/.tabby-client/agent/config.toml
- To disable usage collection, set the TABBYDISABLEUSAGECOLLECTION environment variable by export TABBYDISABLEUSAGECOLLECTION=1.
- For Context Providers:
- Can add local git using file:// like file://C:\Users\user\Code\repo2