macOS
brew install chezschemelocal Homebrew formula metadata
brew
chezscheme のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install chezschemelocal Homebrew formula metadata
sudo apt install chezschemeDebian stable package indexes · chezscheme · ソース: deb.debian.org
sudo zypper install chezschemeopenSUSE Tumbleweed package metadata · chezscheme · ソース: download.opensuse.org
nix profile install nixpkgs#cheznixpkgs package indexes · pkgs/by-name/ch/chez/package.nix · ソース: api.github.com
scoop install main/chezschemeScoop official bucket manifest trees · bucket/chezscheme.json · ソース: api.github.com
winget install --id Cisco.ChezScheme -eWindows Package Manager source index · Cisco.ChezScheme · ソース: cdn.winget.microsoft.com
概要
Implementation of the Chez Scheme language
履歴
Chez Scheme is a Scheme implementation with an optimizing native-code compiler, runtime system, interactive environment, and extensive documentation for R6RS-oriented Scheme programming.
The official project page describes Chez Scheme as both a programming language and an implementation, with supporting tools and documentation. It emphasizes compilation by default, on-the-fly compilation from source, whole-program compilation, garbage collection, profiling, debugging, and an interactive shell.
The Cisco-hosted project page separates current source, current release, open-source releases, and legacy releases, reflecting the project's long pre-GitHub history and later open-source maintenance.
Chez Scheme has long mattered to Scheme implementers because it is a serious optimizing compiler rather than only an interpreter. In package-manager catalogs it gives users a high-performance Scheme system through normal install flows.
The input package metadata lists Homebrew, Debian/Ubuntu, Nix, Scoop, winget, and openSUSE packages. Homebrew reported 1,813 trailing-365-day installs at research time.
The Homebrew formula installs `chez`, `petite`, and `scheme-script`, covering the full Chez Scheme system, Petite Chez Scheme, and script execution workflows.
Users install it as a Scheme compiler/runtime, an interactive environment, or a dependency for Scheme research and language implementation work.
Chez Scheme is package-nerd-significant because it brings a historically important optimizing Scheme compiler into ordinary OS package managers, where it can be installed beside lighter interpreters.
Its package also exposes the distinction between language runtimes that are research-grade compilers and ones that are small embeddable interpreters, a useful axis in Scheme packaging.
セキュリティ状態
chezscheme に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
chez | cli | グローバル実行可能ファイル | |
petite | cli | グローバル実行可能ファイル | |
scheme-script | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/cisco/ChezScheme
インストールメタデータ
| パッケージキー | brew:chezscheme |
|---|---|
| バージョン | 10.4.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/chezscheme |
| ホームページ | https://cisco.github.io/ChezScheme/ |
| リポジトリ | https://github.com/cisco/ChezScheme |
| 上流ドキュメント | https://cisco.github.io/ChezScheme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/cisco/ChezScheme/releases/download/v10.4.1/csv10.4.1.tar.gz |
| 最終更新 | 2026-06-22T14:03:01-07:00 |
| Pulse | updated |
| ビルド依存関係 | libx11, xterm |
| macOS 提供ライブラリ | ncurses |
| 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 | chezscheme |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
chezscheme 10.0.0+dfsg-5
Reliable, high performance Scheme compiler
https://cisco.github.io/ChezScheme/
sudo apt install chezschemechezscheme-dev 10.0.0+dfsg-5
Reliable, high performance Scheme compiler (C development files)
https://cisco.github.io/ChezScheme/
sudo apt install chezscheme-devchezscheme-doc 10.0.0+dfsg-5
Reliable, high performance Scheme compiler (documentation)
https://cisco.github.io/ChezScheme/
sudo apt install chezscheme-docchezscheme 9.5.8+dfsg-1
Reliable, high performance Scheme compiler
https://cisco.github.io/ChezScheme/
sudo apt install chezschemechezscheme-dev 9.5.8+dfsg-1
Reliable, high performance Scheme compiler (C development files)
https://cisco.github.io/ChezScheme/
sudo apt install chezscheme-devchezscheme-doc 9.5.8+dfsg-1
Reliable, high performance Scheme compiler (documentation)
https://cisco.github.io/ChezScheme/
sudo apt install chezscheme-docchezscheme 10.3.0-1.2
A superset of the R6RS Scheme language
https://cisco.github.io/ChezScheme/
sudo zypper install chezschemechezscheme-petite 10.3.0-1.2
Faster interpret version of ChezScheme
https://cisco.github.io/ChezScheme/
sudo zypper install chezscheme-petitemain/chezscheme
scoop install main/chezschemeCisco.ChezScheme
winget install --id Cisco.ChezScheme -echez
nix profile install nixpkgs#chezソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.