Ghostbar: A ~5MB native macOS Swift AI client that hides from screen sharing

Ghostbar is a native Swift macOS menu bar AI client that hides from all screen recorders — Zoom, Teams, OBS, QuickTime, Cmd+Shift+5 — by calling window.sharingType = .none. It removes the window from macOS's display compositor before any capture pipeline touches it. This is a public documented AppKit API, not a hack. It's been tested on modern macOS; older recorders on legacy CGDisplayStream may still pick it up on pre-14 systems.
Key features
- Works with any OpenAI-compatible backend: local (Ollama, LM Studio, llama.cpp, vLLM — point at server IP) or cloud (NVIDIA NIM free tier, OpenAI, Anthropic, OpenRouter as fallback).
- On-device voice input via whisper-cpp.
- Screenshot analysis — model sees your screen, recorder doesn't.
- ~5MB download, menu bar resident.
The entire project is on GitHub: github.com/rbc33/Ghostbar. Currently at 50 stars. The developer is active in the Reddit thread for Q&A.
This is a practical tool for developers who run local models during work calls and don't want their AI client visible on screen share. No Electron bloat, no cloud dependency.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Total Recall: Local Knowledge Graph for Claude Code Conversation History
Total Recall is an open-source system that ingests Claude Code's JSONL conversation transcripts into a SQLite database with full-text search and vector embeddings, making conversation history searchable across sessions. It retrieves actual conversation excerpts with DAG-aware context and includes a ChatGPT importer.

Rift: A Better Alternative to Git Worktrees with Instant Copy-on-Write Snapshots
Rift uses btrfs or APFS snapshots to create instant, space-efficient copies of Git repositories. Initialization, creation, and listing via CLI or JavaScript FFI.

GoStaff: Go Rewrite of OpenClaw with 100x Memory Reduction
GoStaff is a Go rewrite of OpenClaw that uses approximately 100x less memory (~17MB) while maintaining OpenClaw plugin compatibility through a JavaScript shim. It features a three-tier skill system, unified Postgres persistence, and multi-provider ReAct loops.

Fable 5 in Claude Code: Day One Cost Analysis — $210 API-equivalent, $0 Paid
A developer switched to claude-fable-5 in Claude Code and measured token usage across 742 replies. API-equivalent cost: $210.15. Actual paid: $0 during the plan window until June 22.