Skip to content

๐ŸŽต Songloft Quick Start Guide โ€‹

็ฎ€ไฝ“ไธญๆ–‡ โ€ข English

Songloft

GitHub LicenseDocker Image VersionDocker PullsGitHub ReleaseVisitorsVisitors

๐ŸŽต 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-org GitHub organization and the hanxi/mimusic Docker 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 โ€‹

Home ยท Desktop

Immersive Player ยท Mobile

๐Ÿ“ธ More screens (library, playlists, settings, etc. โ€” desktop / mobile with light / dark themes) are in the Screenshot Gallery.

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:

EditionSuffixDescriptionBest for
๐ŸŒŸ FullnoneIncludes the web frontend, works out of the boxRecommended for first-time users โ€” just open the service address to see the web interface
๐Ÿ“ฆ Lite-liteDoes not include the web frontend, smaller in sizePairing with the Flutter desktop/mobile client, or decoupled frontend/backend deployment
๐Ÿ“ฑ Bundlebundled-Flutter client with the Go backend embeddedNo 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 โ€‹

Includes the web frontend, works out of the box:

PlatformArchitectureDownload
๐Ÿง Linuxx86_64songloft-linux-amd64
๐Ÿง LinuxARM64songloft-linux-arm64
๐Ÿง LinuxARMv7songloft-linux-armv7
๐ŸŽ macOSx86_64 (Intel)songloft-darwin-amd64
๐ŸŽ macOSARM64 (Apple Silicon)songloft-darwin-arm64
๐ŸชŸ Windowsx86_64songloft-windows-amd64.exe
๐ŸชŸ WindowsARM64songloft-windows-arm64.exe

๐Ÿ“ฆ Lite Edition โ€‹

Does not include the web frontend, smaller in size:

PlatformArchitectureDownload
๐Ÿง Linuxx86_64songloft-linux-amd64-lite
๐Ÿง LinuxARM64songloft-linux-arm64-lite
๐Ÿง LinuxARMv7songloft-linux-armv7-lite
๐ŸŽ macOSx86_64 (Intel)songloft-darwin-amd64-lite
๐ŸŽ macOSARM64 (Apple Silicon)songloft-darwin-arm64-lite
๐ŸชŸ Windowsx86_64songloft-windows-amd64-lite.exe
๐ŸชŸ WindowsARM64songloft-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:

PlatformArchitectureDownload
๐Ÿค– AndroidARM64 + ARMv7songloft-bundled-android-arm64-v8a.apk
๐Ÿง Linuxx86_64songloft-bundled-linux-x64.tar.gz
๐ŸŽ macOSARM64 (Apple Silicon)songloft-bundled-macos-arm64.dmg
๐ŸชŸ Windowsx86_64songloft-bundled-windows-x64.zip
๐ŸŽ iOSARM64songloft-bundled-ios-arm64.ipa

๐Ÿณ Docker Images โ€‹

PlatformDownload
๐Ÿง Linux x86_64songloft-docker-linux-amd64.tar
๐Ÿง Linux ARM64songloft-docker-linux-arm64.tar
๐Ÿง Linux ARMv7songloft-docker-linux-arm-v7.tar

๐Ÿ“ฆ Lite Edition โ€‹

PlatformDownload
๐Ÿง Linux x86_64songloft-docker-linux-amd64-lite.tar
๐Ÿง Linux ARM64songloft-docker-linux-arm64-lite.tar
๐Ÿง Linux ARMv7songloft-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

๐ŸชŸ Windows users: install & update the Flutter client in one line via Scoop:

powershell
scoop 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 web process 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 the ADMIN_USERNAME / ADMIN_PASSWORD environment variables before starting; otherwise your music library may be accessible to strangers.

๐Ÿ“ฆ Option 1: Run the Binary Directly โ€‹

๐Ÿง Linux / ๐ŸŽ macOS โ€‹

bash
# 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:

bash
xattr -d com.apple.quarantine ./songloft

๐ŸชŸ Windows โ€‹

powershell
# 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 โ€‹

bash
# ๐ŸŒŸ 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:

bash
# 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)

Using Docker Compose makes it easier to manage container configuration:

yaml
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=58091

Save the above as a docker-compose.yml file, then run:

bash
# 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.

Add repository to your Home Assistant.

Clicking the badge above opens the "Add add-on repository" dialog in your own Home Assistant; or do it manually:

  1. Go to Settings โ†’ Add-ons โ†’ Add-on Store, open the top-right menu Repositories, and add: https://github.com/songloft-org/songloft
  2. After refreshing, find Songloft in the store and install it
  3. On the Configuration tab, set the admin username/password and music library path (defaults to /media), then start
  4. 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/admin credentials 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 โ€‹

VariableDescriptionDefault
ADMIN_USERNAME๐Ÿ‘ค Admin usernameadmin
ADMIN_PASSWORD๐Ÿ” Admin passwordadmin
LISTEN_PORT๐Ÿ”Œ Service port58091
DB_PATH๐Ÿ’พ Database file pathdata/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/music and /app/data โ€” just mount them with -v; to point elsewhere, use MUSIC_DIR to set the music directory.

๐Ÿ’ป Command-Line Arguments โ€‹

bash
# 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 the ADMIN_PASSWORD environment variable to avoid -password being 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:

bash
# 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:latest

2. Configure the Nginx reverse proxy:

nginx
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 typeServer address to enter
Built-in web frontendSimply visit https://nas.example.com/songloft/ in the browser โ€” it works automatically
Flutter desktop/mobile clientEnter https://nas.example.com/songloft

Docker Compose Example โ€‹

yaml
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 โ€‹

ItemRequirement
Operating system๐Ÿง Linux / ๐ŸŽ macOS / ๐ŸชŸ Windows
Architecturex86_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:

bash
# 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 โ€‹

bash
# 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/version

Example output:

text
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:

๐Ÿ“– 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 groupPathDescription
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/versionVersion info

โ“ FAQ โ€‹

Running into problems? See Frequently Asked Questions and Solutions ๐Ÿ’ฌ

๐Ÿ› ๏ธ Support โ€‹

๐Ÿ“ Changelog โ€‹

For detailed release notes, see CHANGELOG.md.


๐Ÿ“„ License โ€‹

This project is open-sourced under the Apache-2.0 License.