Hippo 0.30.0
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.30.0/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 |
4a30236555c0884f069f73d40e1be6740e613ec54afaeba2b1e58dd1ac639cdb |
| Brain (Python) |
hippo-brain-0.30.0.tar.gz |
6bb705bcf070e721112a27d764abb3a02acc216f9704b83925555443edc18ec8 |
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