> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hiroshios.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# hiroshi service — Manage the Daemon as an OS Service

> hiroshi service installs, starts, stops, and uninstalls the Hiroshi daemon as a persistent system service.

The `hiroshi service` command wraps the daemon as a platform-native service so it starts automatically at boot.

```bash theme={null}
hiroshi service install
hiroshi service start
hiroshi service status
hiroshi service stop
hiroshi service uninstall
```

Works on Linux (systemd), macOS (launchd), and Windows (Service Control Manager).
