Skip to content

Releases: haowenGuo/AILIS

AILIS v1.4.0

Choose a tag to compare

@haowenGuo haowenGuo released this 21 Aug 09:52

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-2025 with 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 version 1.4.0.
  • The packaged Stockfish payload contains only stockfish-18-lite-single.js and stockfish-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.txt were 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.

AILIS v1.4.0 RC2

AILIS v1.4.0 RC2 Pre-release
Pre-release

Choose a tag to compare

@haowenGuo haowenGuo released this 17 Aug 14:47

AILIS v1.4.0 RC2 — clean-install cloud relay

This prerelease is intended for testing on a completely clean Windows laptop.

  • New installs default to AILIS Cloud and no longer require users to create or enter an LLM API key.
  • Persona orchestration, persistent memory, TaskAgent, approvals, and computer/file tools remain local. Only model-facing inference payloads are relayed through the AILIS server.
  • Server credentials are never bundled in the installer; the desktop obtains a short-lived signed session at runtime.
  • Custom cloud providers, Ollama, and local/LAN vLLM remain available as optional alternatives.
  • Added per-session, per-client, and global relay limits plus server-owned model/credential enforcement.
  • Verified real public JSON and streaming relay, including incremental output and native tool-call compatibility.
  • Core package remains lightweight: no local model, Python runtime, ASR, CosyVoice model, or Web Runtime pack is embedded.

Validation: 124 relevant Node tests + 2 relay-limit tests passed; Vite production build passed; release checksums were independently recomputed.

Windows code signing is not configured for this prerelease. A clean PC may show a Microsoft SmartScreen warning on first launch.

AILIS v1.4.0 RC1

AILIS v1.4.0 RC1 Pre-release
Pre-release

Choose a tag to compare

@haowenGuo haowenGuo released this 17 Aug 11:09

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 version 1.4.0.
  • The packaged Stockfish payload contains only stockfish-18-lite-single.js and stockfish-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.txt were 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.

AILIS v1.3.0

Choose a tag to compare

@haowenGuo haowenGuo released this 05 Aug 12:53

AILIS v1.3.0 Release Notes

Release date: 2026-08-05

Highlights

  • Consolidated the current AILIS desktop runtime and separated the experimental Unity renderer into the independent AIGAME edition. The default AILIS package remains focused on the lightweight Electron and Three.js desktop experience.
  • Strengthened the Persona and persistent TaskAgent split, including cleaner task handoff, bounded finalization, durable task-result capsules, progress reporting, interruption handling, and long-running task diagnostics.
  • Expanded the Codex-aligned runtime object model across turn context, model input, response items, tool routing and execution, observations, artifacts, approvals, interrupts, and Agent Lab events.
  • Improved large-file and long-output workflows with artifact-backed XLSX, DOCX, PPTX, PDF, image, text, archive, and command-output inspection tools.
  • Updated local memory with a low-latency lexical retrieval baseline, durable raw-memory storage, profile curation, relationship context, and expanded LoCoMo and LongMemEval evaluation support.
  • Refined local model, Ollama, voice, ASR, optional runtime, and runtime-asset management flows while keeping heavyweight components outside the default installer.
  • Added configurable EMBER-Harness stage checks and local sensitive-word safety classification without requiring a generative safety model.
  • Updated release metadata, Windows download links, checksums, and the legacy website download redirect for the 1.3.0 distribution.

Packaging

AILIS v1.3.0 uses the lightweight core package strategy. Python, CosyVoice3, ASR, Web/Search, local language models, and Unity/AIGAME assets are not bundled into the default installer. They remain optional, reusable runtime components or separate editions.

The Windows binaries are not Authenticode signed. Windows SmartScreen may display an unknown-publisher warning.

Windows Artifacts

  • AILIS-Setup-1.3.0-win-x64.exe
  • AILIS-Portable-1.3.0-win-x64.exe
  • AILIS-Setup-1.3.0-win-x64.exe.blockmap
  • AILIS-Release-core-1.3.0.json
  • SHA256SUMS.txt

Exact sizes and SHA256 checksums are generated and uploaded with the release artifacts.

