# Install todoist-cli with Homebrew, MacPorts

Official command-line interface for Todoist. Version 1.76.0 via Homebrew; verified 2026-07-07.

## Install

```sh
sudo av install brew:todoist-cli
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install todoist-cli
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install todoist-cli
```

  Evidence: MacPorts ports tree: office/todoist-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:todoist-cli
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/todoist-cli>
- **Version:** 1.76.0
- **Source summary:** Official command-line interface for Todoist
- **Homepage:** <https://github.com/Doist/todoist-cli>
- **Repository:** <https://github.com/Doist/todoist-cli>
- **Upstream docs:** <https://github.com/Doist/todoist-cli#readme>
- **License:** MIT
- **Source archive:** <https://registry.npmjs.org/@doist/todoist-cli/-/todoist-cli-1.76.0.tgz>
- **Last updated:** 2026-07-07T16:37:47Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Dependencies

- node

## Install behavior

- Post-install hook: not defined
- Caveats: Looking for the third-party Go CLI previously published under this name (by sachaos)? It has been renamed. Install it with: brew install todoist-cli-go
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.76.0
- Package-manager updated: 2026-07-07
- Local data: ok
- Upstream repository: https://github.com/Doist/todoist-cli
- info: No cached GitHub release or tag data was available.
## Project history and usage

Todoist CLI is Doist's official command-line interface for Todoist, installed as the td command. It represents Todoist's vendor-maintained move into terminal workflows, OAuth-based authentication, shell completion, and coding-agent skill installation.

### Project history

The official repository describes Todoist CLI simply as a command-line interface for Todoist and installs it from npm as @doist/todoist-cli. The changelog begins with 1.0.0 on 2026-01-16 and shows rapid 1.x development through 2026, with semantic-release automation documented in CONTRIBUTING.md.

The README documents browser-based Todoist authentication, read-only OAuth mode, optional additional OAuth scopes, manual token and environment-variable authentication, OS credential-manager storage, and a plaintext fallback config path. This is a more vendor-integrated model than older unofficial Todoist CLIs, which typically relied directly on user API tokens.

By mid-2026 the changelog shows many feature additions beyond basic tasks: accounts, projects, sections, labels, comments, reminders, billing, apps, backups, goals, Markdown output behavior, and Todoist SDK upgrades. The README also documents installing agent skills for tools such as codex, claude-code, copilot, cursor, gemini, pi, and universal.

### Adoption history

The input metadata shows the official CLI packaged by Homebrew, MacPorts, Nix, and Debian metadata, while the README uses npm as the primary installation channel. In Homebrew, this package occupies the todoist-cli name, while the older Go client is named todoist-cli-go.

The agent-skill commands are a notable adoption signal for the current package-nerd niche: Todoist CLI is not only for humans at a shell prompt, but also for local coding agents that can read a Todoist-specific skill and operate through td.

### How it is used

Users authenticate with td auth login, then run commands such as td add, td today, td inbox, td task list, td project list, and td task view. The README also documents shell completions for bash, zsh, and fish, accessibility flags, read-only mode, additional OAuth scopes, and environment-token fallback.

Package-conscious users care about where credentials land. The official README says tokens are stored in macOS Keychain, Windows Credential Manager, or Linux Secret Service/libsecret when available, with a warning and fallback to ~/.config/todoist-cli/config.json if secure storage is unavailable.

### Why package nerds care

Todoist CLI is significant because it turns a hosted task system into a first-party terminal tool with npm, Homebrew, MacPorts, and Nix packaging. It also clarifies the package-name collision with the earlier Go client in this batch.

Its 2026 agent-skill support makes it especially relevant to package nerds building local AI or automation stacks: it packages not just a CLI, but also command knowledge for agents to install into their own skill directories.

### Timeline

- 2026-01-16: 1.0.0 appears as the first official changelog entry.
- 2026-03-31: 1.34.0 added read-only OAuth mode for safer autonomous tool use.
- 2026-05-07: 1.62.0 added GitHub Copilot skill installation instructions.
- 2026-06-29: 1.75.3 fixed Pi skill installation in the agent directory.

### Related projects

- sachaos/todoist is the older unofficial Go Todoist CLI that Homebrew now names todoist-cli-go.
- The CLI depends on Doist's Todoist SDK according to the official changelog.

### Sources

- <https://github.com/Doist/todoist-cli#readme>
- <https://github.com/Doist/todoist-cli/blob/main/CHANGELOG.md>
- <https://github.com/Doist/todoist-cli/blob/main/CONTRIBUTING.md>
- source_facts.package-manager


## 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: ~/.config/todoist/config.json

## Credential files

- Unix: ~/.config/todoist/config.json, ~/.config/todoist/cache.json
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** todoist-cli
- **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

## Other Package-Manager Records

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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/pkg/web-dev-tools/) - Matched web development metadata.
- [node](https://www.automicvault.com/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [todoist-cli-go](https://www.automicvault.com/pkg/brew/todoist-cli-go/) - Shares av.db curated category or tags: cli, productivity, task-management, todoist.
- [pter](https://www.automicvault.com/pkg/brew/pter/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [taskline](https://www.automicvault.com/pkg/brew/taskline/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [todo-txt](https://www.automicvault.com/pkg/brew/todo-txt/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [todoman](https://www.automicvault.com/pkg/brew/todoman/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [topydo](https://www.automicvault.com/pkg/brew/topydo/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [ttdl](https://www.automicvault.com/pkg/brew/ttdl/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [ultralist](https://www.automicvault.com/pkg/brew/ultralist/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [vit](https://www.automicvault.com/pkg/brew/vit/) - Local package facts share a topical domain. Shared terms: cli, interface, management, productivity, task.

## Combined YAML source

View the package source record on GitHub. [combined/todoist-cli.yml](https://github.com/automic-vault/db/blob/main/combined/todoist-cli.yml)


## Sources

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