Hippo 0.34.1
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.34.1/install.sh | bash
Manual Installation
- Download the appropriate artifacts for your system
- Verify checksums against
SHA256SUMS.txt
- Follow the installation instructions in the README
Artifacts
| Component |
File |
SHA-256 |
| Daemon (CLI) |
hippo-darwin-arm64 |
7c18f24ca69263bd46148a97400b309e61afef9b543b80fb382d8fa3a46d2b09 |
| Brain (Python) |
hippo-brain-0.34.1.tar.gz |
a7c3f3317d5660008d38036a7f1d6f8db08880da16a4dd58d08b42f77142ac8e |
Components
- hippo-daemon: Rust binary for shell capture, secret redaction, and CLI queries. Minimal build with default features disabled (no OTel metrics exporter); build from source with
cargo build --release for the full feature set.
- hippo-brain: Python enrichment server with LLM integration and vector embeddings
Verification
# Verify checksums
shasum -a 256 -c SHA256SUMS.txt