Locally hosted code completion server
Top 3.5% on sourcepulse
FauxPilot provides an open-source, locally-hosted alternative to GitHub Copilot, targeting developers who want to run AI-powered code completion without relying on external cloud services. It enables self-hosting of code generation models for enhanced privacy and control.
How It Works
FauxPilot leverages Salesforce's CodeGen models, running them within NVIDIA's Triton Inference Server utilizing the FasterTransformer backend. This combination is chosen for optimized inference performance on NVIDIA GPUs, allowing efficient execution of large language models for code generation.
Quick Start & Requirements
docker compose
(>= 1.28).nvidia-docker
, curl
, and zstd
are also needed.setup.sh
script to select and download a model, which is then converted for FasterTransformer. Detailed setup guides are available on the wiki.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project explicitly states "lmao" regarding support and warranty, indicating a community-driven, best-effort development model. Formal documentation and support structures appear minimal.
1 year ago
Inactive