Noctis heartached
winget install --id=heartached.Noctis -e Noctis is a desktop music player for your local library — fast browsing, synced lyrics, metadata editing, EQ, and more.
winget install --id=heartached.Noctis -e Noctis is a desktop music player for your local library — fast browsing, synced lyrics, metadata editing, EQ, and more.





It packs a horizon of features including,
git clone https://github.com/heartached/noctis
dotnet run --project src/Noctis/Noctis.csproj
Requirements: .NET 8 SDK
Supported platforms: Windows 10/11 (x64), macOS 12+ (Intel & Apple Silicon), Linux (x64 & ARM64).
/Applications/VLC.app):
brew install --cask vlc
-dev package provides the
unversioned libvlc.so symlink that the .NET loader looks for:
# Debian/Ubuntu
sudo apt install libvlc-dev
# Fedora
sudo dnf install vlc-devel
# Arch
sudo pacman -S vlc
The macOS and Linux artifacts on the Releases page are unsigned self-contained builds. After unzipping:
macOS:
cd Noctis-macos-arm64
xattr -dr com.apple.quarantine . # remove Gatekeeper quarantine flag
./Noctis
Linux:
cd Noctis-linux-x64
chmod +x Noctis
./Noctis
dotnet publish src/Noctis/Noctis.csproj -c Release -r linux-x64 --self-contained
dotnet publish src/Noctis/Noctis.csproj -c Release -r osx-arm64 --self-contained
dotnet publish src/Noctis/Noctis.csproj -c Release -r osx-x64 --self-contained
dotnet publish src/Noctis/Noctis.csproj -c Release -r linux-arm64 --self-contained
If you have any feedback about bugs, feature requests, etc. about the app, please let me know through issues.
Yours Truly, heartached.
MIT — see LICENSE
> [!WARNING] > Windows may flag the installer as untrusted because it isn't code-signed. This is normal for indie software — the app is safe to use.