GSS Deploy (Windows one-click setup)
Don't want to edit config files by hand? GSS Deploy is a Windows desktop installer that writes TokenRoute settings into supported tools and backs up existing configuration first.
Download GSS Deploy v1.0.0 (Windows x64)
- Installer:
GSS-Deploy-Setup-1.0.0.exe - System: Windows 10 / 11 x64
- Supported today: ChatGPT, Claude Code, Hermes, and WorkBuddy
- Version: 1.0.0
The configured tools use an API Key to call the gateway; model-list refreshes and connectivity checks may also send requests. Consult the release notes for key storage, log redaction and restore behavior in your version. For manual configuration, follow Codex CLI, Claude Code or the relevant tool page.
Steps
- Download and run the installer above.
- Finish the setup wizard. Windows may ask for administrator approval the first time — allow it.
- Open GSS Deploy Deployment Terminal and select the tool to configure.
- Paste the API Key you created in the console. For WorkBuddy, also select the models to add.
- Run pre-check first. When it passes, click "One-click deploy". Open or restart the target tool when prompted.
The current installer is not code-signed, so Windows SmartScreen may show this warning. After confirming the download came from this site, choose "More info" → "Run anyway" to continue.
What it configures
| Tool | Automated work | Extra prerequisite |
|---|---|---|
| ChatGPT | Installs Codex CLI, writes native configuration, and verifies it | None |
| Claude Code | Installs the Claude Code CLI, writes settings.json, and sends a test request | None |
| Hermes | Writes local config.yaml and .env | Install and launch Hermes at least once first |
| WorkBuddy | Fetches the models your key can use and writes models.json | Install and launch WorkBuddy at least once first |
Save your existing configuration before deploying and check the backup location reported by the app. Before using "Reset configuration", review its restore scope, especially fields edited after deployment, then reopen the tool and verify it.
Verify it works
After deployment, open the target tool and send:
Reply with exactly: setup successful
A normal reply means the integration works. If it fails, read the GSS Deploy log first; the manual setup pages for each tool are also available.
When not to use it
- macOS / Linux: this installer is Windows-only. Follow the manual steps on the relevant tool page.
- Chatbox, Cherry Studio, VS Code / Cline: GSS Deploy does not cover these yet. Follow their tool pages instead.
- Work PCs that block installers: ask your administrator or use manual setup.
File verification
If your security software requires an integrity check, SHA-256 for v1.0.0 is:
b3020f22c3bf5a11a1bac9fbc49a1b646be543c6bca05e4c6a4e9dc40366a7fa
Open PowerShell in the download directory, compute the hash, and compare it with the value above:
Get-FileHash -Algorithm SHA256 -LiteralPath ".\GSS-Deploy-Setup-1.0.0.exe"
A matching hash confirms file integrity against this release; it does not establish key-storage behavior or complete client testing.