devflow-agent
v0.1.22
Published
DevFlow local agent - runs Claude CLI sessions on your machine and talks to the DevFlow dashboard over Supabase Realtime.
Readme
devflow-agent
Local agent for DevFlow. Runs the Claude Code CLI on your own machine and talks to the DevFlow dashboard over Supabase Realtime, so your code never leaves your laptop.
Install
npm install -g devflow-agentRequires Node 20+. Anthropic's Claude Code CLI must be installed and signed in
(claude on your PATH).
Get started
devflow-agent login # opens a browser, pair this machine with your DevFlow account
devflow-agent install # register it to launch on boot + start it nowThat's it - the install step starts the agent immediately and registers it to relaunch at every login (with auto-update from npm on each restart). After login, head back to the DevFlow dashboard - the agent connects to your Realtime channel and your first project + session unlock from there.
Looking for a one-shot run that doesn't register a service?
devflow-agent start will do it.
Updates
The agent auto-checks npm on every start and updates itself when a newer
version is available. The DevFlow dashboard shows the running version next to
the agent dot and flags pending updates. Disable with
DEVFLOW_NO_AUTO_UPDATE=1 (useful for development).
Privacy
The agent runs entirely on your machine. Repos, branches, file changes, Claude output - none of it is uploaded anywhere except the structured event stream (no file content) the DevFlow web reads back to render your session. Source code stays on disk.
License
Proprietary - usage tied to a DevFlow account.
