Download Privacy Coin Tracker
Download for Windows Free · Windows 10/11 · no account Download for Linux Free · AppImage · no account
Latest release · 64-bit · free, no account
Windows
Windows 10 or 11, 64-bit. ~3 MB — WebView2 is already part of Windows, so there is nothing else to install.
- The installer is not code-signed yet, so SmartScreen may warn you. Click More info → Run anyway.
Linux
Two formats, both x86_64. The AppImage is the simplest — one file, no installation, no root, but ~85 MB because it carries its own WebKitGTK runtime. The .deb is the familiar route on Debian and Ubuntu and much smaller, since it uses the system runtime instead.
AppImage
Make it executable once, then run it:
chmod +x PrivacyCoinTracker-x86_64.AppImage
./PrivacyCoinTracker-x86_64.AppImage .deb (Debian, Ubuntu, Mint)
sudo apt install ./PrivacyCoinTracker-amd64.deb - Built on Ubuntu 22.04, so it runs on 22.04 and anything newer.
- Needs a WebKitGTK runtime (
libwebkit2gtk-4.1-0); the .deb pulls it in automatically, and most desktop installs already have it. - Wayland and X11 both work.
Either platform
- Your data is stored locally and never uploaded.
- Want to read the code first? See the project page.