@rein-industries/rein
v0.1.43
Published
Control your coding agents (Claude Code, Codex, Gemini, opencode, Grok) from your phone. Installs the rein bridge daemon.
Maintainers
Readme
Control your coding agents from anywhere.
Works with Claude Code · Codex · Gemini · opencode · Grok
Rein connects to the agents running on your machine. This package installs
rein, the bridge: a small daemon that drives the agent CLIs you already use,
with the subscriptions you already pay for, and pairs with the
Rein app over an encrypted peer-to-peer connection.
Rein never calls a model API and never touches an API key. Your code and conversations move phone-to-machine over an end-to-end encrypted channel; Rein's servers only set up the connection.
Install
npm i -g @rein-industries/reinThis downloads a prebuilt binary for your platform (macOS or Linux, arm64 or
x64) and verifies it against the release SHA256SUMS. No build toolchain
required. Then:
rein setup # always-on service + sign-in + pairing QRScan the QR with the Rein app and you're paired. Day to day:
rein start # start the bridge in the background
rein setup # re-open pairing QR / short code
rein status # what's runningPrefer curl? curl -fsSL rein.build | sh installs the same binary.
Upgrading
npm i -g @rein-industries/rein@latestrein update is intentionally disabled for npm installs (it would fight npm)
and points you here instead.
What gets installed
The package is a thin launcher. On install it fetches rein-<os>-<arch>.tar.gz
from the matching
GitHub release into its own
vendor/ directory and verifies it against SHA256SUMS. If the install ran
with --ignore-scripts, the binary is fetched on first run instead. Windows is
not supported; use WSL.
Links
- Homepage and app download: https://rein.build
- Releases, changelog, and issues: https://github.com/rein-industries/rein
- Privacy: https://rein.build/privacy
