github iOfficeAI/AionUi v1.4.2

latest releases: v1.6.5, v1.6.4, v1.6.3-dev-cc7423e...
one month ago

This version has fixed some issues with the WebUI functionality in version V1.4.0.

What is WebUi? —— 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.
Clipboard_Screenshot_1761199008

What's Fixed

  • Unified WebUI launch and password reset command formats across all platforms, reducing operational costs
  • Fixed unresponsive file uploads and non-functional folder opening to restore normal file interactions
  • Resolved Gemini initial session failure on some Windows devices to ensure a smooth startup experience

🚀 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 admin

Windows

# 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 admin

Linux

Desktop Environment (Non-root User):

# Local Access
AionUi --webui

# Network Access (LAN)
AionUi --webui --remote

# Reset Password
AionUi --resetpass

Root User:

# Local Access
sudo AionUi --webui --no-sandbox

# Network Access (LAN)
sudo AionUi --webui --remote --no-sandbox

# Reset Password
sudo AionUi --resetpass --no-sandbox

What's Changed

  • feat: add complete WebUI support - web server mode with JWT auth and multi-platform builds by @kuishou68 in #227
  • WebUI Support and Critical Stability Fixes by @kuishou68 in #233

Full Changelog: v1.4.0...v1.4.2

Don't miss a new AionUi release

NewReleases is sending notifications on new releases.