A minimal Kubernetes-like orchestrator for running multiple concurrent Windows Sandboxes via HCS API.
| Approach | Concurrency | Boot Time | Complexity |
|---|---|---|---|
| Windows Sandbox | 1 only β | 2s | Low |
| Hyper-V VMs | N β | 30-60s | High |
| **Turn Your Clients' Manual Data Entry Into Recurring Revenue** | |
| Your clients are stuck doing hours of copy-paste between systems that don't talk to each other. Old ERP, government portals, industry-specific software with no APIs. They've accepted it as "just how it is." | |
| **That's your opportunity.** | |
| Mediar automates those legacy desktop apps - the ones everyone else says can't be automated. No APIs needed. No changes to their existing software. | |
| **What MSPs are automating:** | |
| - Data sync between disconnected systems |
A comprehensive technical reference for understanding and reverse engineering Windows Sandbox, HCS APIs, and Hyper-V hypervisor internals.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β USER MODE β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
A minimal Kubernetes-like orchestrator for UI automation agents, built on hcs-sandbox.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Kubernetes β HCS-Kube Mapping β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β APPLICATION LAYER β
ββββββββββββββββββββ¬βββββββββββββββββββ¬βββββββββββββββββββ¬ββββββββββββββββββββββββββββββββ€
β β β β β
β Docker CLI β Windows β β
hcs-sandbox β Hyper-V Manager β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β USER MODE (Host) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββββββββββββββ β
β β WindowsSandbox β β Windows β β WSB Config Parser β β
graph TB
%% Styling
classDef infra fill:#1e3a5f,stroke:#4a90d9,color:#fff
classDef platform fill:#2d5016,stroke:#6ba32d,color:#fff
classDef app fill:#5c1a5c,stroke:#b366b3,color:#fff
classDef mediar fill:#d4af37,stroke:#ffd700,color:#000,stroke-width:3px
classDef legacy fill:#4a4a4a,stroke:#888,color:#fff| name: Install Google Chrome on Windows VM | |
| description: Automated workflow to download and install Google Chrome browser on Windows VM using direct download | |
| version: 2.0.0 | |
| date_created: 2025-10-14 | |
| author: Claude Code with terminator-mcp-agent | |
| tool_name: execute_sequence | |
| arguments: | |
| steps: | |
| # Step 1: Check if Chrome is already installed |