Privacy & Data Governance
Effective Date: August 18, 2026 · Dry Machina Platform (`drymachina.com`)
Zero-Telemetry & Client-Side Privacy Promise:
The 3D Web Studio executes 100% in your local browser using compiled WebAssembly. Your CAD geometry, custom G-code files, toolpaths, and proprietary design parameters never leave your computer unless you explicitly choose to authenticate and sync with Cloudflare storage.
The 3D Web Studio executes 100% in your local browser using compiled WebAssembly. Your CAD geometry, custom G-code files, toolpaths, and proprietary design parameters never leave your computer unless you explicitly choose to authenticate and sync with Cloudflare storage.
1. Local Browser Studio Processing
When using the Dry Machina 3D Web Studio (`drymachina.com/web/`):
- All compilation passes (lowering, S-curve profiling, TPMS implicit field slicing, corner deceleration, collision checks) execute entirely inside your browser's WebAssembly sandbox.
- Drag-and-dropped files (`.gcode`, `.nc`, `.stepnc`) are read via HTML5 `FileReader` and processed locally in memory. No file contents are transmitted to any remote servers.
- Browser local storage (`localStorage`) is used strictly to preserve your selected machine preference and UI layout state across sessions.
2. Cloudflare Edge Services (`api.drymachina.com`)
If you use the optional cloud API or device activation features (`dry login`):
- Device Flow Pairing: Ephemeral 8-character pairing codes are stored in Cloudflare KV with an automatic 15-minute expiration time to complete CLI authentication.
- API Key Management: Personal access tokens are encrypted and verified at the Cloudflare edge.
- Machine Catalog: Hardware queries to the machine catalog (`/v1/machines`) are read-only and contain no personal identifiable information.
3. Third-Party Analytics
We do not use invasive third-party tracking cookies, behavioral tracking scripts, or ad networks. Standard edge server logs provided by Cloudflare CDN are retained for security monitoring and DDoS mitigation purposes only.