v0.1.0
first release · WindowsRepoOps is project memory + ops for AI-built code.Point it at a local git repo and it remembers what your AI coding agent did, what it cost, and whether anything's unsafe to ship — all on your machine. Nothing is uploaded; your code and telemetry never leave your computer.
Free for solo developers
The local single-developer desktop app is free, forever. Paid Team and Cloud tiers add shared rollups, governance, and hosted dashboards — see pricing.
Install (Windows)
- Download the installer from the download page —
RepoOps-Setup.exe. - This build is not yet code-signed, so Windows SmartScreen shows “Windows protected your PC.” Click More info → Run anyway (one time). It's unsigned, not unsafe — signing is coming. See the install guide.
- The first-run wizard checks for
git, asks you to pick a local repo, and opens the dashboard athttp://localhost:4000/.
What's in it
- Project memory (the brain) — Aggregates each repo's accumulated knowledge — decisions, mistakes-not-to-repeat, architecture — into one browsable view.
- Today cockpit — The home surface: next-best-action, spend & budget, security, ship-readiness, config/env health, and a brain pulse — each deep-linking to its detail tab.
- Claude Code telemetry & cost — Session usage, spend trends, and model-upgrade recommendations, with LLM-routing guidance.
- Security guardrails — Plain-language footgun checks (.env in git, committed secrets, open CORS, all-interfaces bind) — each with the exact fix.
- Config & env doctor — Catches referenced-but-unset env vars and won't-run-in-prod issues before you deploy.
- Ship assistant — A go-live preflight verdict plus stack-aware deploy and domain runbooks.
- Explain my codebase — On-demand plain-language summaries of routes, files, and modules (AI-assisted with your own key; structural fallback otherwise).
- Vulnerabilities & Dependencies — Live npm audit plus per-dependency risk.
- File integrity — Sensitive-path change monitoring against origin/main.
- Auto-update — The Windows desktop app updates itself from repoops.ai — no reinstall.
Notes
- Platforms: Windows today. macOS and Linux are coming soon.
- Privacy: runs entirely on your machine; no account required for the free app.
- Optional: add your
ANTHROPIC_API_KEYin Settings (bring your own key) to enable spend rollups and AI codebase summaries.