Automic VaultAutomic Vault

brew

chicken mit Homebrew, apk, dnf, MacPorts, pacman, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für chicken in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install chicken

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install chicken

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

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add chicken

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

Fedora dnfverifiziert · 92%
sudo dnf install chicken

Fedora Rawhide package metadata · chicken · Quelle: dl.fedoraproject.org

Arch Linux pacmanverifiziert · 92%
sudo pacman -S chicken

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

Debian aptverifiziert · 92%
sudo apt install chicken-bin

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

Überblick

Paketzusammenfassung

Compiler for the Scheme programming language

Befehle und Aliase

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

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:programming language

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 10 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
chickencliglobales Executable
chicken-docliglobales Executable
chicken-installcliglobales Executable
chicken-profilecliglobales Executable
chicken-statuscliglobales Executable
chicken-uninstallcliglobales Executable
featherscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version5.4.0
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

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

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz
  • InfoRelease/tag comparison is only available for GitHub repositories.https://www.call-cc.org/none Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:chicken
Version5.4.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/chicken
Homepagehttps://www.call-cc.org/
Repositoryhttps://code.call-cc.org/git/chicken-core.git
Upstream-Dokumentationhttps://wiki.call-cc.org/
LizenzBSD-3-Clause
Quellarchivhttps://code.call-cc.org/releases/5.4.0/chicken-5.4.0.tar.gz
Bottleverfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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