Hollyclaw Downloads

Download the latest version of Hollyclaw CLI, Server, and App

Latest builds from GitHub Actions

Hollyclaw CLI

Loading...

Command-line interface for managing Hollyclaw tasks, projects, and workflows.

🐧 Linux
x86_64 (64-bit Intel/AMD)
Download
tar.gz ~5MB
🍎 macOS
Apple Silicon (ARM64)
Download
tar.gz ~5MB
🍎 macOS
Intel (x86_64)
Download
tar.gz ~5MB

Hollyclaw Server

Loading...

Backend server for Hollyclaw API, database synchronization, and multi-client coordination.

🐧 Linux Server
x86_64 (64-bit Intel/AMD)
Download
tar.gz ~25MB
⚠️ Server Requirements: Swift 6.1+ runtime, PostgreSQL 14+, and proper environment configuration required.

Hollyclaw App

Loading...

Desktop application for Hollyclaw with GUI interface (Coming Soon).

🐧 Linux
x86_64 (64-bit Intel/AMD)
Download
tar.gz ~10MB

Quick Installation

CLI Installation

# Download and extract
curl -L https://downloads.hollyclaw.net/latest/cli/hollyclaw-cli-linux-x86_64.tar.gz | tar xz

# Move to system path
sudo mv hollyclaw /usr/local/bin/

# Verify installation
hollyclaw --version

Verify Checksums (Recommended)

# Download checksums
curl -O https://downloads.hollyclaw.net/latest/cli/SHA256SUMS

# Verify
sha256sum -c SHA256SUMS