macOS
brew install buildapplocal Homebrew formula metadata
brew
buildapp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install buildapplocal Homebrew formula metadata
sudo apt install buildappDebian stable package indexes · buildapp · ソース: deb.debian.org
概要
Creates executables with SBCL
履歴
Buildapp is a Common Lisp command-line tool by Zach Beane for creating executable images with SBCL or Clozure CL.
Buildapp comes from the Common Lisp image-building tradition: instead of compiling a small native binary from scratch, it configures a Lisp image, loads code and ASDF systems, sets an entry point, and saves an executable. The official page compares it to `cl-launch` and hu.dwim.build.
The public release tags run through the 1.x series, and the official page lists 1.5.6 as the latest version released on November 7, 2015.
Buildapp's adoption is niche but durable in Common Lisp packaging. It appears in Homebrew, Debian, and Ubuntu according to the input, reflecting its use as a small system tool for turning SBCL or CCL applications into command-line executables.
Its homepage examples show the kind of usage that made it handy before containerized deployment became common: single-file Lisp utilities, web-related command-line tools, and larger saved-image applications.
A typical invocation passes `--output`, one or more `--eval`, `--load-system`, or ASDF path options, and an `--entry` function. Buildapp then saves a runnable Lisp image that starts at that entry point.
It has no documented per-user credentials or configuration file location in the official docs.
Buildapp is interesting because it packages the Lisp saved-image model as a Unix-friendly build command. For package maintainers, it turns a Lisp system into an executable artifact that can be installed like other CLI tools.
It also preserves a specific era of Common Lisp deployment practice, where ASDF systems, implementation-specific image saving, and small wrapper tools made Lisp programs feel more like conventional command-line software.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
buildapp | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/xach/buildapp
インストールメタデータ
| パッケージキー | brew:buildapp |
|---|---|
| バージョン | 1.5.6 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/buildapp |
| ホームページ | https://www.xach.com/lisp/buildapp/ |
| リポジトリ | https://github.com/xach/buildapp |
| 上流ドキュメント | https://github.com/xach/buildapp#readme |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/xach/buildapp/archive/refs/tags/release-1.5.6.tar.gz |
| 依存関係 | sbcl, zstd |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 定義済み |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | buildapp |
| Version Scheme | 0 |
| Revision | 4 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
buildapp 1.5.6-3+b1
application to create common lisp images
https://www.xach.com/lisp/buildapp/
sudo apt install buildappbuildapp 1.5.6-3build1
application to create common lisp images
https://www.xach.com/lisp/buildapp/
sudo apt install buildappソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.