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