Simulate and validate Functional Mock-up Units
Install fmusim with our standalone installers
# on macOS and Linux
curl -LsSf https://raw.githubusercontent.com/modelica/fmusim/refs/heads/main/install.sh | sh# on Windows
powershell -ExecutionPolicy ByPass -c "irm https://raw.githubusercontent.com/modelica/fmusim/refs/heads/main/install.ps1 | iex"or download the latest release.
- install Rust
- clone the repository recursively
git clone --recursive https://github.com/modelica/fmusim.git - build fmusim
cargo build --release
$ ./fmusim
Simulate and validate Functional Mock-up Units
Usage: fmusim <COMMAND>
Commands:
info Display information about an FMU
validate Validate an FMU
simulate Simulate an FMU
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version