# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 calcurse

查看 calcurse 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:calcurse
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install calcurse
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install calcurse
```

  证据: MacPorts ports tree: sysutils/calcurse/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add calcurse
```

  证据: Alpine Linux edge package indexes: calcurse from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install calcurse
```

  证据: Debian stable package indexes: calcurse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install calcurse
```

  证据: Fedora Rawhide package metadata: calcurse from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#calcurse
```

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

- pacman (92%):

```sh
sudo pacman -S calcurse
```

  证据: Arch Linux sync databases: calcurse from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install calcurse
```

  证据: openSUSE Tumbleweed package metadata: calcurse from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:calcurse
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/calcurse>
- **版本:** 4.8.2
- **来源摘要:** Text-based personal organizer
- **主页:** <https://calcurse.org/>
- **上游文档:** <https://calcurse.org/>
- **许可证:** BSD-2-Clause
- **源码归档:** <https://calcurse.org/files/calcurse-4.8.2.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- calcurse (cli)
- calcurse-caldav (cli)
- calcurse-upgrade (cli)
- calcurse-vdir (cli)
- calcurse (别名)
- calcurse-caldav (别名)
- calcurse-upgrade (别名)
- calcurse-vdir (别名)

## 依赖

- gettext

## 构建依赖

- pkgconf

## macOS 提供的库

- ncurses

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 4.8.2
- 本地数据: OK
- 上游仓库: https://calcurse.org/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

calcurse is a curses-based personal organizer for the command line, combining calendar, appointments, TODOs, notifications, iCalendar import/export, scripting-friendly output, and later CalDAV synchronization. It is a classic Unix productivity package: terminal UI first, plain local data, and automation hooks.

### 项目历史

The official site describes calcurse as a command-line calendar and scheduling application for events, appointments, and everyday tasks, with a configurable notification system and a curses interface. Its release notes begin with version 1.0 on 8 October 2005 and continue through modern 4.x releases.

Over time calcurse added recurring appointments, internationalization, UTF-8 support, import/export, user-configurable key bindings, hooks, CalDAV support, and command-line filtering/formatting. Version 4.0.0 in 2015 marks a later modernization point in the release stream, while 4.8.x releases in the 2020s show continued maintenance.

### 采用历史

calcurse became popular among terminal-first users who wanted a lightweight alternative to graphical calendar applications and web services. The official site explicitly highlights command-line options suitable for scripts, version-control hooks for calendar data, and CalDAV synchronization for mobile-device interoperability.

Its package-manager footprint is broad for a small TUI application, appearing in Homebrew and major Linux distributions because it has few conceptual moving parts: install the binary, keep data in user config/data directories, and automate around text-friendly commands.

### 使用方式

Users run `calcurse` for the full-screen TUI, `calcurse-caldav` for synchronization, and helper tools such as `calcurse-upgrade` or `calcurse-vdir` for data migration and vdir workflows. It is often used locally with cron, shell scripts, mail notifications, and version control hooks.

The package stores user configuration and key bindings in calcurse config files, while CalDAV credentials are typically kept in the caldav config file, making the credential path relevant for audits and backup tooling.

### 为什么软件包爱好者会关心

calcurse matters because it is a rare survivor in the terminal organizer category: small enough to package everywhere, practical enough to replace a GUI calendar for some users, and scriptable enough to participate in Unix workflows.

For package nerds, the interesting history is its evolution from a 2005 curses calendar into a tool with iCalendar, CalDAV, hooks, vdir-style workflows, and distribution packaging without losing the command-line-first model.

### 时间线

- 2005: calcurse 1.0 released on 8 October 2005.
- 2008: calcurse 2.0 released on 2 March 2008.
- 2012: calcurse 3.0.0 released on 1 July 2012.
- 2015: calcurse 4.0.0 released on 22 February 2015.
- 2020: calcurse 4.7.0 released with continued 4.x maintenance.
- 2022: calcurse 4.8.0 released.
- 2025: calcurse 4.8.2 listed as the current source download on the official site.

### Related projects

