Hippo 0.29.0
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.29.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 |
7db7f09103f1c2ff444c01e15883466dd16b2d0488a286409bece6bde581cbe0 |
| Brain (Python) |
hippo-brain-0.29.0.tar.gz |
af280291567b318ee66931edecc343e8d88f17d88829cf44a3735f1999c1953f |
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