perchcode
v0.1.5
Published
Perchcode CLI — control AI coding agents from your phone. Native Rust binary shipped via npm.
Maintainers
Readme
perchcode
Connect a Mac or server to Perch Web so Claude Code, Codex, and other AI coding agents can run there with end-to-end encryption.
npm install -g perchcode
perch auth login
perch machineStart from Perch Web, then run the commands above on the host machine. The Perch desktop app is optional.
How it works
This package ships a tiny Node.js shim. The real CLI is a native Rust binary. macOS binaries are bundled directly in this package so npm install -g perchcode works without the desktop app. Linux and Windows use optional @perchcode/<triple> packages selected by standard os + cpu filters — no postinstall scripts, no network at install time beyond what npm already does.
Supported platforms:
| Triple | Notes |
| --- | --- |
| darwin-arm64 | Apple Silicon · bundled in perchcode |
| darwin-x64 | Intel Mac · bundled in perchcode |
| linux-x64-gnu | glibc ≥ 2.31 |
| linux-arm64-gnu | glibc ≥ 2.31 |
| win32-x64-msvc | Windows 10+ |
Links
- Web app: https://app.perchcode.dev
- iOS / Android: see https://perchcode.dev
- Source: https://github.com/perchcode/perchcode
- Issues: https://github.com/perchcode/perchcode/issues
License
MIT — copyright VibeLabs and contributors.
