Hippo 0.28.6
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.6/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 |
155efa75d8c452accab5f1dc79ab36dc689aeb39fc348918e851b0a08fc52986 |
| Brain (Python) |
hippo-brain-0.28.6.tar.gz |
13a4756c9fd74ee28d2c4c1290ab66c909c881a7b56a12fe8a0959f72b858c58 |
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