A modern, high-performance music player for Windows..
- This is a public archive of the active project -
Musicer is a modern, high-performance music player for Windows 11, built with Tauri and Rust.
- High-Fidelity Audio: Powered by a custom Rust audio engine.
- Modern UI: Sleek, responsive interface built with Svelte and modern CSS.
- Windows Integration:
- Native media controls (SMTC) support.
- Taskbar preview buttons integration.
- Performance: Lightweight and fast, with Rust and Svelte.
Currently, Musicer is in active development. You can build it from source.
- Tauri Prerequisites (follow the instructions for Windows)
- Rust (latest stable)
- Bun
-
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.tomlbun 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.


