No telemetry
No analytics library is imported. The only outbound calls are optional update checks and weather provider requests.
Open source
The entire source code is public on GitHub. Anyone can verify what the software does — and what it does not. No telemetry. No tracking pixels. No vendor lock-in.
Wintertrace is licensed under the GNU Affero General Public License, version 3. For operators, this means three concrete things:
AGPLv3 is the strongest copyleft licence in widespread use. It is chosen deliberately, so that the open ecosystem stays open.
Open source only matters if the openness is concrete. Each item below is checkable in the codebase.
No analytics library is imported. The only outbound calls are optional update checks and weather provider requests.
Updates are verified against an Ed25519 root key embedded in the application. Tampered packages are refused.
Location data goes phone → your server. No third-party cloud sits between the driver and your installation.
The database uses standard MySQL/MariaDB. Export and migration to another system are possible at any time.
All edits to operation data are logged. The audit table is visible in the database and in the UI.
What is coming, what is in preparation, and what is vision — all visible up front.
Winter service operators invest time training drivers, onboarding customers, and tuning their workflow. That investment is only sensible if the software will be around in five years — and not forced into a feature change or a price model the operator did not choose.
Open source removes the single biggest risk: that the vendor disappears or changes the rules. The code does not disappear. It can be forked, hosted elsewhere, or maintained by another contributor.
That is not idealism. It is risk reduction.
Read the code, file an issue, or open a pull request. The repository is the single source of truth.
Upload one small file to your web hosting, open it in your browser, and the installer puts the latest signed Wintertrace core on your webspace. About ten minutes — no FTP client needed.