Releases: AadiXC0DE/Rune
Releases · AadiXC0DE/Rune
Release list
Rune v0.1.0
First release. A native coding agent harness: one small binary for the terminal, for scripts, and for embedding.
Install
brew install aadixc0de/tap/runeOr from source:
cargo build --release
./target/release/rune doctorArtifacts
| 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 sessionSee COMMANDS.md for the full command reference.