Where Things Live on Disk
Reference table:
| Path (macOS) | Path (Linux) | Purpose |
|---|---|---|
/Library/Locai/versions/<v>/ | ~/.local/share/locai/versions/<v>/ | Frozen runtime bundle for version <v>. |
/Library/Locai/current | ~/.local/share/locai/current | Symlink / pointer to the active version. |
/Library/Locai/configs/session_*.json | ~/.local/share/locai/configs/session_*.json | Device identity + api_key (0600 perms). |
/Library/Locai/models/ | ~/.local/share/locai/models/ | Downloaded model files. |
/Library/Locai/state/ | ~/.local/share/locai/state/ | Runtime state (pipeline configs, in-flight tracking). |
/Library/Locai/logs/ | ~/.local/share/locai/logs/ | Agent + companion log files. |
~/Library/LaunchAgents/uk.co.locai.link.*.plist | ~/.config/systemd/user/locai-link-*.service | Service definitions. |
/Applications/Locai Link.app | ~/.local/share/applications/locai-link.desktop | Companion (menu-bar). |
/Applications/Locai Setup Assistant.app | ~/.local/share/applications/locai-setup-assistant.desktop | Setup Assistant. |
You should never need to edit any of these files by hand. Everything is controlled through the Setup Assistant, the companion, or Locai Control.