Skip to main content

System requirements

RequirementMinimum
Operating systemLinux (amd64, arm64), macOS (amd64, arm64), Windows (amd64)
Bun or Node.jsBun 1.0+ or Node.js 18+ (only if tool scripts import npm packages)
The Hyperterse binary is a single statically linked executable. It has no runtime dependencies — no external runtime is needed to build or serve manifests.

Install

Hyperterse is available on multiple package managers. The recommended way to install is via the installer script, but you can also install manually.
curl -fsSL https://hyperterse.com/install | bash
Once installed, you can verify the installation by running:
hyperterse --version

Upgrade

To upgrade to the latest version, run:
hyperterse upgrade
Include pre-release builds with --prerelease, or target a specific major version with --major 3 or --major next.