๐ต Songloft Quick Start Guide โ
็ฎไฝไธญๆ โข English

๐ต A self-hosted music server for personal use โ manage only the music you legally own
๐ฃ About the rename: As of v2.0, this project has been renamed from MiMusic to Songloft (the core and features remain unchanged โ this is only a brand upgrade). The old
mimusic-orgGitHub organization and thehanxi/mimusicDocker image will be kept as redirects for at least one year but will no longer be updated. See the GitHub Releases for details.
๐ GitHub โข ๐ฅ Downloads โข ๐ Docs โข ๐ฌ Issues โข ๐ฅ WeChat Group โข ๐ธ Screenshots
โจ Core Features โ
- ๐ต Local music management โ Scans local directories and automatically extracts covers and metadata from MP3/FLAC/WAV/APE/OGG/M4A and other formats
- ๐งฉ JS plugin system โ Runs on a QuickJS sandbox with a permission model, health checks, and hot reload; freely extend audio sources / metadata / device control and more
- ๐ฑ Cross-platform clients โ The Flutter client supports six platforms: Android, iOS, macOS, Windows, Linux, and Web
- ๐ฆ Bundle local mode โ The client embeds the Go backend, so no server deployment is needed โ play your local music directly on your phone or computer
- ๐บ Kodi plugin client โ Supports big-screen devices like Xbox, Apple TV, Raspberry Pi, and Android TV, optimized for remote control operation for a smooth living-room media experience
- ๐ Web interface โ The full edition ships with a built-in web frontend that works out of the box
- ๐ JWT authentication โ Dual-token mechanism (Access Token + Refresh Token) with multi-device management
- ๐ก Network songs & radio โ Add network audio URLs and radio streams, transparently cached to the server during playback
- ๐ Full REST API โ Built-in Swagger documentation for easy integration and further development
- โก Lightweight and efficient โ Written in Go, CGO-free, with no external dependencies โ ideal for low-power devices like NAS and Raspberry Pi
๐ผ๏ธ Screenshots โ


