Umka CLI
The Umka CLI lets you access your documents from the terminal. Sync your spaces to a local SQLite database, then search, list tasks, and export — all from the command line.
Quick Start
# Install
curl -fsSL https://sh.umka.day | sh
# Log in
umka auth login
# Sync your documents
umka sync
# Search across everything
umka search "grocery list"
Commands
| Command | Description |
|---|---|
umka auth | Authenticate with your Umka account |
umka sync | Sync documents to local database |
umka search | Full-text search across documents |
umka tasks | List tasks from all documents |
umka export | Export spaces as markdown files |
umka cli update | Update to the latest version |
umka cli uninstall | Remove umka from your machine |
Platforms
Pre-built static binaries are available for:
- macOS — Apple Silicon (aarch64)
- Linux — x86_64 and aarch64 (statically linked with musl)