
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
GSD Revamp is a local-first coding agent for planning, implementing, verifying, and tracking software work from the command line.
This project is a standalone fork of GSD Pi. It keeps the practical GSD workflow, but moves the product direction toward a smaller, cleaner, and easier-to-maintain runtime.
The command remains gsd, and the in-session workflow command remains /gsd.
Questions, ideas, or feedback are welcome on Discord.
GSD Revamp is built around a few constraints:
This is not a cosmetic rename of GSD Pi. Active development should treat gsd-revamp as its own product line.
The active baseline starts at version 1.0.1.
Older upstream history may exist for traceability, but this repository should be reviewed and released from the gsd-revamp baseline forward.
Install from npm:
npm install -g gsd-revamp@latest
Run:
gsd
Source: qdzsh/gsd-revamp.
If you previously installed gsd-pi, remove it first so the old global binary does not shadow the new package.
macOS / Linux:
npm uninstall -g gsd-pi
rm -f ~/.gsd/.update-check ~/.gsd/agent/managed-resources.json
npm install -g gsd-revamp@latest
which gsd
gsd --version
Windows PowerShell:
npm uninstall -g gsd-pi
Remove-Item "$env:USERPROFILE\.gsd\.update-check" -Force -ErrorAction SilentlyContinue
Remove-Item "$env:USERPROFILE\.gsd\agent\managed-resources.json" -Force -ErrorAction SilentlyContinue
npm install -g gsd-revamp@latest
where.exe gsd
gsd --version
Routine upgrades use:
gsd upgrade
Start GSD Revamp from your shell:
gsd
Then use slash commands inside the session:
/gsd config
/gsd auto
/gsd quick "Describe the task"
/gsd status
GSD Revamp stores project planning and runtime state in .gsd/.
| Path | Purpose |
|---|---|
src/ | Core runtime resources and bundled extensions |
packages/ | Workspace packages used by the CLI, agent, TUI, RPC, and native bridge |
native/ | Native engine packaging and platform binaries |
docs/ | User and developer documentation |
scripts/ | Build, release, migration, and maintenance scripts |
npm ci
npm run build
npm test
For faster local checks:
npm run test:compile
npm run test:unit:compiled
npm run test:packages:compiled
Before opening a pull request, run:
npm run verify:fast
npm run verify:pr
The active public baseline starts at 1.0.1.
Release notes should describe changes from the gsd-revamp baseline forward. Historical upstream refs are useful for auditing, but they are not the product narrative for this fork.
MIT
FAQs
GSD Revamp local-first coding agent
We found that gsd-revamp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.