# fauxpilot/fauxpilot

FauxPilot - an open-source alternative to GitHub Copilot server

Repository: https://github.com/fauxpilot/fauxpilot
Canonical: https://ross.abutalabs.com/products/fauxpilot
Language: Python
License: MIT
License Family: permissive
Last push: 2024-04-09T08:42:23+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1492, "days_push": 876, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 14691, forks 639 (observed 2026-08-28T04:11:07.472868+00:00)

## What it is
FauxPilot is a self-hosted, open-source alternative to the GitHub Copilot code completion server. It serves SalesForce CodeGen models via NVIDIA's Triton Inference Server with the FasterTransformer backend and exposes an OpenAI/Copilot-compatible API.

## Use cases
- self-host a GitHub Copilot alternative for code completion
- serve code generation models locally on my own GPU
- point my editor's Copilot plugin at a private server
- run offline AI code suggestions without sending code to the cloud
- host an OpenAI-compatible completion API for code models

## When to choose
- you want private, on-premise code completion with no code leaving your network
- you have NVIDIA GPUs with sufficient VRAM and Docker
- you want an OpenAI/Copilot-compatible API you control

## When to avoid
- you lack an NVIDIA GPU or the VRAM for the models
- you want a polished, actively developed product with formal support
- you prefer managed cloud code assistants like GitHub Copilot

## Facets
- artifact type: service
- maturity: maintenance
- function: llm-inference, api-framework, http-server, machine-learning
- domain: developer-tools, large-language-models, artificial-intelligence, self-hosted
- platform: self-hosted, python
- tags: code-completion, copilot-alternative, codegen, triton-inference-server, fastertransformer, local-ai, docker, linux, gpu

## Member repositories
- fauxpilot/fauxpilot (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:07.472868+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:07:19.189205+00:00, confidence not recorded.
  - readme: https://github.com/fauxpilot/fauxpilot (fetched 2026-08-28T04:11:07.472868+00:00, sha 75e7bbe07cf9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
