Skip to content

Release v0.28.4

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:06
c671c38

Hippo 0.28.4

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.4/install.sh | bash

Manual Installation

  1. Download the appropriate artifacts for your system
  2. Verify checksums against SHA256SUMS.txt
  3. Follow the installation instructions in the README

Artifacts

Component File SHA-256
Daemon (CLI) hippo-darwin-arm64 da99488c6742bc2254736a21a7f8478f875a0c0e28ac204dabf31171918dd7bc
Brain (Python) hippo-brain-0.28.4.tar.gz 3825c115339ba71d4eb9d1120f6d7b342f45b999757097c34dd72dabaad26eaf

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