ABOUT
Self-hosted, on-demand audio streaming platform with AI-powered vibe matching, mood detection, smart playlists, and Lidarr/Audiobookshelf integration.
infoFirst user to register becomes the administrator.
warningMount your music library to /music in the container.
infoAudio analysis (mood/vibe detection) requires significant RAM (2-4GB per worker).
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU8192 MB RAM20 GB disk
Config path/opt/kima-hub/backend/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/kima-hub.sh'; sha='9a088fe98ad68c2090913e79c1da8b7f73a12268e341f47574b4d1628a607c91'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/kima-hub.shSHA-256 9a088fe98ad68c2090913e79c1da8b7f73a12268e341f47574b4d1628a607c91 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.