Statusmith v0.2.0
Statusmith is a tray app for writing your own Discord Rich Presence — the "Playing …" card — with presets grouped by application, live variables, timers, rotation, and a signed in-app updater. It talks to the Discord client already running on your machine over its local pipe and never sees your account token. See the README for setup.
What's new in 0.2.0
Added
- In-app wiki (
F1, the?button, or About → Wiki): twelve searchable pages covering setup,
applications, presets, live variables, timers, rotation, the tray and settings, updates,
Nexium, shortcuts, troubleshooting, and why this is allowed. First run opens Getting started. - macOS (universal, Intel and Apple Silicon) and Linux (x86_64 and ARM64) builds, plus 32-bit
and ARM64 Windows installers. Discord is found over its Unix socket on macOS and Linux,
including the Flatpak and Snap sandbox paths. - Rotation menu: click Rotation in the sidebar to see everything in the cycle across all
applications, what is playing now and when the next switch is, tick presets in or out, and
order them with the arrows. - The preview shows the application's real icon as the tile when a preset has no large image,
the way Discord does; the Manage list shows each application's icon too. - Release pages with a download table, SHA-256 checksums (
SHA256SUMS.txt) and verification
instructions; releases are published only once every platform has finished building. - README badges and a per-platform download table.
Changed
- CI actions moved to their Node 24 releases.
.nxfiles are shown with Zig highlighting on GitHub until Linguist knows Nexium.
Downloads
| File | For | Size | Notes |
|---|---|---|---|
| Statusmith_0.2.0_aarch64.AppImage | Linux ARM64 | 77.8 MB | AppImage; what the in-app updater replaces |
| Statusmith_0.2.0_amd64.AppImage | Linux x86_64 | 79.9 MB | AppImage; what the in-app updater replaces |
| Statusmith_0.2.0_amd64.deb | Linux x86_64 (Debian/Ubuntu) | 5.4 MB | package |
| Statusmith_0.2.0_arm64-setup.exe | Windows on ARM | 2.6 MB | installer |
| Statusmith_0.2.0_arm64.deb | Linux ARM64 (Debian/Ubuntu) | 5.0 MB | package |
| Statusmith_0.2.0_universal.dmg | macOS 10.15+, Intel and Apple Silicon | 7.8 MB | universal app; not notarized — first open via right-click → Open |
| Statusmith_0.2.0_x64-setup.exe | Windows 10/11, 64-bit | 3.0 MB | installer |
| Statusmith_0.2.0_x86-setup.exe | Windows, 32-bit | 2.6 MB | installer |
Already have Statusmith installed? It offers this version in-app (Install and restart); the update is verified against the signing key in the app before it runs. latest.json and the .sig files are what the updater reads — you don't need them.
Verify a download
SHA256SUMS.txt lists the SHA-256 of every file above. With the file next to it:
sha256sum -c SHA256SUMS.txt --ignore-missing # Linux
shasum -a 256 -c SHA256SUMS.txt --ignore-missing # macOS
certutil -hashfile Statusmith_0.2.0_x64-setup.exe SHA256 # Windows: compare by eyeChecksums
6f4a4abfa6a9f451d09bab39890f0330139108aa9a0438d1997d25d901d2a6a4 Statusmith_0.2.0_aarch64.AppImage
b5ea99bfa46d1e90b248af8859974beacc0cb5833f4a510e45a2019fd3467947 Statusmith_0.2.0_aarch64.AppImage.sig
3f76cdb1b5d407081249b11f8ea541065f7ea4857bf527c30a37e3d8a10835f7 Statusmith_0.2.0_amd64.AppImage
4516d6bcddcfa71cb303d0c37bbdd0ee3cf30a26ac9a54304735de109e121a15 Statusmith_0.2.0_amd64.AppImage.sig
4ca1b2df99447f3ed00e27b788d4a28c454a504097471813be8c9c514a7a7165 Statusmith_0.2.0_amd64.deb
baddafd3deeabf31b44463629a4be4f22b78272427e8cce587da2ee42f755d9a Statusmith_0.2.0_amd64.deb.sig
a637a3bcb3858ce68b6eaf463c503007daef9b39a956bfea9e1153d83166dd75 Statusmith_0.2.0_arm64-setup.exe
fbeaa5d5163e25769d5f8f26ab4f1b300f0a0393272d866321cc291f38a2234f Statusmith_0.2.0_arm64-setup.exe.sig
a9b820583edfff0a7ceac53b7b194b40d7320fce0e38b75f8cbfcc9a464c4ac2 Statusmith_0.2.0_arm64.deb
83429f0b1ed7edaf1c525b470074ad9f429257c669d566988bca5472065bdd5b Statusmith_0.2.0_arm64.deb.sig
5f41950fad3335bb4bb25257daf1eafccd968a581bc8e0149f1c534053f5376b Statusmith_0.2.0_universal.dmg
28bd74c15b92e6a9c5c7d8dd9ca97b17b9b078fb2e1b08a80b34dbd9aa0fb331 Statusmith_0.2.0_x64-setup.exe
51fcf606a454bfbbfa7b397bad02d3d0a93b25b41b25a9e6dd94bd4ce6816a7a Statusmith_0.2.0_x64-setup.exe.sig
09192001c2f14192cda0e3a3b246d05241e84975cd9493575efa20feb18b7eef Statusmith_0.2.0_x86-setup.exe
ed3296efbf703bbe1f5c00366d79c2b40b38a6054e7f34635fc4c780c7899d08 Statusmith_0.2.0_x86-setup.exe.sig
Full changelog: v0.1.0...v0.2.0