Skip to content

Running it

MicroPythonOS can run on supported microcontrollers (e.g., ESP32) and on desktop systems (Linux, Raspberry Pi, MacOS, Windows etc).

To install prebuilt software, read on!

To modify low level things under the hood, consider heading to OS Development.

Running on ESP32

Just use the WebSerial installer at install.micropythonos.com.

For advanced usage, such as installing development builds without any files, see Installing on ESP32.

Running on desktop

MicroPythonOS desktop builds do not require a full git clone. A single pre-built binary contains the frozen filesystem, so you can download it, make it executable, and run it.

For detailed steps, see Running on Desktop.

Next Steps

Back to top