Skip to content

aide v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 09:39
· 164 commits to main since this release

📦 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 PATH to use aide from any terminal.


SHA256 checksums are in aide_v0.1.0_checksums.txt.

Full Changelog: https://github.com/accreation/aide/commits/v0.1.0