Skip to content

v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Mar 23:18
· 16 commits to main since this release
a166325

Added

  • cargo install astrid now also installs astrid-build (capsule compiler) alongside astrid and astrid-daemon. Previously required a separate cargo install astrid-build.

Fixed

  • astrid capsule install no longer blocks when a new capsule exports an interface already exported by an installed capsule. Multiple providers (e.g. two LLM providers) can now coexist — prints an informational note instead of prompting for replacement.

Install

From source (requires Rust 1.94+):

cargo install astrid

Pre-built binaries:
Download the archive for your platform, extract, and add to PATH:

tar xzf astrid-*-$(uname -m)-*.tar.gz
sudo mv astrid-*/astrid astrid-*/astrid-daemon astrid-*/astrid-build /usr/local/bin/

Then run astrid init to set up capsules.


With many thanks from the following Astrinauts 🚀

  • Joshua J. Bouw