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.

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

OSArchLink
WindowsAMD64Link
WindowsARM64Link
MacOSARM64Link
LinuxAMD64Link
LinuxARM64Link

Installation

Please follow our official installation guide.

New Feature

Enable Backgournd Automation
(base) ADE C:\Users\MaxMustermann> AskUI-StartRemoteDeviceSetupTool -EnableBackgroundAutomation
{
    "name": "Success",
    "code": 0,
    "data": {
        "previous": true
    }
}
Check OpenGL Version
(base) ADE C:\Users\MaxMusermann> Start-AskUIRemoteDeviceSetupTool -CheckOpenGL
{
    "name": "Success",
    "code": 0,
    "data": {
        "version": "4.6.0 - Build 32.0.101.6127"
    }
}

Improvments

Agent folder is opened with following order if found:
  1. local Cursor
  2. local VS Code
  3. AskUI VSCode
  4. File Explorer

Fixes

  • Updated Visual C++ Redistributable requirements:
    • Minimum version: 14.34.31938
    • Shipped version: 14.40.33810

Improvments

Enhanced error reporting by extending ERROR report functionality to track DLLs for improved debugging
ADE C:\Users\MaxMustermann> AskUI-NewAiElement -Name "code"
#1 AI Element:
  Name: code
  File:     C:\Users\DominikKlotz\.askui\SnippingTool\AIElement\8d3c51ad-4d6a-48b1-a81c-e035ecec00fa\{4BA537B6-702E-450B-AC03-1229311C1403}.png
  Metadata: C:\Users\DominikKlotz\.askui\SnippingTool\AIElement\8d3c51ad-4d6a-48b1-a81c-e035ecec00fa\{4BA537B6-702E-450B-AC03-1229311C1403}.json
  AskUI Typescript ADK:
    Filter:  aiElement('code')
    Example: await aui.click().aiElement('code').exec()
  AskUI Python Vision Agent:
    Example: agent.click(loc.AiElement("code"))
  • UIController
  • AskUIRemoteDeviceController
  • AskUIRemoteDeviceSnippingTool

Removed

Nothing has changed

Update AskUI ADKs

AskUI Typescript ADK

To update your AskUI Typescript ADK to the new version:
  1. Open your project in VSCode
  2. Enter the AskUI Shell by askui-shell
  3. Update AskUI by npm install --dev askui@0.25.1

AskUI Vision Agent (Python)

To update your AskUI Vision Agent to the new version:
  1. Open your project in VSCode
  2. Enable your virtual environment.
  3. Enter pip install askui==0.4.7

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.

Versions

NameVersionRelease Notes
ADE0.9.4
NodeJS21.0.0Link
AskUIOCRTeaching0.4.0Link
PowerShell7.4.6Link
Python3.13.1Link
AskUIRemoteDeviceController0.16.0Link
AskUIRemoteDeviceSnippingTool0.2.1Link
UIController0.14.8Link
AskUIRemoteDeviceSetupTool0.1.0Link
AskUIRunnerManager0.1.0
ADE.ProcessManager0.1.0
ADE.ProjectManager0.1.0
ADE.ErrorReporter0.1.0
ADE.UserInterface0.1.0
ADE.PluginManager0.1.0
ADE.EnvironmentManager0.1.0
AskUI Typescript ADK0.25.1Link
Python Vision Agent0.4.7Link
VSCode1.98