Prerequisites
- macOS 12 (Monterey) or later on either:
- Apple Silicon (M1 / M2 / M3 / M4, including Pro / Max / Ultra) — brew lives at
/opt/homebrew/ - Intel (2020 and earlier Macs, x86_64) — brew lives at
/usr/local/
- Apple Silicon (M1 / M2 / M3 / M4, including Pro / Max / Ultra) — brew lives at
- Terminal (built-in — search Spotlight for “Terminal”)
fidelios service install launchd PATH covers both /opt/homebrew/bin and
/usr/local/bin so adapter CLIs resolve regardless of arch.
No other software required. The installer handles everything.
Install
Open Terminal and run:- Checks for Node.js and installs it if missing
- Installs the
fideliosCLI globally - Runs a quick health check
Start FideliOS
Stop and Restart
PressCtrl+C in the terminal window to stop FideliOS.
To start it again:
Run as a Background Service
To keep FideliOS running after you close the terminal and have it start automatically at login, install it as a launchd service:Where Your Data Lives
| Data | Location |
|---|---|
| Config | ~/.fidelios/instances/default/config.json |
| Database | ~/.fidelios/instances/default/db |
| Secrets key | ~/.fidelios/instances/default/secrets/master.key |
| Logs | ~/.fidelios/instances/default/logs |
Access from Other Devices on the Same Network
By default FideliOS only accepts connections from your Mac. To reach it from another device (phone, tablet, another laptop), use Tailscale:What’s Next
Core Concepts
Learn how agents, tasks, and goals fit together
Adapters
Connect FideliOS to Claude, Codex, or your own model
Updating FideliOS
Keep FideliOS up to date with the latest release