Official releases of aina-updater – the macOS Application Update Manager by AINA Technology GmbH.
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | aina-updater-v0.1.0-beta-macos-arm64.zip |
| macOS | Intel (x86_64) | aina-updater-v0.1.0-beta-macos-x64.zip |
# Download
curl -LO https://github.com/aina-technology/aina-updater-releases/releases/latest/download/aina-updater-v0.1.0-beta-macos-arm64.zip
# Extract
unzip aina-updater-v0.1.0-beta-macos-arm64.zip
# Install (requires sudo)
sudo mv aina-updater /usr/local/bin/
# Verify installation
aina-updater --version# Download
curl -LO https://github.com/aina-technology/aina-updater-releases/releases/latest/download/aina-updater-v0.1.0-beta-macos-x64.zip
# Extract
unzip aina-updater-v0.1.0-beta-macos-x64.zip
# Install (requires sudo)
sudo mv aina-updater /usr/local/bin/
# Verify installation
aina-updater --versionbrew tap aina-technology/tap
brew install aina-updater- 🔍 Scan installed applications and detect versions
- 🔄 Check for updates via Sparkle feeds, GitHub releases, Homebrew
- 📦 Download & Install updates automatically
- 🗑️ Uninstall apps with related files cleanup
- 🌐 Web UI for easy management
- ⚙️ Custom feeds for apps without auto-detection
# Scan all installed apps
aina-updater scan
# Check for updates
aina-updater check-all
# Start Web UI
aina-updater serve
# Open http://localhost:3000aina-updater includes a 90-day free trial (beta) with full functionality.
After the trial period, a license is required for full features. Basic scanning remains free.
Purchase a license: https://aina.technology/updater
# Check license status
aina-updater license status
# Activate license
aina-updater license activate AINA-XXXX-XXXX-XXXX-XXXXaina-updater can update itself:
# Check for updates
aina-updater self-update --check
# Perform update
aina-updater self-update- OS: macOS 12.0 (Monterey) or later
- Architecture: Apple Silicon (arm64) or Intel (x86_64)
- Disk Space: ~20 MB
All releases include SHA256 checksums. Verify your download:
# Download checksum file
curl -LO https://github.com/aina-technology/aina-updater-releases/releases/latest/download/SHA256SUMS.txt
# Verify
shasum -a 256 -c SHA256SUMS.txt- Website: https://aina.technology
- Documentation: https://aina.technology/updater/docs
- Email: support@aina.technology
- Issues: https://github.com/aina-technology/aina-updater-releases/issues
See CHANGELOG.md for version history.
© 2026 AINA Technology GmbH • https://aina.technology