docs/docs/reference/daemon.md
atuin daemonThe Atuin daemon is a background daemon designed to
It may also work around issues with ZFS/SQLite performance.
Add the following to the bottom of your Atuin config file
[daemon]
enabled = true
autostart = true
With autostart = true, the CLI will automatically start and manage a local daemon for history hook calls.
If you use systemd socket activation, keep autostart = false.
If a legacy experimental daemon is already running, autostart can't upgrade it in-place. Restart the daemon manually once.
If you prefer running the daemon yourself (for example via systemd/tmux), keep autostart = false and run atuin daemon.
See the config section