awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Asistentes de programación con IA autohospedados

Clasificación actualizada el 30 jun 2026

For asistente de programación con IA autohospedado, 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.

Herramientas de IA open-source para programación en pareja (pair programming) que se ejecutan localmente en tu editor de código para un desarrollo privado.

Asistentes de programación con IA autohospedados

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • exafunction/windsurf.vimAvatar de Exafunction

    Exafunction/windsurf.vim

    5,113Ver en 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
    Ver en GitHub↗5,113
  • intitni/copilotforxcodeAvatar de intitni

    intitni/CopilotForXcode

    8,240Ver en 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
    Ver en GitHub↗8,240
  • codota/tabnineAvatar de codota

    codota/TabNine

    10,784Ver en 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
    Ver en GitHub↗10,784
  • tabbyml/tabbyAvatar de TabbyML

    TabbyML/tabby

    33,605Ver en 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
    Ver en GitHub↗33,605
  • fauxpilot/fauxpilotAvatar de fauxpilot

    fauxpilot/fauxpilot

    14,732Ver en 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
    Ver en GitHub↗14,732
  • dyad-sh/dyadAvatar de dyad-sh

    dyad-sh/dyad

    19,648Ver en 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
    Ver en GitHub↗19,648
  • editor-code-assistant/ecaAvatar de editor-code-assistant

    editor-code-assistant/eca

    648Ver en 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
    Ver en GitHub↗648

Related searches

  • alternativa open-source a Copilot
  • asistente de programación con IA para IDEs
  • a self hosted platform for running AI
  • un asistente de programación con IA para desarrollo de software
  • un editor de código colaborativo con pair programming integrado
  • alternativa self-hosted a ChatGPT
  • extensión de chat con IA para VS Code
  • bot de IA para revisión de código automatizada