Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, pacman, apt 安装 chicken

查看 chicken 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install chicken

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install chicken

MacPorts ports tree · lang/chicken/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add chicken

Alpine Linux edge package indexes · chicken · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install chicken

Fedora Rawhide package metadata · chicken · 来源: dl.fedoraproject.org

Arch Linux pacman已验证 · 92%
sudo pacman -S chicken

Arch Linux sync databases · chicken · 来源: geo.mirror.pkgbuild.com

Debian apt已验证 · 92%
sudo apt install chicken-bin

Debian stable package indexes · chicken-bin · 来源: deb.debian.org

概览

软件包摘要

Compiler for the Scheme programming language

命令和别名

  • chicken
  • chicken-do
  • chicken-install
  • chicken-profile
  • chicken-status
  • chicken-uninstall
  • feathers

历史

项目历史与用法

CHICKEN is a Scheme implementation centered on a compiler that translates Scheme to portable C, plus an interpreter, extension library ecosystem, manual, wiki, and package tooling.

项目历史

The official getting-started manual says CHICKEN combines an optimizing compiler with a reasonably fast interpreter, generates portable C, supports tail recursion, continuations, lightweight threads, and a flexible interface to C libraries.

The same manual records that CHICKEN was developed by Felix L. Winkelmann from 2000 through 2007, and that in early 2008 the community took over responsibility for development and maintenance while Winkelmann remained involved.

采用历史

CHICKEN's adoption is tied to its practical build story: Scheme code becomes C, then a C compiler produces a standalone executable, making it easier to package and deploy than many pure interpreter workflows.

The input package metadata lists Alpine, Homebrew, Debian/Ubuntu, Fedora, MacPorts, Arch, and openSUSE packages. Homebrew reported 28,712 trailing-365-day installs at research time.

使用方式

The official homepage demonstrates both interpreted use with `csi -s hello-world.scm` and compiled use with `csc hello-world.scm`, then running the resulting executable.

The manual documents `$HOME/.csirc` as an initialization file loaded before the read-eval-print loop unless disabled, which is the relevant user-level config file.

为什么软件包爱好者会关心

CHICKEN is package-nerd-significant because it bridges Lisp/Scheme culture and Unix packaging: source goes to C, extensions are distributed as Eggs, and the runtime fits normal compiler/package-manager workflows.

For package maintainers, CHICKEN's split between core compiler/interpreter tools and a large extension ecosystem makes it a classic language-runtime package rather than a single app.

时间线

  • 2000: Felix L. Winkelmann began the development period described by the official manual.
  • 2008: Community maintenance responsibility began, according to the official manual.
  • 2026: Homebrew tracked CHICKEN 5.4.0 from the official call-cc.org release archive.

Related projects

  • Eggs are CHICKEN's contributed extension/library ecosystem and are linked directly from the official homepage.
  • CHICKEN sits in the Scheme implementation family alongside systems such as Chez Scheme and Chibi-Scheme, but its package identity is especially shaped by C output and the `csc`/`csi` workflow.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:programming language

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 10 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
~/.csirc

可执行文件

已安装的可执行文件

命令类型暴露范围备注
chickencli全局可执行文件
chicken-docli全局可执行文件
chicken-installcli全局可执行文件
chicken-profilecli全局可执行文件
chicken-statuscli全局可执行文件
chicken-uninstallcli全局可执行文件
featherscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本5.4.0
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://www.call-cc.org/

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://www.call-cc.org/none 置信度

安装元数据

软件包元数据

软件包键brew:chicken
版本5.4.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/chicken
主页https://www.call-cc.org/
仓库https://code.call-cc.org/git/chicken-core.git
上游文档https://wiki.call-cc.org/
许可证BSD-3-Clause
源码归档https://code.call-cc.org/releases/5.4.0/chicken-5.4.0.tar.gz
Bottle可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namechicken
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • mono
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

chicken-bin 5.3.0-2

Practical and portable Scheme system - compiler

http://www.call-cc.org

sudo apt install chicken-bin
  • Section: lisp
  • Architecture: amd64
  • Source Package: chicken
  • 3 依赖
  • normalized package name match
  • 匹配方式:Chicken
Debian stable package indexes · deb.debian.org · Debian stable package indexes: chicken-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libchicken-dev 5.3.0-2

Practical and portable Scheme system - development

http://www.call-cc.org

sudo apt install libchicken-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: chicken
  • 1 依赖
  • normalized package name match
  • 匹配方式:Chicken
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libchicken-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libchicken11t64 5.3.0-2

Practical and portable Scheme system - runtime

http://www.call-cc.org

sudo apt install libchicken11t64
  • Section: libs
  • Architecture: amd64
  • Source Package: chicken
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Chicken
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libchicken11t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

chicken-bin 5.3.0-1.1build1

Practical and portable Scheme system - compiler

http://www.call-cc.org

sudo apt install chicken-bin
  • Section: universe/interpreters
  • Architecture: amd64
  • Source Package: chicken
  • 3 依赖
  • normalized package name match
  • 匹配方式:Chicken
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: chicken-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libchicken-dev 5.3.0-1.1build1

Practical and portable Scheme system - development

http://www.call-cc.org

sudo apt install libchicken-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: chicken
  • 2 依赖
  • normalized package name match
  • 匹配方式:Chicken
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libchicken-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libchicken11t64 5.3.0-1.1build1

Practical and portable Scheme system - runtime

http://www.call-cc.org

sudo apt install libchicken11t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: chicken
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Chicken
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libchicken11t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

chicken 5.4.0-r0

R5RS and R7RS compatible scheme compiler and interpreter

https://call-cc.org/

sudo apk add chicken
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: chicken
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Chicken
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: chicken from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

chicken-dev 5.4.0-r0

R5RS and R7RS compatible scheme compiler and interpreter (development files)

https://call-cc.org/

sudo apk add chicken-dev
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: chicken
  • 1 依赖
  • normalized package name match
  • 匹配方式:Chicken
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: chicken-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

chicken-doc 5.4.0-r0

R5RS and R7RS compatible scheme compiler and interpreter (documentation)

https://call-cc.org/

sudo apk add chicken-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: chicken
  • normalized package name match
  • 匹配方式:Chicken
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: chicken-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

chicken-feathers 5.4.0-r0

A debugger for compiled chicken programs

https://call-cc.org/

sudo apk add chicken-feathers
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: chicken
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Chicken
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: chicken-feathers from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

chicken-libs 5.4.0-r0

R5RS and R7RS compatible scheme compiler and interpreter (libraries)

https://call-cc.org/

sudo apk add chicken-libs
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: chicken
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Chicken
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: chicken-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

chicken 5.4.0-5.fc44

A practical and portable Scheme system

http://call-cc.org

sudo dnf install chicken
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: chicken
  • 6 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Chicken
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: chicken from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

chicken-libs 5.4.0-5.fc44

Chicken Scheme runtime library

http://call-cc.org

sudo dnf install chicken-libs
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: chicken
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Chicken
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: chicken-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

chicken-static 5.4.0-5.fc44

Static library for Chicken

http://call-cc.org

sudo dnf install chicken-static
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: chicken
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Chicken
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: chicken-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

chicken 5.4.0-1

Feature rich R5RS Scheme compiler and interpreter

https://call-cc.org/

sudo pacman -S chicken
  • License: BSD-3-Clause AND GPL-2.0-or-later AND custom:Public-Domain
  • Architecture: x86_64
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Chicken
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: chicken from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

chicken

sudo port install chicken
  • normalized package name match
  • 匹配方式:Chicken
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/chicken/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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