Skip to content

Self-Hosting

Terminal window
docker run -d -p 8001:8001 ghcr.io/synapse-run/cell-gateway:latest
VariableDefaultDescription
SYNAPSE_PORT8001Gateway HTTP port
SYNAPSE_AUTH_ENABLEDfalseEnable API key auth
SYNAPSE_MAX_CELLS1000Max concurrent sandboxes
SYNAPSE_TIMEOUT_MS3600000Default cell timeout
SYNAPSE_DATA_DIR/var/synapsePersistent data directory
  • OS: Linux (x86_64 or ARM64), macOS (Apple Silicon)
  • Memory: 2GB minimum, 8GB recommended
  • Disk: 10GB for gateway + data
  • Runtime: Docker or direct Rust binary