H33-KeyH33-Agent-008H33-74Q-SignSDKsDocsPricing
Install · H33-Key v0.1

One command. From source.

No pre-built binaries yet. You build the same source we ship. Honest about it.

$ curl -fsSL https://h33.ai/install/install.sh | sh

Requires Rust (the installer will tell you how to get it if it's missing).

What this installer does

Seven steps. Nothing more, nothing faked.

1
Detects OS + architecture. macOS or Linux on arm64 or x86_64.
2
Checks the Rust toolchain. If cargo is missing, prints the rustup install command and exits.
3
Builds h33-key from source. cargo install --git ... --branch h33-key/v0-standalone. ~60-90s first build.
4
Verifies the install. Runs h33-key --version and confirms the binary is reachable.
5
Prints first commands. Working examples for wrap, run (env + stdin), and delegate.
6
States what's wired vs gated. Side-by-side ✓ / ⏳ list so you know exactly what works today.
Honest about what's gated

What this installer does NOT do (yet)

These need the scif-backend runtime substrate. Until then, the installer does not pretend they work.

When the runtime ships, this installer gains --bind <token> and the missing onboarding steps. Today it does what it can honestly do.

Don't pipe curl to sh? Install manually.

Some people don't trust curl | sh. Reasonable. Here's the manual path.

# 1. Read the script first.
$ curl -fsSL https://h33.ai/install/install.sh -o install.sh
$ less install.sh

# 2. Run it when satisfied.
$ sh install.sh

# OR skip the script entirely — just cargo install directly.
$ cargo install --git https://gitlab.com/drata5764111/h33/scif-backend.git \
                --branch h33-key/v0-standalone --bin h33-key h33-key

Next

The Product
H33-Key
Secret-Use Governance category. What H33-Key does + why.
The Source
scif-backend / h33-key/v0-standalone
Standalone Rust crate. 50 tests pass. Read what you're installing.
The Parent
H33-Agent-008
The Root authority lifecycle H33-Key participates in.