Goblins fork of OpenCode - the open source AI coding agent.
curl -fsSL https://raw.githubusercontent.com/goblinshq/goblinscode/main/install | bashThen run:
gcodeThis is gcode - the Goblins team's customized fork of OpenCode. It includes:
- Custom GOBLINS branding in the TUI
- Auto-updates from our fork's releases
- Pre-built binaries for darwin-arm64, linux-x64, linux-arm64
- Performance fix: 109x faster file tree for large repos (8.6s → 79ms on 42k files)
We track upstream sst/opencode and periodically merge in new features. To sync:
# In your local clone
git fetch origin dev
git merge origin/dev -m "Merge upstream sst/opencode dev branch"
git push fork mainOr just ask gcode to "sync from upstream" - it will use the built-in skill.
See .opencode/skill/sync-from-upstream/skill.md for detailed instructions on handling merge conflicts.
| File | Change |
|---|---|
install |
Downloads gcode binary from our releases |
packages/opencode/src/installation/index.ts |
Points to goblinshq/goblinscode for updates |
packages/opencode/src/cli/cmd/tui/component/logo.tsx |
GOBLINS logo |
packages/script/src/index.ts |
Version format: goblins-YYYY-MM-DD-<hash> |
For general OpenCode documentation, see opencode.ai/docs.
Goblins HQ | goblinsapp.com