OrbNote comes in a free tier and a Pro tier. Core note-taking features are available to everyone, while Pro adds AI capabilities and advanced privacy features.
Free vs. Pro feature comparison
| Feature | Free | Pro |
|---|---|---|
| Message recording and Thread management | ✅ | ✅ |
| Quick Jot fast capture | ✅ | ✅ |
| Message edit, forward, merge, move | ✅ | ✅ |
| Automatic iCloud sync | ✅ | ✅ |
| Data export (Markdown + attachments) | ✅ | ✅ |
| AI Organization | — | ✅ |
| AI Save | — | ✅ |
| Global full-text search (OCR, transcripts, articles) | — | ✅ |
| Automatic voice transcription | Manual | Automatic |
| Thread password protection | — | ✅ |
| Message expiration auto-cleanup | — | ✅ |
| Custom themes | — | ✅ |
| Full watchOS access | — | ✅ |
Subscription options
OrbNote Pro is subscribed through the Apple App Store using StoreKit 2:
- Monthly subscription: Billed monthly.
- Annual subscription: Billed yearly, offering a discount compared to monthly.
Subscription management and cancellation are handled in your App Store account settings. OrbNote does not store your payment information.
AI service authentication
When using AI features, OrbNote exchanges your subscription credentials for a temporary access token with the backend:
- The app verifies the subscription status with Apple and obtains a JWS (JSON Web Signature).
- The JWS is sent to the OrbNote AI backend.
- The backend verifies it and returns a temporary access token (auto-refreshed 60 seconds before expiry).
- Subsequent AI requests use Bearer Token authentication.
When AI features are not in use, the subscription is only used for unlocking local features (password protection, expiration cleanup, custom themes, etc.) and does not communicate with the backend.
For technical details on individual features, see the corresponding wiki pages: AI Organization, Thread password protection, Message expiration.
