Skip to content

Release v0.29.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 05:26
d5aeaa6

Hippo 0.29.0

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.29.0/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 7db7f09103f1c2ff444c01e15883466dd16b2d0488a286409bece6bde581cbe0
Brain (Python) hippo-brain-0.29.0.tar.gz af280291567b318ee66931edecc343e8d88f17d88829cf44a3735f1999c1953f

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