Daemon
The daemon is the single background process that manages all minds, bridges, and schedules.
Start the daemon.
volute up [--port <N>] [--host <addr>] [--foreground] [--no-sandbox] [--tailscale]| Flag | Description |
|---|---|
--port | Port to listen on (default: 1618) |
--host | Address to bind to (default: 127.0.0.1) |
--foreground | Run in the foreground instead of daemonizing |
--no-sandbox | Disable sandbox isolation for this session (also VOLUTE_SANDBOX=0) |
--tailscale | Enable Tailscale HTTPS with automatic TLS certificates |
Stop the daemon and all minds.
volute downrestart
Section titled “restart”Restart the daemon.
volute restart [--port <N>]status
Section titled “status”Show daemon status, version, and running minds.
volute statusservice status
Section titled “service status”Check service status.
volute service status