macOS
brew install micropythonlocal Homebrew formula metadata
sudo port install micropythonMacPorts ports tree · devel/micropython/Portfile · source: api.github.com
brew
Python implementation for microcontrollers and constrained systems. Version 1.28.0 via Homebrew; verified 2026-06-10.
install
brew install micropythonlocal Homebrew formula metadata
sudo port install micropythonMacPorts ports tree · devel/micropython/Portfile · source: api.github.com
sudo apk add micropythonAlpine Linux edge package indexes · micropython · source: dl-cdn.alpinelinux.org
sudo apt install micropythonDebian stable package indexes · micropython · source: deb.debian.org
sudo dnf install micropythonFedora Rawhide package metadata · micropython · source: dl.fedoraproject.org
nix profile install nixpkgs#micropythonnixpkgs package indexes · pkgs/by-name/mi/micropython/package.nix · source: api.github.com
sudo zypper install micropythonopenSUSE Tumbleweed package metadata · micropython · source: download.opensuse.org
overview
Python implementation for microcontrollers and constrained systems
history
MicroPython is Damien George's compact implementation of Python 3 for microcontrollers and constrained systems. George began the project in 2013 and funded it through a Kickstarter campaign for both the language runtime and the PyBoard reference board. Contemporary coverage described a from-scratch implementation with a parser, compiler, virtual machine, runtime system, garbage collector, and support for 32-bit ARM microcontrollers; the Python Software Foundation later noted that the campaign raised nearly GBP 100,000 and shipped MicroPython with the PyBoard.
The project became important because it moved Python-style interactive development onto devices that previously required C, Arduino-style sketches, or vendor SDKs. Users write scripts, interact with a REPL, and access low-level hardware modules for pins, buses, timers, filesystems, and networking. The `mpy-cross` executable in the package compiles MicroPython bytecode for deployment, while the `micropython` executable provides the Unix-hosted runtime useful for testing and scripting.
MicroPython's ecosystem role widened as ports appeared for boards and chips such as STM32, ESP8266, ESP32, RP2040, Unix, Windows, Zephyr, and others. The BBC micro:bit effort and Adafruit's later CircuitPython fork helped spread the programming model into education and maker communities. In package-manager terms, MicroPython sits between a language runtime, embedded toolchain, and board firmware ecosystem.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
micropython | cli | global executable | |
mpy-cross | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/micropython/micropython
install metadata
| Package key | brew:micropython |
|---|---|
| Version | 1.28.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/micropython |
| Homepage | https://www.micropython.org/ |
| Repository | https://github.com/micropython/micropython |
| Upstream docs | https://docs.micropython.org/ |
| License | MIT |
| Source archive | https://github.com/micropython/micropython/releases/download/v1.28.0/micropython-1.28.0.tar.xz |
| Last updated | 2026-06-10T10:08:53Z |
| Pulse | updated |
| Build dependencies | pkgconf |
| Uses from macOS | libffi, python |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | micropython |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
micropython 1.25.0+ds-1
Unix/Linux port of MicroPython for board-independent use on the host
sudo apt install micropythonmicropython-doc 1.25.0+ds-1
Documentation and examples for MicroPython - HTML format
sudo apt install micropython-docmicropython
nix profile install nixpkgs#micropythonmicropython 1.22.1+ds-1build2
Unix/Linux port of MicroPython for board-independent use on the host
sudo apt install micropythonmicropython-doc 1.22.1+ds-1build2
Documentation and examples for MicroPython - HTML format
sudo apt install micropython-docmicropython 1.28.0-r0
lean and efficient Python implementation for MCUs and constrained systems
sudo apk add micropythonmicropython-cross 1.28.0-r0
Compile micropython code to bytecode, which can be transfered to MCUs
sudo apk add micropython-crossmicropython-doc 1.28.0-r0
lean and efficient Python implementation for MCUs and constrained systems (documentation)
sudo apk add micropython-docmicropython 1.28.0-3.fc45
Implementation of Python 3 with very low memory footprint
sudo dnf install micropythonmicropython-tools 1.28.0-3.fc45
MicroPython device tools and utilities
sudo dnf install micropython-toolsmpy-cross 1.28.0-3.fc45
MicroPython cross-compiler
sudo dnf install mpy-crossmicropython 1.28.0-2.1
Implementation of Python 3 with very low memory footprint
sudo zypper install micropythonmpremote 1.28.0-2.1
MicroPython remote control
sudo zypper install mpremotempy-tools 1.28.0-2.1
Tools for creating and handling precompiled .mpy files for MicroPython
sudo zypper install mpy-toolsmicropython
sudo port install micropythonsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.