AILIS v1.4.0 Release Notes
Release date: 2026-08-21
Source commit: e47516301c68323e105e693879893375156575b2
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 |
268,835,046 | 256.38 | 95E541D6B2B82C97A4028CC5F21BD74C8E212DB0F947041E9640C319887D4E78 |
AILIS-Portable-1.4.0-win-x64.exe |
268,479,364 | 256.04 | 8531AD3ED0C6B5D9714DE948E6A57E5CE701503ECE2F9E0289C788F48F4C74F7 |
AILIS-Setup-1.4.0-win-x64.exe.blockmap |
273,251 | 0.26 | 6D21DF008127FD860BD8F6A5DC04BC36F2D83796CBF33DA0E33C7928BC0BF111 |
Compared with the published v1.3.0 Windows assets, the setup package is
176,461,849 bytes (39.63%) smaller and the portable package is 176,461,847
bytes (39.66%) smaller.
Validation
- The GitHub-hosted clean Windows gate passed on
windows-2025with 102/102
targeted runtime, protocol, provider, character, and execution-flow tests. - 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.
- The installer completed a silent clean install, stayed active for 35 seconds
on first launch, created first-run state with the AILIS Cloud defaults, and
completed a silent uninstall. - The portable package stayed active for 45 seconds in the same clean runner.
- Release-manifest hashes and
SHA256SUMS.txtwere verified in CI and again
after downloading the release artifact. - Clean-install evidence: GitHub Actions run 32467729152.
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.