Hippo 0.29.1
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.29.1/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 |
1a78c67f3598dee5e66dcef216ade81af7e24c2d1e5df56a05c936be597c0b3a |
| Brain (Python) |
hippo-brain-0.29.1.tar.gz |
0cdfae789c9f938c0ecbdd3a95b2d634ef0a72968f851f809d215531edc0f57e |
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