anycode-daemon
v0.3.3
Published
AnyCode daemon — remotely command AI coding agents (Claude Code, Codex, Gemini) on your machine.
Readme
anycode-daemon
Run the AnyCode daemon on your development machine to remotely command AI
coding agents (Claude Code, Codex, Gemini CLI) from the AnyCode web console or
iOS app. Installs the anycode command.
Install
npm install -g anycode-daemonor without npm:
curl -fsSL https://install.anycodeapp.com/install.sh | sudo bashUsage
anycode login # sign in to your anycodeapp.com account
anycode register # register this machine as a device
anycode start # go online (connects to the cloud relay)You can also bind a device directly with a connect-token from the web console:
anycode register --token <token>
anycode startLocal-only / LAN usage (no account) still works:
anycode start --port 9527How it works
The npm package is a thin launcher; postinstall downloads the native Go
daemon binary for your platform from the matching GitHub Release. Override the
source with ANYCODE_REPO or ANYCODE_DOWNLOAD_BASE if you self-host.
