Skip to the schedule

Mahalinkam Server

Self-hosted, multi-user bookmark manager with a companion browser extension. This repository is the server — a Laravel application that is the single source of truth for all bookmarks, folders and tags. It serves a web UI (Inertia + Vue) for humans and a token-authenticated JSON API for the browser extension; both talk to the same core, so a bookmark saved from the extension and one saved in the web UI are the same record, deduplicated by normalized URL.

Works with the companion Mahalinkam Addon.

Open on GitHub

Written in PHP