AI Bridge — Local Bridge Server (macOS, Apple Silicon)
=======================================================

No Python install required — ai-bridge-server is a standalone binary.

1. Install/enable the AI Bridge Chrome extension.
2. Open chrome://extensions, enable Developer mode, find the AI Bridge
   extension ID.
3. In this folder, run:
     bash install_native_host.sh <EXTENSION_ID>
4. Open the AI Bridge side panel and click "Start Bridge".

That's it — the extension will now start/stop this server for you.
No terminal needed after step 3.

Files:
  ai-bridge-server        the bridge server itself (compiled, no deps needed)
  launcher.py             tiny native-messaging shim Chrome spawns (needs
                           system python3, present by default on macOS)
  install_native_host.sh  registers launcher.py with Chrome

Docs: https://ai-bridge.online/docs
