Skip to main content

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. This release focus on:
  1. Enhance On-Boarding experience for Users with the new AskUI Hub
  2. Support Python Vision Agent
  3. Improve ADE
  4. Improve Proxy Handling and Autodetection

Setup

Suported Operating Systems

  • Windows 11
    • Version: 22H2
    • 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 offical installation guide.

Migration from 24.12.1 to 25.2.1

  1. Uninstall AskUI Suite
    • Windows: Settings -> Apps -> Installed Apps ->Select AskUI Suite -> Press deinstall
    • Mac: Open shell -> sh "$ASKUI_INSTALLATION_DIRECTORY/Tools/uninstall-askui-suites.sh"
    • Linux: Open shell -> sh "$ASKUI_INSTALLATION_DIRECTORY/Tools/uninstall-askui-suites.sh
  2. Continue with the installation guide
  3. Create new Access Token in AskUI Hub
  4. Set the access token

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-NewProject and AskUI-RunProject only support TypeScript projects.

Release Notes

New Features

ADE: Information Commandlets

docs
docs

ADE: Proxy Commandlets

docs

ADE: Windows Tools: Long Path Tools

On Windows, the maximum file path length is 260 characters. Exceeding this limit results in a “Destination Path Too Long” error. This tool helps users check and enable Windows Long Path support. This helps to avoid errors with Python Vision Agent.
docs | LongPath
docs | LongPath

ADE: Plugin Manager

The ADE plugin lets you easily add or remove custom plugins in ADE, making it useful for accessing Windows features.
docs
  1. Create your test plugin for HelloWorldCmdlet.psm1:
  1. Register the plugin in the ADE
  1. Use your commandlet in the ADE:
docs
docs

ADE: Python Environment Manager

The Python Environment Manager helps manage virtual environments, dependencies, and package installations, ensuring consistency across projects. It prevents conflicts and allows seamless switching between different Python versions and environments. It is used in combination with AskUI Agents from the AskUI Hub and the Python Vision Agent Libarary
docs
docs
docs
docs
docs

ADE: AskUI Agents and Runner Management

AskUI Agents and Runner Management enable seamless UI automation, working with the AskUI Hub for centralized control. Runners handle execution, while Agents manage interactions, ensuring smooth and scalable automation.
docs
docs
docs
docs
docs

Components

Python

We added Python 3.13.1 in our Suite.

AskUIRemoteDeviceController 0.14.0

  • Add experimental Version of Background Automation. This allows under windows to start you’re automation in a child session.

Improvments

Installer & ADE Support Proxy Environment on Windows AMD64

  • Migrated to Web Installer
    • Improved installation time to 5 min. (Depends on internet connection)
  • Auto Proxy Detection from the System Configurations
    • Support Autoconfigration with PAC files
    • Support static proxy servers

Fixes

AskUIRemoteDeviceController 0.14.0

  • Fix segmentation bug when screen resolution changed
  • Linux aui.type(”///”) types 777 instead
  • Scroll not working
  • Controller mouse event command with a count of 0 events takes too long
  • Triggering single mouse events fails

NodeJS

We updated to NodeJS 21.0.0 .

Versions