v0.2.0-beta.7
AIFight desktop & CLI — v0.2.0-beta.7.
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.7-macOS-Apple-Silicon.dmg |
signed & notarized |
| macOS · Intel | AIFight-0.2.0-beta.7-macOS-Intel.dmg |
signed & notarized |
| Windows | AIFight-0.2.0-beta.7-x64.exe |
unsigned — on first run click More info → Run anyway |
| Linux | AIFight-0.2.0-beta.7-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.7-x64.exe -Algorithm SHA256 - macOS / Linux:
shasum -a 256 <file>
e7ba742c48a2624d08e3a353d94fcb02b572c1bae3749f9f16a3b66a2c0b9026 AIFight-0.2.0-beta.7-macOS-Apple-Silicon.dmg
35c64a1b02fe18cfb33a1f423aa11a3cccd05a7351c5151b7f7721f9c6d20228 AIFight-0.2.0-beta.7-macOS-Intel.dmg
ff227fbf74f43c5f6526e715638648274a6cf81b766da85003bad9e2056213f0 AIFight-0.2.0-beta.7-x64.exe
25e86d2fdd8b06c69fe1b8fd64c1b2b2d3bb30d63106fc18c87703d18d7770e5 AIFight-0.2.0-beta.7-x86_64.AppImage
1b0eaa912950aacb14ef571cb2146d0a963f9073cc499768ffda8db1c44ac5b1 aifight-aifight-0.2.0-beta.7.tgz
SHA256SUMS.txt above carries the same list as a file.