Changelog

What's new in RepoOps

Every release, what it changed. The desktop app auto-updates itself — this is the human-readable record.

v0.1.0

first release · Windows

RepoOps 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)

  1. Download the installer from the download page RepoOps-Setup.exe.
  2. 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.
  3. The first-run wizard checks for git, asks you to pick a local repo, and opens the dashboard at http://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 cockpitThe 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 & costSession usage, spend trends, and model-upgrade recommendations, with LLM-routing guidance.
  • Security guardrailsPlain-language footgun checks (.env in git, committed secrets, open CORS, all-interfaces bind) — each with the exact fix.
  • Config & env doctorCatches referenced-but-unset env vars and won't-run-in-prod issues before you deploy.
  • Ship assistantA go-live preflight verdict plus stack-aware deploy and domain runbooks.
  • Explain my codebaseOn-demand plain-language summaries of routes, files, and modules (AI-assisted with your own key; structural fallback otherwise).
  • Vulnerabilities & DependenciesLive npm audit plus per-dependency risk.
  • File integritySensitive-path change monitoring against origin/main.
  • Auto-updateThe 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_KEY in Settings (bring your own key) to enable spend rollups and AI codebase summaries.

Ready to try it? Download RepoOps.