Docs / Self-Hosted Applications / Slash Bookmark Manager

Slash Bookmark Manager

By Admin · Mar 15, 2026 · Updated Apr 23, 2026 · 404 views · 1 min read

What is Slash?

Slash is a self-hosted bookmark manager that creates short, memorable links for your frequently used URLs. It supports collections, tags, and sharing within teams.

Installation

docker run -d --name slash \
    -p 5231:5231 \
    -v /opt/slash:/var/opt/slash \
    --restart unless-stopped \
    yourselfhosted/slash:latest

Features

  • Create short memorable links (e.g., /docs, /github)
  • Organize bookmarks in collections
  • Tag-based organization
  • Team sharing and permissions
  • Browser extension for quick saving
  • Click analytics and tracking

Was this article helpful?