# 使用 Homebrew, MacPorts 安装 luaradio

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

## 安装

```sh
sudo av install brew:luaradio
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install luaradio
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install luaradio
```

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

## 软件包事实

- **软件包键:** brew:luaradio
- **软件包管理器:** Homebrew
- **版本:** 0.11.0
- **来源摘要:** Lightweight, embeddable flow graph signal processing framework for SDR
- **主页:** <https://luaradio.io/>
- **仓库:** <https://github.com/vsergeev/luaradio>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- luaradio (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.11.0
## 项目历史与用法

LuaRadio is a lightweight flow-graph signal-processing framework for software-defined radio, written for LuaJIT and usable both as a command-line runner and as an embeddable scripting engine.

### 项目历史

LuaRadio presents itself as a framework for building signal-processing flow graphs. Its official README emphasizes a small binary footprint, no hard external dependencies, and LuaJIT FFI as the bridge to accelerated libraries and SDR hardware.

### 采用历史

LuaRadio is niche compared with GNU Radio, but it is packaged by Homebrew and MacPorts and has an official comparison path for GNU Radio users. Its adoption is mainly among SDR users who want scriptable flow graphs without the larger GNU Radio stack.

### 使用方式

A typical LuaRadio program requires the radio package, builds blocks such as sources, mixers, filters, throttles, and sinks, connects them through a CompositeBlock, and runs the graph with the luaradio runner.

Common use cases include rapid prototyping of software radios, modulation and demodulation utilities, signal-processing experiments, and embedding Lua-defined processing in an existing radio application.

### 为什么软件包爱好者会关心

LuaRadio is interesting in package history because it shows LuaJIT's FFI-centered niche outside web stacks: a small scripting runtime used for native-adjacent signal-processing workflows.

For package maintainers, the dependencies on LuaJIT, FFTW, and liquid-dsp matter more than the command-line executable itself. The package gives SDR users a compact alternative to installing a larger radio framework.

### 时间线

- 2010s: LuaRadio develops as a LuaJIT-based SDR flow-graph framework.
- 2020s: Homebrew ships LuaRadio with LuaJIT, FFTW, and liquid-dsp dependencies.
- 2026: The upstream repository continues to present LuaRadio as lightweight and embeddable.

### Related projects

- LuaJIT provides the runtime and FFI layer.
- GNU Radio is the larger flow-graph SDR framework LuaRadio users often compare against.
- liquid-dsp and FFTW are common native DSP dependencies in packaged builds.

### 来源

- <https://github.com/vsergeev/luaradio>
- <https://luaradio.io/docs/getting-started.html>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

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

- MacPorts - luaradio: normalized package name match | MacPorts ports tree: science/luaradio/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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