Install Overwire
Latest release: v1.0.2 · July 11, 2026
Windows
Signed installer for 64-bit Windows 10 and 11.
64-bit · .exe
Installs machine-wide; Windows will ask for administrator approval.
Prefer the terminal?
The CLI runs the same workflows from your shell or CI, free.
npm install -g overwireWhat’s new in v1.0.2
July 11, 2026- Help menu in the top bar and the system menu bar: documentation, keyboard shortcuts, issue reporting, email support, and diagnostic-bundle export
- Public issue tracker for bug reports and feature requests, linked from the app, the docs, and the site footer
- Upgrade to Pro from Settings, with a clearer license panel
Extend Overwire
The pieces around the app: a CLI for terminals and CI, the runner container, and setup for AI agents.
Overwire CLI
Run and validate workflows from the terminal or CI. Free, no app required, versioned separately on npm.
npm install -g overwireRunner image
Live steps execute inside the Overwire runner container, published for amd64 and arm64.
docker pull overwireio/runner:ubuntu-24.04Agent setup
Teach AI agents to drive Overwire: install the Claude Code plugin, or scaffold agent docs into your repo with overwire init --agents.
overwire agents