linkding
Minimal, fast, self-hosted bookmark manager with Docker, tags, auto-archiving, PWA, and browser extensions.
Smart Download
Visit Project Homepage
No installer available yet — head to the source repository
A lightweight self-hosted bookmark manager with auto-archiving, Docker, and a clean UI.
Core Features
- Organize bookmarks with tags and bulk editing
- Markdown notes and read-it-later feature
- Auto-fetch titles, descriptions, and icons
- Auto-archive pages locally or on Internet Archive
- Import/export in Netscape HTML format
What It Can't Do
- •The default SQLite database is stored inside the container and will be lost upon recreation. Always mount a persistent volume (e.g., -v $(pwd)/data:/etc/linkding) and back up before upgrading.
Use Cases
- Personal bookmark collection and organization
- Team sharing of bookmarks with permissions
- Archiving web pages to prevent link rot
- Integration with mobile apps via API
Detailed Introduction
linkding is a self-hosted bookmark manager designed to be minimal, fast, and easy to set up with Docker. It offers a clean UI optimized for readability, tag-based organization, bulk editing, Markdown notes, and a read-it-later feature. You can share bookmarks with users or guests, and it automatically fetches titles, descriptions, and icons from bookmarked pages. A standout feature is automatic archiving of pages (as local HTML or on the Internet Archive). It supports import/export in Netscape HTML format, works as a Progressive Web App (PWA), provides browser extensions for Firefox and Chrome, and includes a REST API for third-party integrations. SSO via OIDC or authentication proxies is supported, along with an admin panel for user management.
Troubleshooting & FAQ (1)
How-toHow to get bookmarks from a specific bundle within a date range using the linkding API?
Use the /api/bookmarks/ endpoint with query parameters bundle=<id> and added_since=<ISO date>. For example: /api/bookmarks/?bundle=1&added_since=2023-01-01T00:00:00Z fetches bookmarks in bundle 1 added after that date. The bundles endpoint doesn't need date filters because users typically have few bundles.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Install Docker and start the daemon
Step 2: Run `docker run -d -p 9090:9090 sissbruecker/linkding`
Step 3: Open http://localhost:9090 in a browser and create an admin account
- Step 1: Install Docker and start the daemon
- Step 2: Run `docker run -d -p 9090:9090 sissbruecker/linkding`
- Step 3: Open http://localhost:9090 in a browser and create an admin account
Checksum not available
This project has not published a SHA-256 checksum on its GitHub Release page
SHA256 Checksum
No checksum available
Download directly from GitHub Releases and verify file integrity yourself
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Stop and remove the container (docker stop <container-id> && docker rm <container-id>). To delete all data, also remove the associated volume (docker volume rm linkding_data).
No Extra Dependencies
Ready to use after download. No additional runtime required.
Having issues? Check the FAQ below
1 FAQ
Similar Projects
copyparty
copyparty turns any device into a file server with resumable uploads/downloads using any web browser. Supports HTTP, WebDAV, SFTP, FTP, TFTP, SMB. Only requires Python (2 or 3).
Paperless-ngx
An open-source document management system that turns physical papers into a searchable, organized digital archive. Self-hosted, OCR-powered, and built to eliminate paper clutter forever.
Nextcloud Server
Nextcloud Server is a free, self-hosted productivity platform that puts you in control of your files, contacts, calendars, and communication.