Temporal
Getting Started Commands
Quick setup and installation
4 commands
Commands
Install Temporal CLI (macOS)
$ brew install temporal
Install Temporal CLI using Homebrew on macOS
Install Temporal CLI (Linux)
$ curl -sSf https://temporal.download/cli.sh | sh
Install Temporal CLI on Linux using the official installer
Start local dev server
$ temporal server start-dev
Start Temporal development server locally (runs at localhost:7233, UI at localhost:8233)
Verify installation
$ temporal workflow list
List workflows to verify Temporal CLI and server connection