v1.0.0 - Initial Open Source Release
First public release of GitDock.
GitDock is a local dashboard to manage multiple GitHub accounts — search, organize, and operate on all your repos from one interface.
Getting Started
- Clone or download this release
- Run
npm install - Run
node server.js - Open http://127.0.0.1:3847
Includes
- Local dashboard with full Git workflow
- Multi-account support
- Clone by URL
- Hub for multi-machine sync (self-host or use hub.gitdock.dev)
Requirements
- Node.js 18+
- Git
- GitHub CLI (
gh)
Apache 2.0 License