v3.0.2 Command Center

Command Your
GitHub Universe.

A powerful, self-hosted dashboard that bridges the gap between cloud and local development. Manage your repos, track releases, and replay code history.

git-nexus --status

➜ 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...

UPTIME: 12d 4h CPU: 0.2% RAM: 42MB
01 Discovery

Discovery Engine.

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.

02 Monitoring

Asset Watchtower.

The ultimate monitoring system for your favorite tools. Build custom watchlists, track release assets, and bypass browser limitations with high-speed direct downloads.

03 Temporal

Repo Replay.

Time-travel through code history. Spin up isolated development servers for any commit using Git worktrees—perfect for debugging regressions or demoing historical states.

Ready to launch?

# 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