General
The AskUI Suite is a comprehensive bundle that includes all necessary dependencies to deliver AskUI to end users. Additionally, it addresses enterprise challenges such as user rights restrictions and proxy issues, ensuring a seamless AskUI experience.Setup
Supported Operating Systems
- Windows
- Version: Windows 10 22H2 and newer
- Architectures: AMD64, ARM64
- MacOS
- Version: 14.x
- Architecture: ARM64 (Apple Silicon)
- Linux
- Version: Ubuntu 22.04.2
- Architectures: AMD64, ARM64
Download
Installation
Please follow our official installation guide.Removed
Nothing has changedUpdate AskUI ADKs
AskUI Typescript ADK
To update your AskUI Typescript ADK to the new version:- Open your project in VSCode
- Enter the AskUI Shell by
askui-shell - Update AskUI by
npm install --dev askui@latest
AskUI Vision Agent (Python)
To update your AskUI Vision Agent to the new version:- Open your project in VSCode
- Enable your virtual environment.
- Enter
pip install askui --upgrade
Fix
- Rename
Set-AsGloablInstallationtoSet-AsSystemInstallation
New Features
- AgentOS
Add-AskUIAgentOSServiceinstalls the AgentOS as a Windows Service to control the Login ScreenRemove-AskUIAgentOSServiceremvoes the AgentOS as a Service
Known Issues
- PxProxy is available only for Windows AMD64.
- ADE Startup Time is slower than in the previous version.
- Windows Users may encounter long path issues when installing and using ADE.
- Project Support:
AskUI-NewProjectandAskUI-RunProjectonly support TypeScript projects.