get-shit-done-cc-ui
v0.2.9
Published
GSD-UI - Visual panel for Claude Code terminal workflows
Readme
get-shit-done-cc-ui
GSD-UI: Visual panel for Claude Code terminal workflows
Installation
Run directly with npx (no installation needed):
npx get-shit-done-cc-uiOr install globally:
npm install -g get-shit-done-cc-ui
get-shit-done-cc-uiFirst-run note: The first time you run this command, it will download the platform-specific binary (~15MB). After the download completes, run the command again to start the application.
Usage
# Start the GSD panel
npx get-shit-done-cc-ui
# The panel will open in your default browser at http://localhost:6942Requirements
- Node.js 16 or higher
- Internet connection (for first-run download only)
Supported Platforms
- Linux x64
- macOS Intel (x64)
- macOS Apple Silicon (arm64)
- Windows x64
- WSL (uses Linux binary)
Environment Variables
GSD_UI_PLATFORM- Override platform detection (e.g.,darwin-arm64,linux-x64,win32-x64)NO_COLOR- Disable colored output
Links
Release Process (Maintainers)
Prerequisites
Create NPM_TOKEN:
- Go to npmjs.com > Account > Access Tokens
- Click "Generate New Token" > "Automation" (for CI/CD)
- Copy the token value
Configure GitHub secret:
- Go to GitHub repo > Settings > Secrets and variables > Actions
- Click "New repository secret"
- Name:
NPM_TOKEN - Value: paste the token from step 1
Releasing a new version
# Update version in npm/package.json
./scripts/bump-version.sh X.Y.Z
# Commit the version bump
git commit -am "chore: bump version to vX.Y.Z"
# Create and push tag
git tag vX.Y.Z
git push && git push --tagsThis triggers the release pipeline:
- Build binaries for all platforms
- Upload binaries to GitHub Releases
- Publish npm package
License
AGPL-3.0 - see LICENSE file in the repository
