Releases: gitdock-dev/gitdock
Releases · gitdock-dev/gitdock
v1.1.0 - Standalone executables
Download the zip for your platform, extract, and run. Windows: double-click start.bat (minimized) or gitdock.exe (with logs). macOS/Linux: run ./gitdock. On first run a setup screen lets you choose your workspace folder. No Node.js needed. Git and GitHub CLI must be installed.
v1.0.1 - Refinements
What changed
Dashboard
- Cleaned up the Settings panel for a simpler experience
- Updated Danger Zone wording for clarity
Server
- Removed unused API endpoints
- Cleaned up internal comments
Landing page
- Updated privacy.html to accurately reflect the open-source dashboard and Hub service
- Updated terms.html to reflect the Apache 2.0 license and Hub subscription model
- Removed unused page (thank-you.html)
README
- Fixed button labels to match the actual UI
- Clarified the setup timeline flow
- Updated project structure to reflect current files
Upgrade
If you cloned from v1.0.0, just git pull to get these changes. No configuration or data migration needed.
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