A powerful, self-hosted dashboard that bridges the gap between cloud and local development. Manage your repos, track releases, and replay code history.
➜ nexus --version
GitNexus v3.0.2 (Local-First)
➜ nexus --check-watchlist
✓ Found 12 new releases
➜ nexus --spin-up replay/main
⚡ Isolated server starting at :8080...
Deep dive into any GitHub profile. Visualize statistics, filter repositories by language or topic, and download entire projects directly to your machine with zero friction.
The ultimate monitoring system for your favorite tools. Build custom watchlists, track release assets, and bypass browser limitations with high-speed direct downloads.
Time-travel through code history. Spin up isolated development servers for any commit using Git worktrees—perfect for debugging regressions or demoing historical states.
# Clone & Setup
git clone https://github.com/qtremors/git-nexus.git
cd git-nexus
# Start Backend
cd backend && uv sync && uv run uvicorn main:app
Need help? Read the Full Documentation