linkding
Self-HostedOpen-source self-hosted bookmark manager
Overview
linkding is a lightweight, self-hosted bookmark manager that lets users store, tag, and search bookmarks with ease. It supports importing/exporting from browsers (Chrome, Firefox) or tools like Pocket, integrates with browser extensions for quick saving, and offers a clean UI with dark mode. Deployment is simple via Docker—one command or Compose handles dependencies—making it accessible for home servers, VPS, or cloud platforms. Users retain full control over their data, and can share individual bookmarks via public links.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
linkding:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: linkding
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Tag-based bookmark organization
- Full-text search functionality
- Import/export (HTML, JSON, Pocket)
- Browser extension integration
- Docker-powered deployment
Frequently Asked Questions
? Is linkding hard to install?
linkding is easy to install using Docker—you can deploy it with a single command or Docker Compose, which manages all dependencies. Clear documentation guides users through setup on home servers, VPS, or cloud platforms like DigitalOcean, even for those with basic technical knowledge.
? Is it a good alternative to Pocket?
Yes! linkding offers core features like tagging, search, and browser integration, but with self-hosting benefits—you own your data and avoid third-party lock-in. It also supports importing from Pocket, making the transition seamless for users looking to switch from proprietary services.
? Is linkding completely free?
Absolutely! linkding is open-source under the MIT License, so there are no costs for the software itself. You only need to cover hosting expenses if using a paid service (like a VPS), but it can also be hosted on a free home server.
Top Alternatives
People Also Ask about linkding
Tool Info
Pros
- ⊕ Self-hosted (full data ownership)
- ⊕ No subscription fees
- ⊕ Lightweight and fast performance
- ⊕ Clean, intuitive user interface
Cons
- ⊖ Requires server/hosting setup
- ⊖ Limited mobile app options (web UI focused)
- ⊖ No native collaborative folders (public links only)