File size: 2,782 Bytes
b0d22cb
 
 
 
 
 
 
 
 
 
 
 
 
ba29557
 
b0d22cb
ba29557
b0d22cb
bb6e26e
 
 
 
 
 
 
 
ba29557
 
 
 
 
 
b0d22cb
bb6e26e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ba29557
b0d22cb
6317760
 
 
5638f83
 
b0d22cb
ba29557
a9fe5c1
ba29557
 
a9fe5c1
 
ba29557
 
a9fe5c1
ba29557
a9fe5c1
 
5638f83
a9fe5c1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
license: mit
pretty_name: OS-Omni VM
tags:
- os-omni
- vmware
- virtual-machine
- benchmark
- desktop-agents
---

# OS-Omni VM

This dataset repository hosts prebuilt virtual machine images for OS-Omni
desktop-agent benchmark environments.

## Contents

- `android/AndroidWorldAvd_baseline_20260503.zip`: Android baseline AVD
  artifact with the benchmark apps installed.
- `android/AndroidWorldAvd_baseline_20260503.zip.sha256`: SHA256 checksum
  for the Android AVD archive.
- `android/AndroidWorldAvd_baseline_20260503_package_manifest.txt`: package
  list captured from the exported Android emulator.
- `android/AndroidWorldAvd_baseline_20260503_README.md`: Android AVD setup
  notes.
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst`: compacted
  Linux VMware Workstation image containing `Ubuntu-x86/`.
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst.sha256`: SHA256
  checksum for the Linux archive.
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst.manifest.txt`:
  file listing for the Linux VM archive.

## Android AVD

The Android AVD archive exports `AndroidWorldAvd` and includes the installed
Android benchmark applications, including K-9 Mail, Delta Chat, LibreOffice
Viewer, Tasks.org, Fossify apps, Organic Maps, Material Files, Markor, Oinkoin,
Spotube, and the benchmark helper app.

Extract `android/AndroidWorldAvd_baseline_20260503.zip` into:

```text
%USERPROFILE%\.android\avd\
```

After extraction, these paths should exist:

```text
%USERPROFILE%\.android\avd\AndroidWorldAvd.avd\
%USERPROFILE%\.android\avd\AndroidWorldAvd.ini
```

Edit `%USERPROFILE%\.android\avd\AndroidWorldAvd.ini` so `path=` points to the
local `AndroidWorldAvd.avd` directory. Communication tasks require the local
GreenMail service on SMTP `3025`, IMAP `3143`, and API `8081`; see
`android/AndroidWorldAvd_baseline_20260503_README.md` for the full Android
setup notes.

SHA256:

```text
70FE0C3DA09781C71F3BE4DEDAE9542F18B42F474A0C4688DE7DADF084E80A6E  AndroidWorldAvd_baseline_20260503.zip
```

## Linux VM

The Linux VMware image was cleaned, zero-filled, compacted, compressed with
zstd, and includes a `helloworld-clean` VMware snapshot for benchmark reset.
It includes the benchmark applications needed for OS-Omni Linux task execution.
External installer ISO/floppy references are disabled in `Ubuntu.vmx`; the VM
boots from the packaged VMDK chain.

To extract:

```bash
tar --use-compress-program=unzstd -xf linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst
```

Then open `Ubuntu-x86/Ubuntu.vmx` with VMware Workstation and use the OS-Omni
Linux benchmark runner configuration.

SHA256:

```text
94ff210413ca7f2bfe8df9f867f43344d9b370a1cd8b8e0311b0303813a65d4b  os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst
```