macOS
brew install vc4asmlocal Homebrew formula metadata
brew
vc4asm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install vc4asmlocal Homebrew formula metadata
概要
Macro assembler for Broadcom VideoCore IV aka Raspberry Pi GPU
履歴
vc4asm is a niche macro assembler and disassembler for the Broadcom VideoCore IV QPU used in early Raspberry Pi systems. Its historical importance is tied less to broad adoption and more to a specific moment in Raspberry Pi GPU hacking, when public documentation and community reverse-engineering made hand-written QPU programs practical.
The official vc4asm documentation describes the project as a full-featured macro assembler and disassembler with constraint checking for VideoCore IV. It explicitly builds on Pete Warden's qpu-asm, Eman's earlier work, and ideas from Herman H. Hermitage, while adding higher-level assembler features such as macros and functions.
Raspberry Pi highlighted vc4asm on January 2, 2015, after Broadcom's February 2014 release of complete VideoCore IV GPU documentation. That announcement placed vc4asm in the wave of community tools that followed the documentation release and made QPU compute experiments more accessible.
vc4asm appears to have remained a specialist Raspberry Pi GPU programming tool rather than a broad developer platform. Its audience is people writing or inspecting VideoCore IV QPU code, especially in the style of the Raspberry Pi hello_fft examples, not general-purpose ARM or GPU developers.
The package matters in package-manager collections because it preserves a historically useful command-line assembler/disassembler for an otherwise unusual target. Installing it through Homebrew gives modern macOS users a convenient way to experiment with or study VideoCore IV assembly without rebuilding the old Raspberry Pi-centered toolchain by hand.
The `vc4asm` command assembles QPU assembly files into binary output, ARM-compatible ELF object output, or C/C++ source fragments that can be included by host-side programs. The companion `vc4dis` command disassembles binary or hexadecimal QPU instruction streams back into assembly.
Typical use is close to systems research and embedded experimentation: write QPU kernels, include shared definitions, check VideoCore IV instruction constraints, generate a binary or host-linkable object, and then run that code through Raspberry Pi GPU access mechanisms.
vc4asm is package-nerd interesting because it packages a tiny, hardware-specific language toolchain for an architecture most users never compile for directly. It is the kind of utility that keeps a small hardware community reproducible after the original blog posts, forum threads, and sample code age.
Its lineage also captures a classic open-hardware-adjacent pattern: unofficial tools and reverse-engineered notes appear first, vendor documentation lands later, and package managers eventually preserve the usable command-line artifacts.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
vc4asm | cli | グローバル実行可能ファイル | |
vc4dis | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/maazl/vc4asm
インストールメタデータ
| パッケージキー | brew:vc4asm |
|---|---|
| バージョン | 0.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/vc4asm |
| ホームページ | https://maazl.de/project/vc4asm/doc/index.html |
| リポジトリ | https://github.com/maazl/vc4asm |
| 上流ドキュメント | https://maazl.de/project/vc4asm/doc/index.html |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://github.com/maazl/vc4asm/archive/refs/tags/V0.3.tar.gz |
| 最終更新 | 2026-07-10T10:03:53-04:00 |
| Pulse | updated |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vc4asm |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.