gitwtfhub

wtf is logue?

bitwize-ai/logue — explained in plain English

Analysis updated 2026-05-18

31SwiftAudience · generalComplexity · 4/5Setup · hard

TL;DR

A private Mac app that records and transcribes meetings, generates notes and action items, and helps you write with on-device AI. Everything runs locally on Apple Silicon so your data never leaves your computer.

Mindmap

mindmap
  root((repo))
    What it does
      Records meetings
      Transcribes audio
      Writes with AI
    Privacy
      Runs on-device
      No cloud uploads
      AES-256 encryption
    Meeting features
      Speaker labels
      Action items
      Structured minutes
    Writing tools
      Grammar suggestions
      Rich text editor
      Ask Logue chat
    Search and dashboard
      Global search
      Action item dashboard
    Tech stack
      Swift
      macOS Tahoe
      Apple Silicon

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Record and transcribe meetings with speaker labels, then auto-generate minutes and action items.

REASON 2

Write and edit documents with AI suggestions for grammar, clarity, tone, and structure.

REASON 3

Search across all meeting transcripts, documents, and action items from one keyboard shortcut.

REASON 4

Track all meeting tasks in a dashboard with filters for pending, overdue, and completed items.

What's in the stack?

SwiftmacOS 26 TahoeApple SiliconAES-256-GCM

How it stacks up

bitwize-ai/loguearinltte/lucecybersealnull/cccompanion
Stars313131
LanguageSwiftSwiftSwift
Setup difficultyhardeasyhard
Complexity4/51/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · hard Time to first run · 1h+

Requires macOS 26 Tahoe on an M1 Mac or newer, plus downloading on-device AI models.

The explanation does not mention a specific license for this repository.

Wtf does this do

Logue is a Mac application that records meetings, transcribes them, and helps you write. It runs entirely on your computer using Apple Silicon, meaning your audio, notes, and documents stay private and never get uploaded to a cloud service. The app requires macOS 26 (Tahoe) or later on an M1 Mac or newer. For meetings, Logue transcribes audio in real time and labels each speaker. It records both your microphone and system audio together, so no virtual bot needs to join your calls. After a meeting, it generates structured minutes with key decisions, themes, and follow-ups. It also pulls out action items like tasks, owners, and due dates, and you can link meetings to related documents. Logue also includes a writing editor with AI suggestions for grammar, clarity, tone, and vocabulary. You can rewrite passages, get structural feedback, verify facts, and set writing goals like word count or reading level. The editor supports rich text and tables. A chat feature called Ask Logue can plan and execute multi-step tasks, render diagrams and math expressions, and remember context across conversations. Search works across documents, meetings, and action items from a single keyboard shortcut. All meeting transcripts and document text are indexed for fast retrieval. An action item dashboard collects tasks from every meeting in one place, with filters for pending, overdue, and completed items. The app stores all data encrypted on disk using AES-256-GCM encryption. No account is required to use it. The only network calls it makes are for downloading the on-device models, checking for app updates, and any optional features you explicitly turn on, such as web search or external AI providers. The repository contains the full source code, including the transcription pipeline, the AI engine, the editor, and test suites.

Yoink these prompts

Prompt 1
I want to build a Mac app that records meetings, transcribes them locally, and generates action items, like Logue. How should I structure the transcription pipeline and speaker labeling?
Prompt 2
Help me implement an on-device writing editor with AI suggestions for grammar, clarity, and tone. How do I keep all text processing local without sending data to the cloud?
Prompt 3
I need to build a global search feature that indexes meeting transcripts, documents, and action items. What approach should I use for fast local retrieval?
Prompt 4
How would I design an action item dashboard that collects tasks from every meeting and filters by pending, overdue, and completed status?

Frequently asked questions

wtf is logue?

A private Mac app that records and transcribes meetings, generates notes and action items, and helps you write with on-device AI. Everything runs locally on Apple Silicon so your data never leaves your computer.

What language is logue written in?

Mainly Swift. The stack also includes Swift, macOS 26 Tahoe, Apple Silicon.

What license does logue use?

The explanation does not mention a specific license for this repository.

How hard is logue to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is logue for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.