Skip to content

Instantly share code, notes, and snippets.

@gauss256
Created March 11, 2026 17:52
Show Gist options
  • Select an option

  • Save gauss256/07ddbd50d4eefa24f9a0e514808ef202 to your computer and use it in GitHub Desktop.

Select an option

Save gauss256/07ddbd50d4eefa24f9a0e514808ef202 to your computer and use it in GitHub Desktop.
Levelator Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Levelator — Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
max-width: 700px;
margin: 60px auto;
padding: 0 20px;
color: #333;
line-height: 1.6;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.2em; margin-top: 2em; }
</style>
</head>
<body>
<h1>Privacy Policy — The Levelator</h1>
<p><em>Last updated: March 2026</em></p>
<p>The Levelator is published by Singular Software, Inc.</p>
<h2>Data Collection</h2>
<p>The Levelator does not collect, transmit, or share any personal data.
All audio processing is performed locally on your Mac. No audio files,
metadata, or usage information are ever sent to any server.</p>
<h2>Network Access</h2>
<p>The Levelator does not make any network connections.</p>
<h2>App Preferences</h2>
<p>The app stores your preferences (such as output file settings) locally
on your Mac using the standard macOS preferences system. This data never
leaves your device.</p>
<h2>Third-Party Services</h2>
<p>The Levelator does not use any third-party analytics, advertising,
or tracking services.</p>
<h2>Contact</h2>
<p>If you have any questions about this privacy policy, please contact
us at <a href="mailto:support@singularsoftware.com">support@singularsoftware.com</a>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment