Skip to content

Release v0.28.5

Choose a tag to compare

@github-actions github-actions released this 05 Jun 09:16
81367e2

Hippo 0.28.5

Installation

Quick Install (macOS)

curl -fsSL https://github.com/stevencarpenter/hippo/releases/download/v0.28.5/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 981fc95639a68dfc7dab6374efb1dbff71dc5f0ea4d72b33d5cc44f69405f60c
Brain (Python) hippo-brain-0.28.5.tar.gz a2f5001f16b8b8f1751e81df07589e4fcf2a8c4b731076c58b1053e655bd9de1

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