OpenSource-Hub
L

linkding

10.6k stars·File Management·SHA-256 checksum verified

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-to
How 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.

GitHub Issue #1278

Tags

bookmark-managerself-hosteddockerdjangopwa

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Docker and start the daemon

4

Step 2: Run `docker run -d -p 9090:9090 sissbruecker/linkding`

5

Step 3: Open http://localhost:9090 in a browser and create an admin account

Install Guide
  1. Step 1: Install Docker and start the daemon
  2. Step 2: Run `docker run -d -p 9090:9090 sissbruecker/linkding`
  3. Step 3: Open http://localhost:9090 in a browser and create an admin account
File Integrity

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 Source
Environment Guide

Uninstall 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.

Project Info
LicenseMIT
Last Updated2026-06-27 13:40:31
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects