🎵 Tidal Music integration for Subsonic. https://hifi.401658.xyz
  • Svelte 60.6%
  • Go 22.4%
  • TypeScript 13.1%
  • CSS 2.4%
  • Shell 1.1%
  • Other 0.4%
Find a file
2026-04-25 23:31:35 +08:00
.github Update question-report.yml 2025-12-14 00:48:41 +08:00
config Change Hifi server host from 127.0.0.1 to 0.0.0.0 for broader accessibility 2026-03-17 04:27:32 +09:00
middleware Remove Range header handling from managed mode in stream function 2026-03-18 20:11:27 +09:00
routes Add GetMusicFoldersView route and update session middleware for mock handling 2025-12-17 20:10:18 +08:00
types Update types.go 2026-02-12 05:02:15 +09:00
web Bump devalue in /web/ui in the npm_and_yarn group across 1 directory 2026-03-13 00:31:28 +09:00
worker Bump the npm_and_yarn group across 1 directory with 2 updates 2026-01-26 16:59:45 +09:00
.dockerignore Initial commit 2025-11-23 19:01:03 +08:00
.gitignore chore: remove worker/main.go from .gitignore 2026-01-19 11:11:12 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md to emphasize the importance of clear PR titles and descriptions 2025-12-19 01:31:48 +08:00
Dockerfile Initial commit 2025-11-23 19:01:03 +08:00
go.mod Update go.mod: add valkey-go dependency and adjust indirect dependencies 2026-03-15 14:58:42 +09:00
go.sum Update dependencies: remove valkey-go, bump gomega and net versions 2026-03-15 14:57:40 +09:00
LICENSE Create LICENSE 2026-01-18 21:25:34 +08:00
main.go Ensure StartFreshRefresher is called in both managed and unmanaged modes 2025-12-24 19:41:51 +08:00
package.json Add configuration files and update package dependencies for improved project structure 2025-12-26 02:04:37 +08:00
pnpm-lock.yaml Bump the npm_and_yarn group across 2 directories with 2 updates 2026-03-11 06:33:21 +09:00
README.md Remove width and height attributes from images 2026-04-25 23:31:35 +08:00
SECURITY.md Initial commit 2025-11-23 19:01:03 +08:00

Hifi

Tidal music integration for Subsonic/Jellyfin/Plexamp.

hifi tidal hifi tidal

HiFi running on - Castafiore


hifi tidal

HiFi running on - Tempus Mobile app


hifi tidal hifi tidal

HiFi running on - Feishin Web UI



💕 Community

🍻 Join the community: Discord


Roadmap

  • Easy Installer (Self-Hosted HiFi)
  • Jellyfin Integration
  • Plexamp Integration
  • Recommender system

Jellyfin Music Clients Support (WIP)

Important

ETA — It is developed in my free time, and the next major update is Jellyfin support nothing else, so there is no actual ETA for it.

HiFi Subsonic compatibility will only work with Recommended subsonic clients. If HiFi does not work with the Subsonic client, it will not be implemented.

Im going to support https://www.plex.tv/plexamp. Its not a new thing I just forgot to add it. I forgot about Plex itself when I moved to Jellyfin, so I wont support any other third-party Plex apps. It will be exclusive to the official Plexamp app.

The following jellyfin music clients will continue to be compatible with HiFi from the day one release and will remain fully functional unless the app itself is broken.

All other clients should work as well, since they all use Jellyfins API. If they dont, I will eventually make them work. If you want to request support for a specific jellyfin music app, open an issue. Before doing so, please check the HiFi proposal guide below. Anything else that comes without a hifi proposal check will be rejected.


Important

Project Terms

  • We do not encourage piracy. This project is made purely for educational and personal use, intended only for listening, not for downloading. If you somehow download copyrighted content, you are solely responsible for complying with the relevant laws in your country.

  • The HiFi Project assumes no responsibility for any misuse or legal violations arising from the use of this project.

  • HiFi project requires a valid Tidal subscription. We encourage users to maintain an active subscription.

  • Maximum audio quality (Lossless) available from the HiFi API.

  • Community projects may be inspired by or related to the HiFi Project but arent officially part of it. These projects are run independently, and the HiFi team isnt responsible for their content or actions. Each project team should follow any relevant laws and handle its own checks and compliance.

  • The HiFi project does not claim ownership of any music or audio content. All rights remain with their respective copyright holders. Users are encouraged to support artists and rights owners by maintaining a valid Tidal subscription. HiFi serves solely as a playback and control interface (e.g., on a Raspberry Pi) for personal, non-commercial use.


Note

Hifi project is for

  • Tidal subscribers who dont like the official app and want more client options.

  • Anyone who want to try Tidal music before making a commitment.

  • Anyone who wants to listen to hifi-res lossless audio.

  • Anyone who doesnt want to store terabytes of music.

  • Anyone who want to access over 110 million songs through their Subsonic,Jellyfin or Plexamp based client.

  • Developers who want to create their own Jellyfin-based client using HiFi.


Note

HiFi proposal check

hifi tidal

API

API Docs

How can I create my own app based on HiFi?

First, check which routes are supported by Hifi. Hifi uses OpenSubsonic API, but that doesnt mean it supports every endpoint that OpenSubsonic provides. Hifi only supports the necessary endpoints required to play music. For example, You can connect the Hifi server to Feishin to observe how it works in practice.


Quickstart

hifi tidal

Installation (Managed HiFi)

Important

Unfortunately, if we detect spam bots abusing the managed server, we have to ban you.


Note

The managed Hi-Fi server is designed for individual users, with support for multiple members and user customization coming in the future.


Note

For a complete self-hosted setup including WebUI, multi-member support, and full database integration follow the guide below. installation-self-hosted-hifi



Note

First Install the latest Go version. https://go.dev/doc/install and https://git-scm.com/install

Please obtain the HiFi managed server values https://gist.github.com/sachinsenal0x64/0b7945a4a0df4c77ecf3bc7b7a7ee2f5.

Note

HiFi runs on port 8080 or 5000 or 5005 by default. If all is working, the logs below will appear.

2025/12/26 00:22:52 INFO Hifi Running in MANAGED mode
2025/12/26 00:22:52 INFO Hifi API server running host=127.0.0.1 port=8080 url=http://127.0.0.1:8080


 git clone https://github.com/sachinsenal0x64/hifi

 go mod tidy

 export MANAGE_HOST="value" TIDAL_HOST="value" MODE="value" CLIENT_ID="value" SCHEME="value"

 go run .

Hifi credentials


Field Value
Server name HiFi
Server URL http://127.0.0.1:8080
Username hifi
Password local
Enable legacy password Enabled

Update hifi

 cd hifi

 git pull

 go mod tidy

 export MANAGE_HOST="value" TIDAL_HOST="value" MODE="value" CLIENT_ID="value" SCHEME="value"

 go run .

Installation (Self-Hosted HiFi)

Note

Tidal subscription required.

Pending...

Reason: The current installation is a little bit complex, so I will make this as simple as possible.



Contributing

Please refer to CONTRIBUTING.md.

Security Policy

Please refer to SECURITY.md.

License

Hifi is released under the GPL-2.0 License.