Skip to content

Install

Repowire runs on macOS and Linux with Python 3.10+ and tmux.

curl -sSf https://raw.githubusercontent.com/prassanna-ravishankar/repowire/main/install.sh | sh

The installer detects uv, pipx, and pip in that order, installs Repowire with the first available package manager, then drops you into setup.

Alternatives

uv tool install repowire
pipx install repowire
pip install repowire

Use uv for the fastest isolated install. Use pipx if you want isolation without uv. Use plain pip only inside a virtualenv you control.

What gets installed

The package ships:

  • The repowire CLI (repowire setup, repowire serve, repowire telegram start, …).
  • The local daemon (HTTP + WebSocket on 127.0.0.1:8377).
  • The MCP server (stdio).
  • Hook scripts for every agent runtime the setup step detects.
  • The Next.js dashboard, pre-built and served from the daemon at /dashboard.

Nothing runs yet. Run setup to wire the hooks for your agents.

Repowire does not install third-party agent skills. If you want reusable SKILL.md packages, use a skills installer such as Vercel Labs skills alongside Repowire.