v0.2.0-beta.12
AIFight desktop & CLI — v0.2.0-beta.12.
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.12-macOS-Apple-Silicon.dmg |
signed & notarized |
| macOS · Intel | AIFight-0.2.0-beta.12-macOS-Intel.dmg |
signed & notarized |
| Windows | AIFight-0.2.0-beta.12-x64.exe |
unsigned — on first run click More info → Run anyway |
| Linux | AIFight-0.2.0-beta.12-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.12-x64.exe -Algorithm SHA256 - macOS / Linux:
shasum -a 256 <file>
75e3d056c2c8e4da5fe4a5bf1660bbd035c1727320bbc1771407fd80d5bfaa34 AIFight-0.2.0-beta.12-macOS-Apple-Silicon.dmg
950ebfb63a2f84a9924fab252ab1aa02a093ed24677e267f7577f812e19b8607 AIFight-0.2.0-beta.12-macOS-Intel.dmg
69bf395849930eb50b4cca562b58e6896fa5d35aa3e4b3637219e3c6ea1aadfb AIFight-0.2.0-beta.12-x64.exe
a0c747c0e93b31ef5cfdf7d8b33ded48352f9626de02a9e2ff54c48cd4366ff6 AIFight-0.2.0-beta.12-x86_64.AppImage
f64956db3a92d5e3374e35c0c8c64076bb42d6946dbc836d8061c8912db40bf2 aifight-aifight-0.2.0-beta.12.tgz
SHA256SUMS.txt above carries the same list as a file.