🌙 The home for your music
See the code
Nocturne is a Jellyfin, OpenSubsonic and Bandcamp client that brings all your music together in one place, Nocturne not only connects to existing instances but it's capable of installing and managing its own Navidrome instance
[!IMPORTANT] Please be aware that GNOME Code of Conduct applies to Nocturne before interacting with this repository.
[!WARNING] AI generated issues and PRs will be denied, repeated offence will result in a ban from the repository.
| HomePage | Song Playing |
|---|---|
![]() | ![]() |
These are the officially supported packages that have been validated and are guaranteed to be up to date with the project.
Most Linux distributions come with Flatpak preinstalled, make sure your device has the Flathub repo enabled.
flatpak install flathub com.jeffser.Nocturne
Nocturne is packaged officially in the AUR, to install it first make sure you have an AUR helper such as yay.
yay -S nocturne
By default, this package is missing a dependency required to play videos. To add this functionality, install this package.
yay -S gst-plugin-gtk4
Nocturne is an open source project that accepts and encourages the creation of independent packages, although I cannot guarantee that they are up to date.
Nocturne is packaged unofficially in the official Debian archive (Available in Debian 14 'forky' and above). Install it via apt.
apt install nocturne
Nocturne is packaged unofficially in nixpkgs. You can either try it out using nix-shell:
nix-shell -p nocturne
or add it to your sytem packages:
environment.systemPackages = [
pkgs.nocturne
];
Dependencies are automatically managed and built depending on host environment.
flatpak-builder build com.jeffser.Nocturne.yml --force-clean --install-deps-from=flathub
flatpak-builder --run build com.jeffser.Nocturne.yml nocturne
brew install python@3.14 meson ninja pkgconf \
glib gtk4 libadwaita pygobject3 gstreamer \
gobject-introspection libsecret \
desktop-file-utils
# 1. Install blueprint-compiler
git clone https://github.com/GNOME/blueprint-compiler
cd blueprint-compiler
meson build --prefix=/usr/local
sudo ninja install -C build
cd ..
# 2. Clone the project
git clone https://github.com/Jeffser/Nocturne/
cd Nocturne
# 3. Install python packages
python3 -m venv ./venv
source ./venv/bin/activate
pip install requests colorthief syncedlyrics tinytag mpris-server
meson setup build --prefix=$HOME/.local
ninja -C build
ninja install -C build
nocturne
In addition to running Nocturne by opening it graphically, you can also start it from a terminal.
# Flatpak
flatpak run com.jeffser.Nocturne
# Others
nocturne
You can also control Nocturne from a terminal, to get started make sure Nocturne is running and then run the following command to see all the available options:
# Flatpak
flatpak run com.jeffser.Nocturne --help
# Others
nocturne --help
The following dependencies are requirements of the project in case you want to package it.
python3 >= 3.13gtk4libadwaita-1 >= 1.9glib-2.0 >= 2.84.0libsecretgstreamerblueprint-compiler >= 0.18.0python-requests >= 2.33.1python-colorthief >= 0.2.1python-syncedlyrics >= 1.0.1python-mpris-server >= 0.10.0python-tinytag >= 2.2.1gst-plugin-gtk4 (optional, needed for video rendering)| Language | Contributors |
|---|---|
| Spanish | Jeffry Samuel |
| Catalan | Jordi Bultó |
| Basque | Ibai Oihanguren Sala |
| German | Martin Prokoph |
| Russian | Aleksandr Shamaraev gttn-84 |
| Simplified Chinese | Saul Gman |
| Turkish | Muhammed Emin Akalan |
| Traditional Chinese | Yuan Chiu |
| Croatian | Milo Ivir |
| Telugu | Aryan Karamtoth |
| Brazilian Portuguese | Rikelry Souza |
| Italian | Federico Veronesi |
Nocturne is an independent application and is not affiliated with, endorsed, or sponsored by OpenSubsonic, Bandcamp, or Jellyfin. All logos and illustrative assets used within the app are the property of their respective owners. All rights are reserved by their respective holders, and will be taken down if requested.
Nocturne functions strictly as a client application. All network connections and data transfers are performed exclusively at the request and authorization of the server owner. Nocturne does not independently access or host any content.
Nocturne does not facilitate, encourage, or provide mechanisms for music piracy. Users are responsible for ensuring they have the legal right to access and stream the content hosted on the servers they connect to.
Python
78.4%
Blueprint
19.4%
Meson
1.3%
🌙 The home for your music
See the code
Nocturne is a Jellyfin, OpenSubsonic and Bandcamp client that brings all your music together in one place, Nocturne not only connects to existing instances but it's capable of installing and managing its own Navidrome instance
[!IMPORTANT] Please be aware that GNOME Code of Conduct applies to Nocturne before interacting with this repository.
[!WARNING] AI generated issues and PRs will be denied, repeated offence will result in a ban from the repository.
| HomePage | Song Playing |
|---|---|
![]() | ![]() |
These are the officially supported packages that have been validated and are guaranteed to be up to date with the project.
Most Linux distributions come with Flatpak preinstalled, make sure your device has the Flathub repo enabled.
flatpak install flathub com.jeffser.Nocturne
Nocturne is packaged officially in the AUR, to install it first make sure you have an AUR helper such as yay.
yay -S nocturne
By default, this package is missing a dependency required to play videos. To add this functionality, install this package.
yay -S gst-plugin-gtk4
Nocturne is an open source project that accepts and encourages the creation of independent packages, although I cannot guarantee that they are up to date.
Nocturne is packaged unofficially in the official Debian archive (Available in Debian 14 'forky' and above). Install it via apt.
apt install nocturne
Nocturne is packaged unofficially in nixpkgs. You can either try it out using nix-shell:
nix-shell -p nocturne
or add it to your sytem packages:
environment.systemPackages = [
pkgs.nocturne
];
Dependencies are automatically managed and built depending on host environment.
flatpak-builder build com.jeffser.Nocturne.yml --force-clean --install-deps-from=flathub
flatpak-builder --run build com.jeffser.Nocturne.yml nocturne
brew install python@3.14 meson ninja pkgconf \
glib gtk4 libadwaita pygobject3 gstreamer \
gobject-introspection libsecret \
desktop-file-utils
# 1. Install blueprint-compiler
git clone https://github.com/GNOME/blueprint-compiler
cd blueprint-compiler
meson build --prefix=/usr/local
sudo ninja install -C build
cd ..
# 2. Clone the project
git clone https://github.com/Jeffser/Nocturne/
cd Nocturne
# 3. Install python packages
python3 -m venv ./venv
source ./venv/bin/activate
pip install requests colorthief syncedlyrics tinytag mpris-server
meson setup build --prefix=$HOME/.local
ninja -C build
ninja install -C build
nocturne
In addition to running Nocturne by opening it graphically, you can also start it from a terminal.
# Flatpak
flatpak run com.jeffser.Nocturne
# Others
nocturne
You can also control Nocturne from a terminal, to get started make sure Nocturne is running and then run the following command to see all the available options:
# Flatpak
flatpak run com.jeffser.Nocturne --help
# Others
nocturne --help
The following dependencies are requirements of the project in case you want to package it.
python3 >= 3.13gtk4libadwaita-1 >= 1.9glib-2.0 >= 2.84.0libsecretgstreamerblueprint-compiler >= 0.18.0python-requests >= 2.33.1python-colorthief >= 0.2.1python-syncedlyrics >= 1.0.1python-mpris-server >= 0.10.0python-tinytag >= 2.2.1gst-plugin-gtk4 (optional, needed for video rendering)| Language | Contributors |
|---|---|
| Spanish | Jeffry Samuel |
| Catalan | Jordi Bultó |
| Basque | Ibai Oihanguren Sala |
| German | Martin Prokoph |
| Russian | Aleksandr Shamaraev gttn-84 |
| Simplified Chinese | Saul Gman |
| Turkish | Muhammed Emin Akalan |
| Traditional Chinese | Yuan Chiu |
| Croatian | Milo Ivir |
| Telugu | Aryan Karamtoth |
| Brazilian Portuguese | Rikelry Souza |
| Italian | Federico Veronesi |
Nocturne is an independent application and is not affiliated with, endorsed, or sponsored by OpenSubsonic, Bandcamp, or Jellyfin. All logos and illustrative assets used within the app are the property of their respective owners. All rights are reserved by their respective holders, and will be taken down if requested.
Nocturne functions strictly as a client application. All network connections and data transfers are performed exclusively at the request and authorization of the server owner. Nocturne does not independently access or host any content.
Nocturne does not facilitate, encourage, or provide mechanisms for music piracy. Users are responsible for ensuring they have the legal right to access and stream the content hosted on the servers they connect to.
Python
78.4%
Blueprint
19.4%
Meson
1.3%