Skip to content

Commit b7edc32

Browse files
update setup doc
1 parent 00f3652 commit b7edc32

1 file changed

Lines changed: 0 additions & 64 deletions

File tree

docs/01_setup.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -23,63 +23,6 @@ If you want a minimal installation without optional dependencies, please run
2323
pip install askui
2424
```
2525

26-
## AgentOS Installation
27-
28-
AgentOS is a device controller that allows agents to take screenshots, move the mouse, click, type on the keyboard, interact with the shell, and manage user session across any operating system. It's installed on a Desktop OS but can also control mobile devices and HMI devices when connected.
29-
30-
### Windows
31-
32-
- [Download AskUI Installer for AMD64](https://files.askui.com/releases/Installer/Latest/AskUI-Suite-Latest-User-Installer-Win-AMD64-Web.exe)
33-
- [Download AskUI Installer for ARM64](https://files.askui.com/releases/Installer/Latest/AskUI-Suite-Latest-User-Installer-Win-ARM64-Web.exe)
34-
35-
**Installation Steps:**
36-
1. Download the installer for your architecture
37-
2. Run the executable
38-
3. Follow the installation wizard
39-
4. AgentOS will start automatically after installation
40-
41-
### Linux
42-
43-
**⚠️ Important:** AgentOS currently does not work on Wayland. Switch to XOrg to use it.
44-
45-
#### AMD64 (Intel/AMD Processors)
46-
47-
```bash
48-
curl -L -o /tmp/AskUI-Suite-Latest-User-Installer-Linux-AMD64-Web.run https://files.askui.com/releases/Installer/Latest/AskUI-Suite-Latest-User-Installer-Linux-AMD64-Web.run
49-
bash /tmp/AskUI-Suite-Latest-User-Installer-Linux-AMD64-Web.run
50-
```
51-
52-
#### ARM64 (ARM Processors)
53-
54-
```bash
55-
curl -L -o /tmp/AskUI-Suite-Latest-User-Installer-Linux-ARM64-Web.run https://files.askui.com/releases/Installer/Latest/AskUI-Suite-Latest-User-Installer-Linux-ARM64-Web.run
56-
bash /tmp/AskUI-Suite-Latest-User-Installer-Linux-ARM64-Web.run
57-
```
58-
59-
**Installation Steps:**
60-
1. Download the installer script
61-
2. Run the script with bash
62-
3. Follow the prompts
63-
4. AgentOS will start automatically after installation
64-
65-
### MacOS
66-
67-
**⚠️ Important:** AgentOS currently does not work on MacOS with Intel chips (x86_64/amd64 architecture). You need a Mac with Apple Silicon (M1, M2, M3, etc.).
68-
69-
#### ARM64 (Apple Silicon)
70-
71-
```bash
72-
curl -L -o /tmp/AskUI-Suite-Latest-User-Installer-MacOS-ARM64-Web.run https://files.askui.com/releases/Installer/Latest/AskUI-Suite-Latest-User-Installer-MacOS-ARM64-Web.run
73-
bash /tmp/AskUI-Suite-Latest-User-Installer-MacOS-ARM64-Web.run
74-
```
75-
76-
**Installation Steps:**
77-
1. Download the installer script
78-
2. Run the script with bash
79-
3. Follow the prompts
80-
4. Grant necessary permissions when prompted (screen recording, accessibility)
81-
5. AgentOS will start automatically after installation
82-
8326
## Authentication and Configuration
8427

8528
To use the AskUI VisionAgent, please sign up and configure your credentials.
@@ -125,13 +68,6 @@ set ASKUI_WORKSPACE_ID=<your-workspace-id-here>
12568
set ASKUI_TOKEN=<your-token-here>
12669
```
12770

128-
#### AskUI Shell
129-
_Note: The AskUI Shell can be installed using the AskUI Suite_
130-
```powershell
131-
askui-shell
132-
AskUI-SetSetting -WorkspaceId <your-workspace-id-here> -Token <your-token-here>
133-
```
134-
13571
## Verifying Your Installation
13672

13773
```python

0 commit comments

Comments
 (0)