Skip to content

Release v0.28.6

Choose a tag to compare

@github-actions github-actions released this 06 Jun 06:36
5c2dd3d

Hippo 0.28.6

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.6/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 155efa75d8c452accab5f1dc79ab36dc689aeb39fc348918e851b0a08fc52986
Brain (Python) hippo-brain-0.28.6.tar.gz 13a4756c9fd74ee28d2c4c1290ab66c909c881a7b56a12fe8a0959f72b858c58

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