Glasswarp
Automate any Windows app with no API.
When the workflow hits the desktop.
Pair the PC once — yours or your client's. Drive it from n8n, Cursor, or a script.
Eyes and hands on real Windows. n8n keeps the canvas; we are the Windows hop. Data stays on that machine.
pip install glasswarp
from glasswarp import GlasswarpClient
gw = GlasswarpClient(api_key="gw_live_sk_...")
session = gw.create_session(rig_id="office-pc", mode="desktop")
obs = gw.observe(session.session_id)
save = next(t for t in obs.targets if t.name == "Save")
gw.click_target(session.session_id, save)
gw.end_session(session.session_id)
Playwright for the web. Glasswarp for everything the browser can't touch.
Get started for free · Use with n8n · Connect via MCP · Pricing · Docs
Who it's for
- RPA freelancers — client desktop app, instinct is Python
- n8n — canvas already runs; Glasswarp is the hop when there is no Windows node
- Small shops — more automations per engineer
- Vertical AI — build on licensed EHR/AMS that can't move to a VM
On a PC you already own — not a rented desktop
| Hosted computer-use | Glasswarp | |
|---|---|---|
| Runs on | Vendor VM | A PC you already own |
| Apps | Vendor image | Already licensed |
| Data | Leaves | Stays |
| Watch | After the fact | Live View + kill |
UiPath cost vs Glasswarp
Glasswarp: Free / $20 / $99. UiPath Pro/Unattended is quote-only on uipath.com/pricing.
Safer than the way you access that PC today
Today, desktop work on someone else's machine usually means standing remote access (TeamViewer, RDP, VPN), a full-privilege robot service, or a domain login. Glasswarp is narrower: session-scoped, capability-scoped, owner-visible, killable, and audited. Apps and data stay on that PC — no cloud Windows VM.
- Owner opts in per PC — API access off until enabled; revoke anytime
- Visible while it runs — on-screen “API session active” badge
- Scoped keys and kill switch — limit by rig/capability; kill from console
- Live View and audit — owner watches ~60fps; every session is logged
What you get today
UIA targets, observe, native input, Live View, consent, kill switch. Click by id — not raw coordinates. Not claimed: record/replay or self-heal.
Pricing
Session minutes on unlimited paired rigs. You bring the brain; we meter active time.
- Free — $0 · 500 min · 1 session
- Builder — $20/mo · 2,000 min · 3
- Growth — $99/mo · 12,000 min · 10
- Enterprise — Custom
Idle sessions auto-end. Full table: pricing.
FAQ
Eyes vs brain?
We provide vision and input. You bring the model and task logic.
Record/replay?
No — not shipped. UIA targets + Live View are.
How do you compare to UiPath on price?
Glasswarp is Free / $20 / $99 on session minutes; UiPath Pro/Unattended is quote-only. Dollar figures and sources: /#uipath.
Wire the SDK?
Yes — pip install glasswarp,
n8n HTTP Request, or
MCP with no project code.
Full FAQ: /faq
How it works
- Create an account
- Install the Windows host
- Enable API access · n8n, Cursor, or Python