Local means your data is not the product
A local agent runs on hardware you own. Prompts, tool output, and audit data stay on that machine unless you explicitly connect a remote console.
Two local modes
- Fully offline — Ollama, no keys, nothing leaves the box.
- Local daemon + hosted console — the work runs locally, the overview lives in the cloud.
Why the daemon model works
The agent is a background process, not a web page. It can run scheduled jobs, watch metrics, and act even when you are not sitting at the machine — while respecting the sandbox the whole time.
Verify it yourself
The source is MIT licensed, so you can read exactly what the agent sends and when. For local mode, the answer is "nothing beyond what you asked it to do".
Start local
$ curl -fsSL https://remoteagent.online/install.sh | bash
$ remoteagent start