TurboPilot
Self-hosted, CPU-based code completion tool that runs large coding models locally as a privacy-friendly alternative to GitHub Copilot.
About
TurboPilot is an open-source project that lets developers run AI code completion entirely on their own hardware, with no cloud dependency. It uses llama.cpp to run models such as Salesforce Codegen, WizardCoder, and StarCoder on as little as 4 GB of RAM, and supports GPU acceleration via CUDA for faster responses. It plugs into VS Code through the FauxPilot extension and exposes an OpenAI-compatible REST API. The project is free under a BSD-3-Clause license, though it was archived in September 2023 and is no longer actively maintained.