Hippo 0.30.2
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.30.2/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 |
9d871c88f973acc09c62c159e6396fdf3417e218445861a3659511459c29e6a1 |
| Brain (Python) |
hippo-brain-0.30.2.tar.gz |
e4ee136a171774663f9539e5a2e51d6342cd96d3098697acf0a0bf2bb5fb63b9 |
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