Download Latest Version @hyperdx_otel-collector@2.35.0 source code.zip (17.2 MB)
Email in envelope

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

Home / cli-v0.6.1
Name Modified Size InfoDownloads / Week
Parent folder
hdx-darwin-arm64 2026-08-14 68.5 MB
hdx-darwin-x64 2026-08-14 73.6 MB
hdx-linux-x64 2026-08-14 106.7 MB
@hyperdx_cli v0.6.1 source code.tar.gz 2026-08-14 16.3 MB
@hyperdx_cli v0.6.1 source code.zip 2026-08-14 17.2 MB
README.md 2026-08-14 1.6 kB
Totals: 6 Items   282.3 MB 0

@hyperdx/cli v0.6.1

Patch Changes

  • 9581e164: Rewrite the README with the full feature set and command reference (TUI, chart, query, sources/connections/dashboards, auth, team, upload-sourcemaps) ahead of launch, so npm and GitHub show everything the CLI can do. Also remove a stale reference to the removed hdx stream command from hdx chart --help.
  • 018a6486: Clean up ESLint warnings and tighten lint enforcement. Resolved all no-unused-vars and @typescript-eslint/ban-ts-comment warnings (removing dead code and converting @ts-ignore to described @ts-expect-error), then promoted those rules to error in the api/app/common-utils/cli/hdx-eval configs, disabled the noisy @typescript-eslint/no-empty-function rule in app, and lowered each package's --max-warnings ceiling so the counts can't regress. Behavior is unchanged.

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.6.1/hdx-darwin-arm64 -o hdx
# macOS Intel
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.6.1/hdx-darwin-x64 -o hdx
# Linux x64
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.6.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-08-14