Skip to main content
A workspace is a Linux micro-VM with its own kernel, filesystem, and resource allocation. An app is a service or CLI tool installed inside a workspace. Several apps can share a workspace.

From source to a running app

rig.yaml describes your app. In v0.13, a normal deployment prepares an app release in managed directories, then activates it. The workspace stays in place. An image deployment instead prepares a frozen workspace environment; use that path when you need to provision system packages or reproduce the entire runtime.

Choose the right resource

Choose your next step