How to install openrocket/openrocket. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
openrocket/openrocket Installation Guide
How to install openrocket/openrocket. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for openrocket/openrocket. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i openrocket/openrocketor
Install via npx
npx @hexmos/ipm i openrocket/openrocketPrerequisites
Java
runtimeVersion: SE 8 or higher
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux (Snap)
sudo snap install openrocket --classicLinux (Installer Script)
wget https://github.com/openrocket/openrocket/releases/download/release-24.12/OpenRocket-24.12-installer-Linux-x86_64.sh
chmod +x OpenRocket-24.12-installer-Linux-x86_64.sh
sudo ./OpenRocket-24.12-installer-Linux-x86_64.sh --accept-terms-and-conditions --noexecmacOS (DMG - Apple Silicon)
wget https://github.com/openrocket/openrocket/releases/download/release-24.12/OpenRocket-24.12-installer-macOS-AppleSilicon.dmg
hdiutil attach OpenRocket-24.12-installer-macOS-AppleSilicon.dmg
sudo installer -pkg /Volumes/OpenRocket/OpenRocket.pkg -target /
hdiutil detach /Volumes/OpenRocketmacOS (DMG - Intel)
wget https://github.com/openrocket/openrocket/releases/download/release-24.12/OpenRocket-24.12-installer-macOS-Intel.dmg
hdiutil attach OpenRocket-24.12-installer-macOS-Intel.dmg
sudo installer -pkg /Volumes/OpenRocket/OpenRocket.pkg -target /
hdiutil detach /Volumes/OpenRocketWindows (Installer - x86_64)
wget https://github.com/openrocket/openrocket/releases/download/release-24.12/OpenRocket-24.12-installer-Windows-x86_64.exe
OpenRocket-24.12-installer-Windows-x86_64.exe /S /D=C:\Program Files\OpenRocketWindows (Installer - Arm64)
wget https://github.com/openrocket/openrocket/releases/download/release-24.12/OpenRocket-24.12-installer-Windows-Arm64.exe
OpenRocket-24.12-installer-Windows-Arm64.exe /S /D=C:\Program Files\OpenRocketCross-platform (JAR)
wget https://github.com/openrocket/openrocket/releases/download/release-24.12/OpenRocket-24.12.jar
java -jar OpenRocket-24.12.jar