ClawOn (clawonapp.com) is an open-source Flutter application that acts as a cross-platform client for the OpenClaw autonomous AI agent framework. ClawOn is developed and maintained independently and is released under the MIT License.
For privacy questions, contact us at appazirani@gmail.com or open an issue on GitHub.
ClawOn stores data exclusively on your device using a local SQLite database (clawon.db) and the platform's key-value storage (iOS: NSUserDefaults, Android: SharedPreferences). Nothing is uploaded to any server we operate.
| Data | Where stored | Purpose |
|---|---|---|
| Gateway name, URL, authentication token | Local DB | Connecting to your OpenClaw gateway |
| Chat messages (your prompts + agent responses) | Local DB | Message history and offline access |
| Session metadata (title, agent, timestamps) | Local DB | Session organisation |
| Language preference | Local prefs | Displaying the app in your language |
| Theme preference (dark mode) | Local prefs | Appearance setting |
| Per-connection session key (assigned by the gateway during pairing) | Local DB | Routing messages to the correct connection; identifies this app instance to the gateway |
| Custom skill / agent creation prompts (optional) | Local prefs | Remembering your assistant preferences |
All locally stored data can be deleted at any time by uninstalling the app or clearing the app's data from your device settings.
ClawOn makes one type of network connection:
All fonts (Inter, JetBrains Mono, and localisation-specific typefaces) are bundled within the app. No requests are made to Google Fonts or any font CDN.
There are no other outbound connections. ClawOn has no analytics SDK, no crash reporting service, no advertising network, and no telemetry of any kind.
To be explicit, ClawOn does not collect, transmit to us, or share with any party:
No account is required to use ClawOn. We have no user database.
When you connect ClawOn to an OpenClaw gateway and send messages, your message content is transmitted to that gateway. The privacy practices of that gateway — including how messages are processed, logged, or retained — are determined by whoever operates it.
If you are connecting to a gateway you operate yourself, you control this entirely. If you are connecting to a gateway operated by a third party, review their privacy policy separately. ClawOn has no affiliation with or control over third-party gateway operators.
Your gateway credentials (URL and authentication token) and all message data are stored in the app's sandboxed local storage, protected by the security model of the operating system:
Because ClawOn is open source under the MIT License, the full source code is publicly auditable at github.com/aazirani/clawon.
ClawOn is not directed at children under 13 (or under 16 in the European Economic Area). ClawOn requires a running OpenClaw gateway and authentication credentials to function, making it a tool for developers and technically informed users. We do not knowingly collect any information from children.
ClawOn processes all your data locally on your device. No data is transferred to servers in any jurisdiction by ClawOn itself. All fonts are bundled within the app, so no cross-border requests to font CDNs are made.
Because ClawOn does not collect or hold personal data on any server, there is no personal data held by us to access, correct, port, or delete. All data ClawOn holds is on your own device, under your direct control:
clawon.db) is a standard SQLite file accessible to you on rooted/unlocked devices.If you are located in the EU/EEA and believe you have privacy rights to assert, contact us at appazirani@gmail.com and we will respond within 30 days.
If we make changes to this Privacy Policy, we will update the "Last updated" date at the top of this page and publish a notice in the app's GitHub repository. Continued use of ClawOn after changes are posted constitutes acceptance of the updated policy.
Because ClawOn is open source, every version of this policy is preserved in the repository's commit history.
For any privacy-related questions or concerns:
Email: appazirani@gmail.com
GitHub: github.com/aazirani/clawon
Website: clawonapp.com