AILIS v1.4.0 RC1
Pre-release
Pre-release
AILIS v1.4.0 Release Notes
Release candidate date: 2026-08-17
Highlights
- Aligns the desktop release metadata and all localized README version badges on
1.4.0. - Keeps the lightweight core installer model: local language models, Python/voice runtimes, Unity assets, caches, and evaluation data remain optional or external.
- Moves frontend-only Vite, Three.js, and VRM packages out of production dependencies after their code is compiled into
dist. - Limits Electron language packs to English, Simplified Chinese, Japanese, and Korean.
- Removes production source maps and unused Stockfish engine variants. Chess analysis retains the exact lite single-thread JavaScript/WASM pair used by AILIS.
- Reuses the pinned local Electron distribution for deterministic offline packaging and emits a release manifest plus
SHA256SUMS.txt.
Windows artifacts
| Artifact | Bytes | MiB | SHA256 |
|---|---|---|---|
AILIS-Setup-1.4.0-win-x64.exe |
196,505,527 | 187.40 | 0EE6344D1B9EA72DBFAA9EBD189CCB6FD87C52C774705F76733E09002DF9371A |
AILIS-Portable-1.4.0-win-x64.exe |
196,149,845 | 187.06 | F57F7756103E3E11674DE804379A7A43A39E5B5BAAC7DDA3FA34CD88B37D65C0 |
AILIS-Setup-1.4.0-win-x64.exe.blockmap |
198,104 | 0.19 | E7F92B26F774555A6CF52557B5AC13D8CFAE1F1E27DBE6DF9411E583B28A3E13 |
Compared with the published v1.3.0 Windows assets, the setup package is
248,791,368 bytes (237.27 MiB, 55.87%) smaller and the portable package is
248,791,366 bytes (237.27 MiB, 55.92%) smaller.
Validation
- 195 release-gate runtime and protocol tests passed with 0 failures.
- The Vite production build completed successfully; the optimized web VRM is 49.6% smaller than its source asset.
AILIS.exe, setup, and portable executable metadata all report file/product version1.4.0.- The packaged Stockfish payload contains only
stockfish-18-lite-single.jsandstockfish-18-lite-single.wasm; a real chess-analysis smoke test completed successfully. - No source maps or frontend-only build dependencies are present in the production ASAR.
- Release-manifest hashes and
SHA256SUMS.txtwere recalculated after the final build and verified locally.
Signing notice
The Windows binaries are not Authenticode signed. Windows SmartScreen may show
an unknown-publisher warning. Public release publication should happen only after
the source snapshot is committed/tagged and the artifacts are reviewed.