1. Installation#
The easiest way to install OpenSim Creator is to download a prebuilt installer from the GitHub Releases Page.
1.1. Installing on Windows (10 or newer)#
Download an installer
exefrom the GitHub Releases Page. Note: As of mid-2025, Microsoft Edge may now prevent you from running the installer. This is because OpenSim Creator hasn’t arranged binary signing yet (sorry). The solution to this issue is to download OpenSim Creator via another browser (e.g. Firefox, Google Chrome).Run the
.exe, continue past any security warningsFollow the familiar
next,next,finishinstallation wizardRun OpenSim Creator by typing
OpenSim Creatorin your start menu, or browse to its installation location (defaults toC:\Program Files\OpenSimCreator\).
1.2. Installing on MacOS (Sonoma 14.5 or newer)#
Download a
dmg-based installer from the GitHub Releases PageDouble click the
dmgfile to mount itDrag the
oscicon into yourApplicationsdirectoryRun
oscfrom your applications folder
Warning
>= v0.6.0: OpenSim Creator now codesigns and notarizes its binaries, so installation should be as easy as dragging and dropping the application.
< 0.6.0, OpenSim Creator’s build process did not sign (notarize) its binaries, because it requires organizing and paying for an Apple Developer account. Unsigned binaries can require additional installation steps:
On Sequoia: open a terminal and run xattr -cr /path/to/opensimcreator.dmg to
clear any quarantine flags that MacOS added when the dmg was downloaded. Mount the
dmg (e.g. by double-clicking it), drag and drop osc into the Applications
directory. Try to run the application. MacOS will fail to open it this first
time. Open the computer’s system settings, go to Privacy & Security, scroll
down, there should be something like osc was blocked to protect your
mac, click Open Anyway. After doing this the first time, subsequent runs
shouldn’t require these steps.
On MacOSes older than Sequoia: Mount the dmg (e.g. by double-clicking it), drag
and drop osc to the Applications directory. Open the Applications directory
and right-click osc, click open. MacOS will ask you whether you’re sure
you want to open it (you are). After doing this the first time, subsequent runs
shouldn’t require these steps.
1.3. Installing on Ubuntu (22.04 or newer)#
Download a
deb-based installer from the GitHub Releases PageDouble-click the
.debpackage and install it through your package manager UI.Alternatively, you can install the
debfile through the command line with:apt-get install -yf ~/Downloads/osc-X.X.X_amd64.deb # or similar
Once installed, the
oscorOpenSim Creatorshortcuts should be available from your desktop, or you can browse to the installation location (/opt/osc)
1.4. Building from Source#
See Building From Source for an explanation of how to do this.