๐ธ More screens (library, playlists, settings, etc. โ desktop / mobile with light / dark themes) are in the Screenshot Gallery.
โ๏ธ Copyright and Disclaimer โ
Songloft is a self-hosted tool for personal use, designed to help users manage the music files they legally own. Before using this project, please be sure to read and understand the following terms:
- ๐ซ No music content provided โ Songloft itself does not bundle, distribute, or store any copyrighted music resources. It is merely open-source software for managing your local music library
- โ
Manage only music from legitimate sources โ Users should use Songloft only to manage music files they have legally obtained, including but not limited to:
- Digital music purchased and downloaded by yourself
- Personal backups ripped from physical records
- Works you created or recorded yourself
- Public Domain works
- Works explicitly licensed under open licenses such as CC (Creative Commons)
- ๐ Third-party plugin disclaimer โ JS plugins are maintained by the third-party community. The main repository does not bundle or distribute any finished third-party audio-source plugins. The copyright of any network audio sources, metadata, or lyrics accessed by plugins belongs to their respective rights holders. When using features such as network audio sources, users must bear responsibility for copyright compliance themselves and comply with the laws and regulations of their country/region
- ๐ For personal, non-commercial use only โ Using this project for commercial purposes, publicly distributing copyrighted content, or building public services aimed at an unspecified general audience is strictly prohibited
- โ ๏ธ Use at your own risk โ Any legal liability, disputes, or losses arising from improper use of this project (including but not limited to infringement of third-party copyrights) are borne solely by the user. The authors and contributors of this project assume no responsibility
- ๐ฉ Infringement reports โ If you are a copyright holder and believe that this project's code, documentation, or officially distributed plugins infringe your legitimate rights, please contact us via GitHub Issues or email ([email protected]), and we will handle it promptly after verification. For infringement issues concerning third-party community plugins, please contact the maintainer of that plugin directly
- โข๏ธ Trademark notice โ All brands, protocols, and product names mentioned in this project and its built-in plugins (including but not limited to "MIoT", "Bluetooth", "Android", "iOS", "macOS", "Windows", "Docker", etc.) belong to their respective trademark owners. These names appear solely for interoperability and nominative fair use purposes. Songloft is not affiliated with the aforementioned trademark holders, nor has it received any form of authorization or endorsement from them. See NOTICE for details
- ๐ Privacy โ The Songloft server includes no telemetry whatsoever; all data is stored locally on your own machine. See PRIVACY.md for details
๐ก We respect and support intellectual property protection. If you enjoy an artist's work, please purchase or subscribe through official channels to support the creators.
๐ Editions โ
Songloft offers three editions to suit different scenarios:
| Edition | Suffix | Description | Best for |
|---|---|---|---|
| ๐ Full | none | Includes the web frontend, works out of the box | Recommended for first-time users โ just open the service address to see the web interface |
| ๐ฆ Lite | -lite | Does not include the web frontend, smaller in size | Pairing with the Flutter desktop/mobile client, or decoupled frontend/backend deployment |
| ๐ฑ Bundle | bundled- | Flutter client with the Go backend embedded | No server deployment needed โ play local music directly on your phone or computer |
๐ก Recommendation: For first-time use, download the default Full edition โ it works out of the box with no extra frontend configuration. Want to use it standalone on your phone or computer without deploying a server? Download the Bundle edition.
๐ฅ๏ธ Platform Support โ
๐ฆ Binaries โ
๐ Full Edition (Recommended) โ
Includes the web frontend, works out of the box:
| Platform | Architecture | Download |
|---|---|---|
| ๐ง Linux | x86_64 | songloft-linux-amd64 |
| ๐ง Linux | ARM64 | songloft-linux-arm64 |
| ๐ง Linux | ARMv7 | songloft-linux-armv7 |
| ๐ macOS | x86_64 (Intel) | songloft-darwin-amd64 |
| ๐ macOS | ARM64 (Apple Silicon) | songloft-darwin-arm64 |
| ๐ช Windows | x86_64 | songloft-windows-amd64.exe |
| ๐ช Windows | ARM64 | songloft-windows-arm64.exe |
๐ฆ Lite Edition โ
Does not include the web frontend, smaller in size:
| Platform | Architecture | Download |
|---|---|---|
| ๐ง Linux | x86_64 | songloft-linux-amd64-lite |
| ๐ง Linux | ARM64 | songloft-linux-arm64-lite |
| ๐ง Linux | ARMv7 | songloft-linux-armv7-lite |
| ๐ macOS | x86_64 (Intel) | songloft-darwin-amd64-lite |
| ๐ macOS | ARM64 (Apple Silicon) | songloft-darwin-arm64-lite |
| ๐ช Windows | x86_64 | songloft-windows-amd64-lite.exe |
| ๐ช Windows | ARM64 | songloft-windows-arm64-lite.exe |
๐ฑ Bundle Edition (Embedded Backend, No Server Required) โ
The client embeds the Go backend โ on first launch, click "Use local mode" and select a music directory to get started:
| Platform | Architecture | Download |
|---|---|---|
| ๐ค Android | ARM64 + ARMv7 | songloft-bundled-android-arm64-v8a.apk |
| ๐ง Linux | x86_64 | songloft-bundled-linux-x64.tar.gz |
| ๐ macOS | ARM64 (Apple Silicon) | songloft-bundled-macos-arm64.dmg |
| ๐ช Windows | x86_64 | songloft-bundled-windows-x64.zip |
| ๐ iOS | ARM64 | songloft-bundled-ios-arm64.ipa |
๐ณ Docker Images โ
๐ Full Edition (Recommended) โ
| Platform | Download |
|---|---|
| ๐ง Linux x86_64 | songloft-docker-linux-amd64.tar |
| ๐ง Linux ARM64 | songloft-docker-linux-arm64.tar |
| ๐ง Linux ARMv7 | songloft-docker-linux-arm-v7.tar |
๐ฆ Lite Edition โ
| Platform | Download |
|---|---|
| ๐ง Linux x86_64 | songloft-docker-linux-amd64-lite.tar |
| ๐ง Linux ARM64 | songloft-docker-linux-arm64-lite.tar |
| ๐ง Linux ARMv7 | songloft-docker-linux-arm-v7-lite.tar |
๐ฑ Flutter Client โ
Beyond the web interface, Songloft also offers a more powerful cross-platform Flutter client that supports background playback, local caching, media controls (headphones/lock screen/notification bar), and other capabilities the server web interface cannot provide โ covering all six platforms: iOS, Android, macOS, Windows, Linux, and Web.
๐ GitHub repository: songloft-org/songloft-player
- Standard edition (requires connecting to a server): songloft-player Releases
- Bundle edition (embedded backend, no server required): songloft Releases (download the
songloft-bundled-*files)
๐ช Windows users: install & update the Flutter client in one line via Scoop:
powershellscoop bucket add songloft https://github.com/songloft-org/songloft-scoop scoop install songloft-player # Update: scoop update songloft-player # Uninstall: scoop uninstall songloft-player (add --purge to also remove config data)
๐ก How to use the Bundle edition: On first launch, tap "Use local mode" on the login page โ select a music directory โ done automatically. You can switch between local/remote mode at any time from the settings page.
๐ก When using the Lite (-lite) server, we recommend pairing it directly with the Flutter client (no need to deploy a separate web frontend). If you do need a standalone web frontend, refer to the
flutter build webprocess in the songloft-player repository to build it yourself and serve the static files via a reverse proxy such as Nginx.
๐บ Kodi Plugin โ
In addition to the Flutter client, Songloft also provides an official Kodi plugin that lets you play your Songloft music library directly in the Kodi media center. It's ideal for Kodi-capable big-screen devices such as Xbox, Apple TV, Raspberry Pi, and Android TV, optimized for remote control operation for a smooth living-room media experience.
๐ GitHub repository: songloft-org/plugin.audio.songloft ๐ฅ Download: GitHub Releases
๐ Quick Start โ
๐ Security notice (must read): The default admin account is
admin / admin, which is suitable for local testing only. For any deployment exposed to the internet or accessed by multiple devices, be sure to set a strong password via theADMIN_USERNAME/ADMIN_PASSWORDenvironment variables before starting; otherwise your music library may be accessible to strangers.
๐ฆ Option 1: Run the Binary Directly โ
๐ง Linux / ๐ macOS โ
# 1๏ธโฃ Download the binary for your platform (the default is the full edition)
# For example, Linux x86_64:
wget https://github.com/songloft-org/songloft/releases/latest/download/songloft-linux-amd64
mv songloft-linux-amd64 songloft
# 2๏ธโฃ Add execute permission
chmod +x songloft
# 3๏ธโฃ Create the required directories
mkdir -p music data
# 4๏ธโฃ Start (recommended to pass credentials via environment variables to keep them out of shell history / process list)
ADMIN_USERNAME=admin ADMIN_PASSWORD='your_strong_password' ./songloft๐ Note for macOS users: Binaries downloaded from GitHub carry the Gatekeeper quarantine attribute and will be blocked on first run. Before running, execute:
bashxattr -d com.apple.quarantine ./songloft
๐ช Windows โ
# 1๏ธโฃ Download the binary for your platform (the default is the full edition) and rename it to songloft.exe
# For example, Windows x86_64: songloft-windows-amd64.exe
# 2๏ธโฃ Create the required directories
mkdir music
mkdir data
# 3๏ธโฃ Set environment variables and start (PowerShell)
$env:ADMIN_USERNAME = "admin"
$env:ADMIN_PASSWORD = "your_strong_password"
.\songloft.exe๐ณ Option 2: Docker Deployment โ
๐ Pull from Docker Hub (Recommended) โ
# ๐ Full edition (recommended, includes the web frontend; :latest is the full edition)
docker pull songloft/songloft:latest
# ๐ฆ Lite edition (no web frontend, must be paired with the Flutter client)
docker pull songloft/songloft:lite
# Run the container
docker run -d \
--name songloft \
-p 58091:58091 \
-v /path/to/music:/app/music \
-v /path/to/data:/app/data \
-e ADMIN_USERNAME=admin \
-e ADMIN_PASSWORD='your_strong_password' \
songloft/songloft:latest๐ฅ Import the Image Offline from a Release โ
Suitable for environments that cannot access Docker Hub directly:
# 1๏ธโฃ Download the Docker image tar file for your platform (the default is the full edition)
wget https://github.com/songloft-org/songloft/releases/latest/download/songloft-docker-linux-amd64.tar
# 2๏ธโฃ Import the image
docker load -i songloft-docker-linux-amd64.tar
# 3๏ธโฃ List the imported image tags
docker images | grep songloft
# 4๏ธโฃ Start it with the docker run command from the previous section (remember to replace with the imported image tag)๐ Docker Compose Deployment (Recommended) โ
Using Docker Compose makes it easier to manage container configuration:
version: '3.8'
services:
songloft:
image: songloft/songloft:latest
container_name: songloft
restart: always
ports:
- "58091:58091"
volumes:
- /path/to/music:/app/music
- /path/to/data:/app/data
environment:
- ADMIN_USERNAME=admin
- ADMIN_PASSWORD=your_strong_password
- LISTEN_PORT=58091Save the above as a docker-compose.yml file, then run:
# Start the service
docker-compose up -d
# View logs
docker-compose logs -f
# Stop the service
docker-compose down๐ Method 3: Home Assistant Add-on โ
If you run Home Assistant OS (HAOS), you can install Songloft as an add-on with one click โ no manual docker run required.
Clicking the badge above opens the "Add add-on repository" dialog in your own Home Assistant; or do it manually:
- Go to Settings โ Add-ons โ Add-on Store, open the top-right menu Repositories, and add:
https://github.com/songloft-org/songloft - After refreshing, find Songloft in the store and install it
- On the Configuration tab, set the admin username/password and music library path (defaults to
/media), then start - Use the Open Web UI button on the add-on page to access it
Put your music in Home Assistant's media folder (/media) or share folder (/share) to have it scanned. Data is persisted in the add-on's /data directory and survives reinstalls.
๐ Security: the default
admin/admincredentials are for local testing only. Set a strong password on the Configuration tab before exposing this instance.
๐ Usage Flow โ
1๏ธโฃ Start the Service โ
Once the service is running, visit http://localhost:58091 to open the web interface (built in only in the full edition; for the lite edition, please use the Flutter client to connect).
2๏ธโฃ Log In โ
Log in with the configured admin username and password.
3๏ธโฃ Configure the Music Directory โ
After your first login, go to the "Settings" page to configure the music file directory (music_path). For Docker deployments, this is usually set to /app/music.
4๏ธโฃ Scan for Music โ
In the web interface, click the "Scan" button, and the system will automatically scan the audio files in the music directory and extract their metadata.
5๏ธโฃ Play Music โ
Once the scan is complete, you can browse and play music in the interface.
โ๏ธ Configuration โ
Songloft relies on only a few startup-time settings (credentials, port, database path) specified via environment variables or command-line arguments. All other business configuration (music directory, scan rules, cover storage, etc.) is stored in the database config table and managed through the web interface after startup.
๐ Environment Variables โ
| Variable | Description | Default |
|---|---|---|
ADMIN_USERNAME | ๐ค Admin username | admin |
ADMIN_PASSWORD | ๐ Admin password | admin |
LISTEN_PORT | ๐ Service port | 58091 |
DB_PATH | ๐พ Database file path | data/songloft.db |
BASE_PATH | ๐ URL base path (for reverse-proxy subpath deployment, e.g. /songloft) | empty (root path) |
MUSIC_DIR | ๐ต Music directory (overrides the database default when non-empty; equivalent to -music) | empty |
๐ In the Docker image, the music directory and data directory default to
/app/musicand/app/dataโ just mount them with-v; to point elsewhere, useMUSIC_DIRto set the music directory.
๐ป Command-Line Arguments โ
# View help
./songloft -help
# Specify the port
./songloft -port 8080
# Specify the database file path
./songloft -db data/songloft.db
# Specify the admin account (not recommended โ the password appears in shell history and the ps process list)
./songloft -username admin -password your_password
# Specify a subpath (used for reverse-proxy deployment)
./songloft -base-path /songloftโ๏ธ Priority: Command-line arguments take precedence over environment variables. If neither is provided, it falls back to the defaults (admin account
admin/admin). โ ๏ธ Argument format: Songloft uses single-dash arguments (e.g.-help) and does not support double-dash arguments (e.g.--help). ๐ Password security: We recommend passing the password via theADMIN_PASSWORDenvironment variable to avoid-passwordbeing exposed in plaintext in the process list.
๐ Reverse-Proxy Subpath Deployment โ
If you mount Songloft under a subpath via a reverse proxy such as Nginx (e.g. https://nas.example.com/songloft/), you need to configure the BASE_PATH environment variable.
Configuration Steps โ
1. Specify BASE_PATH when starting Songloft:
# Environment variable
BASE_PATH=/songloft ./songloft
# Or command-line argument
./songloft -base-path /songloft
# Docker
docker run -d \
--name songloft \
-p 58091:58091 \
-v /path/to/music:/app/music \
-v /path/to/data:/app/data \
-e ADMIN_USERNAME=admin \
-e ADMIN_PASSWORD='your_strong_password' \
-e BASE_PATH=/songloft \
songloft/songloft:latest2. Configure the Nginx reverse proxy:
location /songloft/ {
proxy_pass http://127.0.0.1:58091;
proxy_read_timeout 52w;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}โ ๏ธ Note: Do not add a trailing slash to
proxy_pass. Nginx forwards the full path (including/songloft/) to the backend, and Songloft handles stripping the prefix itself.
Client Connection โ
| Client type | Server address to enter |
|---|---|
| Built-in web frontend | Simply visit https://nas.example.com/songloft/ in the browser โ it works automatically |
| Flutter desktop/mobile client | Enter https://nas.example.com/songloft |
Docker Compose Example โ
version: '3.8'
services:
songloft:
image: songloft/songloft:latest
container_name: songloft
restart: always
ports:
- "58091:58091"
volumes:
- /path/to/music:/app/music
- /path/to/data:/app/data
environment:
- ADMIN_USERNAME=admin
- ADMIN_PASSWORD=your_strong_password
- BASE_PATH=/songloft๐ป System Requirements โ
| Item | Requirement |
|---|---|
| Operating system | ๐ง Linux / ๐ macOS / ๐ช Windows |
| Architecture | x86_64 / ARM64 / ARMv7 |
| Optional dependency | ๐ง ffprobe (used to obtain audio technical parameters; works fine without it) |
โ Verify File Integrity โ
Each Release includes a checksums.txt file for verifying the integrity of downloaded files:
# Download the checksums file
wget https://github.com/songloft-org/songloft/releases/latest/download/checksums.txt
# Verify the files
sha256sum -c checksums.txt๐ Version Check โ
# View version info (including Git Commit / build time / build type)
./songloft -version
# View full help
./songloft -help
# Check the version via the API
curl http://localhost:58091/api/v1/versionExample output:
Songloft Version: x.y.z
Git Commit: abc1234
Build Time: 2026-01-01_00:00:00
Build Type: full๐ Plugin System โ
Songloft ships with a built-in JS plugin engine. Plugins run inside a QuickJS sandbox with a permission model, health checks, and hot reload, letting you freely extend audio sources / metadata / device control and more.
๐ฏ Getting Plugins โ
Each plugin is distributed under its own GitHub repository: go to the repository's Releases page to download the latest .jsplugin.zip, then upload it on the "Plugin Management" page of the Songloft client to enable it. You can find the current list of available plugins in the Plugin Collection Issue.
Want to see more plugins or contribute? Feel free to leave a comment on the Plugin Collection Issue.
โ ๏ธ Copyright notice: The copyright of any network audio sources, lyrics, covers, or other content accessed by third-party plugins belongs to their respective rights holders. Please use plugins only to access content you personally have the legal right to use, and comply with the laws and regulations of your country or region when downloading / storing / redistributing content. See the Copyright and Disclaimer section above for details.
๐ ๏ธ Plugin Development โ
To develop custom plugins, refer to the following resources:
- Development toolchain: songloft-org/plugin-toolchain โ
@songloft/plugin-sdk+@songloft/plugin-builder+ scaffolding - Quick start:
pnpm create songloft-plugin <name>โ see the JS Plugin Development Guide for details
๐ API Documentation โ
The full API documentation (Swagger/OpenAPI format) is available at:
- Swagger API doc: swagger.json
- View Swagger UI online: petstore.swagger.io
- View locally: After starting the service, visit
http://localhost:58091/swagger/index.html
Main API Overview โ
| API group | Path | Description |
|---|---|---|
| Auth | /api/v1/auth/* | Login, refresh token, logout, token management |
| Songs | /api/v1/songs/* | Song CRUD, covers, playback, lyrics |
| Playlists | /api/v1/playlists/* | Playlist CRUD, playlist song management |
| JS plugins | /api/v1/jsplugins/* | Plugin upload, enable, disable, delete, check for updates |
| Scan | /api/v1/scan/* | Music library scanning |
| Config | /api/v1/configs/* | System configuration management |
| Version | /api/v1/version | Version info |
โ FAQ โ
Running into problems? See Frequently Asked Questions and Solutions ๐ฌ
๐ ๏ธ Support โ
- GitHub: songloft-org/songloft
- Issues: Issues and feedback
- ๐ฌ Join the WeChat group: WeChat group QR code
- ๐ง QQ group: 979995241 (if full, search for a new group)
๐ Changelog โ
For detailed release notes, see CHANGELOG.md.
๐ License โ
This project is open-sourced under the Apache-2.0 License.
