logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/openrocket
or

Install via npx

npx @hexmos/ipm i openrocket/openrocket

Prerequisites

Java

runtime

Version: SE 8 or higher

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Linux (Snap)

sudo snap install openrocket --classic

Linux (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 --noexec

macOS (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/OpenRocket

macOS (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/OpenRocket

Windows (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\OpenRocket

Windows (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\OpenRocket

Cross-platform (JAR)

wget https://github.com/openrocket/openrocket/releases/download/release-24.12/OpenRocket-24.12.jar

java -jar OpenRocket-24.12.jar