One Binary To Ship
Zero CGO. ~17.7 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.
It targets install drift, runtime fragility, and dropped-stream failures.
One static binary. No Python runtime. No Hermes process.
Early-stage scout release.
Not production-stable yet. Use the offline TUI, local doctor, provider-backed one-shots, gateway work, and Goncho memory development today.
INSTALL
Build from source first. The installer scripts remain convenience paths while signed binaries and package-manager manifests are still release-hardening work.
1. SOURCE BUILD
git clone https://github.com/TrebuchetDynamics/gormes-agent.git
cd gormes-agent
make build
2. OFFLINE TUI
./bin/gormes --offline
3. LOCAL DOCTOR
./bin/gormes doctor --offline
4. MEMORY AUDIT
./bin/gormes goncho doctor --json
5. REVIEW INSTALLER
curl -fsSLO https://raw.githubusercontent.com/TrebuchetDynamics/gormes-agent/main/scripts/install.sh
less install.sh
sh install.sh
6. MODEL-BACKED TURN
GORMES_ENDPOINT="https://your-provider.example/v1" \
GORMES_API_KEY="..." \
GORMES_MODEL="your-model" \
gormes --oneshot "hello from Gormes"
Source-first for now, with no Hermes process required. Convenience gormes.ai installer aliases remain available, but signed releases, checksums, Homebrew, and Scoop/Winget are still hardening targets. Read the installer source →
§ 02 · WHY GORMES
Python-stack agents fail operationally when:
Zero CGO. ~17.7 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