# abcl を Homebrew, apk, apt, MacPorts, Nix でインストール

abcl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:abcl
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install abcl
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install abcl
```

  証拠: MacPorts ports tree: lang/abcl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add abcl
```

  証拠: Alpine Linux edge package indexes: abcl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install abcl
```

  証拠: Debian stable package indexes: abcl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#abcl
```

  証拠: nixpkgs package indexes: abcl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## パッケージ情報

- **パッケージキー:** brew:abcl
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.9.2
- **ソース概要:** Armed Bear Common Lisp: a full implementation of Common Lisp
- **ホームページ:** <https://abcl.org/>
- **最終更新:** 2026-07-23T18:33:39+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- abcl (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.9.2
## プロジェクトの歴史と使われ方

Armed Bear Common Lisp is an ANSI Common Lisp implementation for the Java Virtual Machine. The official homepage describes it as providing both an interpreter and compiler, compiling Lisp to Java bytecode, and supporting Java integration.

### プロジェクトの歴史

The official homepage says ABCL was originally started as a scripting language for the J editor. It later grew into a standalone Common Lisp implementation on the JVM, with support for JSR-223 so it can act as a Java scripting engine and with Java-to-Lisp integration APIs for embedding Lisp in Java applications.

### 採用の歴史

ABCL occupies a particular niche among Common Lisp implementations: it lets Lisp code run where a JVM is already the deployment target. The supplied package-manager metadata lists it in APK, Homebrew, Debian, MacPorts, Nix, and Ubuntu, reflecting its role as both a language runtime and a Java ecosystem bridge.

### 使われ方

Official documentation shows ABCL being run as a jar with java -jar abcl.jar, used as an interactive REPL, embedded from Java, and connected to Common Lisp tooling such as ASDF, Quicklisp, and SLIME.

### パッケージ好きにとっての重要性

Package maintainers care about ABCL because it is a Common Lisp runtime whose runtime contract is Java rather than a native Lisp image. That makes Java version support, jar layout, wrappers, ASDF integration, and contrib artifacts central packaging concerns.

### タイムライン

- 2016: Official GitHub mirror/repository metadata shows the armedbear/abcl repository created.
- 2026: Official ABCL release archive lists 1.10.0 artifacts, including abcl.jar and abcl.pdf.

### Related projects

- ABCL is tied historically to the J editor and operationally to the JVM, Java scripting APIs, ASDF, Quicklisp, and SLIME.

### ソース

- Official homepage, FAQ repository section, README, releases index, GitHub repository metadata, and source_facts.package-manager.


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - abcl - 1.9.2-2: normalized package name match | Debian stable package indexes: abcl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Common Lisp implementation in the Java Virtual Machine | https://abcl.org/
- Nix - abcl: normalized package name match | nixpkgs package indexes: abcl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - abcl - 1.9.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: abcl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Common Lisp implementation in the Java Virtual Machine | https://abcl.org/
- apk - abcl - 1.10.0-r0: normalized package name match | Alpine Linux edge package indexes: abcl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Armed Bear Common Lisp | https://abcl.org/
- MacPorts - abcl: normalized package name match | MacPorts ports tree: lang/abcl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
