A modern, high-performance music player for Windows..
NOTE: This is a public archive of the active, private repository for Musicer.
Musicer is a modern, high-performance music player for Windows 11, built with Tauri and Rust.
Currently, Musicer is in active development. You can build it from source.
Clone the repository:
git clone https://github.com/xerosf/musicer.git
cd musicer
Install dependencies:
bun i
Run in development mode:
bun tauri dev
Build release:
bun tauri build --target x86_64-pc-windows-msvc
The compiled executable (installer) will be located in src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/.
src/: Frontend source code (SvelteKit).src-tauri/: Backend source code (Rust).src-tauri/src/audio/: Audio engine implementation.bun version <new_version> # Bump version in package.json, tauri.conf.json, and Cargo.toml
bun clean # Clean up build artifacts (Svelte + Rust)
Copyright © 2025-2026 Sansith Fernando.
Musicer is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.