Layer 3 · self-hosting reality check
What it actually takes to self-host OrbStack
The docs say 2 GB. In practice you want 4 GB, and it releases memory back better than the alternatives. Here is the honest version — real requirements, real monthly cost, what you will be maintaining, and the one thing that catches people out.
Usually reached from Docker Desktop alternatives, where OrbStack is one of the picks.
Wondering whether you need to at all? Is Docker Desktop free? — what the free tier actually allows, and where the wall is.
| RAM — documented minimum | 2 GB |
|---|---|
| RAM — what it really needs | 4 GB, and it releases memory back better than the alternatives |
| CPU | 2 vCPU |
| Disk | Grows on demand rather than pre-allocating |
| Monthly cost | $0 for personal use; commercial use requires a paid licence |
| Setup time | 5 minutes |
| How you install it | Download the app; it detects an existing Docker Desktop install and migrates |
| Ongoing maintenance | Very low. It updates itself and there is no server component to patch. |
| Where it stops scaling | A full local stack including Kubernetes and Linux machines. macOS only. |
The thing that catches people out
It is the fastest and lightest option on macOS and it is not open source, which is the trade nobody mentions until it matters. Personal use is free; commercial use needs a licence. Teams adopt it individually, love it, and then discover the company needs to buy seats — the same shape as the Docker Desktop change that sent everyone looking in the first place.
When not to self-host OrbStack
You are replacing Docker Desktop specifically to escape proprietary licensing. You would be swapping one licence for another.
Every guide here carries this section. A site that only ever tells you to self-host is selling something — the useful answer is sometimes no.
Other Layer 3 self-hosting guides
Common questions
- How much RAM does OrbStack actually need?
- 4 GB, and it releases memory back better than the alternatives in practice. The documented minimum is 2 GB, which is the figure at which the process starts rather than the figure at which it works under real use. 2 vCPU alongside it.
- What does self-hosting OrbStack cost per month?
- $0 for personal use; commercial use requires a paid licence This is commodity VPS pricing and excludes your time, which is the larger cost for most people — budget for very low. It updates itself and there is no server component to patch.
- How long does it take to set up OrbStack?
- 5 minutes, via Download the app; it detects an existing Docker Desktop install and migrates.
- When should I NOT self-host OrbStack?
- You are replacing Docker Desktop specifically to escape proprietary licensing. You would be swapping one licence for another.
- What is the most common mistake when self-hosting OrbStack?
- It is the fastest and lightest option on macOS and it is not open source, which is the trade nobody mentions until it matters. Personal use is free; commercial use needs a licence. Teams adopt it individually, love it, and then discover the company needs to buy seats — the same shape as the Docker Desktop change that sent everyone looking in the first place.