Download Latest Version linux-arm64.zip (23.0 MB)
Email in envelope

Get an email when there's a new version of FuXi

Home / 0.1.2
Name Modified Size InfoDownloads / Week
Parent folder
win32-x64.zip 2026-08-06 25.4 MB
win32-arm64.zip 2026-08-06 22.1 MB
linux-x64.zip 2026-08-06 25.3 MB
linux-arm64.zip 2026-08-06 23.0 MB
macOS-x64.zip 2026-08-06 25.1 MB
macOS-arm64.zip 2026-08-06 23.6 MB
README.md 2026-08-04 2.5 kB
v0.1.2 source code.tar.gz 2026-08-04 13.1 kB
v0.1.2 source code.zip 2026-08-04 15.1 kB
Totals: 9 Items   144.5 MB 3

FuXi 0.1.2 Release Announcement

Release Date: August 6, 2026

FuXi 0.1.2 is now available, with major improvements across multi-window coordination, image capabilities, and the plugin ecosystem.

New Features

  • Multi-window coordination: switch seamlessly between concurrent sessions without interrupting your current work.
  • Image captioning: non-vision models can now generate image descriptions automatically, enabled by default.
  • Vision capability is automatically detected from known provider capabilities, with no manual configuration required.
  • Thinking mode now adapts to the task type for smarter responses.
  • Tool-level thinking has been refined, and status blink for collapsed groups in the TUI is restored.
  • Voice capture and browser tools are now integrated through the native extension bridge.

Improvements & Fixes

  • Unified MCP plugin lifecycle: plugins from manifest, channel declarations, session plugins, and other sources all load under one consistent contract.
  • Multiple security hardening improvements: plaintext MCP tokens removed, OAuth credentials scoped to their trust domains, plugin secrets kept out of prompts, and plugin reloads no longer expose stale state.
  • Path traversal is blocked before normalization, preventing path escape risks.
  • Memory extraction now runs asynchronously, with an optimized memory_saved card.
  • Model cache isolation stays stable across sessions, and compacted context remains consistent across TUI turns.
  • Each model gets a stable user identity, and long prompts are preserved intact across the OpenAPI boundary.
  • Plugin LSP lifecycle options are supported, and usable LSP plugins are recommended after real file edits.
  • Fixed empty tool results being lost before transcript replay.

Installation / Upgrade

Installation scripts fetch the latest version automatically with integrity verification.

Windows (PowerShell)

:::powershell
irm https://releases.fuxicode.com/bootstrap.ps1 | iex

Windows (CMD)

:::cmd
curl -fsSL https://releases.fuxicode.com/install.cmd -o %TEMP%\install.cmd && %TEMP%\install.cmd

macOS (Intel / Apple Silicon)

:::bash
curl -fsSL https://releases.fuxicode.com/bootstrap.sh | bash

Linux (x64 / ARM64)

:::bash
curl -fsSL https://releases.fuxicode.com/bootstrap.sh | bash

Existing users can upgrade by re-running the corresponding command. For issues, please report them at https://github.com/fuxicodex/Fuxi/issues.

Source: README.md, updated 2026-08-04