esc
Type to search the docs
Back to catalog

karakeep

Tested

Bookmark-everything app with full-text search and AI tagging

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up karakeep

Requires Docker Desktop. No source code needed — pulls pre-built images and starts karakeep with all dependencies.

Image: ghcr.io/karakeep-app/karakeep:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: karakeep
description: "Bookmark-everything app with full-text search and AI tagging"
repository: https://github.com/karakeep-app/karakeep
logo: https://raw.githubusercontent.com/karakeep-app/karakeep/main/apps/web/public/logo.svg

image: ghcr.io/karakeep-app/karakeep:latest
provides:
  - protocol: http
    port: 3000
    exposed: true
env:
  NEXTAUTH_SECRET:
    generator: secret
    sensitive: true
  NEXTAUTH_URL:
    default: "http://localhost:3000"
storage:
  data:
    path: /data
    persistent: true
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

6s

Total Disk

1127 MB

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB