TL;DR: We Don't Track You
This site collects zero data about you. No cookies, no analytics, no tracking pixels, no data collection of any kind.
- No cookies: We don't set any cookies, ever.
- No analytics: No Google Analytics, no Facebook Pixel, no tracking scripts.
- No data collection: We don't collect your IP address, browser info, or any personal data.
- No third-party services: All code is self-hosted. No external CDNs for scripts or fonts.
- No localStorage/sessionStorage: We don't store anything in your browser.
- No server logs: If we had a server, we wouldn't log your visits. (We use Cloudflare Pages, which may log for security, but we don't access those logs.)
- Serve static files: HTML, CSS, JavaScript, and font files.
- Load version data: We fetch
/versions.json from our own server (same origin).
- Link to Oracle's servers: Download links point directly to
download.virtualbox.org (Oracle's official server).
/versions.json from our own server (same origin).download.virtualbox.org (Oracle's official server).Third-Party Services
We use Cloudflare Pages for hosting. Cloudflare may collect standard web server logs (IP addresses, request timestamps) for security and performance purposes. We don't have access to these logs, and we don't use them for tracking.
Cloudflare Web Analytics is disabled to maintain our privacy-first approach. No tracking scripts are injected into our pages.
Don't trust us? Verify for yourself:
- View source (Ctrl+U or Cmd+U): Search for "analytics", "track", "cookie" → zero results
- Open DevTools → Network tab: Filter by "XHR" → only
/versions.json(local file) - Check cookies: Open console, type
document.cookie→ empty string - Check storage: Type
localStorage.length→ 0
Your Rights
Since we don't collect data, there's nothing to request, delete, or opt out of. You're already opted out by default—we simply don't track you.
Changes to This Policy
If we ever change our privacy practices (we won't—privacy is core to our mission), we'll update this page. The last updated date will be shown at the top of this policy.
Last Updated: 2025-01-09
Contact: For privacy concerns, you can verify our practices by inspecting the source code (Ctrl+U).