Interactive TUI
Run tfx to launch a full terminal UI. Browse organizations, workspaces, runs, state, and more with keyboard-driven navigation.
TFx gives you an interactive TUI for exploring and a scriptable CLI for automation — both powered by the same API client and configuration.
Interactive TUI
Run tfx to launch a full terminal UI. Browse organizations, workspaces, runs, state, and more with keyboard-driven navigation.
Scriptable CLI
Use commands like tfx workspace list for automation, CI/CD pipelines, and scripting. JSON output with --json for machine consumption.
HCP Terraform & TFE
Works with both HCP Terraform (Terraform Cloud) and self-hosted Terraform Enterprise.
Open Source
MIT licensed and community driven. Contributions welcome and built by engineers who use it daily.
1. Install
brew install straubt1/tap/tfxdocker pull ghcr.io/straubt1/tfx:latestDownload the latest binary from the Releases page.
2. Configure
hostname = "app.terraform.io"defaultOrganization = "my-org"token = "my-token"3. Run
Launch the interactive TUI:
tfxOr use CLI commands directly:
tfx workspace list