Releases: accreation/aide
Release list
aide v0.9.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide-cli_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-cli-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# One-liner installer (recommended)
powershell -c "irm https://raw.githubusercontent.com/accreation/aide/main/install.ps1 | iex"
# Or manually: extract and place in %USERPROFILE%\.local\bin\
Invoke-WebRequest -Uri "https://github.com/accreation/aide/releases/latest/download/aide-windows-amd64.exe.zip" -OutFile aide.zip
Expand-Archive aide.zip -DestinationPath .
Move-Item -Path "aide-windows-amd64.exe" -Destination "$env:USERPROFILE\.local\bin\aide.exe" -ForceSHA256 checksums are in aide_v0.9.0_checksums.txt.
What's Changed
- fix: resolve provider/tool against isolated PATH in LaunchWithEnv by @anar-latifov in #26
- fix: resolve tool versions against isolated PATH in aide add by @anar-latifov in #27
- fix: search github release history for version-pinned isolated installs by @anar-latifov in #28
- fix: atomic, locked writes for accounts.json and projects.json by @anar-latifov in #29
- fix: preserve existing version constraint when aide add detection fails by @anar-latifov in #30
- fix: honor version constraint for github-recipe installs in global mode by @anar-latifov in #31
- fix: key remote recipe cache by URL to prevent cross-project poisoning by @anar-latifov in #32
- fix: resolve AIDE_RECIPES_URL precedence at point of use by @anar-latifov in #33
- fix: capture stderr when parsing tool version output by @anar-latifov in #34
- Credential-profile accounts + account binding precedence (#35 phases 1-3) by @anar-latifov in #36
- chore: close out account-isolation follow-ups (#35) by @anar-latifov in #39
- fix: disable claude auto-updater in credential profiles (#41) by @anar-latifov in #42
Full Changelog: v0.8.0...v0.9.0
aide v0.8.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide-cli_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-cli-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# One-liner installer (recommended)
powershell -c "irm https://raw.githubusercontent.com/accreation/aide/main/install.ps1 | iex"
# Or manually: extract and place in %USERPROFILE%\.local\bin\
Invoke-WebRequest -Uri "https://github.com/accreation/aide/releases/latest/download/aide-windows-amd64.exe.zip" -OutFile aide.zip
Expand-Archive aide.zip -DestinationPath .
Move-Item -Path "aide-windows-amd64.exe" -Destination "$env:USERPROFILE\.local\bin\aide.exe" -ForceSHA256 checksums are in aide_v0.8.0_checksums.txt.
What's Changed
- fix(install.ps1): replace ?? operator for PowerShell 5.1 compatibility by @anar-latifov in #11
- Fix/install ps1 powershell 5 compat by @anar-latifov in #12
- fix: add provider recipes and auto-sudo for apt/dnf by @anar-latifov in #13
Full Changelog: v0.7.0...v0.8.0
aide v0.7.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide-cli_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-cli-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# One-liner installer (recommended)
powershell -c "irm https://raw.githubusercontent.com/accreation/aide/main/install.ps1 | iex"
# Or manually: extract and place in %USERPROFILE%\.local\bin\
Invoke-WebRequest -Uri "https://github.com/accreation/aide/releases/latest/download/aide-windows-amd64.exe.zip" -OutFile aide.zip
Expand-Archive aide.zip -DestinationPath .
Move-Item -Path "aide-windows-amd64.exe" -Destination "$env:USERPROFILE\.local\bin\aide.exe" -ForceSHA256 checksums are in aide_v0.7.0_checksums.txt.
Full Changelog: v0.6.0...v0.7.0
aide v0.6.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# One-liner installer (recommended)
powershell -c "irm https://raw.githubusercontent.com/accreation/aide/main/install.ps1 | iex"
# Or manually: extract and place in %USERPROFILE%\.local\bin\
Invoke-WebRequest -Uri "https://github.com/accreation/aide/releases/latest/download/aide-windows-amd64.exe.zip" -OutFile aide.zip
Expand-Archive aide.zip -DestinationPath .
Move-Item -Path "aide-windows-amd64.exe" -Destination "$env:USERPROFILE\.local\bin\aide.exe" -ForceSHA256 checksums are in aide_v0.6.0_checksums.txt.
What's Changed
- feat: multi-account switching via aide.yaml by @anar-latifov in #5
- Add 21 new tool recipes + prerequisite auto-install by @anar-latifov in #6
- feat: add recipes-maintainer agent role with /rm slash command by @anar-latifov in #7
- docs: comprehensive README rewrite with full project documentation by @anar-latifov in #8
- feat: project-local tool isolation (shim-based) by @anar-latifov in #9
- docs: add isolated mode and multi-account switching to README by @anar-latifov in #10
Full Changelog: v0.5.0...v0.6.0
aide v0.5.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# One-liner installer (recommended)
powershell -c "irm https://raw.githubusercontent.com/accreation/aide/main/install.ps1 | iex"
# Or manually: extract and place in %USERPROFILE%\.local\bin\
Invoke-WebRequest -Uri "https://github.com/accreation/aide/releases/latest/download/aide-windows-amd64.exe.zip" -OutFile aide.zip
Expand-Archive aide.zip -DestinationPath .
Move-Item -Path "aide-windows-amd64.exe" -Destination "$env:USERPROFILE\.local\bin\aide.exe" -ForceSHA256 checksums are in aide_v0.5.0_checksums.txt.
Full Changelog: v0.4.0...v0.5.0
aide v0.4.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# One-liner installer (recommended)
powershell -c "irm https://raw.githubusercontent.com/accreation/aide/main/install.ps1 | iex"
# Or manually: extract and place in %USERPROFILE%\.local\bin\
Invoke-WebRequest -Uri "https://github.com/accreation/aide/releases/latest/download/aide-windows-amd64.exe.zip" -OutFile aide.zip
Expand-Archive aide.zip -DestinationPath .
Move-Item -Path "aide-windows-amd64.exe" -Destination "$env:USERPROFILE\.local\bin\aide.exe" -ForceSHA256 checksums are in aide_v0.4.0_checksums.txt.
Full Changelog: v0.3.0...v0.4.0
aide v0.3.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# Portable — unzip and run from any folder
aide-windows-amd64.exe
💡 Tip: Add the folder to your
PATHto useaidefrom any terminal.
SHA256 checksums are in aide_v0.3.0_checksums.txt.
What's Changed
- feat: named project registration and start command by @anar-latifov in #1
New Contributors
- @anar-latifov made their first contribution in #1
Full Changelog: v0.2.0...v0.3.0
aide v0.2.0
🚀 aide v0.2.0
The
package.jsonfor your AI development environment — now with provider args,aide add, and broader platform support.
✨ What's New
- Provider arguments — pass extra CLI flags to your AI provider via
argsinaide.yaml aide addcommand — add tools to your config from the CLI with optional version pinning (aide add gh --version ">=2.65.0")- Version auto-detection —
aide adddetects your installed version and pins a>=constraint automatically - Improved
aide checkoutput — cleaner, color-coded status with version comparison - Cross-platform Windows support — now works on Windows via winget/scoop/choco
🛠 Recipes Added
git— Git CLIrtk— RTK AI platform CLI tool
🐛 Bug Fixes
- Fixed
aide installfailing when brew is not on PATH on macOS - Fixed semver constraint comparison for pre-release versions
- Improved error messages when a tool recipe is not found
📦 Installation
🍎 macOS (Homebrew)
brew install accreation/tap/aide🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS (Portable)
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# Portable — unzip and run from any folder
aide-windows-amd64.exe
💡 Tip: Add the folder to your
PATHto useaidefrom any terminal.
🔐 SHA256: aide_v0.2.0_checksums.txt
📦 Full Changelog: v0.1.0...v0.2.0
aide v0.1.0
📦 Installation
🐧 Linux
# .deb (Debian / Ubuntu)
sudo dpkg -i aide_*_amd64.deb
# .rpm (Fedora / RHEL)
sudo rpm -i aide-*-1.amd64.rpm
# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide🍎 macOS
# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide
# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide🪟 Windows
# Portable — unzip and run from any folder
aide-windows-amd64.exe
💡 Tip: Add the folder to your
PATHto useaidefrom any terminal.
SHA256 checksums are in aide_v0.1.0_checksums.txt.
Full Changelog: https://github.com/accreation/aide/commits/v0.1.0