Desktop Guides
The Biosimulant desktop app is the local workbench for editing labs, working with local packages, and running simulations on your machine. It consumes the same open-source biosimulant Python CLI and runtime used by local terminals, Cloud Studio, CI, and servers.
New here? Start with the Desktop App for install, then References > CLI for terminal usage. To extend the desktop app itself with plugins, see Build a Desktop Plugin.
What you can do here
- Work with local models and labs.
- Export and import package artifacts.
- Use the
biosimulantCLI against the same local state as the app. - Install and build desktop plugins.
Guides
- Build a Desktop Plugin: package and test your own desktop extension.
- CLI: install, auth, and script local workflows with JSON-friendly command output.
- CLI Command Reference: full raw command catalog.
- Desktop Plugin Reference: manifest, runtime, packaging, and UI contributions.