Skip to content

AntonSaurytski83/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

  • Rust 91.0%
  • Python 5.8%
  • HTML 1.6%
  • TypeScript 0.5%
  • Scheme 0.5%
  • Shell 0.3%
  • Other 0.3%