Cookie Policy
Last Updated: March 5th, 2026
1. What Are Cookies?
Cookies are small cryptographic state files cached by your browser locally. Across Progeta Technologies, we prioritize the modern HTML5 Web Storage API (LocalStorage and IndexedDB) over traditional legacy cookies whenever technically feasible, leaning into our Local-First philosophy.
2. How We Utilize State Storage
Strictly Necessary Logistics
We deploy critical local states strictly to power essential app behaviors.
- Simulation Anchors: Storing `lastPlayed` timestamps or scenario completion hashes so you do not lose progress if you drop a connection.
- Authentication Tokens: Securely caching your JWTs if you choose to bypass Local-First mode and authenticate to our Edge network (for cross-device synchronization).
- UI Preferences: Maintaining your dark mode toggles or sidebar collapsed states.
No Third-Party Advertising Beacons
Unlike traditional tech platforms, we do not inject external advertising networks (e.g., Google Ads, Meta Pixel) into our domains. We use absolutely zero behavioral-tracking cookies intended for cross-site surveillance or monetization.
3. SelfOS Local-First Mechanism
If you utilize SelfOS in the unauthenticated "Guest Mode", 100% of your operational state is cached locally.
This utilizes IndexedDB. We have no remote capability to inspect, intercept, or modify this persistent data. It exists entirely on your physical hardware.
4. Taking Control
You hold ultimate authority over your machine's state. You can clear our application caches at any time natively via your browser's Developer Tools (F12 > Application > Local Storage / IndexedDB).
Warning: Purging these caches while operating exclusively in Local-First Guest Mode will result in the permanent, irrecoverable loss of your simulation progress and SelfOS data.