Skip to content

Solver plugins

Choose the solver you want an AI coding agent to operate.

sim-cli-core is the runtime. Solver plugins add support for specific CAE and simulation tools. Each plugin only knows how to drive software the user already has installed and licensed on their own host — sim-cli does not bundle or redistribute commercial solvers or vendor SDKs.

All plugins below are Apache-2.0 open source.

These are the plugins with active landing pages and end-to-end how-to guides. They’re the recommended starting set for COMSOL, Abaqus, Ansys Workbench, Ansys Mechanical, and Autodesk Fusion 360 work.

PluginDrivesStatusAdd commandFirst how-to
comsolCOMSOL MultiphysicsAvailableuv add sim-cli-core sim-plugin-comsolCodex + COMSOL
abaqusDassault SIMULIA AbaqusAvailableuv add sim-cli-core sim-plugin-abaqusCodex + Abaqus
workbenchAnsys WorkbenchAvailableuv add sim-cli-core sim-plugin-workbenchCodex + Workbench
mechanicalAnsys MechanicalAvailableuv add sim-cli-core sim-plugin-mechanicalPlugin page
fusion360Autodesk Fusion 360Git install (PyPI planned)uv add sim-cli-core "sim-plugin-fusion360 @ git+https://github.com/svd-ai-lab/sim-plugin-fusion360"Plugin page
check readiness → attach to live session → inspect model state
→ run one bounded CAE step → verify result/state → save checkpoint/artifacts

Sync the bundled per-solver skill into your agent harness with uv run sim plugin sync-skills — see skill installation for the .agents/skills vs .claude/skills choice.

A wider set of CAE, CAD, and simulation tools have plugins under development. See the plugin index for the full table.

If you’d like sim-cli to drive a simulator that’s not in the list above, the right channel is GitHub:

  • Propose a new solver: open a thread in sim-cli Discussions so others can chime in and signal demand.
  • Contribute code: open a PR against sim-cli or the relevant sim-plugin-<solver> repo.