Introduction
ListenUp is a high-performance self-hosted audiobook server with native desktop and mobile clients. It’s designed to be offline-first, highly social and built for audiobook lovers who want control over their library.
Quick Start
Get running in seconds: `docker run -p 8080:8080 listenup/listenup`
Why ListenUp?
Offline First
Your library works anywhere, always
Native
First-class experience across all your devices.
Self Hosted
Your data, your server, your control
Social
Designed around listening to books together
Early Development
ListenUp is under active development. APIs may change.
Installation
The quickest way to get started is with Docker:
docker run -d
--name listenup
-p 8080:8080
-v ./data:/data
listenup/listenup:latest What’s Next?
- Quickstart Guide — Get up and running in 5 minutes
- Docker Installation — Detailed Docker setup
- API Reference — Integrate with ListenUp programmatically