The app will not open
If Studio fails to launch or shows a startup error:- Quit Studio completely (
Cmd + Qor force quit from Activity Monitor) - Reopen the app
- If it fails again, check whether macOS is blocking it — open System Settings → Privacy & Security and look for an Open Anyway prompt
- If there is no macOS block and the app still fails, continue to the logs section below
The app opens but the local service does not start
If the app window appears but the UI is not usable — blank state, spinner that never resolves, or an error about the local service:- Open Settings from the bottom of the sidebar
- Use Open Logs to open the logs folder in Finder
- Look for recent error messages in the log files
- Try Restart local service — this stops and restarts the local service process without losing any data
- If the error persists after restart, note the error message from the logs before taking further steps
An agent run fails with “command not found”
This usually means the runtime’s CLI tool is not on the PATH that Studio uses when launching processes.- Confirm the CLI is installed: open Terminal and run the command directly (e.g.,
claude,codex,gemini) - If it works in Terminal but not in Studio, the issue is PATH. macOS apps launched from the Dock or Finder do not inherit the shell PATH.
- Open Settings → find the agent in the scheduled runs table → check the CLI path or Runtime path field
- Set the full absolute path to the binary (e.g.,
/usr/local/bin/claudeor/Users/you/.nvm/versions/node/v20.0.0/bin/node) - Retry the run from Inbox
which claude (replace claude with the runtime command).
An agent is not waking up on schedule
- Open Settings
- Find the agent in the scheduled runs table
- Check the Scheduler active column — if it shows inactive, scheduled runs are not running
- Check the Last run column — if it is stale by more than one interval, the agent missed its last cycle
- Try Restart local service to reset the scheduler
Logs location
The logs folder is accessible from Settings -> Open Logs. The exact path depends on the macOS application data directory and is shown in Settings.Data and backup location
Use Settings → Export Backup to create a backup before any destructive recovery steps.
Starting fresh
If local state is corrupted and recovery steps have not worked:- Open Settings
- Use Export Backup to save a copy of the current state
- Use the reset action in Settings
- Complete onboarding again from the beginning