# clozure-cl を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:clozure-cl
```

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

### macOS

- Homebrew (100%):

```sh
brew install clozure-cl
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:clozure-cl
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/clozure-cl>
- **バージョン:** 1.13
- **ソース概要:** Common Lisp implementation with a long history
- **ホームページ:** <https://ccl.clozure.com>
- **リポジトリ:** <https://github.com/Clozure/ccl>
- **上流ドキュメント:** <https://ccl.clozure.com/docs>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/Clozure/ccl/archive/refs/tags/v1.13.tar.gz>
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- ccl64 (cli)
- ccl64 (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.13
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/Clozure/ccl
- 検出された最新: v1.13 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Clozure CL is a free Common Lisp implementation with roots in Macintosh Common Lisp and OpenMCL.

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

The official history traces CCL back to Coral Software's 1984 work on Coral Common Lisp for the Macintosh. CCL 1.0 shipped in 1987 for the Macintosh Plus, then the line passed through Macintosh Allegro Common Lisp and Apple's Macintosh Common Lisp.

Apple transferred MCL to Digitool in 1994 during the PowerPC transition, and Digitool released a PowerPC version around 1995. A JPL effort later licensed MCL source for PowerPC robotics and flight-system work; Gary Byers ported the compiler and runtime to VxWorks and LinuxPPC in 1998.

Digitool agreed in 2001 to open source the JPL work, creating OpenMCL. In 2007, OpenMCL was renamed Clozure CL to avoid confusion with the newly open sourced original MCL code.

### 採用の歴史

The official site describes Clozure CL as available across macOS, Linux, FreeBSD, illumos, and Windows, which made it a portable Common Lisp for users who wanted native threads, fast compilation, a compacting generational garbage collector, and a foreign-function interface.

For package managers, Clozure CL matters as a long-lived Lisp runtime that exposes a simple `ccl64` executable while carrying decades of Mac Lisp lineage into Unix-style packaging.

### 使われ方

Users run `ccl64` for the Clozure CL listener/compiler and can build CCL from source using an already-working CCL, because the implementation is written in itself.

The project documents user support through the ccl-devel mailing list, IRC, GitHub issues, and release downloads from GitHub.

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

Clozure CL is unusually interesting to package maintainers because it is self-hosting, historically tied to Macintosh Lisp, and packaged as a full language runtime rather than a small utility.

Its init-file behavior and architecture-specific binaries are the sort of details that make Lisp implementations visible in Homebrew and other Unix packaging ecosystems.

### タイムライン

- 1984: Coral Software began Coral Common Lisp for the Macintosh.
- 1987: CCL 1.0 was released for a 1 MB Macintosh Plus.
- 1988: Coral was acquired by Apple, and the Lisp became Macintosh Common Lisp.
- 1994: Apple transferred MCL to Digitool.
- 1998: A JPL-backed port of the MCL compiler and runtime reached VxWorks and LinuxPPC.
- 2001: Digitool agreed to open source the JPL work, creating OpenMCL.
- 2007: OpenMCL was renamed Clozure CL.
- 2017: GitHub releases include Clozure CL 1.11.

### Related projects

- Coral Common Lisp, Macintosh Allegro Common Lisp, Macintosh Common Lisp, and OpenMCL are direct predecessors in the official history.
- CCLDoc is the documentation format/project referenced by the official Clozure CL site.

### ソース

- <https://ccl.clozure.com/history.html>
- <https://ccl.clozure.com/>
- <https://github.com/Clozure/ccl#readme>
- <https://github.com/Clozure/ccl/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

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.


## Configuration files

- Unix: ~/ccl-init.lisp, ~/.ccl-init.lisp
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** clozure-cl
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** arch
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [ecl](https://www.automicvault.com/ja/pkg/brew/ecl/) - Shares av.db curated category or tags: cli, common-lisp, compiler, implementation, language-runtime.
- [sbcl](https://www.automicvault.com/ja/pkg/brew/sbcl/) - Shares av.db curated category or tags: cli, common-lisp, compiler, implementation, language-runtime.
- [abcl](https://www.automicvault.com/ja/pkg/brew/abcl/) - Shares av.db curated category or tags: cli, common-lisp, compiler, language-runtime.
- [clisp](https://www.automicvault.com/ja/pkg/brew/clisp/) - Shares av.db curated category or tags: cli, common-lisp, compiler, implementation, language-runtime.
- [gcl](https://www.automicvault.com/ja/pkg/brew/gcl/) - Shares av.db curated category or tags: cli, common-lisp, compiler, language-runtime.
- [chezscheme](https://www.automicvault.com/ja/pkg/brew/chezscheme/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language, runtime.
- [fantom](https://www.automicvault.com/ja/pkg/brew/fantom/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language, runtime.
- [icon](https://www.automicvault.com/ja/pkg/brew/icon/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language, runtime.
- [sagittarius-scheme](https://www.automicvault.com/ja/pkg/brew/sagittarius-scheme/) - Local package facts share a topical domain. Shared terms: cli, compiler, implementation, language, language-runtime.

## Combined YAML source

View the package source record on GitHub. [combined/clozure-cl.yml](https://github.com/automic-vault/db/blob/main/combined/clozure-cl.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
