
Drug discovery
Predict how a drug binds, from text
Structure and affinity together, from sequence and SMILES alone.
Run Boltz, DiffDock, SBML pathways, custom dynamics, and many more lab-contained modules in one pipeline. From your terminal, your browser, or your desktop.

Four real labs, running in your browser.

Drug discovery
Structure and affinity together, from sequence and SMILES alone.

Ecology
Two simple rules produce a stable cycle, until you push too hard.

Physiology
Your body's blood-pressure control is a closed loop. Watch it succeed, or fail.

Microbiology
Exponential growth always loses to a finite resource.
Three steps. Anything else that follows the same contract, an SBML pathway, a CellML cardiac cell, a NeuroML neuron, an ONNX inference module, your own ODEs, can plug straight into your model.
BioModule.inputs() and outputs() as named ports with units.advance_window.The runtime handles unit checks, time alignment, and signal delivery.
import biosimulant
class Pancreas(biosimulant.BioModule):
def inputs(self):
return {"glucose": biosimulant.SignalSpec.scalar(emitted_unit="mmol/L")}
def outputs(self):
return {"insulin": biosimulant.SignalSpec.scalar(emitted_unit="pmol/L")}
def advance_window(self, start, end):
... # advance state to `end`
def get_outputs(self):
return self._outputs
Biosimulant meets you where you are. Code a model from scratch with Studio or the CLI, fork what already exists, or drive it from an agent. Same Hub, same runs, same outputs.
An open simulation runtime, a workbench you can run anywhere, and a public hub of runnable labs.

The simulation workbench, on every surface.
The hosted platform built on the open-source biosimulant runtime. Compose labs, run sims, and compare results from your browser or your terminal today, with the desktop app in beta.
The MIT-licensed biosimulant runtime.
The Python core that powers the platform. Compose biomodules into runnable worlds, locally, in CI, or anywhere Python runs.

A public catalog of runnable labs.
Discover, version, and publish labs across SBML, CellML, NeuroML, and more. The shared shelf for simulation work.
Biosimulant Studio is for teams building reusable virtual simulations across research and engineering.
Contact
Tell us what you are simulating, how your team works today, and where Biosimulant might fit.
Prefer the standalone page? Use the contact page.