victoralvesf/aonsoku

A modern desktop client for Navidrome/Subsonic servers built with React and Electron.

954

stars

1,704

commits

TypeScript

primary language

Sep 13, 2026

updated

aonsoku.vercel.app
electron
navidrome
navidrome-client
react
subsonic-client

README


Aonsoku

Aonsoku

A modern desktop client for Navidrome/Subsonic servers built with React and Electron.

Web App · Report Bug · Request Feature

React Electron

Download Flathub

Table of Contents
  1. Features
  2. Screenshots
  3. Getting Started
  4. macOS Users: "App cannot be opened" or Crash on Launch
  5. Roadmap
  6. Contributing
  7. Translation
  8. License

Features

  • Subsonic Integration: Aonsoku integrates with your Navidrome or Subsonic server, providing you with easy access to your music collection.
  • Intuitive UI: Modern, clean and user-friendly interface designed to enhance your music listening experience.
  • Podcast Support: With Aonsoku Podcasts you can easily access, manage, and listen to your favorites podcasts directly within the app. Enjoy advanced search options, customizable filters and seamless listening synchronization to enhance your podcast experience.
  • Synchronized lyrics: Aonsoku will automatically find a synced lyric from LRCLIB if none is provided by the server.
  • Unsynchronized lyrics: If your songs have embedded unsynchronized lyrics, Aonsoku is able to show them.
  • Radio: If your server supports it, listen to radio shows directly within Aonsoku.
  • Scrobble: Sync played songs with your server.

(back to top)

Screenshots

(back to top)

Getting Started

Prerequisites

  • Node.js
  • pnpm, npm or yarn
  • cargo

Installation

  1. Clone the repo
git clone https://github.com/victoralvesf/aonsoku.git
  1. Install NPM packages
pnpm install

Running

  • Web App
pnpm run dev
  • Desktop App
pnpm run electron:dev
  • Docker
version: '3.8'

services:
  aonsoku:
    container_name: aonsoku
    image: ghcr.io/victoralvesf/aonsoku:latest
    restart: unless-stopped
    ports:
      - 8080:8080
  • Podman Quadlet
[Unit]
Description=Aonsoku Container

[Container]
ContainerName=aonsoku
Image=ghcr.io/victoralvesf/aonsoku:latest
PublishPort=8080:8080
AutoUpdate=registry

[Service]
Restart=always

[Install]
WantedBy=multi-user.target default.target
Environment Variables

Below is a table describing the environment variables that can be used in this project. Adjust them as necessary in your .env file.

VariableDefaultDescriptionRequired for Automatic Login
PORT8080The port the application runs on.
SERVER_URLIf you want the app to access a predefined Subsonic server.
Format: http://your-subsonic-server:port.
HIDE_SERVERfalseSet to true to hide the server URL field on login and only show username and password.
APP_USERThe username for automatic login.
APP_PASSWORDThe password for automatic login.
APP_AUTH_TYPEtokenSpecifies the authentication method.
Options: token or password.
SERVER_TYPEsubsonicSpecifies the server name (important for some fixes).
Options: subsonic, navidrome or lms
HIDE_RADIOS_SECTIONfalseSet to true to hide the radios page from the sidebar menu.
APP_THEMEdarkSpecify the app theme.
Possible values: light, dark, black, one-dark, night-owl-light, marmalade-beaver, noctis-lilac, material-theme, monokai-pro, github-dark, shades-of-purple, bearded-solarized, catppuccin-mocha, nuclear-dark, achiever, dracula, discord, tinacious-design, vue-dark, vim-dark-soft.
APP_HIDE_THEMESfalseSet to true to hide the themes section so the user cannot change the theme.
IMAGE_CACHE_ENABLEDfalseSet to true to enable the image cache.
DISABLE_IMAGE_CACHE_TOGGLEfalseSet to true to prevent the user from changing the image cache setting.
DISABLE_DOWNLOADSfalseSet to true to disable song downloads.
DISABLE_LRCLIBfalseSet to true to disable downloading lyrics from LRCLIB.

Notes:

  • Automatic Login: To enable automatic login across devices. This should only be used in secure local environments to avoid password compromise.
  • Legacy Authentication: Use APP_AUTH_TYPE=password only if your server does not support token-based authentication.

(back to top)

macOS Users: "App cannot be opened" or Crash on Launch

Since this application is not signed and notarized by Apple, macOS Gatekeeper may block it from running to protect your system. You might encounter:

  1. A message saying the app "is damaged and can't be opened."
  2. An immediate crash or error window upon launching.

To fix this, please follow these steps:

  1. Move Aonsoku to your /Applications folder.
  2. Open your Terminal.
  3. Run the following commands to repair the permission and signature (you may need to enter your system password):
# 1. Remove the quarantine attribute (Fixes "App is damaged")
sudo xattr -cr /Applications/Aonsoku.app

# 2. Re-sign the application locally (Fixes immediate crashes/library errors)
sudo codesign --force --deep --sign - /Applications/Aonsoku.app
  1. You can now open Aonsoku normally.

(back to top)

Roadmap

  • Downloads:
    • Playlist
    • Album
    • Artist
    • Song
  • Queue page
  • Playlist editor
  • Synced lyrics
  • Podcast support

Feel free to request more cool features here.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Translation

This project uses Weblate for translations. If you'd like to help, please visit the link to submit your contribution.

Translation status

(back to top)

Star History

Star History Chart

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contributors

(top 30 of 54)

victoralvesf

1,501 commits

SamarthMP

26 commits

jeremyfmn

13 commits

hejsekvojtech

11 commits

victoralvesf/aonsoku

