SOFA binaries (v24.06.00)
Download it and enjoy the physics with SOFA!
Make sure to read our Installation Instructions. Read more about all new features and fixes on the SOFA v24.06 Features page. In case you need them, SOFA old binaries are also still available on GitHub.
These binaries include the following plugins:
- New Tearing
- New InfinyToolkit
- ArticulatedSystemPlugin
- BeamAdapter
- CImgPlugin
- CollisionOBBCapsule
- CosseratPlugin
- DiffusionSolver
- ExternalBehaviorModel
- Geomagic
- image
- InvertibleFVM
- ManifoldTopologies
- ManualMapping
- ModelOrderReduction
- MultiThreading
- PluginExample
- Registration
- SceneChecking
- SceneCreator
- SofaCarving
- SofaCUDA
- SofaDistanceGrid
- SofaEulerianFluid
- SofaGLFW
- SofaImplicitField
- SofaMatrix
- SofaMJEDFEM
- SofaPython3
- SofaSphFluid
- SoftRobots
- SoftRobots.Inverse
- SofaEulerianFluid
- STLIB
Feel free to check SHA256 checksums of our official binaries:
- SOFA_v24.06.00_Linux.run → c7b3a44498845b7558bd2acae664f4349582a159b820482827610679058e42cf
- SOFA_v24.06.00_Linux.zip → 9d515e2f25f657c744821be8a5361e22803c18947b33af7a0b357c259202236a
- SOFA_v24.06.00_MacOS.zip → 5be15622ff75fae962390f0d3837147fba73897cd205c7a69c41220102106e06
- SOFA_v24.06.00_Win64.exe → 28a3483726e53e6799219c840757f82b4ca89ed77ba649e781c42c01a8e2b3c7
- SOFA_v24.06.00_Win64.zip → 06c704106d68174ed290e9db218508847a8ba72295a9f5c4faabe83d2bd946b1
Compare these sha with yours:
- Windows : on Powershell
Get-FileHash path/to/file
- Ubuntu : in a terminal
sha256sum path/to/file
- MacOS : in a terminal
shasum -a 256 /path/to/file
Source Code
You can get SOFA by cloning the Git repository hosted on GitHub.
Get the current stable version on the v24.06.00 branch:
git clone -b v24.06.00 https://github.com/sofa-framework/sofa.git sofa/src
Or get the development unstable version on the master branch:
git clone -b master https://github.com/sofa-framework/sofa.git sofa/src
Next, follow step by step the guidelines:
- Get the instructions to build SOFA:
- Get Started with a video introduction to SOFA.
License
SOFA is free software. You can redistribute it and/or modify it under the terms of the following licenses. SOFA can be redistributed and/or modified under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
The SOFA “applications” folder can be redistributed and/or modified under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.