Releases: nddipiazza/robos
Release list
RobOS v0.0.6
RobOS v0.0.6
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.6-linux.AppImage or .deb |
| macOS | RobOS-Installer-v0.0.6-mac.dmg |
| Windows | RobOS-Installer-v0.0.6-win.exe |
Alternative: Flash the ISO manually
# Linux
sudo dd if=robos-v0.0.6.iso of=/dev/sdX bs=4M status=progress
# macOS — use balenaEtcher
# Windows — use RufusThen boot from USB. RobOS installs unattended in ~15 minutes.
For VMs: Download robos-v0.0.6.qcow2 + robos-v0.0.6-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.6.iso |
Bootable installer ISO — flash to USB, installs RobOS unattended |
robos-v0.0.6.qcow2 |
Ready-to-boot VM disk image |
robos-v0.0.6-seed.iso |
Cloud-init seed ISO for VM provisioning |
robos-v0.0.6-packages.tar.gz |
All RobOS Electron app packages |
SHA256SUMS |
Checksums for all artifacts |
What's New
03ea265 chore: release v0.0.6 — Task Planner, Task Implementer, AI JSON lib, bug fixes
4a88660 docs: actually enlarge RobOS logo (lift .site-header max-height cap)
eef2970 docs: enlarge RobOS logo in the site header
39133f6 fix: open-task-servers spawns electron directly instead of missing .sh script
9409ece feat: add RobOS Task Planner and Task Implementer apps
113cb7b fix(docs/model-problem): mermaid parse error in §1.6 Bug workflow
c0b4ad1 fix(task-servers): add userData path and os.homedir() to fix SingletonLock conflict
9eb7c5c docs(model-problem): replace §1.6 example with Dana's actual AI-driven workflow
108d374 docs(model-problem): add Workflow Studio deep-dive video (FzUQs7tWkOo)
fbd4e7d fix(workflow-studio): live-update card header label when Label field changes
93b1ad3 fix: restore setDirty in workflow-studio preload.js
c340d06 refactor: extract AI JSON helpers to robos-lib/ai-json
feec702 fix(workflow-studio): robust JSON parsing + spinner + stricter AI prompt
72518b0 feat(workflow-studio): unsaved changes dialog + fix AI status text
631bcc1 fix(workflow-studio): use robos-lib/ai-agent instead of gh copilot CLI for Generate
fdfd212 feat(ai-textarea): @-mention task servers by type/sanitized_name
a1e1a54 feat(workflow-studio): swap AI inputs to robos-ai-textarea with @ commands
b4cd728 docs(model-problem): add Task Servers deep-dive video (vygBUoocpbg)
847a0e2 fix(pass-manager): blank secret display on lock; fix error message text
b9bb8a2 docs(model-problem): reorder setup series — dev-tools before agents before people/groups
8061c0e fix(pass-manager): restore missing pw-wrap div removal caused broken panel layout
7b62d76 docs(model-problem): swap RobOS Agents video to ZubntVBA6Pw
eae8178 docs(model-problem): swap RobOS Agents video to ZI9_Tw-7W3c
c1b1228 docs(model-problem): move Workflow Studio to last step of Dana's flow (1.6)
44fda02 docs(model-problem): publish video 01 retake (jB1YQYEA-jA)
ceed992 docs(model-problem): swap RobOS Agents video again (TZdhwKiGdEw)
267f781 docs(model-problem): swap RobOS Agents video to fixed take (GemKH2GvThw)
d77e71a docs(model-problem): pull video 01 (gVX_qDteFu8) — retake pending
d1574a6 docs(model-problem): rebuild Phase 1 page around the five published Dana videos
bc4e254 docs(model-problem): expand to 20-episode plan with 5 published Dana setup videos
84cc8a1 feat(group-manager): support creating multiple groups in one AI prompt
73da583 fix: add find fallback to gm-list-path for @ autocomplete file search
d9d3c23 fix(group-manager): wire robos-path-query inside initAIPanel like people-directory
6b051ed fix(group-manager): use unsafe-eval CSP to match people-directory
0c6a7cd fix(group-manager): bump sidebar default width to 260px, min-width to 220px
8416f8f fix(group-manager): increase sidebar min-width to 180px
5f83d9d fix(group-manager): match people-directory AI textarea styling exactly
4ab5c93 fix: strip ANSI codes from People Directory AI output; add plain-ASCII prompt rules; undo 'This is you'
d73b8ab fix(group-manager): strengthen AI prompt to enforce plain ASCII JSON output
82d9940 fix: strip ANSI codes from AI output and add no-emoji/plain-ASCII prompt rules
3b5f3b1 feat: group-manager uses robos-ai-textarea with @ autocomplete; multi-group AI create
08ceae4 feat(people-directory): resizable sidebar splitter
bbea7e2 feat: integrate robos-ai-textarea into people-directory and group-manager
ff498b1 fix: support multiple people in AI Generate & Add
4ea2389 fix: aiAgent.ask returns {ok,text,error} not a raw string
7f400b6 fix: remove desktop-widgets taskbar icon using type:desktop + xprop
aff066c fix: hide taskbar icon in desktop-widgets
1daf4a1 fix(people-directory): set app name for correct GNOME WM_CLASS
10ef580 fix(people-directory): fix .desktop Exec to use electron directly
ff389e7 feat(people-directory): add AI add-person panel
e29f66a feat: port people-directory app from roboto-os
1c80de0 chore: stage all group-manager files and misc tracked changes
cf82a8c fix: strip buildArgs from listProviders() return value
4640e0e feat: add shared robos-lib/ai-agent.js; upgrade Node.js to 24
f0ec5d1 fix: remove incorrect subtitle from GitHub Copilot provider panel
98103a7 fix: quote session --name values so spaces work in terminal launch
b4a04d3 docs: remove model-problem/episodes directory
a073d28 docs(model-problem): update step 04 to Dana configures RobOS Agents
1a7b6b8 docs(demos): add YouTube URL for model-problem/04-dana-robos-agents
bc80589 feat(demos): add model-problem/04-dana-robos-agents demo metadata
3bdf84b fix: disable GDM login screen logo via logo="" dconf key
10d411e fix: patch gresource CSS to constrain login logo size
acf34e6 fix: constrain login logo to 96px via CSS and image resize
6feb0a7 fix: resize RobOS login logo to 300px for GDM3 screen
020aa65 fix: use logo.png instead of logo-ascii.png for GDM3/GNOME Shell theme
1817b17 fix: GDM3 greeter dark theme and enable user switching
236322b feat(demos): add narration cues and youtube metadata for video 04 agents manager
754aa0e fix(agents-manager): detect auth changes every 5s, re-render panel only when state changes
eb095ae feat(agents-manager): auto-refresh sessions every 5s, provider status every 30s
5286eff feat(agents-manager): add Logout button to all three agent providers
05ea56b fix(agents-manager): use 'cwd' not '--cwd' for pseudo-flag display
4c7d96f feat(agents-manager): consistent Working Directory + dir-chooser across all providers
f4e3dda feat(agents-manager): add Working Directory option for Claude CLI
729cd31 feat(agents-manager): Claude model dropdown with builtin list + API fallback
bdde6d4 feat(agents-manager): fix Claude auth detection + add flags dropdown
3d71ff8 fix(agents-manager): widen working directory input from 130px to 260px
d368280 fix(agents-manager): restore missing ipcMain.handle wrapper for open-dir-dialog
ce58378 feat(agents-manager): Codex model dropdown using codex debug models
80af457 feat(agents-manager): dir chooser button for Working Directory flags
ddebaba feat(agents-manager): add Codex CLI flags dropdown with split-button
eeec275 fix(dev-tools): codex CLI install also installs sqlite3 dependency
3629ef8 fix(agents-manager): fix codex session reading - correct DB name and column names
240c375 fix(agents-manager): fix codex Resume button - read sessions from state DB not sandbox tmp dir
df7834e feat(agents-manager): add Codex CLI as third agent provider
5db0396 fix(agents-manager): only show models user actually has access to (policy=enabled)
ce2eb65 feat(video): add Video 04 — Dana connects GitHub Copilot (Agents Manager)
8a28ff7 feat(video): add unified Video 3 narration cues for Git Login Manager
9ffc70f fix: app close behavior, git-login-manager UX, dev-tools media tools, Flameshot autostart
515df90 chore: ignore video files (mp4, mkv, mov, avi, webm)
727163a feat(video): add Video 3 Part B narration cues for git-login-manager
39141f5 fix(git-login-manager): request admin:public_key scope on initial gh auth login
78e7ad7 feat(demos): add Video 3 Part A narration cues — Git Login Manager
6bd22ab feat: update cues.json timing to match raw7 recording scenes
fd0402e fix: snapshot-cli git-projects port 19138; improve dev-tools debug server path resolution
ca1bfc5 feat(workflow-studio): add fixture file shortcut for generate-with-ai
888ab99 docs: add Dev Loop & Debugging Guide for Copilot / agent handoff
3e39ae5 docs: swap Git Projects video to v3 (QRALf76HR34) — every tab covered
7d79fd2 git-projects: demo now exercises Branches, Secrets, Local Dev Setup, Edit
6cac2c9 docs(model-problem): Video 01 — tick fixtures+script, cues.json, youtube metadata
ebc91d5 chore(model-problem): F1 cloud-init patch for four users + secret injection in build
0480baf feat(robos-lib): add Electron-native interaction + DOM event recorder to debug server
1e1cf3b git-projects: rewire demo to actually click through, swap to v2 URL
1d357e2 docs: add Git Projects video embed (5joqxBHkrqw)
5869ad6 feat: migrate git-projects app from roboto-os into the active monorepo
625ef5d docs: model-problem video series — locked decisions + handoff runbook
9ab1d4c docs: fix Star on GitHub button — use kramdown link instead of raw HTML
cc8cb2c docs: align "Star on GitHub" with the rest of the hero buttons
15435aa docs: add prominent "Star on GitHub" button to the home page hero
e9422d2 docs: add Dev Tools and Search Index video embeds
e9f9d95 docs: feature install video on home page; remove app demos from hero
Checksums
cc738a82896dc853cb25c4122457b2b6859ca760580661675a0e3a5e03d3f503 robos-v0.0.5-packages.tar.gz
2d4abd4697d5d5d104542f28c49632455dd7f506cccb6a87f6c83a7bf9297587 robos-v0.0.6-packages.tar.gz
deb4d2c997e4486dec8417b9494d210a80fa3ee0c8e35613a604547c2b0ad5b8 robos-v0.0.6-seed.iso
335d05...
RobOS v0.0.4
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 RufusThen 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
789ac1b chore: release v0.0.5 — GNOME migration fixes, install video pipeline, 20 app demos
b817367 docs: swap Report Builder video to re-rendered v2
d606bf6 docs: add Report Builder, Stage Demo, Git Login Manager embeds
6c959ed docs: add Task Servers, Context Manager, Deploy Tracker embeds
9cc1b00 docs: add Manager Dashboard, Desktop Customizer, Pass Manager embeds
36e44a5 docs: add Automation Studio, Workspace Manager, AI Agent Manager embeds
e098958 docs: add Dev Central video embed
99f4073 docs: add CI Monitor video embed
efe58cb docs: add PR Review Board video embed
6018ed6 docs: replace Issue Manager video with v2 (real issue loaded, richer flow)
5679304 docs: replace Workflow Studio video with v2 (AI-first, task-server-agnostic)
5f0a9f8 docs: add Task Board, Issue Manager, and Workflow Studio video embeds
f6ae4ee docs: replace screenshots with video embeds for Security Setup and Notifications
d3ec8b7 docs: embed Security Setup video, mark two demos published
1ada02a docs: expand roadmap with all 24 epics, YouTube plan, early-stage messaging
468e8f3 feat: Epic 24 — AI Agent Orchestration (12 stories, 65 pts)
206bc9b docs: fix home page title, add Open Graph meta tags for link previews
Checksums
ba786a3a00790f9a3ec088e32316df842451739f4fc60ae7d8d9d3620d44e30e robos-v0.0.4-packages.tar.gz
5359621ce1220e7a98f9ff0ec138877f09054919faaf5dd7005b8bf4a767e11a robos-v0.0.4-seed.iso
244b53f946783e1b4d634ffa010ab9f19bae44f34ba66c1a0ff1e32716c26170 robos-v0.0.4.iso
67139aac0d5b7d9ab050fddd224125eaaf0b82f8e123715f1f08c28b0a9b5c3a robos-v0.0.4.qcow2
cc738a82896dc853cb25c4122457b2b6859ca760580661675a0e3a5e03d3f503 robos-v0.0.5-packages.tar.gz
babf9ea74c3801f92049f741dfd69f0fcc8dcbe75ab60dadcdc2f80f9b2db03e RobOS-Installer-v0.0.4-linux.AppImage
404aab59698ef3bd76b28be78e3d5007b45530a8179c6c79aa03fa01911a7bde RobOS-Installer-v0.0.4-linux.deb
aa196d09f3b304c2dfc77020741f323225336fb4bb5dab375c3ed71604136d88 RobOS-Installer-v0.0.4-mac.dmg
6c854a57688a7f4ad7b5d3cb0d84528642f8a3ebe903a21836e8244f295367d9 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
RobOS v0.0.4
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 RufusThen 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
RobOS v0.0.3
RobOS v0.0.3
Quick Start
Download robos-v0.0.3.qcow2 (VM disk image) and robos-v0.0.3-seed.iso (installer), then:
# First boot — provisions the full RobOS desktop
qemu-system-x86_64 -m 16G -smp $(nproc) -enable-kvm -cpu host \
-drive file=robos-v0.0.3.qcow2,format=qcow2,if=virtio \
-drive file=robos-v0.0.3-seed.iso,format=raw,if=virtio \
-netdev user,id=net0,hostfwd=tcp::2224-:22 \
-device virtio-net-pci,netdev=net0 \
-display gtk
# After first boot completes and VM reboots, run without seed ISO:
qemu-system-x86_64 -m 16G -smp $(nproc) -enable-kvm -cpu host \
-drive file=robos-v0.0.3.qcow2,format=qcow2,if=virtio \
-netdev user,id=net0,hostfwd=tcp::2224-:22 \
-device virtio-net-pci,netdev=net0 \
-display gtkOr build from source: git clone, infra/desktop/build.sh, infra/desktop/run.sh --firstboot
Release Assets
| File | Description |
|---|---|
robos-v0.0.3.qcow2 |
Ready-to-boot VM disk image (Ubuntu 22.04 base, ~700 MB download) |
robos-v0.0.3-seed.iso |
Cloud-init seed ISO — provisions RobOS desktop + 30+ apps on first boot |
robos-v0.0.3-packages.tar.gz |
All RobOS Electron app packages (for manual install or development) |
SHA256SUMS |
Checksums for all artifacts |
What's New
3380c0f feat: RobOS installer ISO + flash-to-USB CLI tool
70b8f8b docs: add bare-metal laptop install guide to Getting Started + README
Checksums
4e5ec3429733af6201d4ec9be153162000f3d1712c260c4ca1235d2972df56af robos-v0.0.3-packages.tar.gz
7a4abed469d1f799c27ed6d45af7631eb43c2a05d9427b0576b92dfcd53284ae robos-v0.0.3-seed.iso
772e74bdf0ffa8b4ec3e0a324cfe45b0faafd87db92d3b79880c4e9b4aaf0d45 robos-v0.0.3.iso
67139aac0d5b7d9ab050fddd224125eaaf0b82f8e123715f1f08c28b0a9b5c3a robos-v0.0.3.qcow2
System Requirements
- QEMU/KVM with
/dev/kvmaccess (or any hypervisor that reads qcow2) - 16 GB RAM, 100 GB disk space
- SSH: port 2224 | VNC: port 5910 | SPICE: port 5932
RobOS v0.0.2
RobOS v0.0.2
Quick Start
Download robos-v0.0.2.qcow2 (VM disk image) and robos-v0.0.2-seed.iso (installer), then:
# First boot — provisions the full RobOS desktop
qemu-system-x86_64 -m 16G -smp $(nproc) -enable-kvm -cpu host \
-drive file=robos-v0.0.2.qcow2,format=qcow2,if=virtio \
-drive file=robos-v0.0.2-seed.iso,format=raw,if=virtio \
-netdev user,id=net0,hostfwd=tcp::2224-:22 \
-device virtio-net-pci,netdev=net0 \
-display gtk
# After first boot completes and VM reboots, run without seed ISO:
qemu-system-x86_64 -m 16G -smp $(nproc) -enable-kvm -cpu host \
-drive file=robos-v0.0.2.qcow2,format=qcow2,if=virtio \
-netdev user,id=net0,hostfwd=tcp::2224-:22 \
-device virtio-net-pci,netdev=net0 \
-display gtkOr build from source: git clone, infra/desktop/build.sh, infra/desktop/run.sh --firstboot
Release Assets
| File | Description |
|---|---|
robos-v0.0.2.qcow2 |
Ready-to-boot VM disk image (Ubuntu 22.04 base, ~700 MB download) |
robos-v0.0.2-seed.iso |
Cloud-init seed ISO — provisions RobOS desktop + 30+ apps on first boot |
robos-v0.0.2-packages.tar.gz |
All RobOS Electron app packages (for manual install or development) |
SHA256SUMS |
Checksums for all artifacts |
What's New
4e7ef13 feat: release pipeline now builds qcow2 + seed ISO + packages tarball
Checksums
09755e336c66e47f9dc6069f92d0d02567c28362ebe2f62a7c0d514ede7260c6 robos-v0.0.2-packages.tar.gz
31c975862d6d9fd185ad26ff29d2d1627e0b171611f7e235e5141908a6779dda robos-v0.0.2-seed.iso
67139aac0d5b7d9ab050fddd224125eaaf0b82f8e123715f1f08c28b0a9b5c3a robos-v0.0.2.qcow2
System Requirements
- QEMU/KVM with
/dev/kvmaccess (or any hypervisor that reads qcow2) - 16 GB RAM, 100 GB disk space
- SSH: port 2224 | VNC: port 5910 | SPICE: port 5932
RobOS v0.0.1
RobOS v0.0.1
Installation
# Clone and build
git clone https://github.com/nddipiazza/robos.git
cd robos && git checkout v0.0.1
infra/desktop/build.sh
infra/desktop/run.sh --firstbootOr download the packages tarball from this release and extract to packages/.
What's New
Initial release.
c4d3be3 fix: configure git identity in CI for robos-store tests
88170b3 feat: Epic 23 — Release pipeline, versioning, and README
63bff88 fix: set mermaid dark theme on all diagrams for readability
2cdaaea chore: remove all Hermetiq references, replace with acme-corp
181f20a fix: move cost table out of HTML div so Kramdown renders it, add Desktop Customizer heading
699d54a docs: major home page rewrite + Desktop Customizer docs + cost analysis
edba4b8 feat: Epic 22 — Desktop Customizer app (prompt-driven GNOME customization)
13f3ef2 docs: update home page with two-pillar brand + add Epic 22 to roadmap
4f7f583 feat: Epic 22 — RobOS Desktop Customizer (10 stories, 57 pts)
9d54580 docs: update desktop hero screenshot (edited version)
1b7edaa docs: replace home page hero with full desktop screenshot
b46f479 fix: add site.baseurl prefix to all link tags for GitHub Pages
9208be4 fix: add missing git-login-manager and task-servers icon SVGs to docs
327dbe1 docs: remove buildbarn-forms repo links, expand project description
cf9eb25 docs: add 23 live app screenshots from VM to documentation site
8b5fa11 feat: Epic 21 — GitHub Pages documentation site
c443eee feat: Epic 20 — Deep Test Coverage & Autonomous Verification (stories 01-04)
3533bb2 docs: add DevManager + ProductManager perspectives to MVP checklist
3284c44 docs: rename Dana to DevManager in MVP checklist for clarity
eeac78a docs: rewrite MVP checklist as hands-on manual test walkthrough
Checksums
c78529548285e285fd507912ccbfcff781e5ec642f7f282a1c3edce3df1d48cf robos-v0.0.1-packages.tar.gz
System Requirements
- QEMU/KVM with
/dev/kvmaccess - Node.js 20+
- 16 GB RAM, 100 GB disk space