A MicroPython IDE for Web and Mobile
- No software installation required, works out of the box
- Direct USB / Serial connection works on Windows, MacOS, Linux, Android, Chromebook
WebREPL
andBluetooth LE
connection support- Covers most of the functionality of tools like
mpremote
,ampy
,rshell
- ESP32, ESP32S3, ESP32C3
- Raspberry Pi Pico (RP2040)
- Micro:bit (nRF51822)
- Micro:bit v2 (nRF52833) with
CircuitPython
- Air602 (WM W600) with
robert-hh
port - Realtek RTL8721 with
ambiot
port
- File Editor
- Syntax highlighting for
.py
,.json
,.pem
(based onCodeMirror
) - Auto expand/minify of
.json
files - Viewer mode for
Markdown
Hex
viewer for binary files- Unicode support (
UTF8
) - Run file without saving
- Syntax highlighting for
- File Manager
- Add, remove files and directories
- Root FS stats display
- Package Manager
micropython-lib
index
- Terminal / REPL
- ANSI escape sequences support (based on
xterm.js
) - Snippet support - WIP
- ANSI escape sequences support (based on
- Improved UX
- Progressive Web App
- Device and system info display
- Responsive layout, full screen mode, usable on smartphones
- Use of natural sorting
- Localization (generated by AI, feel free to improve the
translations.json
)
Tip
mpremote
is still a great tool for automation. Learn to use it!