macOS
brew install ufbtlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ufbt in AI-Agent-Workflows.
Installation
brew install ufbtlocal Homebrew formula metadata
Überblick
Compact tool for building and debugging applications for Flipper Zero
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
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.
Config paths the tool may read or write during local use.
.envExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
ufbt | cli | globales Executable | |
ufbt-bootstrap | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://pypi.org/project/ufbt/
Installationsmetadaten
| Paketschlüssel | brew:ufbt |
|---|---|
| Version | 0.2.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/ufbt |
| Homepage | https://pypi.org/project/ufbt/ |
| Repository | https://github.com/flipperdevices/flipperzero-ufbt |
| Upstream-Dokumentation | https://developer.flipper.net/flipperzero/doxygen/fbt.html |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://files.pythonhosted.org/packages/59/3b/013525f91836171870c49a53db8d2f772b5d32e682c0d25d0d0481c9bb51/ufbt-0.2.6.tar.gz |
| Abhängigkeiten | python@3.14 |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ufbt |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.