# topydo を Homebrew, apt, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:topydo
```

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

### macOS

- Homebrew (100%):

```sh
brew install topydo
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install topydo
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install topydo
```

  証拠: Debian stable package indexes: topydo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#topydo
```

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

## パッケージ情報

- **パッケージキー:** brew:topydo
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/topydo>
- **バージョン:** 0.16
- **ソース概要:** Todo list application using the todo.txt format
- **ホームページ:** <https://github.com/topydo/topydo>
- **リポジトリ:** <https://github.com/topydo/topydo>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/11/6a/8278ac5a59ec633322dcdff278bf74ce8c9d513370cf41d1ecfa5e0376d0/topydo-0.16.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- topydo (cli)
- topydo (エイリアス)

## 依存関係

- python@3.14

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.16
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/topydo/topydo
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

topydo is a console-oriented todo.txt application. Its README describes it as a powerful todo list application using the todo.txt format, with command-line, prompt, and column/TUI interfaces.

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

The project sits in the todo.txt ecosystem rather than inventing its own database format. The README says its CLI was originally inspired by Gina Trapani's todo.txt CLI, while topydo adds native support for extensions such as due dates, start dates, dependencies, recurring items, sorting, grouping, aliases, and stable text-based identifiers.

The official documentation is published as a TiddlyWiki-style site, matching the project's hacker-friendly niche: a single-file text-task workflow with command references, configuration tiddlers, output format notes, and UI documentation.

### 採用の歴史

The input package facts show topydo packaged across Homebrew, Debian, MacPorts, Nix, and Ubuntu, which is broad for a console todo.txt tool. That distribution pattern reflects adoption by users who want a portable plain-text task file but prefer a richer Python CLI/TUI than the original shell-oriented todo.txt tools.

### 使われ方

Typical use is to install with pip3, then run topydo in one of three interfaces: direct CLI commands, topydo prompt for a command loop, or topydo columns for a vim-like text UI with customizable columns. The README emphasizes that the todo.txt file remains compliant and can still be processed by other todo.txt tools.

Package nerds tend to care about topydo because it keeps the durable artifact as plain text while offering scriptable outputs such as iCalendar, JSON, and Graphviz Dot. That makes it useful for terminal-first personal workflows, backups, sync, and small automations without adopting a hosted task service.

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

topydo is a representative package-manager-friendly productivity CLI: Python-based, plain-text-first, and interoperable with the wider todo.txt format. Its significance is strongest for users who value editable files, Unix-style tool chaining, and terminal UI ergonomics.

### タイムライン

- Project docs: Official README presents topydo as a todo.txt-compatible application with CLI, prompt, and column modes.
- Package adoption: Input package facts list Homebrew, Debian, MacPorts, Nix, and Ubuntu packages.
- Current docs: Official documentation is published at topydo.github.io/topydo as a TiddlyWiki containing command, configuration, output, and UI topics.

### Related projects

- The README links the todo.txt format and Gina Trapani's todo.txt CLI as direct context, and also references bram85/todo.txt-tools.

### ソース

- <https://github.com/topydo/topydo#readme>
- <https://topydo.github.io/topydo>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- Debian apt - topydo - 0.15+dfsg1-1: normalized package name match | Debian stable package indexes: topydo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | advanced todo.txt terminal utility for managing tasks | https://github.com/topydo/topydo
- Nix - topydo: normalized package name match | nixpkgs package indexes: pkgs/by-name/to/topydo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - topydo - 0.14-5.2: normalized package name match | Ubuntu 24.04 LTS package indexes: topydo from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | advanced todo.txt terminal utility for managing tasks | https://github.com/topydo/topydo
- MacPorts - topydo: normalized package name match | MacPorts ports tree: office/topydo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [todo-txt](https://pkg.so/ja/brew/todo-txt/) - Shares pkgdb curated category or tags: cli, productivity, task-management, todo-txt.
- [tuxedo](https://pkg.so/ja/brew/tuxedo/) - Shares pkgdb curated category or tags: cli, productivity, task-management, todo-txt.
- [pter](https://pkg.so/ja/brew/pter/) - Shares pkgdb curated category or tags: cli, productivity, task-management, todo-txt.
- [gcalcli](https://pkg.so/ja/brew/gcalcli/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [todoist-cli](https://pkg.so/ja/brew/todoist-cli/) - Shares pkgdb curated category or tags: cli, productivity, task-management.
- [flexget](https://pkg.so/ja/brew/flexget/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [khal](https://pkg.so/ja/brew/khal/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [fava](https://pkg.so/ja/brew/fava/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [vit](https://pkg.so/ja/brew/vit/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, management, productivity, python, python-3-14.
- [ttdl](https://pkg.so/ja/brew/ttdl/) - Local package facts share a topical domain. Shared terms: cli, list, management, productivity, task.

## Combined YAML source

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


## ソース

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