TClone: Low-Latency Forking of Live GUI Environments for Computer-Use Agents
Yutong Huang, Vikranth Srivatsa, Alex Asch, Hansin Tushar Patwa, Yiying Zhang

TL;DR
TClone is a system that enables low-latency, forkable snapshots of live GUI environments, improving safety and efficiency for computer-use agents operating in personal workspaces.
Contribution
TClone introduces a novel approach to fast, low-latency workspace versioning combining container sibling snapshots, copy-on-write memory, and asynchronous checkpointing.
Findings
Reduces task latency by 1.9x over KVM
Reduces task latency by 1.5x over CRIU
Supports safer, higher-quality agent execution in personal environments
Abstract
Computer-use agents increasingly operate inside live personal workspaces, where their actions can modify files, applications, GUI state, credentials, and authenticated sessions. This creates a tension between safety and quality: agents need isolation and rollback to avoid damaging user state, but also need fast branching to support speculative execution and parallel search. Existing VMs, containers, and checkpoint/restore systems can isolate or recover workloads, but they do not provide low-latency versioning of a full interactive workspace. We present TClone, a forkable personal workspace system for computer-use agents. TClone enables a live GUI workspace to be snapshotted, forked into isolated branches, rolled back, and selectively committed or merged. Its design separates fast branch creation from durable checkpointing, using sibling containers, copy-on-write memory sharing,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
