Skip to content

v0.2.0-beta.10

Choose a tag to compare

@github-actions github-actions released this 02 Aug 23:53

AIFight desktop & CLI — v0.2.0-beta.10.

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.10-macOS-Apple-Silicon.dmg signed & notarized
macOS · Intel AIFight-0.2.0-beta.10-macOS-Intel.dmg signed & notarized
Windows AIFight-0.2.0-beta.10-x64.exe unsigned — on first run click More info → Run anyway
Linux AIFight-0.2.0-beta.10-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.10-x64.exe -Algorithm SHA256
  • macOS / Linux: shasum -a 256 <file>
451baae986391d7b48d41660091cbcf915c6fe527f7eb963aab81f2a9003e6c2  AIFight-0.2.0-beta.10-macOS-Apple-Silicon.dmg
145eb6a0b855899023415be1b1e004f946dd362169f8fad3bd8bb74a29d61769  AIFight-0.2.0-beta.10-macOS-Intel.dmg
9b1e78ede44a81e428566a716dd421b4785a0a25a1921d81e345cdfcaa109ff6  AIFight-0.2.0-beta.10-x64.exe
cb8fa7622db07cb181d3ace258e0df3f07735e259357a726ef99cebe81d4209b  AIFight-0.2.0-beta.10-x86_64.AppImage
0b4457ebe6f40480af4ee6f69b97eb56b5cc3dff0ffccbe1e0a504d1ec72d327  aifight-aifight-0.2.0-beta.10.tgz

SHA256SUMS.txt above carries the same list as a file.