# Install carl with Homebrew, MacPorts, Nix, winget

Calendar for the command-line. Version 0.6.0 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#carl.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install carl
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install carl
```

  Evidence: 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
```

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:carl
- **Package manager:** Homebrew
- **Version:** 0.6.0
- **Source summary:** Calendar for the command-line
- **Homepage:** <https://codeberg.org/birger/carl>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- carl (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.6.0
## Project history and usage

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

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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
## Other Package-Manager Records

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


## Sources

- 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
