v0.2.0-beta.5
AIFight desktop & CLI — v0.2.0-beta.5.
Download
Grab the one installer for your platform — that's all you need.
| Platform | Download | Notes |
|---|---|---|
| macOS · Apple Silicon (M1–M4) | AIFight-0.2.0-beta.5-macOS-Apple-Silicon.dmg |
signed & notarized |
| macOS · Intel | AIFight-0.2.0-beta.5-macOS-Intel.dmg |
signed & notarized |
| Windows | AIFight-0.2.0-beta.5-x64.exe |
unsigned — on first run click More info → Run anyway |
| Linux | AIFight-0.2.0-beta.5-x86_64.AppImage |
chmod +x then run |
| CLI · any OS / arch | npm install -g @aifight/aifight |
or the .tgz below |
Bring your own LLM — your API key stays on your machine and never
touches our servers.
The remaining files are not for manual download. *.zip,
*.blockmap and latest*.yml are used by the app's built-in
auto-updater. Every file carries the version in its name.
Verify your download (SHA-256)
The Windows installer is not code-signed yet, so Windows cannot
vouch for it on your behalf. Compare the checksum instead — it must
match the line below exactly.
- Windows (PowerShell):
Get-FileHash .\AIFight-0.2.0-beta.5-x64.exe -Algorithm SHA256 - macOS / Linux:
shasum -a 256 <file>
a89af3d8131d9df7a655eab4fb9eb11f29d660d446cbc2fb90d0f72fcc51f03f AIFight-0.2.0-beta.5-macOS-Apple-Silicon.dmg
c1ff27cf9260794a60ff7f25bd426485a865ee2c1ffeab72ea0cc578f7e6b5fb AIFight-0.2.0-beta.5-macOS-Intel.dmg
f8e9d6f8bab0980bcdb1fadbbca5aadcd092e3bffb3a18506814ff82bc93a424 AIFight-0.2.0-beta.5-x64.exe
1d88db8219ec2fac5556936f70ff5f585a0d39963a10ce26477f15654c492b0f AIFight-0.2.0-beta.5-x86_64.AppImage
e6005492d99c2a8f918c78533f22a0f106c4d1359a883d96c334fd1c0e8c88b6 aifight-aifight-0.2.0-beta.5.tgz
SHA256SUMS.txt above carries the same list as a file.