Tabby — локальный ИИ-помощник для написания кода
★ 33.8K
Tabby is an open-source coding assistant you host on your own server — a GitHub Copilot alternative that never sends code outside. Reach for it when you want editor completions but company rules keep source inside the perimeter: banks, the public sector, closed-source products. Suggestions arrive in the editor through plugins for VS Code, JetBrains and Vim. Beyond completion it answers questions about your own repository — it indexes the code and searches it, so suggestions reflect your functions and conventions rather than generic practice. It runs on your own GPU with a model of your choosing, and one server can serve a whole team. This assists a developer rather than replacing one: the human writes the code and Tabby suggests.
- #Coding Agent