Five intelligence layers · Ten MCP tools · 15 languages · Multi-repo workspaces · One pip install
Hosted for teams → · Docs · Discord · Contact
Layers · Learns from you · Code Health · Refactoring · Benchmarks · Languages · Quickstart · MCP tools · Comparison · Hosted
---
measure, locate, and fix what your AI ships
code health that predicts real bugs · ROC AUC 0.74 across 21 repos · 2.3× CodeScene's defects under a fixed review budget
graph-aware refactoring plans your agent can execute · up to −96% context tokens · −70% agent tool calls at answer-quality parity
Measured, reproducible, on public codebases. See the benchmarks ↓
---
The Costs dashboard tallies both savings surfaces: repowise distill (command output) and the MCP tools (each curated answer replacing the raw file reads it stood in for), priced at your coding agent's own model. Example shown from a week of heavy local use.
Highlights: **Chat** (natural-language Q&A) · **Docs** (wiki with Mermaid +
graph sidebar) · **Graph** (interactive, 2,000+ nodes, community coloring, path
finder) · **C4 Architecture** (Context → Containers → Components) · **Risk**
(hotspots, ownership heatmap, module health, dead code, blast radius) ·
**Contributors** (per-author profiles) · **Decisions** (evidence drawer,
evolution timeline, decision-graph) · **Health** (three signals: defect,
maintainability, performance; coverage, trends) · **Refactoring** (ranked plan
cards, blast radius, copy-to-agent, opt-in code-gen diff) · **Security** (local
pattern scan) · **Costs** · **Workspace**
(cross-repo contracts & co-changes). Full view-by-view list in
[docs/USER_GUIDE.md](docs/USER_GUIDE.md).
---
## VS Code extension
The **Repowise** extension puts the index where code gets written: know what
your change breaks before you push (your riskiest files ranked, what is
downstream, forgotten companion files, missing tests, suggested reviewers),
health signals in the gutter and status bar, callers and ownership on hover,
refactoring plans as CodeLens, and the full dashboards (health, architecture,
knowledge graph, decisions, docs) inside the editor. One install also registers
the Repowise MCP server with VS Code, so the same local index serves both you
and your AI agent. Quiet by default, everything toggleable, nothing leaves your
machine.
Install from the Marketplace (search **Repowise**) or Open VSX, then run
**Repowise: Set Up This Repository**. Full guide in
[docs/VSCODE.md →](docs/VSCODE.md).
---
## Supported languages
**15 languages parsed to AST · 11 at the Full tier · framework-aware across all of them.**
Full tier
Good tier
· Partial
" # search the wiki (fulltext / semantic / symbol) repowise health # code-health KPIs + lowest-scoring files repowise risk main..HEAD # score a branch / PR range for defect risk repowise dead-code # unreachable-code report repowise distill pytest # compact errors-first output (reversible), saves 60–90% tokens repowise saved # tokens & dollars saved by distillation repowise doctor # check setup, API keys, store drift ``` `repowise init` generates `.repowise/config.yaml` (provider, model, embedder, reasoning mode, exclude patterns, git commit depth). Full command set: **[docs/CLI_REFERENCE.md](docs/CLI_REFERENCE.md)** · config reference: **[docs/CONFIG.md](docs/CONFIG.md)**. --- ## Contributing ```bash git clone https://github.com/repowise-dev/repowise cd repowise uv sync --all-packages uv run repowise --version uv run pytest tests/unit/ ``` Full guide, including how to add languages and LLM providers: [CONTRIBUTING.md](.github/CONTRIBUTING.md). --- ## License AGPL-3.0. Free for individuals, teams, and companies using repowise internally. For commercial licensing (the enterprise security & compliance layer, SSO/SCIM, RBAC, workflow integrations, priority support and SLA, or embedding repowise in a product without AGPL obligations), see **[docs/COMMERCIAL.md](docs/COMMERCIAL.md)** or contact [hello@repowise.dev](mailto:hello@repowise.dev). ---Built for engineers who got tired of watching their AI agentcatthe same file for the fourth time.⭐ If repowise earns a place in your workflow, give it a star. It costs you nothing, and it's the signal that keeps a small team building this in the open.
repowise.dev · Explore → · Discord · X · hello@repowise.dev