Download the latest version of Hollyclaw CLI, Server, and App
Latest builds from GitHub ActionsCommand-line interface for managing Hollyclaw tasks, projects, and workflows.
Backend server for Hollyclaw API, database synchronization, and multi-client coordination.
Desktop application for Hollyclaw with GUI interface (Coming Soon).
# 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
# Download checksums
curl -O https://downloads.hollyclaw.net/latest/cli/SHA256SUMS
# Verify
sha256sum -c SHA256SUMS