# coconut mit Homebrew, Nix installieren

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

## Installation

```sh
sudo av install brew:coconut
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install coconut
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#coconut
```

  Evidenz: nixpkgs package indexes: coconut from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Paketfakten

- **Paketschlüssel:** brew:coconut
- **Paketmanager:** Homebrew
- **Version:** 3.2.0
- **Quellzusammenfassung:** Simple, elegant, Pythonic functional programming
- **Homepage:** <https://coconut-lang.org/>
- **Zuletzt aktualisiert:** 2026-07-15T10:34:45Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- coconut (Alias)
- coconut-py3 (Alias)
- coconut-py3-run (Alias)
- coconut-py3.14 (Alias)
- coconut-py3.14-run (Alias)
- coconut-release (Alias)
- coconut-release-run (Alias)
- coconut-run (Alias)
- coconut-v3 (Alias)
- coconut-v3-run (Alias)
- coconut-v3.2 (Alias)
- coconut-v3.2-run (Alias)
- coconut-v3.2.0 (Alias)
- coconut-v3.2.0-run (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.2.0
## Projektgeschichte und Nutzung

Coconut is a Python-family functional programming language and compiler. Its official documentation describes it as a strict superset of Python syntax that compiles to Python, adding functional features while remaining close to the Python ecosystem.

### Projektgeschichte

The public GitHub repository was created in 2014, and the project positions itself as a language variant rather than a standalone runtime: Coconut source is compiled into Python code. The README and documentation emphasize GitHub development, PyPI hosting, and a language design centered on functional programming constructs such as pipes, pattern matching, partial application, and enhanced lambdas.

### Adoptionsgeschichte

Coconut's adoption has been strongest in Python package and language-experiment circles rather than as a mainstream application runtime. Official install guidance leads with pip, while the Homebrew input records distribution through Homebrew and Nix, showing that it also reached system package-manager catalogs used by CLI-oriented developers.

### Wie es verwendet wird

Users install Coconut as a command-line compiler and run it to compile or execute Coconut source files. The official docs cover installation through pip, conda, and Homebrew, plus integrations for IPython/Jupyter, type checking, numpy, and xonsh.

### Warum Paket-Nerds sich dafür interessieren

For package nerds, Coconut is interesting as a small language toolchain that rides on Python packaging while also appearing in OS package managers. It shows the common pattern where an experimental language compiler starts with PyPI distribution and later becomes convenient to install through Homebrew or Nix for shell-first workflows.

### Zeitleiste

- 2014: GitHub repository for evhub/coconut created.
- 2016: Public documentation and PyPI distribution were already central to the project.
- 2024: Coconut 3.1.x releases continued active maintenance.
- 2025: Coconut 3.2.0 added Python 3.14 support, according to the official release notes.

### Related projects

- Coconut is related to Python itself, PyPI packaging, IPython/Jupyter integration, xonsh integration, and the broader family of Python-compatible language extensions that compile down to Python.

### Quellen

- <https://github.com/evhub/coconut>
- <https://coconut-lang.org/>
- <https://coconut.readthedocs.io/en/latest/DOCS.html>
- <https://github.com/evhub/coconut/releases>
- <https://pypi.org/project/coconut/>


## Sicherheitshinweise

Für coconut wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- Nix - coconut: normalized package name match | nixpkgs package indexes: coconut from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

View the package source record on GitHub. [combined/coconut.yml](https://github.com/mxcl/pkgdb/blob/main/combined/coconut.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
