An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Icon](./src-tauri/icons/128x128.png)

🚧 **WIP** 🚧

MoonWave

**Cross-platform music player for local files.**

![Dark](./screenshots/dark.png)

![Light](./screenshots/light.png)

## 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/**`.