Privacy Policy
RXB Workstation runs on your machine and keeps your work there.
RXB WORKSTATION#
PRIVACY POLICY#
Publisher: Brand RPB Product: RXB Workstation Effective date: 22 August 2026
ABOUT THIS DOCUMENT#
This is the repository copy of the privacy policy already published against the Microsoft Store listing for RXB Workstation. It is kept here so the same text can be supplied to any other storefront without being rewritten, and so it stays in step with what the application actually does.
Every statement below has been verified against the source code, not just asserted. See "How this was verified" at the end.
THE SHORT VERSION#
RXB Workstation collects nothing, sends nothing, and does not connect to the internet. Everything you make stays on your computer.
1. NO PERSONAL DATA IS COLLECTED#
We do not collect, store, transmit, sell or share any personal data.
There is no account to create, no sign-in, no registration, no subscription and no licence server. You do not tell us who you are, and we have no way of finding out.
2. THE APPLICATION DOES NOT CONNECT TO THE INTERNET#
RXB Workstation makes no outbound network connections of any kind. It contains:
- no telemetry - no analytics - no crash or error reporting - no advertising - no user tracking or fingerprinting - no third-party services, APIs or SDKs that collect data
3. WHAT IS STORED, AND WHERE#
Everything the application stores is written to your own computer:
- Projects, samples and exported audio, saved wherever you choose to put them. - Application settings and your recent-projects list. - MIDI controller profiles. - Tempo-detection preferences, which improve BPM analysis over time. - Diagnostic logs, kept locally to help you troubleshoot audio problems.
None of this is transmitted anywhere. None of it is readable by us. Deleting the application's data folder removes all of it.
4. AUDIO HARDWARE ACCESS#
The application may access your audio input and output devices in order to play back and record audio, and may access MIDI devices you connect.
Any audio captured through an input device is processed and saved locally on your device only, and is never transmitted anywhere. Microphone or line input is used only when you explicitly start monitoring or recording.
5. CHILDREN#
RXB Workstation is a music production tool suitable for general audiences. As it collects no data from anyone, it collects no data from children.
6. STOREFRONTS#
If you obtained RXB Workstation through a digital storefront such as the Microsoft Store or Steam, that storefront operates its own account, payment, download, update and telemetry systems. Those are governed by that storefront's own privacy policy, not by this one. We receive no personal data from them.
7. CHANGES#
If this policy changes, the updated version will be published with the application and on its store listings, with a new effective date. Because the application collects nothing, any change is likely to be clarification rather than a change in practice.
8. CONTACT#
Brand RPB ryno@globalxbrand.com
HOW THIS WAS VERIFIED#
The claims above are not aspirational. As of version CV2.6.5 they were checked against the source:
- The renderer runs under a strict Content-Security-Policy whose `connect-src` is limited to `'self'` and `blob:`, so the application cannot reach an external host even if code tried to. - The only `fetch()` calls in the application resolve to local bundled assets. - No analytics, telemetry-transmission, crash-reporting or advertising SDK is present in the dependency tree. Electron's `crashReporter` is not enabled. - The "performance telemetry" feature exports a diagnostic file to a location you choose. It transmits nothing. - Local storage locations are enumerated in section 3 and are all under the per-user application data directory or a path you selected.
(c) 2026 Brand RPB. All rights reserved.