One Binary To Ship
Zero CGO. ~22.0 MB. The same stripped static binary you test is the artifact you deploy.
§ 01 · OPEN SOURCE · MIT LICENSE · EARLY SCOUT RELEASE
Gormes is a Go-native runtime for long-running AI agents.
One static binary. No Python runtime. No Hermes process.
Ship the same binary you test. Run it anywhere.
Early-stage and shipping.
Offline TUI, local doctor, provider-backed one-shots, and Goncho memory are ready today.
INSTALL
One command to install from the public repo. Review the script first, then run it.
1. INSTALL
curl -fsSL https://raw.githubusercontent.com/TrebuchetDynamics/gormes-agent/main/scripts/install.sh | sh
2. OFFLINE TUI
gormes --offline
3. LOCAL DOCTOR
gormes doctor --offline
4. MEMORY AUDIT
gormes goncho doctor --json
5. MODEL-BACKED TURN
GORMES_ENDPOINT="https://your-provider.example/v1" \
GORMES_API_KEY="..." \
GORMES_MODEL="your-model" \
gormes --oneshot "hello from Gormes"
6. BUILD FROM SOURCE
git clone https://github.com/TrebuchetDynamics/gormes-agent.git
cd gormes-agent
make build
The installer clones, builds, and links gormes into your PATH. Or build from source if you prefer. Read the installer source →
Build from source, run the offline TUI, and verify your local runtime before touching a model.
curl -fsSL https://raw.githubusercontent.com/TrebuchetDynamics/gormes-agent/main/scripts/install.sh | sh
gormes --offline
gormes doctor --offline
§ 02 · WHY GORMES
Python-stack agents fail operationally when:
Zero CGO. ~22.0 MB. The same stripped static binary you test is the artifact you deploy.
No runtime Node or npm, no pip, no env activation. Gormes removes the Python-stack failure class from the shipped runtime.
Route-B reconnect treats SSE drops as recoverable events, so a flaky network does not automatically erase a long turn.
gormes doctor --offline checks the local runtime surface before a model round-trip. Bad wiring fails before tokens burn.
gormes goncho doctor --json reports memory DB paths, schema state, queue status, degraded modes, and provider readiness for Goncho.
Package-manager manifests, checksums, detached signatures, Windows signing, and AV false-positive submission are explicit release-hardening targets.
§ 03 · BUILD STATE
Production-stable Go-native runtime, no Hermes process
Build from source in under a minute. No Python runtime. No Hermes process. One static binary.