Trust & help
Privacy & where data lives
A local engine, no telemetry, your credentials never stored — the exact network calls the app makes.
Synergoi is a desktop app with a local engine. Your code, your prompts and your agents' transcripts stay on your Mac; the only services the app itself talks to are the ones listed on this page — and the list is short.
How it's built
- The engine — the process that drives the CLIs, brokers approvals and stores transcripts — runs on your machine and listens only on
127.0.0.1, with a fresh bearer token every launch. Nothing on your network can reach it. - Provider CLIs (Claude Code, Codex, Grok, Cursor Agent, Antigravity) talk to their vendors exactly as they do in a terminal. Synergoi does not proxy, log or rewrite that traffic.
- Local models run through the bundled OpenCode harness against a server on your machine; no request leaves it.
Every outbound call the app makes
| Destination | Why | What is sent |
|---|---|---|
| Lemon Squeezy (license API) | Activate and periodically validate your license key | The key, an instance name (your Mac's hostname + "Synergoi"), the instance id |
| updates.tracewyn.com | Check for and download app updates | A request for the version manifest; nothing about you |
| models.dev | Public model price list for the usage ledger's cost estimate | A plain GET; nothing about you |
| Your forge (GitHub, GitLab, Azure DevOps) | Only when you push, open a PR, clone or pull a PR in | Standard git and API traffic with your own credentials |
There is no telemetry. Settings › Advanced has a telemetry opt-in switch for a future build; today it reads "No telemetry collector or transmission path is installed in this build", and that is literally true — there is no code path that would send anything.
Credentials
- Provider logins are never stored by Synergoi. It adopts the login each vendor's CLI already holds and asks that CLI to do the work.
- Forge tokens you paste are encrypted at rest in the app's data folder; logins adopted from
gh,glab,azor a git credential helper are held in memory only. - Agents never see secrets. Every agent process starts with a scrubbed environment; tokens are passed to git through an askpass helper for the duration of a single push.
The data folder
Everything Synergoi keeps — transcripts, Context Packs, rules, attachments, the usage ledger, settings, the license record, managed worktrees and the adapters it installs on first launch — lives in the app's own folder under ~/Library/Application Support. Your repositories are never written to except by the git operations you ask for.
open "$HOME/Library/Application Support/Synergoi"Export and delete
Threads can be exported from their menu and from Settings › Archive. Deleting a project removes Synergoi's records and managed worktrees for it. Deleting the data folder while the app is quit removes everything, including the license record (deactivate the machine first so the slot is freed).
Something wrong or missing on this page? Email [email protected].