Self-hosted · Open source · Docker-ready
A lightweight bookmark manager to organize your links into collections and sections. No browser extension. No third-party service. Your data stays on your server.
Organize links by project, client, or topic. Group them in named sections within each collection.
Five built-in themes — Light, Dark, OLED, Cyberpunk, and Batman — with per-user accent colors and custom backgrounds.
SQLite database, no external dependencies. Multi-user with JWT auth. Installable as a PWA.
Up and running in minutes. All you need is Docker.
git clone https://github.com/erymantho/ctrlTAB.git
cd ctrlTAB
openssl rand -hex 32
export JWT_SECRET="your-generated-secret"
export ADMIN_USERNAME="admin"
export ADMIN_PASSWORD="your-secure-password"
docker compose up -d
ctrlTAB is now available at http://localhost:8090. Log in with your admin credentials.
What's shipped and what's coming next.