Prerequisites
- Windows 10 or 11 (64-bit)
- PowerShell 5.1 or later (built-in on Windows 10+)
Install
Open PowerShell (search the Start menu for “PowerShell”) and run:- Checks for Node.js and installs it if missing
- Installs the
fideliosCLI - Runs a quick health check
If you see a security warning about running scripts, open PowerShell as Administrator and run:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Then retry the install command.
Start FideliOS
Stop and Restart
PressCtrl+C in the PowerShell window to stop FideliOS.
To start it again:
Where Your Data Lives
| Data | Location |
|---|---|
| Config | %USERPROFILE%\.fidelios\instances\default\config.json |
| Database | %USERPROFILE%\.fidelios\instances\default\db |
| Secrets key | %USERPROFILE%\.fidelios\instances\default\secrets\master.key |
| Logs | %USERPROFILE%\.fidelios\instances\default\logs |
Using WSL (Optional)
If you already use Windows Subsystem for Linux (WSL), you can run the Linux installer inside your WSL terminal instead:What’s Next
Core Concepts
Learn how agents, tasks, and goals fit together
Adapters
Connect FideliOS to Claude, Codex, or your own model