Skip to content

Releases: pcphil/bite-size-notes

v0.1.2

01 Mar 23:27
dcec1b5

Choose a tag to compare

Merge pull request #7 from pcphil/feat/app

Feat/app

v0.1.1

01 Mar 21:12
a722224

Choose a tag to compare

What's Changed

  • llama serve patch for external users by @pcphil in #5

Full Changelog: 0.1.0...0.1.1

v0.1.0

01 Mar 02:33
8c24b84

Choose a tag to compare

v0.1.0 — Initial Release

Bite-Size Notes is a private, local-first desktop app that transcribes meetings in real time and summarizes them into structured notes — no cloud, no subscriptions, no data leaving your machine.

🚀 Highlights

  • Live transcription — Real-time speech-to-text powered by faster-whisper. Runs entirely on your CPU; no GPU required.
  • Dual-stream audio — Captures your microphone ("Me") and system/speaker audio ("Others") simultaneously for speaker-aware transcripts.
  • One-click summarization — Hit "Bite Size It" to generate structured notes (summary, key points, decisions, action items) using a local Qwen3-4B-GGUF model.
  • 100% local & private — No accounts, no API keys. All audio and text stay on your machine.

✨ Features

  • Transcript Control: Color-coded, timestamped live transcript with editable lines to fix errors before exporting.
  • Session Management: Auto-saves meetings; revisit, rename, or delete from the sidebar.
  • Floating Notes: Jot down thoughts during the meeting to include them in the final summary.
  • Flexible Export: Transcripts available in `.txt`, `.srt`, `.md`, or `.json`; summaries in `.txt`.
  • Customization: Dark/Light/System themes and configurable Whisper model sizes (tiny to medium).
  • Global Support: Multi-language support (English, Spanish, French, German, Chinese, Japanese, Korean, Portuguese, auto-detect).
  • Hotkeys: `Ctrl+R` to quickly start or stop recording.