███╗ ██╗███████╗██╗ ██╗██╗ ██╗███████╗
████╗ ██║██╔════╝╚██╗██╔╝██║ ██║██╔════╝
██╔██╗ ██║█████╗ ╚███╔╝ ██║ ██║███████╗
██║╚██╗██║██╔══╝ ██╔██╗ ██║ ██║╚════██║
██║ ╚████║███████╗██╔╝ ██╗╚██████╔╝███████║
╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝
Native macOS Safari bookmark manager and batch URL opener. Organize bookmarks, batch open URLs, and manage your browsing workflow with a modern, neon-themed interface.
- Safari Integration — batch open URLs in Safari via AppleScript
- Hierarchical Bookmarks — drag-and-drop folder organization
- Smart URL Extraction — find valid links in any pasted text
- Private Browsing — one-click stealth/private mode support
- Export / Import — back up your collections as JSON
- Apple Silicon Native — arm64 build optimized for M1/M2/M3/M4 chips
- Download the latest
Nexus.dmgfrom Releases - 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
+or paste URLs directly - Organize — create folders and drag to rearrange
- Batch Open — select multiple bookmarks → Open in Safari
- Extract URLs — paste any block of text and Nexus finds all valid links automatically
- Python 3.14
- macOS 12.0+
- uv
git clone https://github.com/RazorBackRoar/Nexus.git
cd Nexus
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/ -qMIT 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 compatibility goal: Python 3.12-3.14 (best effort).
- Setup:
uv sync - Run:
uv run python -m nexus