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

Super Claude browser extension makes Claude.ai UI fully customizable
A developer built a browser extension that lets users customize every aspect of Claude.ai's interface — colors, fonts, layout, plus usage tracking and token counting. The extension works on Chrome and Firefox and was developed using Claude itself.

Nutrition MCP Server Built with Claude Code for Food Diary Export
A developer built a nutrition MCP server using Claude Code after commercial apps blocked data export, creating a tool that logs meals via Claude, generates summaries, and exports to Excel without switching apps.

Claude Code Dynamic Workflows: Parallel Subagents & UltraCode Mode
Claude Code introduces dynamic workflows that orchestrate tens to hundreds of parallel subagents for complex tasks like codebase-wide bug hunts, large migrations, and multi-angle verification. UltraCode mode auto-triggers workflows on hard problems.

Silos Dashboard: Open-source web UI for managing OpenClaw agents
Silos Dashboard is an MIT-licensed web UI for managing OpenClaw agents, replacing config files and CLI with a single interface. It offers agent management, live chat with streaming, skill installation, task boards, channel integrations, and analytics.