Download LibSpace

Get LibSpace on all your devices. Save articles, sync your reading, and enjoy distraction-free reading everywhere.

Browser Extensions

Mobile Apps

Desktop / Server

Runs a local OPDS & WebDAV server to bridge LibSpace with Calibre and e-readers on your network. Download, run, and open the admin UI in your browser.

Current version: v0.3.1

Docker

Run LibSpace Server as a Docker container on any machine. Works on Linux, macOS, Windows, Raspberry Pi, and NAS devices.

Quick start

docker run -d \
  --name libspace \
  --restart unless-stopped \
  -p 10000:10000 \
  -p 8081:8081 \
  -p 8082:8082 \
  -v libspace-data:/data \
  libspace/server
:10000

Admin UI

:8081

OPDS Server

:8082

WebDAV

Once running, open http://localhost:10000 in your browser to access the admin UI. Your e-readers can connect via OPDS or WebDAV on your local network.

How it works: Download a binary above or run the Docker container. LibSpace Server starts a local OPDS and WebDAV server that any e-reader on your network can connect to. The admin UI lets you manage your library, connect to Calibre, and sync with LibSpace cloud.