v0.2.3
LatestDMG5.5 MB · Released 15 June 2026, 8:16:31 pm AEST (Australia/Sydney)
Download DMGmacOS menu bar bridge v0.2.3 — app icon in menu bar
Release notes
- Menu bar status item shows the full app icon (brain logo from AppIcon.icns) instead of OCI text.
- Compact 18pt icon with orange dot when a Sparkle update is available.
- Version number shown inside the menu panel, not in the status bar.
- Sparkle auto-update and startup notification panel unchanged.
- Local bridge on http://127.0.0.1:8765 for VS Code and terminal chat.
Codex integration
- Install this DMG first — the macOS app is the local inference bridge (like a Codex backend, but on-device).
- Verify: curl http://127.0.0.1:8765/v1/status
- Clone the repo and run: npm run cli:install && npm run chat
- For DevOps / platform prompts: npm run chat -- --devops
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.2
DMG5.5 MB · Released 15 June 2026, 8:14:17 pm AEST (Australia/Sydney)
Download DMGmacOS menu bar bridge v0.2.2 — brain logo in menu bar
Release notes
- Menu bar status item now shows the brain logo from the marketing site (compact 16pt icon).
- Orange dot indicator when a Sparkle update is available.
- Version label remains in the menu panel (Version 0.2.2).
- Sparkle auto-update feed unchanged — use Check for Updates in the menu.
- Startup notification panel and local bridge on http://127.0.0.1:8765.
Codex integration
- Install this DMG first — the macOS app is the local inference bridge (like a Codex backend, but on-device).
- Verify: curl http://127.0.0.1:8765/v1/status
- Clone the repo and run: npm run cli:install && npm run chat
- For DevOps / platform prompts: npm run chat -- --devops
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.1
DMG5.5 MB · Released 15 June 2026, 8:02:20 pm AEST (Australia/Sydney)
Download DMGmacOS menu bar bridge v0.2.1 — text status label, startup notification, Sparkle auto-update
Release notes
- Menu bar shows compact version label (v0.2.1) instead of a large app icon.
- Startup notification panel with bridge status — dismiss via close button or click outside.
- Sparkle auto-update: Check for Updates in the menu bar; signed zip feed from code-intelligence.vas.mekari.com.
- App icon fix (CFBundleIconFile) so the DMG installer shows the correct branding.
- Terminal chat API (/v1/chat) with multi-turn history and DevOps Central profile.
Codex integration
- Install this DMG first — the macOS app is the local inference bridge (like a Codex backend, but on-device).
- Verify: curl http://127.0.0.1:8765/v1/status
- Clone the repo and run: npm run cli:install && npm run chat
- For DevOps / platform prompts: npm run chat -- --devops
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.0
DMG4.6 MB · Released 15 June 2026, 7:37:36 pm AEST (Australia/Sydney)
Download DMGmacOS menu bar bridge v0.2.0 — Apple Intelligence on localhost :8765
Release notes
- Display name is now "Officeless Code Intelligence" (with spaces) in Applications and the menu bar.
- App icon matches the marketing website asset (website/public/app-icon.png).
- Signed, notarized, and stapled DMG for Gatekeeper-friendly install.
- Terminal chat API (/v1/chat) with multi-turn history and DevOps Central profile.
- Required bridge for VS Code extension and Codex-style terminal CLI.
Codex integration
- Install this DMG first — the macOS app is the local inference bridge (like a Codex backend, but on-device).
- Verify: curl http://127.0.0.1:8765/v1/status
- Clone the repo and run: npm run cli:install && npm run chat
- For DevOps / platform prompts: npm run chat -- --devops
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.1.0
DMG3.1 MB · Released Jun 15, 2026, 8:27:48 AM UTC
Download DMGmacOS bridge app v0.1.0
Codex setup guide: OpenAI Codex integration