Your Reminders.
From the terminal.

A blazing fast CLI for macOS Reminders.
Powered by go-eventkit.

Terminal
$ |

Built for speed and simplicity

Full control over macOS Reminders, right from your terminal.

Sub-200ms Everything

All reads and writes powered by go-eventkit via cgo. Direct memory access to the Reminders store — no IPC, no Apple Events, no waiting.

Single Binary

EventKit compiled directly into the Go binary via cgo. No helpers, no dependencies. Just go install and go.

Natural Language Dates

"tomorrow at 3pm", "next friday", "in 2 hours", "eod" — a custom parser understands 20+ patterns without external deps.

Public Go API

Powered by go-eventkit — use it directly in your own Go programs. Full CRUD, filtering, and list management.

Import & Export

JSON and CSV import/export with full property round-trip. Back up, migrate, or bulk-manage your reminders.

19 Commands

Full CRUD, search, stats, overdue, upcoming, interactive mode, list management, shell completions — everything covered.

Install in seconds

recommended
curl -fsSL https://rem.sidv.dev/install | bash
Downloads the latest release binary and installs to /usr/local/bin.
requires go & xcode command line tools
go install github.com/BRO3886/rem/cmd/rem@latest
Compiles from source via cgo. Needs Xcode CLT for EventKit framework headers.
from github releases
curl -LO https://github.com/BRO3886/rem/releases/latest/download/rem-darwin-arm64.tar.gz tar xzf rem-darwin-arm64.tar.gz sudo mv rem /usr/local/bin/rem
Replace arm64 with amd64 for Intel Macs.