Skip to main content

Kernel Architecture

Under the hood, much like other Notebook technologies such as Jupyter, Runme breaks down into the following parts:

  • A serializer that transforms Markdown into executable cells with input and output
  • A portable runner interface that supports multimodal clients
  • A kernel that retains state across execution in sessions akin to a terminal
  • A raw-Markdown editor (inside VS Code) client for the runner
  • A CLI client for the runner
  • A notebook client (inside VS Code) for the runner
  • A visual Markdown viewer and editor (inside VS Code)

The kernel architecture allows Runme to be seamlessly embedded into various User Interface technologies (notebook, editor, webapp, CLI) as well as headless excution as part of CI/CD pipelines.


What is runme