Skip to content

RobOS v0.0.4

Choose a tag to compare

@github-actions github-actions released this 17 Apr 14:44
· 189 commits to main since this release

RobOS v0.0.4

Install RobOS

Easiest: Use the RobOS Installer app (recommended)

Download the installer for your OS, run it, select your USB drive, and click Flash:

OS Download
Linux RobOS-Installer-v0.0.4-linux.AppImage or .deb
macOS RobOS-Installer-v0.0.4-mac.dmg
Windows RobOS-Installer-v0.0.4-win.exe

Alternative: Flash the ISO manually

# Linux
sudo dd if=robos-v0.0.4.iso of=/dev/sdX bs=4M status=progress

# macOS — use balenaEtcher
# Windows — use Rufus

Then boot from USB. RobOS installs unattended in ~15 minutes.

For VMs: Download robos-v0.0.4.qcow2 + robos-v0.0.4-seed.iso and boot with QEMU.

Release Assets

File Description
RobOS-Installer-* GUI installer app (Linux AppImage/deb, macOS dmg, Windows exe)
robos-v0.0.4.iso Bootable installer ISO — flash to USB, installs RobOS unattended
robos-v0.0.4.qcow2 Ready-to-boot VM disk image
robos-v0.0.4-seed.iso Cloud-init seed ISO for VM provisioning
robos-v0.0.4-packages.tar.gz All RobOS Electron app packages
SHA256SUMS Checksums for all artifacts

What's New

ce7857e fix: add homepage to installer package.json, drop drivelist native dep
b61b692 chore: bump version to 0.0.4 — installer release
bff3765 feat: build installer for Linux/Mac/Windows in release pipeline + docs
e96aed2 feat: RobOS Installer — cross-platform GUI for flashing RobOS to USB

Checksums

68d370801ba2681b895d565dabd5bd09c63716450ffc6cf1ba9541910f39e8ca  robos-v0.0.4-packages.tar.gz
90a8b00d1d2866072196751653a52e227f5b0bf9107a5646ec396755c866ff6d  robos-v0.0.4-seed.iso
b48c48fc4ef83d1e81902551ab7aae11b41e559a6c4d7064a6b8e25184920eb4  robos-v0.0.4.iso
67139aac0d5b7d9ab050fddd224125eaaf0b82f8e123715f1f08c28b0a9b5c3a  robos-v0.0.4.qcow2
862aec497754cb8b192f59e11f057f96842756515d9574904fa0686d4030aa9d  RobOS-Installer-v0.0.4-linux.AppImage
d04d8061d7e11283c068870ed5bbe282d79f8b0f6085ddc0313f44c9edff85ba  RobOS-Installer-v0.0.4-linux.deb
7e7f5cfd0d8edf2535d3ab5214fac2d684b9f4c22bafc8fbe1b2691ef598dd91  RobOS-Installer-v0.0.4-mac.dmg
c60942f694b6f662c07d7d7694b71f9c3c06585d896c2ff2dea93d29f5b8e374  RobOS-Installer-v0.0.4-win.exe

System Requirements

  • Any x86_64 PC/laptop with 16 GB+ RAM and 100 GB+ disk
  • USB flash drive (4 GB+) for bare-metal install
  • Or: QEMU/KVM for VM usage

Documentation | Getting Started