Get started with CelerBuild 0.8.8 - Released on 2025-03-31
curl -fsSL https://raw.githubusercontent.com/celerbuild/download/refs/heads/main/install.sh | sh
# 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 in Foreground Mode
celerbuild
CelerBuild can run in Foreground Mode or Background Mode (recommended for production). Learn more about running CelerBuild
brew tap celerbuild/celerbuild
brew install celerbuild
Requires Homebrew package manager
celerbuild -version
# Run directly
celerbuild
# Or start as a service
brew services start celerbuild
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