macOS
brew install micropythonlocal Homebrew formula metadata
sudo port install micropythonMacPorts ports tree · devel/micropython/Portfile · 来源: api.github.com
安装
brew install micropythonlocal Homebrew formula metadata
sudo port install micropythonMacPorts ports tree · devel/micropython/Portfile · 来源: api.github.com
sudo apk add micropythonAlpine Linux edge package indexes · micropython · 来源: dl-cdn.alpinelinux.org
sudo apt install micropythonDebian stable package indexes · micropython · 来源: deb.debian.org
sudo dnf install micropythonFedora Rawhide package metadata · micropython · 来源: dl.fedoraproject.org
nix profile install nixpkgs#micropythonnixpkgs package indexes · pkgs/by-name/mi/micropython/package.nix · 来源: api.github.com
sudo zypper install micropythonopenSUSE Tumbleweed package metadata · micropython · 来源: download.opensuse.org
概览
Python implementation for microcontrollers and constrained systems
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
micropython | cli | 全局可执行文件 | |
mpy-cross | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/micropython/micropython
安装元数据
| 软件包键 | brew:micropython |
|---|---|
| 版本 | 1.28.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/micropython |
| 主页 | https://www.micropython.org/ |
| 仓库 | https://github.com/micropython/micropython |
| 上游文档 | https://docs.micropython.org/ |
| 许可证 | MIT |
| 源码归档 | https://github.com/micropython/micropython/releases/download/v1.28.0/micropython-1.28.0.tar.xz |
| 最后更新 | 2026-06-10T10:08:53Z |
| Pulse | updated |
| 构建依赖 | pkgconf |
| macOS 提供的库 | libffi, python |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 micropython来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.