How to install Caesr on MacOS, Windows and Linux?
Last updated: October 30, 2025
This guide provides the steps to install and run the Caesr Desktop application, which is based on the AskUI Agent OS, on various operating systems.
1. Initial Setup and Account Creation
To begin, you must first create an account and verify your email.
Sign Up: Navigate to the main application page and Sign Up at
app.caesr.ai.Verify Mail: Check your inbox and click the verification link to activate your account.
2. Desktop Application Installation (Recommended)
The recommended method is to use the dedicated desktop installer for your operating system. The desktop application handles the installation of the underlying AskUI Agent OS.
macOS Installation
On the app.caesr.ai page, click the Download button.
If prompted, select the appropriate download for your macOS system:
Click ARM64 for Macs with Apple Silicon (M1, M2, M3 chips, etc.).
(Note: Intel Macs are not currently supported).
Install the Desktop App: Locate the downloaded file (typically a
.dmgfile) and double-click it. Follow the on-screen instructions to drag the application icon to your Applications folder.Run and Give Permissions: Launch the Caesr Desktop app from your Applications folder. You will be prompted to grant necessary permissions (like screen recording or accessibility) for the application to interact with your desktop. Accept these prompts.
Windows Installation
On the app.caesr.ai page, click the Download button.
Install the Desktop App: Locate the downloaded file (typically a
.exefile) and double-click it. Follow the on-screen instructions to drag the application icon to your Applications folder.
Run and Give Permissions: Launch the Caesr Desktop app from your Applications folder. You will be prompted to grant necessary permissions (like screen recording or accessibility) for the application to interact with your desktop. Accept these prompts.
3. Alternative: Custom Installation via pip (Requires Agent OS)
This method is suitable for advanced users, for Linux systems, and requires AskUI Agent OS to be installed first.
Prerequisites: AskUI Agent OS
You must install the core AskUI Agent OS and its dependencies (which includes Python) before attempting the pip installation.
Refer to the official AskUI Agent OS installation documentation
Install and Run the Chat Server
Once the AskUI Agent OS is installed and running:
Install the Chat Package: Open your terminal (or command prompt) and run:
pip install "askui[chat]"Start the Chat Server: Start the local chat server using this command:
python -m askui.chat
Important Note
Web App Access: The Caesr web application is not accessible via a mobile view. Please use a desktop web browser.
4. Silent Installation
Windows Installation
Download the latest installer from
Step 2: Desktop Application Installation -> Window InstallationOpen a Terminal
Navigate to the downlaod folder via
cdEnter
caesr-v<version>-amd64.exe /S --force-run. Note: Replace<version>by your current version/S: Parameter for silent installation without an UI--force-run: Enforce the installation.