Silent Install HQ
ZIP WinGet

Temporal CLI

Temporal Technologies Inc. · 1.7.0 · arm64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.

File Identity

SHA256 004d8d9c452d7474b4fb2a1ee8921497f002a1aec958857827d42965def5de42 VirusTotal ↗
Filename temporal_cli_1.7.0_windows_arm64.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Temporal.TemporalCLI
Version 1.7.0
Description Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
License MIT
Release Notes Breaking Changes Structured logging removed from CLI commands The CLI itself no longer uses structured logging. Warnings and errors are printed as plain text to stderr. The --log-level flag now only controls logging for the SDK client and server start-dev. Its default has changed from info to never for most commands (warn for server start-dev). If you rely on structured log output, pass --log-level info explicitly to restore the previous SDK logging behavior. Activity command flag changes Remove…