Android App
The Muorg Android client (Kotlin + Jetpack Compose) connects to a muorg-server for streaming, playback, and library management.
Install
The Android app is distributed as a debug/release APK from the Releases page (it is not on Google Play).
- Download the APK (
muorg-android-*.apk) - On your phone, allow Install unknown apps for your browser/file manager
- Open the APK and install
Connecting to a server
On first launch you are asked for:
- Server URL — e.g.
http://192.168.1.50:7700(your phone must be able to reach the server — same Wi-Fi/LAN, or a publicly reachable address) - API key — the
api_keyfrom yourmuorg-server.toml
If the connection fails, check that the server is up (/api/health), the URL is reachable from the phone, and the API key matches.
Browsing and playback
- Library — album grid and track list, search, and filter
- Album view — tap an album to browse its tracks
- Player — now playing screen with artwork, seek, queue, and sleep timer
- Playlists — regular and smart playlists
- Metadata — edit track metadata; the metadata scan sheet finds tracks that need tags
- Chromecast — cast playback to Chromecast devices on your network
Offline playlist sync
Mark a playlist for offline sync to download its tracks to the device:
- Open a playlist
- Toggle Offline sync
- The tracks download in the background and play back without a network connection
This is great for commuting or anywhere without reliable network access.
Home screen widget
Muorg ships a Now Playing widget:
- Long-press your home screen
- Add the Muorg widget
- It shows the current track artwork and playback controls (play/pause, next/previous)
Sleep timer
Start playback, then set the sleep timer from the player screen to stop playback after a chosen duration — handy for falling asleep to music.
See Version compatibility for which client versions work with which server versions.