Skip to content

Release v0.30.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:25
884e5cc

Hippo 0.30.1

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.30.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 effa12c4400149bf3f7a40919270d63732dad7e5441dd0e90a0e032f87a198e6
Brain (Python) hippo-brain-0.30.1.tar.gz faf223996d6b489092746fbe175ad25fe0705437bf4ed9bbc737872aac7d5917

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