macOS
brew install chickenprovider-native install command
brew / Rang 892
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für chicken in AI-Agent-Workflows.
Installation
brew install chickenprovider-native install command
Überblick
Compiler for the Scheme programming language
Verlauf
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.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
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.
Config paths the tool may read or write during local use.
~/.csircExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
chicken | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
chicken-do | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
chicken-install | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
chicken-profile | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
chicken-status | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
chicken-uninstall | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
feathers | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
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.
Installationsmetadaten
| Paketschlüssel | brew:chicken |
|---|---|
| Version | 5.4.0 |
| Paketmanager | Homebrew |
| Homepage | https://www.call-cc.org/ |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.