Hippo 0.31.0
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.31.0/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 |
9462d66de160c74b6ade7f77fda810d3601e1ffb1e0497f3cafcfac130796727 |
| Brain (Python) |
hippo-brain-0.31.0.tar.gz |
e912ab67194d9f44068ea6bc8d61d12c65ef52836c11cefb2c75dc820ff1effb |
Components
- hippo-daemon: Rust binary for shell capture, secret redaction, and CLI queries
- hippo-brain: Python enrichment server with LLM integration and vector embeddings
Verification
# Verify checksums
shasum -a 256 -c SHA256SUMS.txt