# cask mit Homebrew, MacPorts installieren

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

## Installation

```sh
sudo av install brew:cask
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cask
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cask
```

  Evidenz: MacPorts ports tree: devel/cask/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:cask
- **Paketmanager:** Homebrew
- **Version:** 0.9.1
- **Quellzusammenfassung:** Emacs dependency management
- **Homepage:** <https://cask.readthedocs.io/>
- **Repository:** <https://github.com/cask/cask>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- cask (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

Cask is an Emacs Lisp project-management and dependency tool centered on a project-local `Cask` file. It helped Emacs package authors declare dependencies, run commands in an isolated package environment, and build packages from the command line.

### Projektgeschichte

The public repository was created in 2012 and later moved under the cask GitHub organization. Official documentation describes Cask as dependency management for Emacs and documents a small domain-specific language for package metadata and dependencies.

### Adoptionsgeschichte

Cask became part of the Emacs package-author toolchain during the period when package.el, MELPA, and CI workflows were becoming common. Its presence in Homebrew and MacPorts made it easy for package maintainers to install the same command-line tool used in project automation.

Homebrew analytics show continued use despite the project's age, with 27,894 stable installs in the last 365 days in the formula API.

### Wie es verwendet wird

A project declares dependencies in a file named `Cask`; users then run commands such as `cask install`, `cask exec`, `cask emacs`, `cask build`, and `cask package`. The DSL reference covers package metadata and dependency declarations.

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

Cask matters to package nerds because it brought Bundler-style dependency declarations and repeatable command execution to Emacs Lisp projects, making Emacs packages easier to test and publish from CI and shell scripts.

### Zeitleiste

- 2012: Public GitHub repository created.
- 2010s: Cask documented as an Emacs dependency-management CLI with a project-local DSL.
- 2026: Homebrew packages v0.9.1 and reports continuing install activity.

### Related projects

- Emacs package.el and MELPA are the broader package ecosystem that Cask projects usually target.
- Homebrew and MacPorts distribute the Cask command-line tool on macOS.

### Quellen

- <https://api.github.com/repos/cask/cask>
- <https://github.com/cask/cask>
- <https://cask.readthedocs.io/>
- <https://cask.readthedocs.io/en/latest>
- <https://formulae.brew.sh/api/formula/cask.json>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## 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

- Unix: Cask
## Andere Paketmanager-Einträge

- MacPorts - cask: normalized package name match | MacPorts ports tree: devel/cask/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

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