# 使用 Homebrew 安装 ufbt

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

## 安装

```sh
sudo av install brew:ufbt
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ufbt
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:ufbt
- **软件包管理器:** Homebrew
- **版本:** 0.2.6
- **来源摘要:** Compact tool for building and debugging applications for Flipper Zero
- **主页:** <https://pypi.org/project/ufbt/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ufbt (别名)
- ufbt-bootstrap (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

uFBT, the micro Flipper Build Tool, is Flipper Devices' compact build and debugging tool for Flipper Zero applications. It packages the common app-development path so developers do not have to build the full firmware tree just to compile and test a single app.

### 项目历史

The uFBT repository was created in 2022, and official releases began in 2023. Its README describes it as a simplified version of Flipper Build Tool, using prebuilt binaries, libraries, firmware headers, debug symbols, and a platform toolchain downloaded for the developer's machine.

The official Flipper developer documentation positions uFBT as the alternative for developers who do not need all FBT features, such as building the whole firmware, and only want to build and debug a single app.

### 采用历史

uFBT grew with the Flipper Zero external app ecosystem. Its adoption is tied to developers distributing `.fap` applications and wanting a repeatable local and CI build path without cloning and building the entire firmware source tree.

### 使用方式

A typical user installs it with pip, runs `ufbt` in a directory containing an application manifest, and receives a built binary in `dist`. The tool also supports `ufbt launch`, flashing and debugging commands, VS Code integration, application template creation, SDK channel switching, and `.env` based per-project SDK state.

The README also points to an official GitHub Action for automating Flipper application builds and publishing from GitHub workflows.

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

For package nerds, uFBT is interesting because it turns an embedded-device firmware build environment into a small installable CLI. The packaged tool is mostly a manager and bootstrapper for official SDK components, which is exactly the part developers want their package manager to make boring.

### 时间线

- 2022-10-30: Official GitHub repository created.
- 2023-04-06: uFBT 0.1.0 and 0.2.0 releases published.
- 2024-07-11: uFBT 0.2.6 release published.

### Related projects

- uFBT is a simplified companion to Flipper Build Tool in the flipperzero-firmware project.
- The official flipperzero-ufbt-action repository brings uFBT builds to GitHub Actions.

### 来源

- GitHub repository metadata records creation in 2022 and official releases in 2023-2024.
- <https://developer.flipper.net/flipperzero/doxygen/fbt.html explains FBT and links uFBT as the single-app build/debug option.>
- <https://github.com/flipperdevices/flipperzero-ufbt README describes uFBT, installation, SDK management, VS Code integration, and GitHub Action usage.>
- <https://pypi.org/project/ufbt provides the Python package description and current release metadata.>


## 安全说明

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .env

## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
