Skip to content

Release v0.28.7

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:01
8555559

Hippo 0.28.7

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.7/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 ac15fcfd82658ca4b34fe9b44c70c4f4a7f3fc6d46d5b3a8ac9e49bbbe816c74
Brain (Python) hippo-brain-0.28.7.tar.gz 807581294a3cb486feae83bc90d3d22fd57d119cdee82adcc7d25356174075d8

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