What problem does it solve?
Managing CRM data often requires servers, complex integrations, or multiple tools. crm.cli provides a headless, CLI-first CRM backed by a single SQLite file with a virtual filesystem interface, enabling fast, scriptable access from the terminal and AI agents without a GUI or server.
Core Features & Use Cases
- Mounted virtual filesystem to access contacts, companies, deals, and activities as JSON files, enabling tools like grep, jq, and editor workflows.
- Comprehensive CLI for CRUD operations, powerful search, and pipeline management, designed for automation and rapid development work.
- Normalization, linking, and analytics support in a single portable store, suitable for local development, scripting, and offline workflows.
Quick Start
Mount the CRM filesystem and begin issuing crm commands from your shell.