Linux and macOS are now live

Run AI Code

Brass tacks.
Global stacks.

Self-driving infrastructure - ship sandboxes onto the infrastructure you already run

ProxmoxLinuxmacOSAWSGCPAzureDigitalOceanHetzner

We all know our hardware is as powerful as it has ever been. Isn't it a bit odd that everyone keeps trying to convince you to rent theirs instead?

Execution model

Use the capacity you own first. Add the cloud when it earns its keep.

Start from your infrastructure

Run sandboxes on the Proxmox, Linux, and bare-metal capacity you already own.

Keep cost as the largest input

Place workloads where they make financial sense and reduce your exposure to cloud bill shock.

Move to the cloud when you want

Keep sandbox execution consistent as infrastructure shifts across your own hosts and cloud regions.

Shared sandbox fabric

Give sandboxes a shared filesystem and mesh networking without making every host feel different.

Sandbox runtime architecture

A lightweight host agent manages sandbox lifecycles, health checks, and networking directly on your infrastructure.

gstacks-agent service status

One control plane.
Any infrastructure.

GlobalStacks abstracts away the vendor-specific complexity. Whether it's a Proxmox node in your basement or an EC2 instance in us-east-1, the sandbox execution experience is identical.

  • Unified sandbox management
  • Sandboxes with shared filesystem and mesh networking
  • Cross-cloud network mesh
  • Centralized logging & metrics
  • Infrastructure-agnostic APIs
sandbox.yaml
target: 
  type: proxmox-lxc
  node: 'pve-01'
sandbox:
  name: 'agent-runner'
  image: 'node:20-alpine'
  resources:
    cpu: 2
    memory: 2048

Code is cheap.
DevOps is what will cost you.

Start cooking