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).
Seven steps. Nothing more, nothing faked.
cargo is missing, prints the rustup install command and exits.h33-key from source. cargo install --git ... --branch h33-key/v0-standalone. ~60-90s first build.h33-key --version and confirms the binary is reachable.wrap, run (env + stdin), and delegate.These need the scif-backend runtime substrate. Until then, the installer does not pretend they work.
h33-key acceptWhen the runtime ships, this installer gains --bind <token> and the missing onboarding steps. Today it does what it can honestly do.
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