| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| win32-x64.zip | 2026-08-05 | 25.2 MB | |
| win32-arm64.zip | 2026-08-05 | 22.0 MB | |
| linux-x64.zip | 2026-08-05 | 25.1 MB | |
| linux-arm64.zip | 2026-08-05 | 22.8 MB | |
| macOS-x64.zip | 2026-08-05 | 24.5 MB | |
| macOS-arm64.zip | 2026-08-05 | 23.5 MB | |
| README.md | 2026-08-04 | 2.1 kB | |
| v0.1.1 source code.tar.gz | 2026-08-04 | 13.1 kB | |
| v0.1.1 source code.zip | 2026-08-04 | 15.1 kB | |
| Totals: 9 Items | 143.1 MB | 0 | |
FuXi 0.1.1 Release Announcement
Release Date: August 6, 2026
FuXi 0.1.1 has been released. This release includes the following changes.
New Features
- Remote Control: support for CCR v2 sessions with secure worker credential exchange and real-time event streaming, synchronized with the local TUI
- Remote input integrated with the local session; slash commands and prompts processed under unified security policies
- Image preprocessing upgraded: automatic resizing and compression before upload, using the Lanczos3 scaling kernel
- Built-in file search tools (bfs/ugrep) with no additional dependencies, available on Windows, macOS, and Linux
- Chrome integration dialog, enabled by default
- @mention content delivered directly to the model
- Bash cards expanded by default
- Exit-word routing and automatic detection of long-running task keywords
Improvements & Fixes
- Optimized context compaction and tool result budgeting for more stable long-conversation streaming
- Fixed Windows path conversion, snapshot, hooks, and permission rule issues
- Fixed deepseek-v4 output limits and API request parameters (top_p)
- Token refresh interval extended to 6 hours
- Fixed attachment ordering, message boundaries, and hook completion order
- Improved WebSocket 401 auto-recovery mechanism
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 at: https://github.com/fuxicodex/Fuxi/issues