macOS
brew install buildapplocal Homebrew formula metadata
brew
Creates executables with SBCL. Version 1.5.6 via Homebrew; verified from local package data.
install
brew install buildapplocal Homebrew formula metadata
sudo apt install buildappDebian stable package indexes · buildapp · source: deb.debian.org
overview
Creates executables with SBCL
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
buildapp | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/xach/buildapp
install metadata
| Package key | brew:buildapp |
|---|---|
| Version | 1.5.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/buildapp |
| Homepage | https://www.xach.com/lisp/buildapp/ |
| Repository | https://github.com/xach/buildapp |
| Upstream docs | https://github.com/xach/buildapp#readme |
| License | BSD-2-Clause |
| Source archive | https://github.com/xach/buildapp/archive/refs/tags/release-1.5.6.tar.gz |
| Dependencies | sbcl, zstd |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 buildappsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.