GitHub Copilot 的自托管替代方案,为开发者提供自动代码建议和智能编程辅助。
CodeGeeX is a multilingual large language model and AI code completion engine designed to generate, translate, and complete source code across numerous programming languages. It functions as an intelligence layer that synthesizes logic from natural language prompts and existing code snippets. The project provides a specialized source code translator that converts logic and functionality between different programming languages while preserving the original behavior. It also operates as an integrated AI assistant suite, offering extensions that embed generative AI directly into development envi
CodeGeeX is an open-source, multilingual code completion engine with IDE extensions and local inference support, directly matching the search for a self-hostable Copilot alternative with context-aware suggestions across many languages.
Tabby is a self-hosted AI coding assistant designed to provide real-time code completion and interactive chat capabilities within development environments. By functioning as a private server application, it allows teams to maintain control over their infrastructure and data while integrating intelligent code generation directly into their existing workflows. The platform distinguishes itself through its repository-aware knowledge retrieval and multi-model orchestration. It indexes local and remote source code repositories and technical documentation into a searchable vector-based knowledge gr
Tabby is a self-hosted AI coding assistant that provides real-time code completion and chat directly in your IDE, matching Copilot's capabilities while keeping your code and models on your own infrastructure.
Fauxpilot is a self-hosted AI coding assistant and local inference server. It functions as a proxy and API gateway that redirects traffic from IDE plugins to a local large language model, allowing for AI-assisted programming without external cloud dependencies. The project provides a specialized API emulation layer that mimics coding assistant protocols and a standardized OpenAI-compatible interface. This enables supported code editors to use local models for completions and suggestions by overriding default proxy URLs. The system includes capabilities for downloading and deploying local mod
Fauxpilot is a self-hosted AI coding assistant proxy that emulates Copilot’s API, allowing you to run code completions locally from your IDE — a direct fit for a self-hosted Copilot alternative.
TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions across all programming languages. It operates as an editor plugin that communicates with a backend through a JSON message-passing interface, processing code entirely on the local machine or within a private cloud to keep source code secure and private. The system provides a completion request API that accepts cursor context and returns ranked text completions, with features for configuring completion regions, prefetching files for indexing, and managing binary versions and up
TabNine is a locally-run, AI-powered code completion engine that integrates with major editors (VS Code, JetBrains, Vim, etc.) and provides real-time, multi-line suggestions across many languages, meeting your need for a self-hostable Copilot alternative with full IDE integration.