⚠️ Known Issues Notice: This version has reported issues with file upload/folder access failures, and Gemini session initialization errors on some Windows devices. For a stable experience, we recommend upgrading to the latest patch version v1.4.2 immediately.
What's New
🌐 WebUI Mode - Access AionUi from Anywhere
- Remote Control Your AI Assistant - Now you can access AionUi from any device on your network! Whether you're on your phone, tablet, or another computer, just open a web browser and connect to your AionUi instance running on your main machine.
- Secure Login Required - Your AI conversations and data are protected with user authentication. You'll need to create a login account and password to access WebUI mode, ensuring only authorized users can use your AI assistant.
- Works on Servers Too - Perfect for running AionUi on Linux servers without a desktop environment. Your AI assistant can now run 24/7 on your server and you can access it remotely from anywhere.
- Smart Network Detection - The system automatically detects and displays the best network address for you to connect. On servers, it shows your public IP; on local machines, it shows your local network address.
- Your Data Stays Safe - All your conversations, settings, and configurations are securely stored locally using SQLite database. Your data never leaves your machine unless you choose to share it.
🚀 WebUI Mode Quick Start Guide
macOS
# Launch WebUI
/Applications/AionUi.app/Contents/MacOS/AionUi --webui
# Reset Password (quit AionUi first)
/Applications/AionUi.app/Contents/MacOS/AionUi --resetpass adminWindows
# Launch WebUI (right-click desktop shortcut → "Open file location" to copy path)
"C:\Program Files\AionUi\AionUi.exe" --webui
# Reset Password
"C:\Program Files\AionUi\AionUi.exe" --resetpass adminLinux
Desktop Environment (Non-root User):
# Local Access
AionUi --webui
# Network Access (LAN)
AionUi --webui --remote
# Reset Password
AionUi --resetpassRoot User:
# Local Access
sudo AionUi --webui --no-sandbox
# Network Access (LAN)
sudo AionUi --webui --remote --no-sandbox
# Reset Password
sudo AionUi --resetpass --no-sandboxWhat's Changed
- feat: upgrade to aioncli v0.8.1 with MCP integration by @goworm in #192
- fix: Fix the issue of duplicate images pasted in the conversation box. by @kuishou68 in #194
- fix: update version from V1.3.1 to V1.3.2 by @IceyLiu in #196
- Feature/update readme mcp by @IceyLiu in #197
- Feat/webui support pojian by @kuishou68 in #201
- fix: window/mac/linux add x64. by @kuishou68 in #203
- fix: rebuild windows natives and log runner arch by @kuishou68 in #204
- fix: restore workflow comments and add arm64 toolchain setup by @kuishou68 in #205
- fix: build windows x64 and arm64 sequentially by @kuishou68 in #206
- fix: enable headless linux webui and skip mac signing by @kuishou68 in #207
- Feat/webui support pojian by @kuishou68 in #208
- fix: dynamically read Electron version for native module rebuild to e… by @kuishou68 in #209
- Feat/webui support pojian by @kuishou68 in #210
- fix: support headless linux modes and display network access by @kuishou68 in #211
- fix: improve reset-password argument parsing and database validation by @kuishou68 in #212
- fix: initialize headless mode before Electron to prevent root user cr… by @kuishou68 in #213
- feat: add authenticated WebUI mode with SQLite persistence by @kaizhou-lab in #199
Full Changelog: v1.3.1...v1.4.0