# mpremote を Homebrew, Nix, zypper でインストール

mpremote のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mpremote
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mpremote
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mpremote
```

  証拠: nixpkgs package indexes: pkgs/by-name/mp/mpremote/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install mpremote
```

  証拠: openSUSE Tumbleweed package metadata: mpremote from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:mpremote
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mpremote>
- **バージョン:** 1.28.0
- **ソース概要:** Tool for interacting remotely with MicroPython devices
- **ホームページ:** <https://docs.micropython.org/en/latest/reference/mpremote.html>
- **上流ドキュメント:** <https://docs.micropython.org/en/latest/reference/mpremote.html>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/20/1b/d008342d1b018fb60e1196bf72a164ea71a567f924db11934f0e3a0a10bc/mpremote-1.28.0.tar.gz>
- **最終更新:** 2026-06-10T10:08:53Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- mpremote (cli)
- mpremote (エイリアス)

## 依存関係

- python@3.14

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.28.0
- マネージャ更新日: 2026-06-10
- ローカルデータ: OK
- 上流リポジトリ: https://docs.micropython.org/en/latest/reference/mpremote.html
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

mpremote is the MicroPython project's command-line remote-control tool for boards and other devices that expose a MicroPython REPL over serial. It entered the MicroPython tree as part of the v1.16 release, whose release notes list a new CLI utility to interact with a remote device. The official documentation presents it as an integrated utility for device interaction, filesystem management, and automation over a serial connection, installed with pip or pipx.

### プロジェクトの歴史

mpremote grew out of the older pyboard.py workflow. The pyboard.py documentation describes a standalone Python tool for running commands and scripts on MicroPython devices and accessing their filesystems; a MicroPython maintainer later explained that mpremote uses pyboard.py to provide a more complete command-line interface. That ancestry explains mpremote's practical shape: it keeps the quick edit-run loop of pyboard.py, but adds command sequencing, auto connection, soft reset behavior, filesystem subcommands, package installation via mip, local-directory mounting, REPL access, and shortcuts for common serial devices.

### 使われ方

In the MicroPython ecosystem, mpremote is the general-purpose desktop sidekick for embedded development. Users run it to open a REPL, copy main.py to a board, execute a local script directly from RAM, inspect free space, install micropython-lib packages, mount a host directory as /remote, reset a device, or automate several of those steps in one command line. Package-manager entries such as Homebrew wrap the same Python tool for developers who prefer system packages over pipx.

### ソース

- <https://docs.micropython.org/en/latest/reference/mpremote.html>
- <https://docs.micropython.org/en/latest/reference/pyboard.py.html>
- <https://github.com/micropython/micropython/releases/tag/v1.16>
- <https://github.com/orgs/micropython/discussions/10282>
- <https://pypi.org/project/mpremote/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mpremote
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - mpremote: normalized package name match | nixpkgs package indexes: pkgs/by-name/mp/mpremote/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - mpremote - 1.28.0-2.3: normalized package name match | openSUSE Tumbleweed package metadata: mpremote from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | MicroPython remote control | https://micropython.org/


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [arduino-cli](https://pkg.so/ja/brew/arduino-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [esptool](https://pkg.so/ja/brew/esptool/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded, serial.
- [arm-none-eabi-gdb](https://pkg.so/ja/brew/arm-none-eabi-gdb/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [picotool](https://pkg.so/ja/brew/picotool/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [minipro](https://pkg.so/ja/brew/minipro/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [espflash](https://pkg.so/ja/brew/espflash/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [probe-rs-tools](https://pkg.so/ja/brew/probe-rs-tools/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [mklittlefs](https://pkg.so/ja/brew/mklittlefs/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.

## Combined YAML source

View the package source record on GitHub. [combined/mpremote.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mpremote.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
