Skip to main content

SDK

Coming soon

The Rune SDK documentation is on the way. This guide will cover building full extensions: shipping UI, registering commands, and running long-lived processes inside Rune.

In the meantime, the Go SDK lives at github.com/unstablebuild/rune-go-sdk. We are still writing the guide for authoring extensions and will fill this page in soon, but if you want to get a head start you are welcome to browse the SDK directly.

If you only need a scripted integration rather than a full extension, runectl is the fast path to integrating with a running Rune workspace from a shell script, a Makefile target, or an editor hook without writing an extension.

Ask Rune Agent