Temporal command-line interface and development server.
Reference the documentation for detailed install information.
brew install temporal
- Download the version for your OS and architecture:
- Linux amd64
- Linux arm64
- macOS amd64
- macOS arm64 (Apple silicon)
- Windows amd64
- Extract the downloaded archive.
- Add the
temporal
binary to yourPATH
(temporal.exe
for Windows).
- Install Go
- Clone repository
- Switch to cloned directory, and run
go build ./cmd/temporal
The executable will be at temporal
(temporal.exe
for Windows).
Reference the documentation for detailed usage information.
See CONTRIBUTING.md.