IdleDimmer Privacy Policy

Last updated: June 2, 2026

IdleDimmer ("the app", "we", "our") is a native Windows screen-dimming utility. This privacy policy explains what data the app handles, what it does not handle, and what limited network activity occurs.

Summary

The app collects no personal data, no telemetry, and no analytics. The app does not use cookies, tracking pixels, or any third-party SDKs. A single optional network request is made for in-app update checks, and that request contains no identifying information about you.

Data the app does NOT collect

Data the app stores locally on your device

The app writes a single configuration file to %LOCALAPPDATA%\IdleDimmer\dimmer.ini (or, when installed from the Microsoft Store, the package-private equivalent location under %LOCALAPPDATA%\Packages\<IdleDimmer>\LocalCache\). This file contains only your dimming preferences (per-monitor brightness levels, idle timeout, blocked-app list). It never leaves your device.

Network activity

The only outbound network requests the app makes are:

  1. Update check (optional, off by default). When you click "Check for Updates" in the app, it sends a single HTTPS GET request to https://api.github.com/repos/UnDadFeated/IdleDimmer/releases/latest to compare your installed version against the latest published release. The request does not include any user-specific data, cookies, authentication, or query parameters. GitHub's servers may log the request per their own privacy policy (github.com/privacy).

The app does not maintain a persistent connection, does not phone home on a schedule, and does not auto-update itself.

Windows permissions used

The app uses the following Windows capabilities, all of which are scoped to the local user:

Children's privacy

The app is not directed to children under 13. We do not knowingly collect any information from anyone, regardless of age.

Changes to this policy

If we ever change what data the app handles, we will update this page and bump the version number above. Substantive changes will be noted in the app's release notes on GitHub.

Open source

The full source code is available at github.com/UnDadFeated/IdleDimmer. You can audit every line to verify the claims above.

Contact: Open an issue at github.com/UnDadFeated/IdleDimmer/issues