Skip to content

EazyReal/tabby

Repository files navigation

🐾 Tabby

build status Docker pulls License Slack Community

Warning Tabby is still in the alpha phase

Tabby is a self-hosted AI coding assistant, offering an open-source and on-premises alternative to GitHub Copilot. It boasts several key features:

  • Self-contained, with no need for a DBMS or cloud service.
  • OpenAPI interface, easy to integrate with existing infrastructure (e.g Cloud IDE).
  • Supports consumer-grade GPUs.

Open in Playground

Demo

👀 What's New

👋 Get Started

The easiest way to start a Tabby server is by using the following Docker command:

docker run -it \
  --gpus all -p 8080:8080 -v $HOME/.tabby:/data \
  tabbyml/tabby \
  serve --model TabbyML/SantaCoder-1B --device cuda

For additional options (e.g inference type, parallelism), please refer to the documentation at https://tabbyml.github.io/tabby.

🌟 Star History

Star History Chart

About

Self-hosted AI coding assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 33.0%
  • Rust 25.9%
  • Kotlin 12.9%
  • Python 12.5%
  • Vim Script 5.6%
  • JavaScript 4.2%
  • Other 5.9%