linkding

productivityprivacy

Minimal self-hosted bookmark manager. Fast, focused, and simple. Auto-fetches metadata, archives pages locally or to the Internet Archive, and supports multi-user

#bookmarks#read-later#minimal#self-hosted#docker#python#pocket-alternative#archiving
Alternative to PocketPinboardRaindrop.io

Quick Start

docker run -d -p 9090:9090 -v linkding:/etc/linkding/data sissbruecker/linkding:latest

Overview

linkding is a self-hosted bookmark manager built around a single principle: do one thing well. Save a link, add tags, search later. The interface loads fast, the Docker footprint is small, and there are no accounts to create or subscriptions to manage.

When you save a bookmark, linkding automatically fetches the title, description, favicon, and a preview image. You can also enable archiving: either a local HTML snapshot saved to disk, or a push to the Internet Archive’s Wayback Machine, so the content survives even if the original URL goes dead.

Multi-user support lets you run a shared instance for a household or small team, each with their own bookmark space. A browser extension works in Chrome, Firefox, and Safari for one-click saves. The import and export format is the standard Netscape HTML bookmark file, so moving in from other services or moving out later is straightforward.

Compared to Karakeep, linkding is the minimalist choice. No AI, no RSS ingestion, no mobile app, no Meilisearch dependency. What it trades in features it gains in simplicity and resource efficiency — the full stack runs comfortably on a Raspberry Pi with RAM to spare. If you want a bookmark manager that gets out of the way and does not require an AI provider to set up, linkding is the right tool.

Use Cases

Specific ways to use linkding for your workflow.

01
Save and tag bookmarks from a browser extension without a SaaS subscription
02
Archive saved pages locally so content is available even if the original disappears
03
Share a bookmark instance across a small team or household
04
Export bookmarks in standard Netscape HTML format for portability

Deployment Strategy

Recommended ways to host linkding in your own environment.

docker
self-hosted