No telemetry, no analytics beacons, no usage reporting, no update checks. On paid tiers, the only Stockyard-directed call is license validation on startup. Everything else stays on your server.
You do not have to take our word for it. Monitor outbound traffic from the Stockyard process and confirm it only connects to the providers you have configured.
You will see connections to api.openai.com, api.anthropic.com, and whichever other providers you have keys configured for. Nothing else.
On paid tiers, Stockyard validates your license key on startup. This is the only outbound call that is not directed at an LLM provider. On the free Community tier, there is no license check and no outbound calls to Stockyard infrastructure at all.
Provider API keys are encrypted at rest using AES-256-GCM. The encryption key is either derived from STOCKYARD_ENCRYPTION_KEY (if you set one) or auto-generated and stored in the SQLite database. Keys never appear in logs, API responses, or error messages.
For the full security picture, see the security page.
Your server, your data, your network. Stockyard is a tool that runs on your infrastructure, not a service that reports back to ours.
Install Stockyard