RocketBlend is a CLI tool that streamlines the process of managing builds and addons for Blender projects.
See Quick Start in our documentation.
For more detailed installation instructions, please refer to the full documentation.
Windows users can install rocketblend using Scoop.
scoop bucket add rocketblend "https://github.com/rocketblend/scoop-bucket"
scoop install "rocketblend/rocketblend"MacOS users can install rocketblend using Homebrew.
brew tap "rocketblend/homebrew-tap"
brew install rocketblendTo install pre-compiled binaries for rocketblend, you can either manually download the latest release or use the provided scripts to automate the process:
- Manual installation: Download the latest release from the releases page and extract the binary to a directory included in your
PATH. - Automated installation: Run the appropriate script for your platform to download and install
rocketblend:- Windows: install.ps1
- macOS/Linux: install.sh
To install rocketblend directly from source code, you can use the go install command:
go install github.com/rocketblend/rocketblend/cmd/rocketblend@latestThis command will download the latest version of the rocketblend source code and compile the binary for your platform. Ensure you have Go 1.23 or later installed on your system.
- RocketBlend Desktop - Desktop application version.
- RocketBlend Collector - CLI tool for generating build collections from offical blender releases.
- RocketBlend Companion - Blender addon to aid with working with RocketBlend. NOTE: WIP
- Official Library - Collection of builds and addons.