v3.0.0 — Windows, macOS & Linux
Clawdmeter is now a cross-platform desktop app — Windows, macOS and Linux, one codebase, no reduced edition anywhere.
Downloads
| Platform | File | How to run it |
|---|---|---|
| Windows | Clawdmeter.exe |
Single self-contained file — just run it. |
| macOS | Clawdmeter.dmg |
Open, drag to Applications. Universal — one download for Apple Silicon and Intel. |
| macOS (zip) | Clawdmeter-macos.zip |
The same .app, if you'd rather not mount a disk image. |
| Linux | Clawdmeter-3.0.0-x86_64.AppImage |
chmod +x and run. One file, no install; delete it to uninstall. |
| Linux (tarball) | Clawdmeter-3.0.0-linux-x86_64.tar.gz |
Unpack, run ./install.sh — adds a menu entry. |
Every file has a .sha256 beside it. Full checksums:
43ff4b957d8d0275e18eb7676644165fcd12b242696f2cf0e34fd8f28758fbab Clawdmeter.exe
70a460050a8f55493ba6e21ff21c0531d5e90816d3a623b3dd14c34787da29ed Clawdmeter.dmg
c58bbee5f061ddcfbdf97f3ad659011d695d7bc12f77b0f81ea44a4865d1e884 Clawdmeter-macos.zip
fd2597018b0cd12c1b217926867c5f095e38636dacee29136c4f676a1d806aae Clawdmeter-3.0.0-x86_64.AppImage
bea83d3b30ea547f0645d1efebd92a813add923270026e1545eb665d37c05c85 Clawdmeter-3.0.0-linux-x86_64.tar.gz
Verify with sha256sum -c <file>.sha256 on Linux, shasum -a 256 <file> on macOS, or Get-FileHash <file> on Windows.
None of these are code-signed yet, so each OS will question them once. Windows: SmartScreen → More info → Run anyway. macOS: right-click the app → Open → Open. Linux: no prompt.
New
macOS and Linux support. macOS gets a native transparent-titlebar window with real traffic lights and a menu-bar item. Linux runs on X11 and Wayland, with the tray via AppIndicator/KStatusNotifierItem.
Themes. 16 presets (nine dark, seven light), a follow-your-system mode with separate light/dark targets, and a custom theme editor over eight base roles — on-screen eyedropper, live per-role contrast ratios, a WCAG-AA "Fix contrast" button, and import/export.
Requirements
Windows 10/11 · macOS 13+ · Linux with glibc 2.35+ (Ubuntu 22.04+, Debian 12+, Fedora 36+)
Thanks
To @c0dezer019 — his Linux packaging work in #3 shaped the AppImage that ships here, including the AppDir layout and the choice of tooling that spares users the usual FUSE problem.
To @AbdulkadirCELEBI — #19 flagged the missing per-model Usage windows card on the Stats page and the platform guards needed off Windows. Both are in this release.