Tools
Rune, a GPU-rendered Go IDE that ships its coding agent as an extension, hit 302 stars two days after going public
unstablebuild/rune was created 2026-09-10 and had 302 stars and 18 forks by 2026-09-12, cutting v1.2.1 on 2026-09-11. It is a keyboard-driven, GPU-rendered IDE in Go with editor, terminals, language intelligence and debugging in one multi-workspace binary, and the notable structural choice is that Rune Agent lives in `cmd/rune-agent` as an extension rather than in the core, explicitly to keep manual programming uncorrupted while pushing the extension system to carry a complex application. Everything outside `cmd/` is `internal/` with no compatibility guarantees; the stable extension API is the separate Apache-2.0 `rune-go-sdk` module, while Rune itself is GPLv3.
Source
↳ Follow the thread