Fast, local-first note capture from your macOS menu bar.
Press ⌃ + ⌥ + N, jot your thought, hit Enter, done.
You can install Jotin directly from GitHub without setting up a local dev environment.
- Open the latest GitHub release for this repo.
- Download the macOS asset for your machine (
aarch64for Apple Silicon,x86_64for Intel). - Open the
.dmg(or extract the archive if needed). - Drag
Jotin.appto/Applications. - Launch Jotin from Applications.
- Open the latest successful
Releaseworkflow run in GitHub Actions. - Download the uploaded macOS artifact (
uploadWorkflowArtifacts: true). - Extract the archive.
- Move
Jotin.appto/Applications. - Launch Jotin.
Jotin is a lightweight desktop app built with Tauri.
- Instant quick-capture window
- Menu bar notes list with search
- Copy / delete actions
- Light and dark theme toggle
- 100% local storage (no sync, no account, no cloud)
- Launch the app.
- Use the global shortcut
Ctrl + Option + Nto open quick capture. - Type your note and press
Enterto save. - Click the menu bar icon to open your notes list.
- Search, copy, or delete notes from the main window.
Ctrl + Option + N: Open quick captureCtrl + Option + Ntwice quickly: Open main notes windowEnter(in quick capture): Save noteEsc(in quick capture): Close quick capture
- macOS
- Bun
- Rust toolchain (
rustup,cargo) - Xcode Command Line Tools
bun installbun run tauri devbun run tauri buildNotes are stored locally as JSON in the app data directory managed by Tauri.
- Tauri (Rust backend)
- React + TypeScript (Vite frontend)
- shadcn/ui components