- Related tools include remind, khal, vdirsyncer, abook, mutt/neomutt calendar workflows, taskwarrior, todoman, pcal, and iCalendar/CalDAV servers. calcurse is distinct because it combines an interactive curses UI with useful non-interactive commands.

### 来源

- <https://calcurse.org/>
- <https://calcurse.org/devel>
- <https://calcurse.org/files/calcurse-caldav.html>
- <https://calcurse.org/files/changes.html>
- <https://calcurse.org/files/manual.html>


## 安全说明

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: ~/.config/calcurse/conf, ~/.config/calcurse/keys, ~/.calcurse/conf, ~/.calcurse/keys, ~/.calcurse/caldav/config

## Credential files

- Unix: ~/.calcurse/caldav/config
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** calcurse
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - calcurse - 4.8.1-1.3: normalized package name match | Debian stable package indexes: calcurse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | text-based calendar and todo manager | https://calcurse.org
- Nix - calcurse: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/calcurse/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - calcurse - 4.8.1-1.1: normalized package name match | Ubuntu 24.04 LTS package indexes: calcurse from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | text-based calendar and todo manager | https://calcurse.org
- apk - calcurse - 4.8.2-r1: normalized package name match | Alpine Linux edge package indexes: calcurse from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A text-based personal organizer | https://calcurse.org/
- apk - calcurse-caldav - 4.8.2-r1: normalized package name match | Alpine Linux edge package indexes: calcurse-caldav from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CalDAV synchronization support for calcurse | https://calcurse.org/
- apk - calcurse-dbg - 4.8.2-r1: normalized package name match | Alpine Linux edge package indexes: calcurse-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A text-based personal organizer (debug symbols) | https://calcurse.org/
- apk - calcurse-doc - 4.8.2-r1: normalized package name match | Alpine Linux edge package indexes: calcurse-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A text-based personal organizer (documentation) | https://calcurse.org/
- dnf - calcurse - 4.8.2-4.fc45: normalized package name match | Fedora Rawhide package metadata: calcurse from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Text-based personal organizer | https://calcurse.org
- pacman - calcurse - 4.8.2-1: normalized package name match | Arch Linux sync databases: calcurse from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A text-based personal organizer | https://calcurse.org/
- zypper - calcurse - 4.8.2-1.6: normalized package name match | openSUSE Tumbleweed package metadata: calcurse from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Text-based Organizer | https://calcurse.org
- zypper - calcurse-lang - 4.8.2-1.6: normalized package name match | openSUSE Tumbleweed package metadata: calcurse-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package calcurse | https://calcurse.org
- MacPorts - calcurse: normalized package name match | MacPorts ports tree: sysutils/calcurse/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/zh-hans/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [gettext](https://pkg.so/zh-hans/brew/gettext/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [vdirsyncer](https://pkg.so/zh-hans/brew/vdirsyncer/) - Shares pkgdb curated category or tags: caldav, calendar, cli, productivity.
- [remind](https://pkg.so/zh-hans/brew/remind/) - Shares pkgdb curated category or tags: calendar, cli, productivity, scheduling.
- [khal](https://pkg.so/zh-hans/brew/khal/) - Shares pkgdb curated category or tags: caldav, calendar, cli, productivity.
- [todoman](https://pkg.so/zh-hans/brew/todoman/) - Shares pkgdb curated category or tags: caldav, cli, productivity, todo.
- [diary](https://pkg.so/zh-hans/brew/diary/) - Shares pkgdb curated category or tags: caldav, calendar, cli, productivity.
- [gogcli](https://pkg.so/zh-hans/brew/gogcli/) - Shares pkgdb curated category or tags: calendar, cli, productivity.
- [ical-buddy](https://pkg.so/zh-hans/brew/ical-buddy/) - Shares pkgdb curated category or tags: calendar, cli, productivity.
- [gcalcli](https://pkg.so/zh-hans/brew/gcalcli/) - Shares pkgdb curated category or tags: calendar, cli, productivity.
- [byobu](https://pkg.so/zh-hans/brew/byobu/) - Local package facts share a topical domain. Shared terms: based, cli, gettext, productivity, text.

## Combined YAML source

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


## 来源

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