Sourcegraph

Stale
GitHub Go NOASSERTION

Description

Sourcegraph is an open-source code intelligence platform providing code search, AI completions and Cody coding-agent capabilities.

Key Features

  • Cross-repo code search — search millions of repos in seconds
  • Cody coding agent — AI completion, chat, PR reviews
  • IDE support — VS Code, JetBrains, Neovim
  • Context-aware — retrieves code blocks for LLM context
  • Code intelligence — go-to-definition, references, structural analysis
  • Self-hostable — on-prem option for sensitive codebases

Use Cases

💡 Code search and AI assistance for large monorepo teams
💡 Connecting enterprise code assets to AI coding agents
💡 Acting as the AI coding copilot inside the IDE
💡 Feeding code search results directly into LLM chat

Quick Start

docker run --publish 7080:7080 \
  --publish 127.0.0.1:3370:3370 \
  --rm --volume /var/run/docker.sock:/var/run/docker.sock \
  sourcegraph/server:5.6.x

Related Projects