Skip to content

Overview

Shrike is a fast, keyboard-driven Gmail app for macOS. It’s built for people who’d rather not spend their day in email — clear the inbox in a few quick keystrokes and get back to the work that matters. No toolbars, no mouse hunt, everything one keystroke away.

It’s written in Rust with the iced GUI framework, renders through Metal, and keeps a complete local copy of your mail so the interface never waits on the network.

Shrike is shaped by three commitments that are weighed together, never traded off against each other:

  • Keyboard-first. Every action — triage, compose, search, navigation — is a single, learnable keystroke. A command palette (⌘K) mirrors the keymap so you discover shortcuts as you work.
  • Local-first. The UI reads exclusively from a local SQLite store with full-text search. Renders never block on I/O; sync happens in the background. Shrike is fast and usable even offline.
  • Private by design. Shrike talks straight to Gmail — there is no Shrike server. The AI that reads your threads runs on your own machine. Your mail is never uploaded to anyone, including us.
  1. Install Shrike — download the macOS app.
  2. Connect your Gmail account.
  3. Learn the keyboard shortcuts — or just press ? in the app.