# rem — CLI for macOS Reminders > rem is an open-source command-line interface for macOS Reminders, written in Go. It uses EventKit via cgo (through go-eventkit) for sub-200ms reads and writes. Single binary, no runtime dependencies. - Homepage: https://rem.sidv.dev/ - GitHub: https://github.com/BRO3886/rem - Install: curl -fsSL https://rem.sidv.dev/install | bash - Go install: go install github.com/BRO3886/rem/cmd/rem@latest - License: MIT - Author: Siddharth Verma (https://sidv.dev) ## Documentation - [Getting Started](https://rem.sidv.dev/docs/getting-started/): Install rem, quick start, shell completions, AI agent skills - [Commands](https://rem.sidv.dev/docs/commands/): All 19 CLI commands with flags and examples - [Architecture](https://rem.sidv.dev/docs/architecture/): How rem uses go-eventkit + EventKit via cgo - [Performance](https://rem.sidv.dev/docs/performance/): Benchmarks, 462x speedup over AppleScript, optimization story