Releases: reverentgeek/metermaid
MeterMaid v0.4.1
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.
The Windows (x64) build links the Steinberg ASIO SDK for multichannel capture and is therefore distributed under the GNU GPL v3. The project source and every other binary (macOS, Linux, Windows ARM64) remain MIT.
What's Changed
- Maintenance release. Updated Tauri to 2.11.3 and tauri-build to 2.6.3 (upstream patch releases, pulling in tauri-utils 2.9.3 and tray-icon 0.24.1). This is a dependency-only update with no user-facing behavior change.
Full Changelog: v0.4.0...v0.4.1
MeterMaid v0.4.0
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.
The Windows (x64) build links the Steinberg ASIO SDK for multichannel capture and is therefore distributed under the GNU GPL v3. The project source and every other binary (macOS, Linux, Windows ARM64) remain MIT.
What's Changed
- Multichannel capture on Windows via ASIO. A multichannel interface like the Line 6 Helix Stadium XL now exposes all of its channels on Windows — Ch 1–2 (stereo) through Ch 8 — through the ASIO host, where Windows (WASAPI shared mode) previously reported only a single channel. ASIO devices appear in the input picker tagged
(ASIO)next to their regular entry; pick the(ASIO)one for individual channels. ASIO is exclusive-access (close any DAW using the device first), and the sample rate is set in the device's own ASIO control panel. This is x64 Windows only — there is no ARM64 ASIO SDK, so a multichannel device stays single-channel on Windows ARM64; macOS and Linux are unaffected. - Updated the audio engine to cpal 0.18 (from 0.15), which adds the 24-bit support the ASIO path needs plus newer audio-backend improvements across all platforms.
Full Changelog: v0.3.3...v0.4.0
MeterMaid v0.3.3
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.
What's Changed
- Press Space to Reset. While capturing, the Space key now resets the measurement — the action the leveling loop repeats most between patches, so the shortcut removes a mouse round-trip. It's ignored when focus is in an input, select, or button so Space still types and activates normally there, and the Reset button tooltip advertises it.
- About dialog: "Submit feedback" no longer wraps mid-phrase — it now sits on its own line below the other links.
Full Changelog: v0.3.2...v0.3.3
MeterMaid v0.3.2
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.
What's Changed
- Fixed the spectrum occasionally starting blank. When metering began, the spectrum plot could render blank and only correct itself after the window was resized. The canvas backing store now re-syncs on any layout change (such as the bundled fonts finishing loading and reflowing the header), not just on window resizes.
Full Changelog: v0.3.1...v0.3.2
MeterMaid v0.3.1
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.
What's Changed
- Application menu with About MeterMaid and Check for Updates… — on macOS in the app menu, and on Windows/Linux under a new Help menu. Check for Updates runs the same check as the in-app button.
- Redesigned About dialog — a centered panel showing the app version, description, author, and copyright, with clickable links to the author's website, the GitHub repository, and the issue tracker (opened in your default browser).
Note: since 0.3.0 was the first release with the in-app updater, this is the first version existing installs can update to automatically (0.3.0 → 0.3.1).
Full Changelog: v0.3.0...v0.3.1
MeterMaid v0.3.0
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.
What's Changed
- MeterMaid can now update itself. It checks GitHub Releases for a newer signed build on launch (quietly — nothing appears unless an update exists) and on demand via a new Check for updates button in the config row.
- When a newer version is available, a banner shows the version and release notes with a one-click Install & Restart; the download is signature-verified before it is applied.
- Self-update covers the macOS, Windows, and Linux AppImage builds. Linux
.deb/.rpminstalls continue to update through their package manager.
Note: this is the first release with the in-app updater, so updating to 0.3.0 is still a manual download — automatic updates take effect from 0.3.0 onward.
Full Changelog: v0.2.0...v0.3.0
MeterMaid v0.2.0
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.
What's Changed
- Input-device list now refreshes automatically on USB/audio hotplug while idle — devices appear or disappear in the picker within a couple of seconds, with the current selection preserved and a notice (that self-clears) when the selected device is unplugged.
- Fixed: the spectrum canvas no longer redraws at the display refresh rate while idle, eliminating several percent of idle CPU/GPU usage when metering is stopped.
- Fixed: the sample-rate picker no longer offers rates the device only supports under a different channel count or sample format, which would fail on Start.
- Fixed: auto-start now registers the meter/stream-error listeners first, so an immediate stream fault on launch is surfaced instead of leaving the UI stuck.
Full Changelog: v0.1.1...v0.2.0
MeterMaid v0.1.1
Download
| Platform | Installer | Other formats |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
— |
| macOS (Intel) | .dmg |
— |
| Windows (x64) | .exe installer |
.msi |
| Windows (ARM64) | .exe installer |
.msi |
| Linux (x64) | .AppImage |
.deb · .rpm |
| Linux (ARM64) | .AppImage |
.deb · .rpm |
What's Changed
- Error messaging, lint tooling, fonts, and UX polish (0.1.1)
- Document Apply/Integrated behavior and the Reset workflow
- Add Download section to README with installer links
Full Changelog: v0.1.0...v0.1.1
MeterMaid v0.1.0
MeterMaid v0.1.0 — initial release.
A cross-platform desktop LUFS / loudness meter (ITU-R BS.1770 / EBU R128): integrated, short-term, and momentary loudness, loudness range (LRA), true-peak with peak-hold, a log-frequency spectrum analyzer, and a target/apply gain helper.
Downloads
| Platform | Installer |
|---|---|
| macOS (Apple Silicon) | MeterMaid_0.1.0_aarch64.dmg |
| macOS (Intel) | MeterMaid_0.1.0_x64.dmg |
| Windows (x64) | MeterMaid_0.1.0_x64-setup.exe (or .msi) |
| Windows (ARM64) | MeterMaid_0.1.0_arm64-setup.exe (or .msi) |
| Linux (x64) | MeterMaid_0.1.0_amd64.AppImage (or .deb / .rpm) |
| Linux (ARM64) | MeterMaid_0.1.0_aarch64.AppImage (or .deb / .rpm) |
macOS builds are signed with an Apple Developer ID and notarized. Windows builds are currently unsigned (SmartScreen may warn on first run).