Privacy
Privacy policy
This page covers the OcuClaw app and its bug reports. The ocuclaw.com website itself is outside its scope.
Last updated: 1 August 2026
1.By default, the app sends nothing
OcuClaw connects your Even Realities glasses to your own OpenClaw machine. Your conversations, voice input, and screen content travel between your own devices — there is no OcuClaw account, no sign-in, and no server of ours in that path.
Normal relay operation does create limited local logs. The relay writes routine operational messages — such as startup, connection, and error status — through OpenClaw's logger even when enhanced debugging is off. Those logs remain under OpenClaw's local log handling on your machine and are not sent to OcuClaw automatically.
The richer diagnostics used to assemble a bug report are separate. Additional client-app diagnostics are collected only when you turn on Client Debug Enabled in the app's Settings menu. On the relay, the off-by-default externalDebugToolsEnabled configuration flag enables bounded diagnostic capture, preview, and local save. A second off-by-default flag, allowDebugUpload, separately permits the full bundle to be handed to the phone for a user-initiated upload.
Enabling any of these settings does not itself send data to OcuClaw.
2.When you send a bug report
Nothing is uploaded merely because diagnostics exist. For a relay-backed report, externalDebugToolsEnabled must permit bundle assembly and allowDebugUpload must separately permit upload handoff. You must then tap Send to OcuClaw for that specific report. Client Debug Enabled only controls the additional app-side diagnostics; turning it on does not upload anything.
A report bundle may include:
- Recent app activity — the last 5 minutes by default; a slider lets you include more
- Recent message text, session titles, and agent names
- Connection, screen, and voice event traces; console output; build and version info
- The note you write, and — only if you fill it in — your email or Discord contact
- An anonymous install ID (a random identifier; it names your install, not you)
Before anything leaves the device, secrets such as relay and gateway tokens and network addresses are always stripped, and the app shows you the size, time window, event count, and per-category breakdown of the bundle.
If you want to inspect the complete prepared bundle first, choose Save to my machine. This writes the ZIP and its metadata sidecar to your PC or other OpenClaw machine without uploading them. You can open those files before deciding whether to return and tap Send to OcuClaw.
3.Where it goes
Uploaded bundles are stored as private blobs on Vercel's storage, with a small index (reference code, timestamps, sizes) in Upstash Redis — both under OcuClaw's own accounts. Blob URLs are never public, and nothing in the store is listable from outside.
Every report is deleted automatically 90 days after upload by a daily cleanup job.
4.Who reads it
Reports may be reviewed by:
- The developer, through a private, authenticated dashboard.
- An AI diagnostic assistant. Relevant report content may be submitted once to Anthropic or OpenAI through their commercial API services. Those services are configured not to use the submitted content to train their models. The AI suggests a diagnosis; a human reviews it.
Reports are not sold or shared for unrelated purposes. The full process is described on the bug report pipeline page.
5.Deleting a report
When you send a report, you get a reference like OCU-XXXX-XXXX. That reference is your deletion token: quote it on Discord or email akelu@ocuclaw.com and the report will be deleted ahead of the 90-day window. No account needed — the reference is the only handle that exists.
6.Changes to this page
If what's collected or how it's handled changes, this page changes with it, and the date at the top moves.