Yuki
Privacy

Private by design — and you can prove it.

Most apps ask you to trust their privacy policy. Yuki is built so we can't see your data in the first place — and so you can verify that yourself.

Your code, prompts, and files never leave your machine. The only thing Yuki shares between your devices is your agent's status — and even that travels through your own network or your own iCloud, never through us.

What stays on your machine

Everything you actually work on — your code, your prompts, your files, your terminal output, the names of your projects — stays on your machine. To tell whether your agent is busy, waiting for you, or idle, the Helper reads its activity locally on your Mac and derives just that coarse status. It never sends, stores, or shows your code, prompts, file contents, commands, or output.

What leaves your machine — and where it goes

When your agent's state changes, Yuki sends a tiny status update to your other devices. There are two paths, and both are private:

  • On your local network (the default). Your devices talk directly to each other over your own Wi-Fi/LAN. The update never leaves your home or office network.
  • Through your own iCloud (the fallback). When your devices aren't on the same network, the update is written to Apple's CloudKit private database — which lives in your iCloud account. We run no server in the middle, so it never passes through anything we control.

Every update is the same tiny payload — these five fields, and nothing else:

FieldWhat it is
stateworking · waiting · idle · done · error
activitya coarse label — reading · writing · running · planning · thinking (or none)
agentwhich tool — claude-code or codex
sessionIdan opaque id (e.g. "helper") — not a name or path
timestampwhen the state changed

That is the whole payload. No code. No prompts. No file names or contents. No command text. No output. Ever.

What we don't have — and never will

  • No server or backend of our own. Nothing for us to breach, log, hand over, or sell.
  • No Yuki account. You sign up for nothing. Sync uses the iCloud account already on your device.
  • No ads. Not now, not later.
  • No analytics, no telemetry, no crash reporting, no "anonymous usage stats."
  • No A/B testing. The app doesn't experiment on you.
  • No third-party analytics or tracking — anywhere. The Swift apps have no external Swift packages; the Helper's small sync-engine uses only well-known, auditable open-source libraries (LAN discovery, file-watching, websockets) that never phone home.

You don't have to trust us — check

The Mac Helper is open source. You can read exactly what it sees and sends before you ever run it:

  • Read it on GitHub — the Helper is small, and everything it depends on is open source and auditable.
  • Confirm for yourself that the only things it talks to are your local network and Apple's CloudKit — there is no other endpoint in the code.
  • Build it yourself, or watch its network activity, if you'd rather verify than take our word.

Audit the Helper on GitHub ↗

In Apple's terms

Because we collect nothing, Yuki's App Store privacy label is “Data Not Collected.”

Questions

Privacy question, or found something that doesn't match this page? Email hello@yukicompanion.app. If you're a developer, the technical version of this page lives in the Helper repo.

Last updated 2026-06-30