what actually happens with your data
clicky only captures your screen and voice during an active session — when you say the wake word or start a task. it's not always-on and doesn't record silently in the background.
what gets captured: screenshots (to understand what you're working on), voice audio (when you ask something out loud), and files you drop in (pdfs, docx, txt, used as context).
where it's processed depends on your mode:
cloud mode: your screen and voice data are sent to the providers powering clicky — claude and cerebras (understanding + responses), and deepgram (transcription) — via a cloudflare worker proxy. this data leaves your machine.
local / offline mode: everything runs on your machine via ollama. nothing is sent anywhere — no cloud, no account needed.
each provider handles data under its own policy while processing a request; we don't access it for our own use.
