Nori is a bookmark manager and launcher.
Install from App Store, Google Play, or download APK from GitHub.
AppImage notes
The Linux AppImage and tarball use the system WebKit, so they need GTK 3 and
webkit2gtk-4.1 installed (libwebkit2gtk-4.1-0 on Debian/Ubuntu,
webkit2gtk4.1 on Fedora, webkit2gtk-4.1 on Arch).
- Organize bookmarks into multiple lists
- Open saved bookmarks in the system browser
- Receive shared links from other apps
- Pick the destination list before saving a shared link
- Android opens bookmarks through Custom Tabs via
expo-web-browser. - iOS opens bookmarks through the native browser sheet from the same API.
bun install
bun run startNori also includes a local-first Chrome and Firefox extension whose popup mirrors the Android app: lists, search drawer, history, list management and settings all live in the popup.
cd extension
bun run dev
bun run dev:firefox
bun run check
bun run build:all


