Rust CLI · 2026
Slipspace

A high-performance remote workspace synchronization and execution system that lets local AI coding agents develop on cloud infrastructure at native local speeds.
Slipspace removes the latency and context overhead of remote AI-assisted development. A reader-blocking FUSE architecture keeps reads, searches, and directory listings local while synchronizing changes to remote infrastructure with binary delta patches.
Files being uploaded are marked dirty, causing remote readers such as builds and test runners to wait until synchronization is complete. A persistent content cache and in-memory metadata cache keep local operations fast, while multiplexed OpenSSH connections execute remote commands in roughly 150 milliseconds.
The profile-based CLI handles mounting, remote command execution, cache management, daemon installation, and workspace restoration without requiring coding agents to repeatedly construct verbose SSH commands.