JustBookmarks is a simple desktop bookmark manager for people who want one clean, browser-independent source of truth.
It keeps everything in a plain Netscape Bookmarks HTML file, so you can manage your bookmarks outside of any specific browser and import them wherever you want later.
Prebuilt binaries are available on GitHub Releases:
If you just want to use the app, that is the easiest place to start.
I end up switching browsers somewhat regularly: Vivaldi, Zen, Helium, Brave, and whatever else I am trying that month.
What I wanted was straightforward:
Most of the tools I found were not a good fit.
raindrop.iolinkwardenJustBookmarks is meant to be simple but complete. It is not trying to be a research tool, a cloud product, or a giant personal knowledge system. It is just an easy way to manage your bookmarks in one place.
The app uses the Netscape Bookmark File Format, which is still the most compatible format for importing bookmarks into browsers.
That means:
.html fileIt is not fancy, and it does not support tags, but it does support folders, nested organization, search, editing, moving, and import/merge workflows.
You only have to manage one bookmark file. You can sync it, back it up, or version it however you like, because at the end of the day it is just a normal file on disk.
The app includes a built-in shortcut and workflow reference.
Press ? or F1 at any time to open it.
That is the whole idea: one file, one source of truth, less browser lock-in.
If you do not already have Wails installed, follow the official installation guide:
Run the app in live development mode:
wails dev
This starts the Wails app with the frontend dev server for fast iteration.
Build a production desktop app:
wails build