A modern desktop client for Navidrome/Subsonic servers built with React and Electron.

954

stars

1,704

commits

TypeScript

primary language

Sep 13, 2026

updated

aonsoku.vercel.app
electron
navidrome
navidrome-client
react
subsonic-client

README


Aonsoku

Aonsoku

A modern desktop client for Navidrome/Subsonic servers built with React and Electron.

Web App · Report Bug · Request Feature

React Electron

Download Flathub

Table of Contents
  1. Features
  2. Screenshots
  3. Getting Started
  4. macOS Users: "App cannot be opened" or Crash on Launch
  5. Roadmap
  6. Contributing
  7. Translation
  8. License

Features

  • Subsonic Integration: Aonsoku integrates with your Navidrome or Subsonic server, providing you with easy access to your music collection.
  • Intuitive UI: Modern, clean and user-friendly interface designed to enhance your music listening experience.
  • Podcast Support: With Aonsoku Podcasts you can easily access, manage, and listen to your favorites podcasts directly within the app. Enjoy advanced search options, customizable filters and seamless listening synchronization to enhance your podcast experience.
  • Synchronized lyrics: Aonsoku will automatically find a synced lyric from LRCLIB if none is provided by the server.
  • Unsynchronized lyrics: If your songs have embedded unsynchronized lyrics, Aonsoku is able to show them.
  • Radio: If your server supports it, listen to radio shows directly within Aonsoku.
  • Scrobble: Sync played songs with your server.

(back to top)

Screenshots

(back to top)

Getting Started

Prerequisites

  • Node.js
  • pnpm, npm or yarn
  • cargo

Installation

  1. Clone the repo
git clone https://github.com/victoralvesf/aonsoku.git
  1. Install NPM packages
pnpm install

Running

  • Web App
pnpm run dev
  • Desktop App
pnpm run electron:dev
  • Docker
version: '3.8'

services:
  aonsoku:
    container_name: aonsoku
    image: ghcr.io/victoralvesf/aonsoku:latest
    restart: unless-stopped
    ports:
      - 8080:8080
  • Podman Quadlet
[Unit]
Description=Aonsoku Container

[Container]
ContainerName=aonsoku
Image=ghcr.io/victoralvesf/aonsoku:latest
PublishPort=8080:8080
AutoUpdate=registry

[Service]
Restart=always

[Install]
WantedBy=multi-user.target default.target
Environment Variables

Below is a table describing the environment variables that can be used in this project. Adjust them as necessary in your .env file.

VariableDefaultDescriptionRequired for Automatic Login
PORT8080The port the application runs on.
SERVER_URLIf you want the app to access a predefined Subsonic server.
Format: http://your-subsonic-server:port.
HIDE_SERVERfalseSet to true to hide the server URL field on login and only show username and password.
APP_USERThe username for automatic login.
APP_PASSWORDThe password for automatic login.
APP_AUTH_TYPEtokenSpecifies the authentication method.
Options: token or password.
SERVER_TYPEsubsonicSpecifies the server name (important for some fixes).
Options: subsonic, navidrome or lms
HIDE_RADIOS_SECTIONfalseSet to true to hide the radios page from the sidebar menu.
APP_THEMEdarkSpecify the app theme.
Possible values: light, dark, black, one-dark, night-owl-light, marmalade-beaver, noctis-lilac, material-theme, monokai-pro, github-dark, shades-of-purple, bearded-solarized, catppuccin-mocha, nuclear-dark, achiever, dracula, discord, tinacious-design, vue-dark, vim-dark-soft.
APP_HIDE_THEMESfalseSet to true to hide the themes section so the user cannot change the theme.
IMAGE_CACHE_ENABLEDfalseSet to true to enable the image cache.
DISABLE_IMAGE_CACHE_TOGGLEfalseSet to true to prevent the user from changing the image cache setting.
DISABLE_DOWNLOADSfalseSet to true to disable song downloads.
DISABLE_LRCLIBfalseSet to true to disable downloading lyrics from LRCLIB.

Notes:

  • Automatic Login: To enable automatic login across devices. This should only be used in secure local environments to avoid password compromise.
  • Legacy Authentication: Use APP_AUTH_TYPE=password only if your server does not support token-based authentication.

(back to top)

macOS Users: "App cannot be opened" or Crash on Launch

Since this application is not signed and notarized by Apple, macOS Gatekeeper may block it from running to protect your system. You might encounter:

  1. A message saying the app "is damaged and can't be opened."
  2. An immediate crash or error window upon launching.

To fix this, please follow these steps:

  1. Move Aonsoku to your /Applications folder.
  2. Open your Terminal.
  3. Run the following commands to repair the permission and signature (you may need to enter your system password):
# 1. Remove the quarantine attribute (Fixes "App is damaged")
sudo xattr -cr /Applications/Aonsoku.app

# 2. Re-sign the application locally (Fixes immediate crashes/library errors)
sudo codesign --force --deep --sign - /Applications/Aonsoku.app
  1. You can now open Aonsoku normally.

(back to top)

Roadmap

  • Downloads:
    • Playlist
    • Album
    • Artist
    • Song
  • Queue page
  • Playlist editor
  • Synced lyrics
  • Podcast support

Feel free to request more cool features here.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Translation

This project uses Weblate for translations. If you'd like to help, please visit the link to submit your contribution.

Translation status

(back to top)

Star History

Star History Chart

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contributors

(top 30 of 54)

victoralvesf

1,501 commits

SamarthMP

26 commits

jeremyfmn

13 commits

hejsekvojtech

11 commits

Languages

TypeScript

96.8%

CSS

2.4%