Native macOS Safari bookmark manager and batch URL opener.
Organize bookmarks, batch open URLs, and manage your browsing workflow with a dark native interface.
↓ Download Nexus.dmg · All releases
- Safari Integration — batch open URLs in Safari via AppleScript
- Quick Save — dated URL blocks with notes (
Ctrl+Shift+S); copy or delete via right-click - Bookmark Groups — save named groups under any tab; draggable group rows
- Copy Rich Links — Apple Notes–friendly HTML links to the clipboard
- Smart URL Extraction — paste text or drop
.txt/.csv/.mdonto the URL table - Hierarchical Bookmarks — drag-and-drop folder organization across nine columns
- Private Browsing — one-click stealth/private mode support
- Export / Import — back up your collections as JSON
- Apple Silicon Native — arm64 build optimized for M-series Macs
- Download
Nexus.dmg - Open the DMG and drag
Nexus.appto/Applications - First launch — right-click the app → Open to bypass Gatekeeper on the ad-hoc signed build
- Go to System Settings → Privacy & Security → Automation and enable Safari for Nexus
- Add Bookmarks — click
+, paste URLs, or drop a text file onto the URL table - Quick Save — press
Ctrl+Shift+Sto capture the current URL block with a timestamp - Organize — create folders, save groups, and drag to rearrange
- Batch Open — select bookmarks → Open in Safari
- Rich Links — copy formatted links for Apple Notes
Data files live under ~/Library/Application Support/Nexus/:
bookmarks_v2.json and bookmark_groups.json.
- Python 3.14
- macOS 12.0+
- uv
git clone https://github.com/RazorBackRoar/Nexus.git
cd Nexus
# Workspace layout: sibling Apps/.razorcore provides editable razorcore
uv sync
uv run python -m nexus.mainrazorbuild Nexus
# Output: dist/Nexus.dmguv run ruff check .
uv run ty check src --python-version 3.14
uv run pytest tests/ -q- docs/ARCHITECTURE.md — persistence model, modules, testing
- BUILD_AND_RELEASE.md — prerequisites, build, packaging, release, versioning
- CONTRIBUTING.md — how to contribute
- SECURITY.md — vulnerability reporting
- CODE_OF_CONDUCT.md — community standards
MIT License — see LICENSE for details. Copyright © 2026 RazorBackRoar
For users:
- Download the macOS
.dmgor.apprelease. Python does not need to be installed.
For developers:
- Primary development/build target: Python 3.14 with
uv. - Source/build target: Python 3.14 only.
- Setup:
uv sync - Run:
uv run python -m nexus.main
