> ## Documentation Index
> Fetch the complete documentation index at: https://docs.machine0.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Powerful VMs on Demand

Install machine0

```bash theme={"theme":"css-variables"}
curl -LsSf https://machine0.io/install.sh | sh
```

Create stable, powerful VMs in your region. Ideal for offloading compute-heavy tasks like compilation, test runs, or automated research instead of grinding your laptop.

```bash theme={"theme":"css-variables"}
machine0 new buildbox --size 4xl --region us-east  # 32 vCPU, 128 GB RAM
machine0 ssh buildbox

machine0 suspend buildbox  # suspend, stop compute billing
machine0 start buildbox    # pick up where you left off
```

Sizes go from 1 vCPU / 1 GB up to 60 vCPU / 240 GB, plus [GPUs](/introduction/pricing) from RTX 4000 Ada to 8x H200.
