Skip to main content
Version: v0.25.0

Community Projects

This page lists community projects that are built around Karakeep, but not officially supported by the development team.

warning

This list comes with no guarantees about security, performance, reliability, or accuracy. Use at your own risk.

Raycast Extension

By @luolei.

A user-friendly Raycast extension that seamlessly integrates with Karakeep, bringing powerful bookmark management to your fingertips. Quickly save, search, and organize your bookmarks, texts, and images—all through Raycast's intuitive interface.

Get it here.

Alfred Workflow

By @yinan-c

An Alfred workflow to quickly hoard stuff or access your hoarded bookmarks!

Get it here.

Obsidian Plugin

By @jhofker

An Obsidian plugin that syncs your Karakeep bookmarks with Obsidian, creating markdown notes for each bookmark in a designated folder.

Get it here, or install it directly from Obsidian's community plugin store (link).

Telegram Bot

By @Madh93

A Telegram Bot for saving bookmarks to Karakeep directly through Telegram.

Get it here.

Hoarder's Pipette

By @DanSnow

A chrome extension that injects karakeep's bookmarks into your search results.

Get it here.

Karakeep-Python-API

By @thiswillbeyourgithub

A python package to simplify access to the karakeep API. Can be used as a library or from the CLI. Aims for feature completeness and high test coverage but do check its feature matrix before relying too much on it.

Its repository also hosts the Community Script, for example:

Community ScriptDescriptionDocumentation
Karakeep-Time-TaggerAutomatically adds time-to-read tags (0-5m, 5-10m, etc.) to bookmarks based on content length analysis. Includes systemd service and timer files for automated periodic execution.Link
Karakeep-List-To-TagConverts a Karakeep list into tags by adding a specified tag to all bookmarks within that list.Link
Omnivore2Karakeep-HighlightsImports highlights from Omnivore export data to Karakeep, with intelligent position detection and bookmark matching. Supports dry-run mode for testing.Link

Get it here.

FreshRSS_to_Karakeep

By @thiswillbeyourgithub

A python script to automatically create Karakeep bookmarks from your FreshRSS favourites/saved RSS item. Made to be called periodically. Based on the community project Karakeep-Python-API above, by the same author.

Get it here.