Skip to content

Release v0.29.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 07:14
d888913

Hippo 0.29.1

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.29.1/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 1a78c67f3598dee5e66dcef216ade81af7e24c2d1e5df56a05c936be597c0b3a
Brain (Python) hippo-brain-0.29.1.tar.gz 0cdfae789c9f938c0ecbdd3a95b2d634ef0a72968f851f809d215531edc0f57e

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