Download Latest Version @hyperdx_app@2.23.1 source code.tar.gz (14.8 MB)
Email in envelope

Get an email when there's a new version of HyperDX

Home / cli-v0.2.1
Name Modified Size InfoDownloads / Week
Parent folder
hdx-darwin-arm64 < 11 hours ago 68.2 MB
hdx-darwin-x64 < 11 hours ago 73.2 MB
hdx-linux-x64 < 11 hours ago 106.3 MB
@hyperdx_cli v0.2.1 source code.tar.gz < 11 hours ago 14.9 MB
@hyperdx_cli v0.2.1 source code.zip < 11 hours ago 15.3 MB
README.md < 11 hours ago 776 Bytes
Totals: 6 Items   277.8 MB 0

@hyperdx/cli v0.2.1

Installation

npm (recommended):

:::bash
npm install -g @hyperdx/cli

Or run directly with npx:

:::bash
npx @hyperdx/cli tui -s <your-hyperdx-api-url>

Manual download (standalone binary, no Node.js required):

:::bash
# macOS Apple Silicon
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.2.1/hdx-darwin-arm64 -o hdx
# macOS Intel
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.2.1/hdx-darwin-x64 -o hdx
# Linux x64
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.2.1/hdx-linux-x64 -o hdx

chmod +x hdx && sudo mv hdx /usr/local/bin/

Usage

:::bash
hdx auth login -s <your-hyperdx-api-url>
hdx tui
Source: README.md, updated 2026-04-10