Skip to content

Release v0.30.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 05:19
676ea2a

Hippo 0.30.2

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.30.2/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 9d871c88f973acc09c62c159e6396fdf3417e218445861a3659511459c29e6a1
Brain (Python) hippo-brain-0.30.2.tar.gz e4ee136a171774663f9539e5a2e51d6342cd96d3098697acf0a0bf2bb5fb63b9

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