--- 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 ```