🐱 Catnip CLI 0.12.1
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sSfL install.catnip.sh | sh
# Install specific version
curl -sSfL install.catnip.sh | sh -s -- --version v0.12.1Note
The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 19d581d: Add PTY readiness API for iOS app stuck detection ( <>)
- 4a5d196: Bump devcontainer feature version to 1.3.0 ( <>)
- d5c62e6: Fix PTY status handler: use shared path helpers for Claude project directories (#248) (@vanpelt)
- 6fef567: Fix catnip service not starting on codespace resume ( <>)
- 8465096: Update landing page for App Store launch ( <>)
- 87d8574: Wait for fresh environment before starting catnip service (#247) (@vanpelt)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.12.1/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing📖 Documentation
Full Changelog: v0.12.0...v0.12.1