Very tiny python executable built based on offical micropython repository, downlow them from release.

└─micropython-ports-prebuilt
├─unix
│ micropython
│
├─webassembly
│ example.html
│ micropython.min.mjs
│ micropython.mjs
│ micropython.wasm
│
└─windows
micropython.exe
micropython_no_icon.exe
micropython_no_icon.upx.exe| port | file | latest build file size |
|---|---|---|
| unix | micropython | 812KB |
| webassembly | micropython.wasm + micropython.min.mjs | 1212KB |
| webassembly | micropython.exe | 553KB |
| windows | micropython_no_icon.exe | 386KB |
| windows | micropython_no_icon.upx.exe | 163KB |
The MicroPython environment can have a minimum file size as small as <200KB (after removing icon and upx).


