# carl を Homebrew, MacPorts, Nix, winget でインストール

carl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:carl
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install carl
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install carl
```

  証拠: MacPorts ports tree: office/carl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#carl
```

  証拠: nixpkgs package indexes: pkgs/by-name/ca/carl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id goldjg.cARL -e
```

  証拠: Windows Package Manager source index: goldjg.cARL from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:carl
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.6.0
- **ソース概要:** Calendar for the command-line
- **ホームページ:** <https://codeberg.org/birger/carl>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- carl (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.6.0
## プロジェクトの歴史と使われ方

carl is a Rust command-line calendar that deliberately resembles traditional cal(1) tools while adding color themes, iCalendar highlighting, agendas, and template customization.

### プロジェクトの歴史

The Codeberg repository was created in December 2021 and the first tagged release, 0.0.1, was published on January 1, 2022. Its README identifies Birger Schacht as the copyright holder for 2021-2023 and documents a compact CLI installed with cargo.

### 採用の歴史

carl is a niche terminal productivity tool rather than a large platform project. Its adoption path is typical for Rust command-line software: upstream publishes source and cargo installation instructions, while package managers such as Homebrew, MacPorts, and Nix make the executable available outside Cargo workflows.

### 使われ方

Users run carl to print one month, three months, a year, Julian dates, or a specified date. Configuration can point to iCalendar files or directories, select themes, and configure custom Jinja templates.

### パッケージ好きにとっての重要性

For package nerds, carl is a tidy example of a modern replacement for a small Unix utility: it keeps the old terminal shape of cal(1), but adds XDG configuration, iCalendar awareness, theming, and Rust packaging.

### タイムライン

- 2021: Codeberg repository created.
- 2022: 0.0.1 tagged as the first release.
- 2023: 0.0.3 released on Codeberg.

### Related projects

- carl explicitly positions itself next to cal(1) implementations.
- Its iCalendar support connects it to the broader family of terminal calendar and agenda tools.

### ソース

- <https://codeberg.org/birger/carl>
- <https://carl.cli.rs/>
- <https://formulae.brew.sh/api/formula/carl.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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: XDG_CONFIG_DIRS/carl/config.toml, XDG_CONFIG_HOME/.carl/config.toml
## 他のパッケージマネージャ記録

- Nix - carl: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/carl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - carl: normalized package name match | MacPorts ports tree: office/carl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - goldjg.cARL: normalized package name match | Windows Package Manager source index: goldjg.cARL from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

- 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
