# 使用 Homebrew, apk, apt, MacPorts, Nix 安装 mspdebug

查看 mspdebug 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:mspdebug
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install mspdebug
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mspdebug
```

  证据: MacPorts ports tree: devel/mspdebug/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add mspdebug
```

  证据: Alpine Linux edge package indexes: mspdebug from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install mspdebug
```

  证据: Debian stable package indexes: mspdebug from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#mspdebug
```

  证据: nixpkgs package indexes: mspdebug from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## 软件包事实

- **软件包键:** brew:mspdebug
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/mspdebug>
- **版本:** 0.26
- **来源摘要:** Debugger for use with MSP430 MCUs
- **主页:** <https://dlbeer.co.nz/mspdebug/>
- **仓库:** <https://github.com/dlbeer/mspdebug>
- **上游文档:** <https://dlbeer.co.nz/mspdebug/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/dlbeer/mspdebug/archive/refs/tags/v0.26.tar.gz>
- **最后更新:** 2026-06-25T13:37:55+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- mspdebug (cli)
- mspdebug (别名)

## 依赖

- hidapi
- libusb-compat

## 安装行为

- post-install 钩子: 未定义
- 注意事项: You may need to install a kernel extension if you're having trouble with RF2500-like devices such as the TI Launchpad: https://dlbeer.co.nz/mspdebug/faq.html#rf2500_osx
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.26
- 管理器更新时间: 2026-06-25
- 本地数据: OK
- 上游仓库: https://github.com/dlbeer/mspdebug
- 检测到的最新版本: v0.26 (当前)
## 项目历史与用法

MSPDebug is Daniel Beer's free command-line debugger and programmer for Texas Instruments MSP430 microcontrollers. The project page describes support for FET430UIF, eZ430, RF2500, Olimex MSP430-JTAG-TINY, Launchpad, Chronos, GoodFET, and other compatible devices, plus use either as a GDB proxy or as an independent debugger.

### 项目历史

The tool's milestones are tied to practical embedded work: user-space operation without kernel modifications, programming and breakpoints, memory inspection, power profiling, bootloader access, multiple object-file formats, disassembly, symbol-table handling, call-graph analysis, and simulation mode. Those features make it useful both for ordinary firmware loading/debugging and for reverse-engineering or protocol work around MSP430 devices.

### 使用方式

Its package-manager niche is the open embedded-toolchain slot beside msp430-gcc and GDB. The upstream page notes availability in Fedora, Gentoo, OpenBSD ports, Debian, and Ubuntu, while Homebrew and other Unix package managers provide it for developers who need MSP430 board access from macOS or Linux without vendor IDEs.

### 来源

- <https://dlbeer.co.nz/mspdebug/>
- <https://formulae.brew.sh/formula/mspdebug>
- <https://github.com/dlbeer/mspdebug>
- <https://manpages.ubuntu.com/manpages/noble/man1/mspdebug.1.html>
- <https://packages.debian.org/sid/mspdebug>


## 安全说明

escape, surveillance, or offensive capability signal.

- **Geiger 风险:** red / 中
- escape, surveillance, or offensive capability signal

## 源数据库详情

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

## 其他软件包管理器记录

- Debian apt - mspdebug - 0.25-1: normalized package name match | Debian stable package indexes: mspdebug from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | debugging tool for MSP430 microcontrollers | https://mspdebug.sourceforge.net/
- Nix - mspdebug: normalized package name match | nixpkgs package indexes: mspdebug from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - mspdebug - 0.22-2build4: normalized package name match | Ubuntu 24.04 LTS package indexes: mspdebug from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | debugging tool for MSP430 microcontrollers | http://mspdebug.sourceforge.net/
- apk - mspdebug - 0.25-r1: normalized package name match | Alpine Linux edge package indexes: mspdebug from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A free debugger for use with MSP430 MCUs | https://github.com/dlbeer/mspdebug
- apk - mspdebug-doc - 0.25-r1: normalized package name match | Alpine Linux edge package indexes: mspdebug-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A free debugger for use with MSP430 MCUs (documentation) | https://github.com/dlbeer/mspdebug
- MacPorts - mspdebug: normalized package name match | MacPorts ports tree: devel/mspdebug/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [hidapi](https://pkg.so/zh-hans/brew/hidapi/) - Runtime dependency declared by Homebrew.
- [libusb-compat](https://pkg.so/zh-hans/brew/libusb-compat/) - Runtime dependency declared by Homebrew.
- [arm-none-eabi-gdb](https://pkg.so/zh-hans/brew/arm-none-eabi-gdb/) - Shares pkgdb curated category or tags: cli, debugger, debugging, developer-tools, embedded.
- [probe-rs-tools](https://pkg.so/zh-hans/brew/probe-rs-tools/) - Shares pkgdb curated category or tags: cli, debugging, developer-tools, embedded, microcontrollers.
- [elf2uf2-rs](https://pkg.so/zh-hans/brew/elf2uf2-rs/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded, firmware, microcontrollers.
- [lpc21isp](https://pkg.so/zh-hans/brew/lpc21isp/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded, firmware.
- [lm4tools](https://pkg.so/zh-hans/brew/lm4tools/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded, microcontrollers.
- [arduino-cli](https://pkg.so/zh-hans/brew/arduino-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [delve](https://pkg.so/zh-hans/brew/delve/) - Shares pkgdb curated category or tags: cli, debugger, debugging, developer-tools.
- [open-ocd](https://pkg.so/zh-hans/brew/open-ocd/) - Shares pkgdb curated category or tags: cli, debugging, developer-tools, embedded, jtag.
- [avrdude](https://pkg.so/zh-hans/brew/avrdude/) - Local package facts share a topical domain. Shared terms: cli, compat, developer, developer-tools, embedded.

## Combined YAML source

View the package source record on GitHub. [combined/mspdebug.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mspdebug.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
