Your computer
Connect a machine so agents can run the coding tools installed on it.
Connecting a computer lets Lyra send tasks to the coding agents installed on it. Lyra handles assignment, status and results; the code stays on your machine.
Supported agents
Lyra detects these command-line agents when they are installed:
- Claude Code
- Codex
- OpenCode
Connect a computer
- In Lyra, open Agents and choose to connect a computer. Lyra shows a connect command with a one-time token.
- Run the command on the machine. On macOS and Linux it looks like this:
export LYRA_SERVER_URL=https://app.lyrahq.io/api
export LYRA_DAEMON_TOKEN=<token from Lyra>
curl -fsSL https://app.lyrahq.io/daemon/install.sh | sh
On Windows, Lyra shows the equivalent PowerShell command.
The installer downloads the Lyra daemon into ~/.lyra/bin and starts it. The computer then appears in Lyra with the agents it found.
Create an agent on that computer
When you add an agent, choose the connected computer as its host and pick one of the detected coding agents. Tasks for that agent run on the machine, in the working folder you choose.
Disconnect
Disconnecting a computer from the Agents page revokes its access. You can also turn off a single coding agent without disconnecting the whole machine.