https://github.com/michaelostermann/moonwave
Music player for local files on MacOS
https://github.com/michaelostermann/moonwave
audio audio-player desktop-app mac macos macos-app music music-player tauri
Last synced: 4 months ago
JSON representation
Music player for local files on MacOS
- Host: GitHub
- URL: https://github.com/michaelostermann/moonwave
- Owner: MichaelOstermann
- License: mit
- Created: 2024-12-13T21:51:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T10:16:48.000Z (about 1 year ago)
- Last Synced: 2025-04-07T10:33:45.616Z (about 1 year ago)
- Topics: audio, audio-player, desktop-app, mac, macos, macos-app, music, music-player, tauri
- Language: TypeScript
- Homepage:
- Size: 1.53 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

🚧 **WIP** 🚧
MoonWave
**Cross-platform music player for local files.**


## Installation
See [releases](https://github.com/MichaelOstermann/MoonWave/releases/latest).
## Building
Requirements:
- [Tauri](https://v2.tauri.app/start/prerequisites/#macos)
- [Bun](https://bun.sh/)
```sh
bun install --frozen-lockfile
bun run tauri build
```
Afterwards, the app can be found in `src-tauri/target/*/release/**`.