| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Kima v1.8.1 source code.tar.gz | 2026-06-06 | 8.4 MB | |
| Kima v1.8.1 source code.zip | 2026-06-06 | 8.8 MB | |
| README.md | 2026-06-06 | 879 Bytes | |
| Totals: 3 Items | 17.2 MB | 0 | |
Quick Start
:::bash
docker run -d \
--name kima \
-p 3030:3030 \
-v /path/to/your/music:/music \
-v kima_data:/data \
chevron7locked/kima:v1.8.1
Then open http://localhost:3030 and create your account!
Documentation
See the README for full documentation.
What's Changed
- fix(audio-analyzer): gate decode behind ffmpeg to stop Essentia segfault crash-loop by @gossip31 in https://github.com/Chevron7Locked/kima-hub/pull/204
- feat(soulseek): configurable slskd backend (no Kima credentials required) by @gossip31 in https://github.com/Chevron7Locked/kima-hub/pull/205
New Contributors
- @gossip31 made their first contribution in https://github.com/Chevron7Locked/kima-hub/pull/204
Full Changelog: https://github.com/Chevron7Locked/kima-hub/compare/v1.8.0...v1.8.1