Troubleshooting
If something is not working, start here. Most issues come down to shortcuts, permissions, provider setup, or tools not being enabled yet.
The Command Bar Does Not Open
Try these first:
- Make sure Atua is running in the menu bar.
- Check that your shortcut is still set in Settings → General.
- Try a different shortcut if another app is using the same keys.
- If you just installed Atua, make sure your license was activated.
Selected Text Is Missing
If Atua cannot read selected text:
- Open Settings → General.
- Check the Accessibility permission status.
- Turn the permission on in macOS if needed.
- Try selecting the text again in the original app.
Some apps are better than others at exposing selected text to macOS. If selected text still does not come through, use {{ocr}} or {{windowContent}} instead when that fits the task.
OCR Or Screen Text Capture Is Not Working
If {{ocr}} is empty or incomplete:
- Open Settings → General.
- Check that Screen Recording permission is enabled.
- Try again with the content clearly visible on screen.
OCR is most useful for text you can see but cannot directly select, such as screenshots, scanned PDFs, or app interfaces.
Voice Input Or Voice Paste Is Not Working
Check these:
- Make sure the selected speech engine is downloaded in Settings → General.
- Make sure Microphone permission is allowed.
- If you want the fastest startup, switch to Parakeet TDT v3 in Settings → General.
- Make sure the correct microphone input is selected in Settings → General, or switch back to System Default.
- For command bar voice input, use the microphone button or ⌘ + M to start and stop.
- For Voice Paste, press ⌥ + ⇧ + Space once to start and the same shortcut again to stop.
If the first recording takes a while, the model may still be loading into memory. Later recordings should usually start faster.
If you still prefer Whisper, try the Tiny or Base variant first.
If Whisper reports a missing model file after download:
- Go back to Settings → General.
- Remove the Whisper model.
- Download the same Whisper variant again.
- Try the recording once more after the status returns to Ready.
If nothing is detected, try speaking for a little longer before stopping.
The AI Is Not Responding
Usually this means provider setup needs attention.
Check the following:
- Open Settings → Models.
- Make sure you have at least one provider saved.
- Make sure one provider is marked Active.
- Recheck the API key and model name.
- If you are using a local provider, make sure Ollama or LM Studio is running.
A Saved Command Is Not Doing What You Expect
Check the command itself:
- Open Settings → Commands.
- Make sure the prompt uses the right tags, such as
{{selectedText}},{{windowContent}}, or{{transcript}}. - Check the Output Mode.
- Check whether the command is using a different model than your main one.
- If it depends on tools, make sure Enable Tools is on.
- If you imported the command from JSON, check whether any MCP server dependency was skipped during import.
A Tool Is Missing Or Not Running
If a command cannot use a tool:
- Open Settings → Tools for built-in system tools.
- Open Settings → MCP for connected MCP tools.
- Make sure the tool or server is enabled.
- If it is an MCP server, refresh the tool list.
- If the tool works with another app, check whether macOS asked for Automation permission.
- If the command came from an imported command bundle, make sure you approved the MCP server install and that the required MCP tools are enabled on that server.
An Imported Command Needs Notion, GitHub, Or Another MCP Server
That usually means one of these things:
- The shared command included an MCP dependency and you chose not to install it during import.
- The MCP server was added, but it still needs OAuth authorization.
- The server connected, but the required tool is still turned off.
Check Settings → MCP and confirm:
- The server exists.
- The server is enabled.
- The required tool is enabled.
- If the server uses OAuth, click Authorize and complete sign-in.
I Denied A Permission Earlier
You can fix that later.
- Open Settings → General in Atua to see which permissions are missing.
- Use the button there to open the matching macOS settings screen.
- Turn the permission on.
- Return to Atua and try again.
Still Stuck
If you are not sure which page to check next:
- use Getting Started for setup and permissions
- use Menu Bar & Settings to find the right part of the app
- use AI Providers for model setup
- use System Tools or MCP Servers for tool issues