Awesome
Discussions │ Documentation │ Latest Release
RocketBlend
RocketBlend is a CLI tool that streamlines the process of managing builds and addons for Blender projects.
Getting Started
See Quick Start in our documentation.
Installation
For more detailed installation instructions, please refer to the full documentation.
Scoop (Windows)
Windows users can install rocketblend
using Scoop.
scoop bucket add rocketblend "https://github.com/rocketblend/scoop-bucket"
scoop install "rocketblend/rocketblend"
Homebrew (macOS)
MacOS users can install rocketblend
using Homebrew.
brew tap "rocketblend/homebrew-tap"
brew install rocketblend
Pre-compiled binaries
To 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
Source
To install rocketblend
directly from source code, you can use the go install
command:
go install github.com/rocketblend/rocketblend/cmd/rocketblend@latest
This command will download the latest version of the rocketblend
source code and compile the binary for your platform. Ensure you have Go 1.22 or later installed on your system.
See Also
- RocketBlend Launcher - Replacement launcher for Blender that utilises RocketBlend.
- 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.
Roadmap
- CI/CD pipeline for releases.
- Companion blender addon.
- GUI launcher project.
- Searchable build and addon website similar to hub.docker.com or pkg.go.dev.