Release Validation

  • Production Vite build and Windows Electron packaging.
  • NSIS installer and portable executable verification.
  • Package version, executable version, artifact size, and SHA256 verification.
  • Core desktop runtime, character renderer, Gateway, TaskAgent, memory, artifact, and packaging regression tests.

AILIS v1.2.0

Choose a tag to compare

@haowenGuo haowenGuo released this 20 Jul 03:33

AILIS v1.2.0 Release Notes

Release date: 2026-07-20

Highlights

  • Reworked the desktop Agent architecture around a user-facing Persona and a persistent system TaskAgent, with immutable task handoff, durable checkpoints, compact task-result packets, and clearer separation between relationship context and execution context.
  • Aligned the model-visible runtime more closely with the OpenAI Responses and Codex object model, including ordered response items, native function calls and outputs, tool discovery, parallel tool calls, context management, and compaction records.
  • Improved long-running task execution with explicit context lanes, durable evidence and output references, bounded finalization, richer transcript diagnostics, and safer recovery from invalid tool calls or provider timeouts.
  • Added persistent desktop chat history, restart recovery, raw-memory curation, user and relationship capsules, and structured Persona context budgets.
  • Rebuilt proactive companionship around the ordinary conversation context: companion mode wakes the Persona on a fixed heartbeat, while work mode keeps a separate value judgment before reporting.
  • Expanded Artifact Tools across XLSX, DOCX, PPTX, PDF, image, text, and archive workflows, including indexed inspection, search, query, rendering, validation, roundtrip checks, and materialized workbench data for code-based reasoning.
  • Upgraded web research to Codex-style search and source viewports, preserving opened-source evidence across TaskAgent handoff while keeping search ranking metadata separate from answer evidence.
  • Added optional EMBER-Harness stage checks, ToolSandbox shadow evaluation, Agent Lab observability, and refreshed GAIA, SWE-bench, and benchmark regression infrastructure.
  • Refreshed the official homepage and multilingual project documentation with current architecture and benchmark snapshots.

Packaging

AILIS v1.2.0 continues to use the lightweight core package strategy. Large Python, CosyVoice3, ASR, and Web/Search runtimes are not bundled into the default installer and remain optional runtime components.

The Windows binaries are not Authenticode signed. Windows SmartScreen may therefore display an unknown-publisher warning.

Windows Artifacts

  • AILIS-Setup-1.2.0-win-x64.exe
    • Size: 429,342,105 bytes
    • SHA256: BD6A43F8E0791B9E5384734015EAC95707F2149E08A42660294E5341B66EDFFF
  • AILIS-Portable-1.2.0-win-x64.exe
    • Size: 428,986,315 bytes
    • SHA256: A1A5F01F34B85ED3092028F6419CF405730D664F70F92E95D020BC69265C9EE3
  • AILIS-Setup-1.2.0-win-x64.exe.blockmap
    • Size: 440,007 bytes
    • SHA256: 3FADAFB42BB3EF9A9C694F8D17415753BCAADF25A0314E1884CAAB098B73DCA9
  • AILIS-Release-core-1.2.0.json
    • Size: 1,468 bytes
    • SHA256: 8A99E574E0E4CD765AD4978C10C4B0C2B5A6F11EF36D1085710EB6AD366FF9C3

Release Validation

  • Release plan and production Vite build completed.
  • Windows NSIS installer and portable executable completed.
  • Agent Runner, LLM Planner, Memory, Gateway, Artifact Tools, Persona Renderer, proactive companionship, desktop chat history, TaskAgent Harness, Codex Bridge, and SWE-bench setup/runtime tests passed.
  • Package version, executable version, artifact sizes, and SHA256 checksums were verified after the build.

AILIS v1.1.0

Choose a tag to compare

@haowenGuo haowenGuo released this 07 Jul 14:40

AILIS v1.1.0 Release Notes

Release date: 2026-07-07

Highlights

  • Added the Runtime Asset Manager direction for large local runtimes and model assets: scan, show, migrate, delete, download on demand, and reuse existing paths instead of piling everything into the project tree.
  • Organized the release build system around install profiles: core, runtime-packs, with-packs, and voice-debug.
  • Kept the default Windows installer lightweight. Python runtime, CosyVoice3, ASR runtime, and Web/Search runtime remain optional runtime components.
  • Improved Windows packaging reliability by retrying icon resource writes when rcedit hits transient file locks during afterPack.
  • Updated the official website download entry to AILIS v1.1.0.

