FOUNDING COHORT OPEN · REGISTER BEFORE LAUNCH CLOSES REGISTER →
ORCYX
SEARCH ⌘K
OVERVIEW SWARM AUTOMATION ENGINE PLATFORM PRICING DOCS
DOCS  [ PRIVACY ]

Privacy and telemetry

LAST UPDATED 2026-09-14 · BY ORCYX LABS

The whole list

Checked against the Orcyx source tree at c339cf993 on 2026-09-14. Where this page describes something the build does not do yet, it says so in place rather than describing the intention.

Orcyx is a local-first desktop application. This page lists every category of network call the app itself makes, read from the code at the stamp above. Calls your own CLIs make to their providers are yours — Orcyx is never in that path and adds nothing to it.

CallToWhenCarries
Sign-in and licence checkauth.orcyx.dev, api.orcyx.devAt launch and on a timer while signed inYour account session; the plan and status the desktop is admitted under
Plan catalogue and credit balanceapi.orcyx.devWhen the billing panel or account menu opensYour account session
Update manifestdownloads.orcyx.devAt launch and every 24 hoursNothing about you; the app version, so a newer signed package can be offered
Hosted features you chooseOrcyx's hosted serviceOnly when you pick a hosted engine or featureThe audio, prompt or session that feature works on; metered in credits and named in the interface
Release telemetryAn endpoint you configureNever, unless you turn it on AND an endpoint is setRedacted events (see below)
Crash reportsNowhereThis build has no crash endpointKept on disk; the panel says so and offers to discard them

Every one of these goes through the same proxy configuration (Settings → Network), so an HTTP proxy, a custom CA or a bypass list applies to all of them at once.

Release telemetry

Off by default. The switch is in Settings → Privacy → Telemetry, and even switched on the pipeline is a no-op until a telemetry endpoint is configured; the shipped default endpoint is empty. When it does run, every event is passed through the same redactor the MCP audit log uses (API keys, JWTs, bearer headers, PEM blocks), stack traces are cut to five frames, file paths are reduced to basenames, and the session id is a random value generated per install that you can rotate by deleting its file. Events queue locally and are sent in batches; a failed send is kept on disk and retried, never dropped silently.

Crash reports

Crash capture can be switched on in Settings, and captured reports are listed there with a count. This build has no crash endpoint, so nothing is transmitted: the button reads "Discard queue (no endpoint yet)" rather than "Send", because a send that only cleared the queue would be a fake success. When an endpoint ships, this page changes first.

What never leaves the machine

Orcyx is proprietary software and does not publish its source. That is precisely why this page exists: what you cannot read, you should at least be told plainly.

Related