I built a harness and now it is my daily driver for local agents Developer mrsirg97-rgb released rig, a single-binary local agent runtime that assembles context, streams an OpenAI-compatible model endpoint, executes tool calls, and repeats, shipping 18 built-in tools and a Python plugin system. rig requires Go 1.26.6 or later for the go install path, defaults its endpoint to http://127.0.0.1:8090/v1, and has no model default — a run without one refuses at start. Configuration lives in ~/.rig/ across settings.json, models.json, AGENTS.md, theme.json, and plugins/, with each key resolving in the order flag, environment, file, built-in default. A minimum runtime for your agents. One binary. One model endpoint. One terminal. rig assembles context, streams the model, executes tool calls, returns results, and repeats. The TUI, piped CLI, headless worker, and dashboard share the same session, task, memory, and scheduler stores. Choose one: Installer POSIX sh, no Go, no sudo; installs to ~/.local/bin : curl -fsSL https://mrsirg97-rgb.github.io/rig/install.sh | sh Release binary from releases/latest . Choose your