Skip to content

Releases: AadiXC0DE/Rune

Release list

Rune v0.1.0

Choose a tag to compare

@AadiXC0DE AadiXC0DE released this 22 Sep 15:33

First release. A native coding agent harness: one small binary for the terminal, for scripts, and for embedding.

Install

brew install aadixc0de/tap/rune

Or from source:

cargo build --release
./target/release/rune doctor

Artifacts

Platform Archive
macOS arm64 rune-0.1.0-aarch64-apple-darwin.tar.gz
macOS x86_64 rune-0.1.0-x86_64-apple-darwin.tar.gz

Each archive carries a .sha256 beside it. The archives are reproducible: the same source produces the same hash.

Getting started

rune connect anthropic   # or chat_completions, or your own endpoint
rune doctor              # check what your machine supports
rune                     # start a session

See COMMANDS.md for the full command reference.