PromptBar is a lightweight macOS menubar app. Wrap any web-based chat in a distraction-free popover, or stream natively from any OpenAI-compatible endpoint. Your key, your model, your data.
PromptBar ships empty. No bundled providers, no bundled brands. You decide what goes in the menubar, and the app stays out of your way.
Top-to-bottom on macOS 26's material system. Sits perfectly beside every native app.
Paste a URL, pick a name, icon, and color. Cookies live on this Mac, not in the cloud.
OpenAI-compatible /chat/completions. Straight from your Mac to your endpoint. No relay.
Save your best prompts once. Reuse in any chat with ⌘ P. Search, tag, ship.
Not in UserDefaults. Not in iCloud. Not in a log file. Just the Keychain.
No accounts. No analytics. No remote config. Updates check GitHub directly.
Native streaming chat, web-wrapped chats, API endpoints, MCP servers, and a keyboard-driven prompt library.
The de-facto standard, supported by the vast majority of inference services and local runtimes. If it speaks /chat/completions, PromptBar can chat with it.
// Configured once, saved to Keychain { "name": "My OpenAI", "baseURL": "https://api.openai.com/v1", "model": "gpt-4o-mini", "apiKey": "* stored in macOS Keychain *", "stream": true, "systemPrompt": "You are..." }
PromptBar was rebuilt from the ground up around a single rule: your data leaves your Mac only when you send it, only to where you send it.
Not in UserDefaults. Not in iCloud. Not in a log file.
Web chats run inside WKWebView. Clear all local data with one click.
Firebase is gone for good. Updates check GitHub Releases directly.
Distributed as a signed .pkg. Source available on GitHub under CC BY-SA 4.0.
Single-developer software. Buy on Ko-fi or the App Store to unlock the app. A time-limited trial is available from GitHub Releases.
Requires macOS 26 Tahoe or later · Signed & notarized · Apple Silicon and Intel