awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to sourcegraph/sourcegraph

Open-source alternatives to Sourcegraph

30 open-source projects similar to sourcegraph/sourcegraph, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sourcegraph alternative.

  • mervinpraison/praisonaiMervinPraison 的头像

    MervinPraison/PraisonAI

    5,592在 GitHub 上查看↗

    PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo

    Pythonagentsaiai-agent-framework
    在 GitHub 上查看↗5,592
  • bloopai/bloopBloopAI 的头像

    BloopAI/bloop

    9,510在 GitHub 上查看↗

    Bloop is an AI code analysis tool and semantic search engine designed for understanding and querying large-scale codebases. It utilizes a high-performance indexing system written in Rust to enable fast symbol and text retrieval across multiple programming languages. The project differentiates itself by using on-device embeddings for semantic code search, allowing users to locate logic based on meaning and intent rather than exact keywords. It combines a language model with a retrieval-augmented generation approach to provide a natural language interface for conversational querying and the gen

    Rust
    在 GitHub 上查看↗9,510
  • clidey/whodbclidey 的头像

    clidey/whodb

    4,856在 GitHub 上查看↗

    whodb is a multi-database management interface and notebook client designed for exploring and managing data across various engines, including Postgres, MySQL, MongoDB, and Redis. It functions as a graphical interface for managing database connections, records, and schemas through a unified layer. The project features a natural language query interface that uses large language models to translate plain English into executable SQL or NoSQL queries. This is supported by schema-aware prompting that injects database metadata into the model context to ensure generated queries match actual table def

    Go
    在 GitHub 上查看↗4,856

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • codefuse-ai/awesome-code-llmcodefuse-ai 的头像

    codefuse-ai/Awesome-Code-LLM

    3,385在 GitHub 上查看↗

    TMLR A curated list of language modeling researches for code (and other software engineering activities), plus related datasets.

    在 GitHub 上查看↗3,385
  • codefuse-ai/codefuse-chatbotcodefuse-ai 的头像

    codefuse-ai/codefuse-chatbot

    1,291在 GitHub 上查看↗

    An intelligent assistant serving the entire software development lifecycle, powered by a Multi-Agent Framework, working with DevOps Toolkits, Code&Doc Repo RAG, etc.

    Pythonaiopschatbotcode-repo-analysis
    在 GitHub 上查看↗1,291
  • codeintegrity-ai/mutahuntercodeintegrity-ai 的头像

    codeintegrity-ai/mutahunter

    295在 GitHub 上查看↗

    Open Source, Language Agnostic Mutation Testing

    Pythonartificial-intelligenceautomated-testingmutation-testing
    在 GitHub 上查看↗295
  • continuedev/continuecontinuedev 的头像

    continuedev/continue

    33,716在 GitHub 上查看↗

    Continue is an automated code review platform that integrates AI agents directly into the software development lifecycle. By executing custom validation rules against pull request diffs, it provides immediate feedback through repository status checks, allowing teams to enforce quality, security, and documentation standards before manual review begins. The system distinguishes itself through a file-based configuration model where validation logic is defined in version-controlled markdown files. These files act as system prompts that guide autonomous agents in evaluating code changes. This appr

    TypeScriptagentaiclaude
    在 GitHub 上查看↗33,716
  • datapuporg/datapupDataPupOrg 的头像

    DataPupOrg/DataPup

    311在 GitHub 上查看↗

    A modern, AI-assisted, cross-platform database client - free

    TypeScript
    在 GitHub 上查看↗311
  • deepseek-ai/deepseek-coderdeepseek-ai 的头像

    deepseek-ai/DeepSeek-Coder

    22,804在 GitHub 上查看↗

    DeepSeek-Coder is a large language model and foundational neural network architecture designed specifically for software development tasks. It functions as an artificial intelligence assistant capable of interpreting complex programming instructions to generate, transpile, and structure source code. The system distinguishes itself through its ability to perform project-level code generation, analyzing broader context and patterns across entire software projects rather than isolated files. It supports multimodal input processing, allowing for the integration of text and visual data to inform i

    Python
    在 GitHub 上查看↗22,804
  • e2b-dev/e2be2b-dev 的头像

    e2b-dev/E2B

    10,950在 GitHub 上查看↗

    E2B is a cloud-based infrastructure platform designed to provide secure, isolated execution environments for code and shell commands. It functions as an ephemeral orchestrator that provisions lightweight virtual machines, allowing developers and autonomous agents to run untrusted processes within a sandbox that is completely separated from the host system. The platform distinguishes itself through its focus on programmable, serverless workspaces that support the full lifecycle of cloud-based development. By utilizing hardware-level isolation and snapshot-based resumption, it enables the near-

    MDXagentaiai-agent
    在 GitHub 上查看↗10,950
  • ennucore/clippyennucore 的头像

    ennucore/clippy

    408在 GitHub 上查看↗

    AI programming assistant

    Python
    在 GitHub 上查看↗408
  • eylonmiz/react-agenteylonmiz 的头像

    eylonmiz/react-agent

    1,656在 GitHub 上查看↗

    The open-source React.js Autonomous LLM Agent

    TypeScriptagentgpt-4headless
    在 GitHub 上查看↗1,656
  • geekan/metagptgeekan 的头像

    geekan/MetaGPT

    68,855在 GitHub 上查看↗

    MetaGPT is an agentic workflow orchestrator and multi-agent framework designed to transform natural language requirements into complete software deliverables. It functions as an AI software engineering suite that automates the creation of technical documentation, data structures, and source code by treating natural language as a programming environment. The system distinguishes itself by assigning professional roles to large language models, creating specialized agent teams that collaborate through a shared communication structure. It utilizes standard operating procedures to convert organiza

    Python
    在 GitHub 上查看↗68,855
  • hexmostech/git-lrcHexmosTech 的头像

    HexmosTech/git-lrc

    1,365在 GitHub 上查看↗

    Free, Micro AI Code Reviews That Run on Git Commit

    Go
    在 GitHub 上查看↗1,365
  • killianlucas/open-interpreterKillianLucas 的头像

    KillianLucas/open-interpreter

    64,024在 GitHub 上查看↗

    Open Interpreter is a coding agent that uses large language models to write and execute code directly on a local host machine. It functions as a system for performing operating system tasks and file manipulations through a natural language interface. The project features a model orchestrator that allows switching between different language model providers and emulation harnesses. It employs a loop-based reasoning process to iteratively generate code and process execution output until a goal is achieved. Its capabilities include cross-platform system automation, local model integration for da

    Rust
    在 GitHub 上查看↗64,024
  • kodustech/kodus-aikodustech 的头像

    kodustech/kodus-ai

    1,181在 GitHub 上查看↗

    AI Code Review with Full Control Over Model Choice and Costs.

    TypeScriptaiai-agentsai-code-review
    在 GitHub 上查看↗1,181
  • krohling/bondaikrohling 的头像

    krohling/bondai

    221在 GitHub 上查看↗

    BondAI is an open-source tool for developing AI Agent Systems. BondAI handles the implementation complexities including memory/context management, error handling, vector/semantic search and includes a powerful set of out of the box tools and integrations.

    Python
    在 GitHub 上查看↗221
  • mathiscode/ai-kernel-explorermathiscode 的头像

    mathiscode/ai-kernel-explorer

    32在 GitHub 上查看↗

    Explore the Linux kernel source code with AI-generated summaries

    Python
    在 GitHub 上查看↗32
  • mnfst/manifestmnfst 的头像

    mnfst/manifest

    7,022在 GitHub 上查看↗

    Manifest is a language model provider unification system that standardizes access to multiple AI backends through a single interface. It functions as a centralized management layer for integrating various cloud-based and local model providers to simplify how applications request completions. The system provides intelligent model routing and high availability infrastructure by directing queries based on complexity and automatically triggering model fallbacks when a primary provider fails. It distinguishes itself through multi-tenant AI management, organizing agents into isolated groups with de

    TypeScript
    在 GitHub 上查看↗7,022
  • nayjest/gitoNayjest 的头像

    Nayjest/Gito

    368在 GitHub 上查看↗

    An AI-powered GitHub code review tool that uses LLMs to detect high-confidence, high-impact issues—such as security vulnerabilities, bugs, and maintainability concerns.

    Python
    在 GitHub 上查看↗368
  • openbmb/chatdevOpenBMB 的头像

    OpenBMB/ChatDev

    33,427在 GitHub 上查看↗

    ChatDev is an automated software engineering platform that orchestrates the end-to-end development lifecycle through a multi-agent framework. It functions as a programmable engine that coordinates specialized autonomous agents to handle design, coding, testing, and documentation tasks by transitioning through predefined phases of a software project. The system distinguishes itself by using role-based agent specialization to simulate a professional engineering team, assigning distinct personas and knowledge bases to individual agents. It employs prompt-driven task decomposition to break high-l

    Python
    在 GitHub 上查看↗33,427
  • opendevin/opendevinOpenDevin 的头像

    OpenDevin/OpenDevin

    77,460在 GitHub 上查看↗

    OpenDevin is an autonomous software engineering agent and orchestrator designed to execute coding tasks and manage development workflows using large language models. It functions as a centralized control center for managing and switching between various local and cloud artificial intelligence backends. The system utilizes a Docker sandbox environment to isolate autonomous agents in containers, protecting the host filesystem during code execution. It includes an automated engineering workflow tool that integrates with version control and chat services to trigger tasks via webhooks or scheduled

    Python
    在 GitHub 上查看↗77,460
  • pezzolabs/pezzopezzolabs 的头像

    pezzolabs/pezzo

    3,245在 GitHub 上查看↗

    🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more.

    TypeScriptaidevtoolsgpt-3
    在 GitHub 上查看↗3,245
  • pgosar/chatgdbpgosar 的头像

    pgosar/ChatGDB

    937在 GitHub 上查看↗

    Harness the power of ChatGPT inside the GDB or LLDB debugger!

    Python
    在 GitHub 上查看↗937
  • plasma-umass/scaleneplasma-umass 的头像

    plasma-umass/scalene

    13,449在 GitHub 上查看↗

    Scalene is a high-performance diagnostic utility designed to measure resource consumption during the execution of Python applications. It functions as a line-level monitor, providing granular insights that pinpoint the specific source code responsible for performance overhead. The tool distinguishes itself through statistical profiling that captures stack traces and resource usage without requiring manual instrumentation of the source code. It tracks CPU, GPU, and memory consumption by intercepting library-level calls and hardware driver commands, allowing for the analysis of both managed and

    Pythoncpucpu-profilinggpu
    在 GitHub 上查看↗13,449
  • princeton-nlp/swe-agentprinceton-nlp 的头像

    princeton-nlp/SWE-agent

    19,540在 GitHub 上查看↗

    SWE-agent is a collection of autonomous agents designed for software engineering, competitive programming, and offensive cybersecurity operations. These agents utilize large language models to navigate codebases, interact with file systems, and use terminal interfaces to resolve GitHub issues or complete technical challenges. The system employs specialized agent modes that switch prompting strategies based on whether the task is a software bug, an algorithmic programming problem, or a security vulnerability. It includes dedicated capabilities for automated repository maintenance and offensive

    Python
    在 GitHub 上查看↗19,540
  • qiangyt/batchaiqiangyt 的头像

    qiangyt/batchai

    85在 GitHub 上查看↗

    Supplement of Copilot and Cursor - utilizes AI for batch processing of the entire codebase (对Copilot和Cursor们的补充:用 AI 批量处理项目代码)

    Go
    在 GitHub 上查看↗85
  • qodo-ai/pr-agentqodo-ai 的头像

    qodo-ai/pr-agent

    11,630在 GitHub 上查看↗

    PR Agent is an AI-powered code analysis tool and pull request reviewer that uses large language models to automate version control workflows. It functions as a programmatic agent that integrates with version control platforms to provide automated quality checks, explain code changes, and manage pull request documentation. The system distinguishes itself by enforcing organizational engineering standards through a customizable rule-based system. It leverages retrieval-augmented generation to inject repository context and organizational guidelines into its analysis, ensuring that feedback remain

    Pythoncode-reviewcodereviewcoding-assistant
    在 GitHub 上查看↗11,630
  • ravenscroftj/turbopilotravenscroftj 的头像

    ravenscroftj/turbopilot

    3,790在 GitHub 上查看↗

    Turbopilot is a local large language model inference server designed to provide private code completions. It functions as a self-hosted engine that executes models on local hardware, ensuring development workflows remain offline and source code does not leave the machine. The system includes a quantization tool and model manager used to compress weights and merge sharded data into a unified binary format. This optimization reduces memory footprints and accelerates loading for execution on consumer-grade hardware. Performance is managed through a GPU accelerated inference engine that offloads

    C++code-completioncpplanguage-model
    在 GitHub 上查看↗3,790
  • ricklamers/gpt-code-uiricklamers 的头像

    ricklamers/gpt-code-ui

    3,540在 GitHub 上查看↗

    An open source implementation of OpenAI's ChatGPT Code interpreter

    Python
    在 GitHub 上查看↗3,540