awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Assistants de codage IA auto-hébergés

Classement mis à jour le 30 juin 2026

For un assistant de codage IA auto-hébergé, the strongest matches are exafunction/windsurf.vim (windsurf), intitni/copilotforxcode (CopilotForXcode is an AI-powered Xcode extension that offers code) and codota/tabnine (TabNine is a self-hosted AI code completion engine that). tabbyml/tabby and fauxpilot/fauxpilot round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Outils de pair programming par IA open source qui s'exécutent localement dans votre éditeur de code pour un développement privé.

Assistants de codage IA auto-hébergés

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • exafunction/windsurf.vimAvatar de Exafunction

    Exafunction/windsurf.vim

    5,113Voir sur GitHub↗

    windsurf.vim is an AI-driven development tool for Vim and Neovim that integrates AI-powered code completion, a conversational coding assistant, and autonomous agent orchestration. It enables users to receive real-time code suggestions and perform complex refactoring via natural language instructions directly within the editor. The project provides a system for dispatching and monitoring multiple AI agents to execute engineering tasks across local and cloud environments. It includes context-aware project analysis by indexing the local codebase and supports shared workspace management to mainta

    windsurf.vim is a Vim/Neovim plugin that provides AI-powered code completion, conversational coding assistance, and autonomous agent orchestration, with support for local and cloud execution—directly fitting the request for a self-hosted, editor-integrated AI coding assistant.

    Vim ScriptAI Code CompletionsProject-Aware Editors
    Voir sur GitHub↗5,113
  • intitni/copilotforxcodeAvatar de intitni

    intitni/CopilotForXcode

    8,240Voir sur GitHub↗

    CopilotForXcode is an AI source editor extension for the Xcode development environment. It provides a suite of tools including a conversational chat interface, a code completion tool, and a natural language refactorer to assist with Apple platform development. The project differentiates itself by integrating project context and compiler errors directly into its AI interactions. It supports custom prompt execution using template variables and enables the triggering of shell scripts and system shortcuts directly from the chat interface to automate development tasks. The system manages AI integ

    CopilotForXcode is an AI-powered Xcode extension that offers code completion, generation, and a conversational chat interface, integrates project context, and supports multiple models including local self-hosted ones like Tabby, making it a comprehensive self-hosted AI coding assistant plugin for pair programming in Xcode.

    SwiftAI Code CompletionsPredictive Code Completions
    Voir sur GitHub↗8,240
  • codota/tabnineAvatar de codota

    codota/TabNine

    10,784Voir sur GitHub↗

    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 self-hosted AI code completion engine that runs locally as an editor plugin across many IDEs (VS Code, JetBrains, Vim, etc.), providing real-time, context-aware code suggestions and generation across multiple languages while keeping your code secure and private — squarely the self-hosted, editor-integrated assistant workflow you need.

    ShellAI Code CompletionsCode CompletionProject-Aware Editors
    Voir sur GitHub↗10,784
  • tabbyml/tabbyAvatar de TabbyML

    TabbyML/tabby

    33,605Voir sur GitHub↗

    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 offers real-time code completion and chat, integrates with IDEs via plugins, supports multiple models, and leverages repository-aware context, directly matching every key requirement of your search.

    RustCode Generation AssistantsSelf-Hosted Coding AssistantsConversational Coding Assistants
    Voir sur GitHub↗33,605
  • fauxpilot/fauxpilotAvatar de fauxpilot

    fauxpilot/fauxpilot

    14,732Voir sur GitHub↗

    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 local inference server that emulates coding-assistant APIs (like Copilot’s) so that existing IDE plugins can use local models for code completion and generation, giving you the editor-integrated, cloud-free pair-programming experience you want.

    PythonCopilot API EmulatorsLocal Model Inference ServersAI Coding Assistant Proxies
    Voir sur GitHub↗14,732
  • dyad-sh/dyadAvatar de dyad-sh

    dyad-sh/dyad

    19,648Voir sur GitHub↗

    Dyad is a local, artificial intelligence-powered development environment designed to manage, edit, and scaffold full-stack software projects. It functions as an automated codebase manager and code editor that leverages language models to execute programming tasks, maintain project context, and apply targeted modifications directly to source files on a user's machine. The platform distinguishes itself through a model-agnostic architecture that allows for flexible integration with various language model runtimes. It provides specialized operational modes to optimize development speed and effici

    Dyad is a local, AI-powered development environment that uses language models for code generation and project management; it supports self-hosted models via Ollama and others, making it a fitting self-hosted AI code assistant, though it is a standalone editor rather than a plugin for an existing IDE.

    TypeScriptAI Coding AssistantsAI-Powered Development EnvironmentsApplication Generators
    Voir sur GitHub↗19,648
  • editor-code-assistant/ecaAvatar de editor-code-assistant

    editor-code-assistant/eca

    648Voir sur GitHub↗

    This project is an AI-powered development workflow orchestrator that integrates autonomous coding agents directly into code editors. It functions as a framework for managing multi-agent systems, enabling developers to automate complex tasks such as code refactoring, inline completion, and multi-stage software development workflows. By utilizing a standardized communication protocol, it bridges the gap between local development environments and large language models. The system distinguishes itself through its focus on agent-based task orchestration and granular configuration. Users can define

    This repository is an editor-integrated AI assistant that provides code completion and LLM-based chat via a JSON-RPC protocol, squarely fitting the category of a self-hosted coding assistant; while the empty description leaves details like local inference and multi-model support unconfirmed, the topics and name strongly indicate it aligns with your intent.

    ClojureAI Coding AssistantsAgentic Task OrchestrationAI Model Integrations
    Voir sur GitHub↗648

Related searches

  • une alternative open source à Copilot
  • un assistant de codage IA pour IDE
  • a self hosted platform for running AI
  • un assistant de codage IA pour le développement logiciel
  • un éditeur de code collaboratif avec pair programming intégré
  • une alternative auto-hébergée à ChatGPT
  • extension de chat IA pour VS Code
  • un bot IA pour la revue de code automatisée