Self-hosted repo intelligence for maintainers and coding agents.
Telligence indexes repositories and docs, answers questions with citations, and reviews diffs for likely regression risk.
Local-first by default. Cloud AI optional.
Maintainers and coding agents fail when they work without trusted project context.
Telligence provides a private retrieval layer for codebases and docs with:
- grounded answers linked back to source files
- hybrid retrieval for code and documentation
- self-hosted storage and local-first deployment
- agent-friendly workflows for CLI and API clients
- open-source maintainers reviewing incoming changes
- developers onboarding into unfamiliar repositories
- teams that want cited answers instead of vague AI guesses
- coding agents that need trusted repo context
The OSS core is intentionally narrow. It is not:
- a generic AI platform
- a compliance suite
- an eDiscovery product
- a broad enterprise memory layer
- Index a repository or local folder.
- Ask questions and inspect citations.
- Review a PR or diff for likely regression risks.
- Find impacted files, modules, and likely missing tests.
Example prompts:
Where is authentication handled?Summarize the indexing pipeline and cite the key files.What modules are likely affected by this config change?Review this PR and flag regression risks.
git clone https://github.com/shmindmaster/telligence.git
cd telligence
node install.jsThen run:
telligence doctor
telligence onboardSee QUICKSTART.md for the full setup flow.
The repository build ships these commands:
telligence doctortelligence onboardtelligence index <path>telligence ask "<question>"telligence review-pr --base main --head feature-branch
index, ask, and review-pr expect the API to be running locally at http://localhost:8000 unless TELLIGENCE_API_URL is set.
| Preview | Description |
|---|---|
![]() |
Login - Sign in with your account or the demo account (demo@telligence.local). |
For the full setup flow, demo credentials, and advanced options, see Quickstart.
- Ground coding agents with direct, real-time access to indexed GitHub repositories and local documentation.
- Answer developer questions with citations back to source files
- Run locally by default while keeping the option to use OpenAI or Azure
- Built for codebases first - Directly ingest from GitHub repositories, local folders, and uploaded files into one unified retrieval layer.
- Grounded answers - search and chat responses link back to the source material they used
- Flexible deployment - Docker-first, self-hosted, and compatible with local or hosted models
- Agent-ready direction - the project is being packaged around onboarding, MCP, and developer workflows rather than generic "chat with docs"
- supported: onboarding, indexing, search, cited answers, PR review API/CLI
- active development: richer maintainer review UX and agent integrations
- intentionally not part of the OSS hero story: legal/compliance-heavy workflows
See VISION.md for priorities and anti-goals.
apps/api- API, indexing, retrieval, review workflowapps/web- web applicationscripts/installer- onboarding flowscripts/setup- setup helpersdocs/- architecture, deployment, and contributor docs
Start with:
MIT. See LICENSE.
