Skip to main content

localink

Local-first bookmark manager CLI. Save, tag, search. 100% local, no cloud.

A lightweight CLI tool for managing bookmarks locally with SQLite. No cloud, no API, no internet required after install.

Why localink?

  • No API costs: Runs entirely on your machine
  • Privacy: Your bookmarks never leave your computer
  • Fast: SQLite-based, instant search
  • Full-text search: FTS5-powered search across title, description, tags
  • Tagging: Organize with comma-separated tags
  • Open source: MIT license

Installation

pipx install localink

Data is stored at ~/.localink/bookmarks.db by default.

Usage

Add a bookmark

localink add "https://docs.python.org/3/" --title "Python Docs" --tags "python,reference"
localink add "https://github.com/..." -t "My Repo" -d "Cool project" --tags "github,coding"

List bookmarks

localink list
localink list --limit 20

Search

localink search "python async"
localink search "tutorial" --limit 5

Filter by tag

localink tag python
localink tag tutorial

Show details

localink show 1

Delete

localink delete 1
localink delete 1 --yes  # skip confirmation

Count

localink count

Pricing

Tier Price Features
Free $0/mes 100 bookmarks, basic search, SQLite local
Pro $4/mes Unlimited bookmarks, full-text search, sync between devices, browser extension
Team $15/mes Shared collections, team search, analytics

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

localink-0.1.0.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

localink-0.1.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page