Package Strategy

AILIS v1.1.0 uses a lightweight core installer by default. Heavy runtime components are managed as optional assets or runtime packs so users can decide what to install.

Windows Artifacts

  • AILIS-Setup-1.1.0-win-x64.exe
    • Size: 195,851,360 bytes
    • SHA256: 1DA35645295D7AB57FABC3F36ED95752F054F215D298E9AB17B791B2530C3107
  • AILIS-Portable-1.1.0-win-x64.exe
    • Size: 195,495,575 bytes
    • SHA256: 88EA81EE6B9B8D79B6B5CBC61ADA78EF037C213AB4BF8FD2A3FD57AE0767BC8C
  • AILIS-Setup-1.1.0-win-x64.exe.blockmap
    • Size: 197,567 bytes
    • SHA256: 52391AAA936EAB780F471EDC54877A042B335F1A8AFD33E01E1AFEBE84341B0B
  • AILIS-Release-core-1.1.0.json
    • SHA256: 0897D37F4634C9AE19702DC61B8FD369E948E1B5BDBD5856FA16553D77A6A700

Release Gate

  • pnpm release:plan
  • pnpm release:core
  • node --check scripts/build-ailis-release.mjs
  • node --check scripts/fix-windows-exe-icon.cjs

AILIS v1.0.7

Choose a tag to compare

@haowenGuo haowenGuo released this 30 Jun 07:26

AILIS v1.0.7 Release Notes

Release date: 2026-06-30

Highlights

  • Added the AILIS Context / Artifact Runtime layer for large document, spreadsheet, PDF, and log workflows, with query-oriented artifact tools instead of dumping huge raw content into the model context.
  • Added Raw Memory Ledger and user-profile curation plumbing so AILIS can preserve original experience records while deriving user preference and relationship summaries separately.
  • Improved Agent Lab visibility for execution flow analysis, evidence, blocking state, and runtime progress notes.
  • Refined desktop control/chat windows, including native window-control buttons, faster control-panel first paint, and lighter deferred runtime diagnostics.
  • Updated AILIS app icons, tray/favicon assets, and small emote resources for clearer desktop and website presentation.
  • Continued cleanup from legacy naming toward AILIS-native gateway, agent runtime, and open-source release language.

Package Strategy

The default Windows release is the lightweight desktop package. It does not bundle the large CosyVoice3, ASR, Python voice runtime, or web/search runtime packs by default. Those remain optional runtime components that users can install or import later from the control panel.

Windows artifacts:

  • AILIS-Setup-1.0.7-win-x64.exe
    • SHA256: 0C5FCD84CFE3AA03DEFE7ECDD91825557F58A675629E9544967C15619E88854D
  • AILIS-Portable-1.0.7-win-x64.exe
    • SHA256: 9F56C9BB43B5A1FA9EB2EBDA77BF5821C27B767456CC96BC45BF0294DFD5435C

Release Gate

Planned validation before publishing:

node --check electron/main.cjs electron/preload.cjs src/control-panel-app.js src/chat-panel-app.js
pnpm test:ailis-gateway
pnpm desktop:package:win

SHA256 values above were generated from the Windows packages built on 2026-06-30.

AILIS v1.0.6

Choose a tag to compare

@haowenGuo haowenGuo released this 23 Jun 06:24
AILIS v1.0.6 safe avatar release

AILIS v1.0.5

Choose a tag to compare

@haowenGuo haowenGuo released this 22 Jun 13:05

Security hold: binary release assets were removed on 2026-06-23 because the bundled character/model resources require safety review before redistribution. Do not use this release package. A fixed release will be published after the model assets are replaced or verified.

HumanClaw 1.0.4

HumanClaw 1.0.4 Pre-release
Pre-release

Choose a tag to compare

@haowenGuo haowenGuo released this 13 Jun 04:41

Security hold: binary release assets were removed on 2026-06-23 because the bundled character/model resources require safety review before redistribution. Do not use this release package. A fixed release will be published after the model assets are replaced or verified.