Skip to content

Daemon

The daemon is the single background process that manages all minds, bridges, and schedules.

Start the daemon.

Terminal window
volute up [--port <N>] [--host <addr>] [--foreground] [--no-sandbox] [--tailscale]
FlagDescription
--portPort to listen on (default: 1618)
--hostAddress to bind to (default: 127.0.0.1)
--foregroundRun in the foreground instead of daemonizing
--no-sandboxDisable sandbox isolation for this session (also VOLUTE_SANDBOX=0)
--tailscaleEnable Tailscale HTTPS with automatic TLS certificates

Stop the daemon and all minds.

Terminal window
volute down

Restart the daemon.

Terminal window
volute restart [--port <N>]

Show daemon status, version, and running minds.

Terminal window
volute status

Check service status.

Terminal window
volute service status