Hippo 0.28.4
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.4/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 |
da99488c6742bc2254736a21a7f8478f875a0c0e28ac204dabf31171918dd7bc |
| Brain (Python) |
hippo-brain-0.28.4.tar.gz |
3825c115339ba71d4eb9d1120f6d7b342f45b999757097c34dd72dabaad26eaf |
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