TaskKitty

Back to app

Grab TaskKitty for your platform. All three talk to the same Supabase backend as the web app, in realtime.

Chrome Extension

Popup-only: log in, quick-add a task, check it off, without leaving the tab you're on.

Download .zip

Unzip it, then chrome://extensions → enable Developer mode → Load unpacked → select the unzipped folder.

Windows (.exe)

A Tauri window that stays pinned and visible while you work, loading the live web app.

Not pre-built — build it yourself:

cd desktop
npm install
npm run tauri build
# installer lands in
# desktop/src-tauri/target/release/bundle/

Android (.apk)

Add and check off tasks the second you think of them, away from a laptop.

Not pre-built — build it yourself:

cd mobile
npm install
npx eas build -p android --profile preview
# requires a free Expo account