Skip to content

aide v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:27
· 150 commits to main since this release
c930e8b

📦 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.3.0_checksums.txt.

What's Changed

  • feat: named project registration and start command by @anar-latifov in #1

New Contributors

Full Changelog: v0.2.0...v0.3.0