hermai-cli
v0.2.4
Published
Turn any website into a structured JSON API for AI agents.
Downloads
375
Maintainers
Readme
hermai-cli
npm wrapper for the hermai CLI — turns any website into a structured JSON API for AI agents.
Install
npm install -g hermai-cli
# or
npx hermai-cli --helpOn install, the package's postinstall downloads the correct prebuilt
binary for your platform (macOS/Linux/Windows × amd64/arm64) from the
corresponding GitHub release, verifies its sha256 against the release's
checksums.txt, and places it alongside the wrapper. No cgo, no Go
toolchain required.
Environment
HERMAI_SKIP_POSTINSTALL=1skips the binary download at install time. Useful in sandboxed CI where outbound network to GitHub releases is blocked; you'll need to drop the binary atnode_modules/hermai-cli/bin/hermaiyourself.
Other install channels
brew install hermai-ai/hermai/hermai(Homebrew, macOS/Linux)go install github.com/hermai-ai/hermai-cli/cmd/hermai@latest(Go toolchain)- GitHub Releases tarballs — https://github.com/hermai-ai/hermai-cli/releases
Usage
See docs.hermai.ai.
License
AGPL-3.0-or-later — same as the upstream binary.
