# linux-do/override

啥也不是

Repository: https://github.com/linux-do/override
Canonical: https://ross.abutalabs.com/products/override
Language: Go
License: MIT
License Family: permissive
Last push: 2024-10-12T01:49:08+00:00

## Health v2 (maintenance only)
Score: 15/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 59
- inputs: {"age_days": 839, "days_push": 691, "days_rel": 724, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1187, forks 234 (observed 2026-08-28T04:03:55.285458+00:00)

## What it is
A Go-based local proxy service that overrides GitHub Copilot's API endpoints in VSCode and JetBrains IDEs, redirecting code completion and chat requests to alternative LLM providers such as OpenAI-compatible APIs, DeepSeek, Siliconflow, or local Ollama models. It runs on 127.0.0.1 and is configured via config.json or environment variables.

## Use cases
- use custom LLM API keys with GitHub Copilot in VSCode
- route Copilot code completion to DeepSeek Coder FIM
- use local Ollama models for IDE code completion
- map Copilot chat requests to a different chat model
- avoid Siliconflow TPM rate limits with multiple API keys
- override Copilot endpoints in JetBrains IDEs

## When to choose
- you have your own LLM API keys and want IDE-native Copilot-style completion and chat
- you want to use free or local models (Ollama, Qwen) for code completion
- you need model mapping and multi-key rotation behind Copilot's interface

## When to avoid
- you have an official Copilot subscription and don't need custom backends
- you need a fully supported, warrantied product rather than a community proxy hack
- your organization prohibits redirecting Copilot traffic to third-party endpoints

## Facets
- artifact type: service
- maturity: active
- function: proxy, llm-inference, http-server, configuration-management
- domain: developer-tools, large-language-models, apis
- platform: windows, self-hosted, go
- tags: copilot-proxy, code-completion, api-override, vscode, jetbrains, ollama, deepseek, siliconflow, linux, macos

## Member repositories
- linux-do/override (main) score 15

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:55.285458+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-30T06:23:43.169150+00:00, confidence not recorded.
  - readme: https://github.com/linux-do/override (fetched 2026-08-28T04:03:55.285458+00:00, sha 770e0508c304)
- Data as of 2026-08-30T08:39:29.467469+00:00.
