Skip to main content

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

CommandDescription
umka authAuthenticate with your Umka account
umka syncSync documents to local database
umka searchFull-text search across documents
umka tasksList tasks from all documents
umka exportExport spaces as markdown files
umka cli updateUpdate to the latest version
umka cli uninstallRemove 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)