Docs / Hosting options / Advanced options

Advanced options

Overview

Advanced options are designed for teams that need tighter runtime isolation, stronger infrastructure controls, or always-on cloud execution.

Coming soon: Local Apple Container, GCP, and AWS are not generally available yet.

Prerequisites

  • Comfort with CLI setup and cloud credentials.
  • Ability to manage infrastructure lifecycle and access policies.
  • Monitoring and log retention plan for production usage.

Local Apple ContainerComing soon

Run locally with containerized isolation on Apple hardware. This can improve reproducibility by keeping runtime dependencies inside a controlled environment.

Use this option when you want local data residency with clearer process boundaries than a direct host runtime.

GCPComing soon

Deploy to Google Cloud when you want managed cloud infrastructure and scalable compute.

vellum hatch --remote gcp

Confirm IAM permissions and network boundaries before production rollout.

AWSComing soon

Deploy to AWS when your organization already standardizes on AWS identity, networking, and observability tools.

vellum hatch --remote aws

Apply least-privilege IAM policies and restrict inbound access to minimize risk.

Compare options

OptionBest forRequirementsTradeoff
Local Apple Container (Coming soon)Local isolation and reproducible runtime setupContainer runtime on Apple hardwareExtra local setup complexity
GCP (Coming soon)Cloud-hosted assistants on Google CloudGCP project, auth, and network configurationCloud cost and operations ownership
AWS (Coming soon)Cloud-hosted assistants in AWS environmentsAWS account, IAM setup, and networkingCloud cost and operations ownership