Frequently Asked Questions
Requirements & Compatibility
What devices are supported?
Clarissa requires iOS 26+ or macOS 26+ (Tahoe). For on-device AI features, you need an Apple Silicon device with Apple Intelligence enabled:
- iPhone — iPhone 15 Pro or later (A17 Pro chip)
- iPad — iPads with M1 chip or later
- Mac — Any Mac with Apple Silicon (M1 or later)
Why does the app require iOS/macOS 26?
Clarissa uses Apple Foundation Models for on-device AI, which is only available in iOS 26 and macOS 26. The app also uses the new Liquid Glass design system introduced in these versions.
Can I use Clarissa without Apple Intelligence?
Yes! You can use OpenRouter for cloud-based AI. Add your OpenRouter API key in Settings to access 100+ models including Claude and GPT-4.
On-Device AI
Is my data private with on-device AI?
Yes. When using Apple Foundation Models, all processing happens entirely on your device. Your conversations never leave your device and are not sent to any server.
Why is the first response slow?
The AI model needs to warm up on first use. Clarissa automatically prewarms the model at launch to minimize this delay. Subsequent responses are much faster.
What's the tool limit for on-device AI?
Apple Foundation Models support a maximum of 10 tools per session, with best results at 4-5 tools. Clarissa automatically prioritizes the most useful tools. For workflows requiring more tools, use OpenRouter. If Foundation Models fails, a banner will suggest switching to OpenRouter.
What is Private Cloud Compute?
Private Cloud Compute (PCC) is Apple's privacy-preserving server inference. When the on-device model can't handle a request, PCC processes it on Apple's servers with the same privacy guarantees. You can enable or disable PCC in Settings under the AI provider section.
Cloud Providers
How do I get an OpenRouter API key?
- Visit openrouter.ai
- Create an account or sign in
- Go to API Keys
- Create a new key and copy it
- Paste it in Clarissa's Settings
Which cloud model should I use?
The default is anthropic/claude-sonnet-4, which offers an excellent balance
of capability and speed. You can change this in Settings.
Is my API key stored securely?
Yes. API keys are stored in the iOS/macOS Keychain, Apple's secure credential storage system. They are never transmitted except to the API provider.
Voice & Siri
Why isn't voice input working?
Ensure you've granted microphone permission. Go to Settings → Clarissa → Microphone and enable access. If it's already enabled, try restarting the app.
Siri doesn't recognize my Clarissa commands
Siri Shortcuts need time to learn. Try these tips:
- Use the exact phrases: "Ask Clarissa", "Talk to Clarissa", or template names like "Morning Briefing with Clarissa"
- Open the Shortcuts app and run the intent manually first
- Make sure Siri is enabled and listening
Can I have a back-and-forth conversation with Siri?
Yes! Siri supports 5-minute follow-up sessions. After the first response, you can ask follow-up questions without repeating the trigger phrase.
Tool Chains & Automation
What are tool chains?
Tool chains are multi-step workflows that run several tools in sequence, piping outputs between steps. For example, the "Daily Digest" chain fetches your weather, calendar events, and reminders, then summarizes everything. Clarissa includes 4 built-in chains, and you can create custom ones in the chain editor.
How do I create a custom tool chain?
Go to Settings > Automation > Tool Chains > Create New Chain. Add steps, reorder them,
pick an icon, and use $N.path syntax to pipe outputs between steps (e.g.,
$1.temperature passes the temperature from step 1 to step 2).
How do automation triggers work?
You can set tool chains to run automatically based on time-of-day, location, or Focus mode changes. Configure triggers in Settings > Automation. For example, schedule "Daily Digest" to run every morning at 7am, or trigger "Meeting Context" when Work Focus activates.
Can I use Clarissa tools in the Shortcuts app?
Yes! Clarissa provides 8 standalone Shortcuts actions (Get Weather, Get Calendar Events, Create Reminder, Search Contacts, Calculate, Fetch Web Content, Save to Memory, Get Current Location) plus a "Run Tool Chain" action. All actions return values that can be piped into other Shortcuts steps.
Notifications & Widgets
What are scheduled check-ins?
Check-ins let you schedule Clarissa to run a tool chain at specific times on specific days. The results are delivered as a notification. For example, schedule a Daily Digest check-in for weekday mornings.
How do calendar alerts work?
When enabled, Clarissa monitors your upcoming calendar events and sends a notification before meetings that have a significant number of attendees, giving you context before you join. Configure the attendee threshold in Settings > Automation > Calendar Alerts.
What widgets are available?
Clarissa offers three widgets: a Morning Briefing widget (weather + next event + top reminder), a Memory Spotlight widget (contextual memories based on time of day), and a StandBy card with rotating information. Add them from the Home Screen widget picker.
Does Clarissa work offline?
Yes, partially. On-device AI via Foundation Models works entirely offline. Recently fetched tool results (weather, calendar, etc.) are cached and available offline with stale data indicators. Cloud providers (OpenRouter) require an internet connection. An offline banner appears when connectivity is lost.
Troubleshooting
The app crashes on launch
Try these steps:
- Force quit and relaunch the app
- Restart your device
- Ensure you're on iOS/macOS 26 or later
- Reinstall from the App Store (or TestFlight if using the beta)
"Apple Intelligence not available"
Check these requirements:
- Device has Apple Silicon (M1+ on Mac, A17 Pro+ on iPhone)
- Apple Intelligence is enabled in System Settings
- Device language and region support Apple Intelligence
Responses are getting cut off
Long conversations may hit token limits. Clarissa automatically manages context in several ways:
- Auto-trimming — Older messages are trimmed when the token budget is exceeded
- Auto-summarization — If the context window is exceeded, Clarissa automatically summarizes the conversation and retries
- Manual summarize — Tap "Summarize conversation" in the context indicator to proactively compress history
- Edit & Resend — Long-press a message to edit and resend from that point
How do I export a conversation?
Clarissa supports multiple export formats:
- PDF — Export the full conversation as a styled PDF
- Image — Long-press any assistant message and choose "Share as Image"
- Markdown — Export as Markdown text
- Code blocks — Tap the copy button on any code block to copy with syntax highlighting
What are conversation templates?
Templates are pre-configured conversation starters with specialized system prompts and tools. Clarissa includes 4 built-in templates (Morning Briefing, Meeting Prep, Research Mode, Quick Math) and you can create your own in Settings. Templates are also available via Siri and Apple Watch. For multi-step automated workflows, see tool chains in Settings > Automation.
How does the Share Extension work?
You can share text, URLs, or images from any app to Clarissa using the system Share sheet. The shared content will be queued and appear as a new conversation when you open Clarissa. You can also attach a tool chain to shared content — a "Run" button on the shared result banner lets you execute the chain immediately.
How do I report a bug?
You can report issues through:
- TestFlight — Shake your device or use the TestFlight app to send feedback
- GitHub — Open an issue at github.com/cameronrye/clarissa