Installation
From crates.io (recommended)
cargo install aide-sh
This installs the aide binary.
Prerequisites
- Rust toolchain — rustup.rs if you don't have
cargo - Claude Code CLI — aide calls
claude -punder the hood. Install from claude.ai/code - age (optional) — for vault encryption.
brew install ageor your package manager
Verify
aide --version
# aide-sh 2.0.0-alpha.2
From source
git clone https://github.com/yiidtw/aide.git
cd aide
cargo install --path .
Next
Once installed, proceed to the Quick Start.