Hippo 0.28.7
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.7/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 |
ac15fcfd82658ca4b34fe9b44c70c4f4a7f3fc6d46d5b3a8ac9e49bbbe816c74 |
| Brain (Python) |
hippo-brain-0.28.7.tar.gz |
807581294a3cb486feae83bc90d3d22fd57d119cdee82adcc7d25356174075d8 |
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