Skip to content

Command Palette

Search for a command to run...

Self-host linkding

Bookmarks
prices checked · Jul 2026

A clean, fast self-hosted bookmark manager with tags, full-text search, and a browser extension — the easiest way to own your bookmarks.

Pocket / yr$60
Self-hosted / yr~$55
You keep$5/yr

Key facts

CategoryBookmarks
LicenseMIT
StackPython, Django
Min RAM256 MB
Dockeryes
Difficulty

What you need

  • Any VPS with at least 256 MB of RAM
  • A domain you control — most self-hosted setups need HTTPS in front of them
  • Under an hour if you've used Docker before

Install with Docker Compose

Save this as compose.yml and run docker compose up -d:

# linkding
docker run -d --name linkding \
  -p 9090:9090 -v linkding:/etc/linkding/data \
  sissbruecker/linkding:latest
# open http://SERVER_IP:9090

An alternative to