Arch Linux
Install from AUR
The package provides the canonical suzumushi command and the relative suzu symlink.
Command
yay -S suzumushi-binInstall
Suzumushi supports 64-bit GNU/Linux. Each archive is checksummed before publication. The AUR package uses that same release.
Arch Linux
The package provides the canonical suzumushi command and the relative suzu symlink.
Command
yay -S suzumushi-binGNU/Linux x86-64
Download the archive and checksum. Install only after verification reports OK.
Download
curl -fLO \
'https://github.com/nuggocto/suzumushi/releases/download/v1.0.0/{SHA256SUMS,suzumushi-v1.0.0-x86_64-unknown-linux-gnu.tar.xz}'Verify, then install
The expected archive SHA-256 for v1.0.0 is:
abdea92340a22e6d526d4b0da131c9cb50054d7c12e64af355f294ac8de51581
Command
sha256sum --check --ignore-missing SHA256SUMS
tar -xf suzumushi-v1.0.0-x86_64-unknown-linux-gnu.tar.xz
cd suzumushi-v1.0.0-x86_64-unknown-linux-gnu
sudo install -Dm755 suzumushi /usr/local/bin/suzumushi
sudo ln -s suzumushi /usr/local/bin/suzuFirst run
Initialize a root, add audio below audio/library/, then open the player. Root discovery stays explicit: --root, then SUZUMUSHI_ROOT, then an existing local ./suzumushi/audio.
Command
suzumushi init ./suzumushi
# Add audio below ./suzumushi/audio/library/
suzumushi --root ./suzumushiYou need Rust 1.95 or newer and the ALSA development package for your distribution.
alsa-liblibasound2-devalsa-lib-develCommand
git clone https://github.com/nuggocto/suzumushi.git
cd suzumushi
cargo install --path . --lockedThe verified formats are MP3 with MPEG Layer III, FLAC, signed 16-bit PCM WAV, and Ogg with Vorbis. Mono and stereo audio from 8 kHz through 192 kHz is supported when the default device accepts the source rate.
AAC, M4A, Opus, multichannel audio, and automatic resampling are not current support claims.