Early Bird Program: Lock in 30%-50% off forever! Only 500 slots available Early Bird:30%-50% off Claim Your Discount Claim Now

Download CelerBuild

Get started with CelerBuild 0.8.8 - Released on 2025-03-31

Quick Install with curl
Auto Install (macOS & Linux)
curl -fsSL https://raw.githubusercontent.com/celerbuild/download/refs/heads/main/install.sh | sh
Manual Install Steps
# Download install script curl -O https://raw.githubusercontent.com/celerbuild/download/refs/heads/main/install.sh # Make it executable chmod +x install.sh # Run install script ./install.sh
Run CelerBuild
# Run in Foreground Mode celerbuild

CelerBuild can run in Foreground Mode or Background Mode (recommended for production). Learn more about running CelerBuild

Quick Install with Homebrew
Install via Homebrew (macOS)
brew tap celerbuild/celerbuild brew install celerbuild

Requires Homebrew package manager

Verify Installation
celerbuild -version
Run CelerBuild
# Run directly celerbuild # Or start as a service brew services start celerbuild
Direct Downloads
macOS

Download for macOS systems

Requires macOS 11 or later

Linux

Download for Linux systems

Requires Linux 2.6.32 or later


Verify Your Download
File Name SHA256 Checksum
celerbuild-0.8.8-darwin-amd64.tar.gz e2f606cbf9028b3f717f07d2e690ce372200c72bfccecaadfa32d239151359f2
celerbuild-0.8.8-darwin-arm64.tar.gz ced9d5cd65659b10c9933050623085083dd96808a0cab6b58a41e9b0aa01ccf2
celerbuild-0.8.8-linux-amd64.tar.gz b2e084d3dd2c8519ca9eac952348cf709170e8f6c7e2e06aedb26bdf6a7387cf
celerbuild-0.8.8-linux-arm64.tar.gz dcb416295c245faef0b281762e29602e65c509e95e3547a098e122d880bd0a81

Verify file integrity using SHA256 checksum:

# For macOS shasum -a 256 celerbuild-0.8.8-darwin-amd64.tar.gz # For Linux sha256sum celerbuild-0.8.8-linux-amd64.tar.gz

Learn more about verifying downloads