From 2386daf5b72ea1c16fc721493249f6acb595ad4b Mon Sep 17 00:00:00 2001 From: Irvan Fauziansyah Date: Thu, 15 Jan 2026 15:13:30 +0700 Subject: [PATCH] docs: add macOS menu bar app section to README Add documentation for the companion menu bar app that provides native macOS controls for managing the proxy server. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6778fdf..28fc156 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,23 @@ Refer to `config.example.json` for a complete list of fields and documentation. --- +## macOS Menu Bar App + +For macOS users who prefer a native experience, there's a companion menu bar app that provides quick access to server controls without touching the terminal. Get it from: [antigravity-claude-proxy-bar](https://github.com/IrvanFza/antigravity-claude-proxy-bar) + +![AntiGravity Claude Proxy Bar](https://github.com/IrvanFza/antigravity-claude-proxy-bar/blob/main/images/application.png?raw=true) + +### Key Features + +- **Server Control**: Start/stop the proxy server with a single click or ⌘S shortcut. +- **Status Indicator**: Menu bar icon shows server running state at a glance. +- **WebUI Access**: Open the web management console directly from the menu. +- **Port Configuration**: Customize the proxy server port (default: 8080). +- **Auto-Start Options**: Launch server on app start and launch app at login. +- **Native Experience**: Clean, native SwiftUI interface designed for macOS. + +--- + ## API Endpoints | Endpoint | Method | Description |