Skip to main content
OpenBunny is a task extraction and management system that listens to your messaging channels — Slack, WhatsApp, iMessage, Telegram, and Gmail — and uses an LLM agent to automatically create and manage structured tasks.

How it works

  1. Listen — OpenBunny connects to your messaging channels and ingests conversations in real time
  2. Process — An LLM agent analyzes conversation context and decides whether to create, update, or ignore tasks
  3. Manage — Tasks are organized with priorities, labels, requesters, and reminders
  4. View — Use the local client, cloud dashboard, or mobile app to manage your tasks

Components

Deployment modes

OpenBunny supports three deployment configurations:
ModeDescriptionComponents
Fully localEverything runs on your machine with SQLiteService + Client
HybridService runs locally, data persists in the cloudService + Cloud
Fully remoteAll components deployed on serversService + Cloud + Mobile
See Architecture for a detailed breakdown.