Linkding is a free, open-source, minimal self-hosted bookmark manager built on Django. See features, setup, MIT licensing and how it compares to LinkAce.
Category
Productivity
Pricing
Free / Open Source, from Free
Verified
Not yet
Last updated
July 18, 2026
Founded
2020
Free PlanWeb AppAPIOpen SourceSelf-Hosted
Overview
Linkding is a free, open-source, self-hosted bookmark manager created by developer Sascha Ißbrücker (GitHub handle sissbruecker), first released around 2020 and distributed under the MIT license. It is one of the most popular self-hosted bookmark managers, with roughly 10,800 to 10,900 GitHub stars as of 2026.
Built with Python and Django on the backend and SQLite by default (with optional PostgreSQL support), linkding is explicitly designed to be minimal, fast, and easy to set up using Docker.
Key Features
Core features include tag-based organization with bulk editing, Markdown notes on bookmarks, read-it-later functionality, and bookmark sharing with other users or anonymous guests via shareable links.
Linkding automatically extracts page metadata, can archive full pages locally or to the Internet Archive, supports Netscape HTML import/export, and is installable as a Progressive Web App with dedicated Firefox and Chrome browser extensions.
Pricing
Linkding is entirely free and open source under the MIT license, with no company, paid tier or hosted commercial offering; users self-host it via Docker or Docker Compose.
There is no subscription cost or usage limit since the software is community-maintained rather than operated as a commercial SaaS product.
Key Features
Minimal, fast Docker setup — Designed from the ground up to be lightweight and quick to deploy using a single Docker container or Docker Compose.
Tag-based organization with bulk editing — Organize bookmarks with tags and edit many bookmarks at once for efficient large-scale library management.
Automatic metadata extraction and archiving — Automatically pulls page titles, descriptions and favicons, and can archive full page content locally or to the Internet Archive.
Markdown notes and read-it-later workflow — Attach Markdown-formatted notes to bookmarks and use built-in read-it-later status tracking.
Bookmark sharing with users and guests — Share individual bookmarks with other registered users or anonymous guests via shareable links.
REST API and admin panel — Full REST API and Django admin panel support third-party clients and administrative user management.
PWA and browser extensions — Installable as a Progressive Web App on mobile, with dedicated Firefox and Chrome browser extensions and a bookmarklet.
SSO via OIDC and auth proxies — Supports single sign-on through OIDC providers or generic authentication proxies for centralized login.
Pros & Cons
Pros
Free, open source under the permissive MIT license with no paid tier
Large, active GitHub community (about 10,900 stars), among the most popular self-hosted bookmark managers
Minimal resource footprint and fast performance, ideal for low-powered home servers
Rich third-party ecosystem of community-built clients and integrations
Requires Docker and basic self-hosting knowledge to deploy
Smaller built-in feature set than LinkAce, for example no native Zapier integration
No official hosted or cloud version for non-technical users
Maintained primarily by a single core developer, creating dependency risk
No multi-provider SSO beyond OIDC and auth proxies (no native OAuth provider list like LinkAce)
Pricing
Self-Hosted Free N/A
Frequently Asked Questions
Is linkding free
Yes, linkding is completely free and open source under the MIT license, with no paid tiers or subscription costs.
Who created linkding
Linkding was created by developer Sascha Ißbrücker, known on GitHub as sissbruecker, with the project first released around 2020.
What is the difference between linkding and LinkAce
Linkding is built on Django/Python and emphasizes minimalism, speed and simple Docker setup with a larger GitHub community, while LinkAce is built on Laravel/PHP and offers a richer built-in feature set including multi-provider SSO and native Zapier integration.
What database does linkding use
Linkding uses SQLite by default for zero-configuration setup, and also supports PostgreSQL as an alternative database backend.
Can linkding archive full web pages
Yes, linkding can archive saved pages either as a local HTML snapshot or by submitting them to the Internet Archive's Wayback Machine.
Does linkding have browser extensions
Yes, linkding offers dedicated browser extensions for Firefox and Chrome, plus a bookmarklet and installable Progressive Web App support.