A WIP music player.
To build from source, you will need to install NPM and Rust. Once you have those, you can run the following commands:
git clone https://github.com/parafoxia/meter-player
cd meter-player
npm install
npm run tauri buildThis will build binaries (or setup executables) for your operating system.
On Arch, you may need to run NO_STRIP=1 npm run tauri build -- --bundles=appimage instead.
Meter is licensed under the GPLv3.