ListenUp Docs

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?

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?

© 2026 ListenUp. Open source under MIT license.