Releases: fakecore/aim
Releases · fakecore/aim
Release v1.1.0
Release v1.1.0
📅 Release Information
- Version: v1.1.0
- Release Date: 2025-10-31
- Git Commit: 9732590
- Previous Release: v1.1.0-rc5
📦 Downloads
Package Downloads
| Platform | Architecture | Package | Checksum |
|---|---|---|---|
| Linux | AMD64 | aim-linux-amd64.tar.gz |
sha256sum aim-linux-amd64.tar.gz |
| Linux | ARM64 | aim-linux-arm64.tar.gz |
sha256sum aim-linux-arm64.tar.gz |
| macOS | Intel | aim-darwin-amd64.tar.gz |
sha256sum aim-darwin-amd64.tar.gz |
| macOS | Apple Silicon | aim-darwin-arm64.tar.gz |
sha256sum aim-darwin-arm64.tar.gz |
Installation
# Quick install (auto-detects platform and downloads latest version)
curl -fsSL https://raw.githubusercontent.com/fakecore/aim/main/scripts/setup-tool.sh | bash
# Or download and extract manually (choose your platform)
# Linux AMD64:
wget https://github.com/fakecore/aim/releases/download/v1.1.0/aim-linux-amd64.tar.gz
tar -xzf aim-linux-amd64.tar.gz
sudo mv aim-linux-amd64/aim /usr/local/bin/aim
# Linux ARM64:
# wget https://github.com/fakecore/aim/releases/download/v1.1.0/aim-linux-arm64.tar.gz
# tar -xzf aim-linux-arm64.tar.gz
# sudo mv aim-linux-arm64/aim /usr/local/bin/aim
# macOS Intel (AMD64):
# wget https://github.com/fakecore/aim/releases/download/v1.1.0/aim-darwin-amd64.tar.gz
# tar -xzf aim-darwin-amd64.tar.gz
# sudo mv aim-darwin-amd64/aim /usr/local/bin/aim
# macOS Apple Silicon (ARM64):
# wget https://github.com/fakecore/aim/releases/download/v1.1.0/aim-darwin-arm64.tar.gz
# tar -xzf aim-darwin-arm64.tar.gz
# sudo mv aim-darwin-arm64/aim /usr/local/bin/aim
# Verify installation
aim help🙏 Acknowledgments
Thank you to all contributors who made this release possible!
For more information, visit https://github.com/fakecore/aim