Hex
About
Hex is a native-Go answer to Claude Code for developers who would rather run their coding agent as a single statically-linked binary than a Node stack. Inspired by Claude Code, Crush, Codex, and MaKeR, it ships 13 built-in tools — Read, Write, Bash, Edit, Grep, Glob, AskUserQuestion, TodoWrite, WebFetch, WebSearch, Task, BashOutput, and KillShell — covering file work, shell control, web fetches, and sub-agent fan-out. Conversations persist in pure-Go SQLite and can be resumed, so long tasks survive restarts, and streaming responses keep the Bubbletea TUI responsive while background processes and sub-agents run in parallel. A v1.0.0 production release reflects real polish, and MCP server integration extends the tool surface beyond the built-ins. The target user is a Go developer who wants a fast, self-contained, Claude-backed coding agent without leaving the language's toolchain.
Other entries by 2389-research
- Breakaway Agent — agent
- Coven — multiplexer
- Fleet Control — multiplexer
- Ourocodus — multiplexer
- Tracker — multiplexer
- 2389 Agent Protocol (Rust) — agent-sdk
- Dippin — agent-sdk
- Mux (Rust) — agent-sdk