Skip to content

Download


Download Ragdoll Core

If you agree with the Ragdoll Dynamics EULA, you may select a platform below.

Ragdoll 2024.04.24 awaits.
Read about it - Previous versions

Join the community of ragdollers on Discord and/or Discourse.


Install on Windows

To install Ragdoll Core, double-click the RagdollCore.msi you downloaded from above, and click through the dialogs.

image.png


Install on Linux

Ragdoll core installation on Linux is basically two steps:

  1. Download the RagdollCore*.zip above
  2. Unpack it in your home directory, i.e. /home/user-name, replacing user-name with your username

For example, to install current latest core:

cd ~/
wget https://content.ragdolldynamics.com/6fb6a202-bd24-4db0-8d03-40e8c306c20c/RagdollCore-linux-2024.03.07.zip
unzip RagdollCore-linux-2024.03.07.zip

If you prefer to place core libraries in elsewhere, environment variable RAGDOLL_CORE_PATH can be used.

For example:

export RAGDOLL_CORE_PATH=/home/user-name/ragdolldynamics/core/2024.03.07/lib