Hippo 0.28.5
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.5/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 |
981fc95639a68dfc7dab6374efb1dbff71dc5f0ea4d72b33d5cc44f69405f60c |
| Brain (Python) |
hippo-brain-0.28.5.tar.gz |
a2f5001f16b8b8f1751e81df07589e4fcf2a8c4b731076c58b1053e655bd9de1 |
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