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