v0.2.0-beta.6
AIFight desktop & CLI — v0.2.0-beta.6.
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.6-macOS-Apple-Silicon.dmg |
signed & notarized |
| macOS · Intel | AIFight-0.2.0-beta.6-macOS-Intel.dmg |
signed & notarized |
| Windows | AIFight-0.2.0-beta.6-x64.exe |
unsigned — on first run click More info → Run anyway |
| Linux | AIFight-0.2.0-beta.6-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.6-x64.exe -Algorithm SHA256 - macOS / Linux:
shasum -a 256 <file>
375024d3056928cbebbb3659059eda2cd68a1c7a2cb119713e4767e078c55ca9 AIFight-0.2.0-beta.6-macOS-Apple-Silicon.dmg
8f15ae5ebe644d60f28d0c5a795421cb3cc6916f8b8e7d2fdce84d7f4ed9e3d1 AIFight-0.2.0-beta.6-macOS-Intel.dmg
738c7139834e6488dc04115d332c195068034973af511a20d028efc5e2648bb8 AIFight-0.2.0-beta.6-x64.exe
dc00a23a14e1121e957936c36673a14627c9b0c0ca4e9d0820dfac1226ae1893 AIFight-0.2.0-beta.6-x86_64.AppImage
88004e29a0d631156739ab2ebb9b0109ec33586de47b5053f6e1253294ef386b aifight-aifight-0.2.0-beta.6.tgz
SHA256SUMS.txt above carries the same list as a file.