Hippo 0.26.1
Installation
Quick Install (macOS)
curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.26.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 |
a5aadf69625fb9f124ee1091ea32f1148376bcf40b933c87a21fbdad3092df19 |
| Brain (Python) |
hippo-brain-0.26.1.tar.gz |
acad0cb31811998e1c34dabb9bcdba6d550e7909fe8764b606504215c6fed7fd |
| GUI (macOS App) |
HippoGUI-0.26.1-25.zip |
f348e466edc65cc1f2e9b229d2a6c00bac367afd3765b2586be1dcd1678827ce |
Components
- hippo-daemon: Rust binary for shell capture, secret redaction, and CLI queries
- hippo-brain: Python enrichment server with LLM integration and vector embeddings
- HippoGUI: Native macOS SwiftUI app for browsing knowledge and events
Verification
# Verify checksums
shasum -a 256 -c SHA256SUMS.txt