Skip to content

Release v0.31.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:16
a39847a

Hippo 0.31.0

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.31.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 9462d66de160c74b6ade7f77fda810d3601e1ffb1e0497f3cafcfac130796727
Brain (Python) hippo-brain-0.31.0.tar.gz e912ab67194d9f44068ea6bc8d61d12c65ef52836c11cefb2c75dc820ff1effb

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