A minimal bookmark manager with automatic metadata fetching, website archiving, and multi-user support for self-hosted environments.

Linkding is an open-source, self-hosted bookmark manager designed for speed and minimalism, allowing users to store and organize URLs in a centralized location. The software is deployed as a server-side web application and is commonly installed using Docker for rapid deployment on personal servers or home labs.
Users interact with the service through a web interface or via dedicated browser extensions for Chrome and Firefox. It also supports a bookmarklet for quick saving and is installable as a Progressive Web App (PWA) for mobile access. The system focuses on providing a clean environment for managing large collections of links without unnecessary complexity, making it suitable for users who want a private replacement for cloud-based bookmarking services.
The application is built using the Django web framework and utilizes SQLite for data storage, ensuring a lightweight footprint. It includes a read-it-later function and bulk editing tools to manage entries efficiently. For developers, the REST API enables the creation of external tools and community projects, while the OIDC support allows it to fit into existing identity management infrastructures. The architecture is designed to be maintainable, with a focus on standard Django patterns and a clean user interface optimized for readability.
Linkding is a lightweight tool for individuals or small groups who prefer to maintain full ownership of their bookmark data and avoid proprietary lock-in.
Join our newsletter to get shiny new open source software delivered to your inbox. Unsubscribe anytime.