Skip to main content

▶ Welcome

Why Runme? ⚡️

The goal of Runme is to enable engineers to capture operational processes as reliable, refinable, and reusable assets called Runme Notebooks. All DevOps engineers have experienced the frustration of not being able to get work done because documentation is out of date, hard to find, or lacking integration with cloud-native tools or infrastructure. By building and curating reliable Runme Notebooks, you can break through this frustration and unlock engineering productivity.

What is Runme?

Runme makes Markdown documentation actually runnable. It is a cloud-native shell kernel with a notebook, editor, terminal, and CLI interface. Runme helps you build and curate Notebooks and also run them, making it easy to automate step-by-step instructions, especially in cloud-native environments. Runme Notebooks are perfect for capturing and persisting operational knowledge, making operational docs reliable and less likely to become outdated.

Another way to think about it:

💡 Runme is like Jupyter but with a shell/bash kernel and lightweight dependencies.

Built on Open Technologies & Standards

Runme is Markdown compatible (and a superset), open source licensed toolchain under Apache 2.0. We also work hard to use open standards for interoperability. Get more details in our open-source section.

Stars

All the code for Runme can be found in four repositories on GitHub:

Introduction Video

A fun introduction to the problem Runme is trying to solve.

Runme in 2 Minutes

A quick hands-on example of Runme in action.



Jump forward

Install Runme or get started.

What Makes a Runme Notebook?

When you create a Notebook using Markdown and then either open its Notebook form in VS Code (or use the CLI), we are adding important capabilities that don't exist in a pure Markdown rendering.

The Notebook interface makes:

  • Commands and code executable
  • Behavior and output configurable (stored transparently in the Markdown)
  • Commands aware of .ENV dependencies

A great example of this is when you specify the mimetype. That config metadata tells the Notebook to automatically render an image or a sortable table instead of text for output. We can also interpret URLs to cloud consoles as an interactive dashboard UI.


What is Runme

Runme's Architecture

Runme is built on the VS Code platform, running in Codespaces, Coder's code-server, Google IDX, GCP Cloud Editor, Gitpod, VSCodium, etc. Under the hood, much like other notebook technologies such as Jupyter, you can read more on the Architecture page.


What is Runme

What's Next?

If you've already done that, skip to Configuring Notebooks or our Guides.