Skip to content

aide v0.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 11:57
· 21 commits to main since this release

📦 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" -Force

SHA256 checksums are in aide_v0.7.0_checksums.txt.

Full Changelog: v0.6.0...v0.7.0