agent active

Hex

Maker: 2389-research License: MIT Stars: 1 Language: Go
CLI

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