Skip to content

Releases: gitdock-dev/gitdock

v1.1.0 - Standalone executables

20 Feb 01:24

Choose a tag to compare

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

19 Feb 23:06

Choose a tag to compare

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

19 Feb 21:36

Choose a tag to compare

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

  1. Clone or download this release
  2. Run npm install
  3. Run node server.js
  4. 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