The Atlas Lavern's documentation, bound to its code
111 documents
menubar/README.md

The native macOS status-bar companion for Clawern: budget gauge in the icon, popover with document counts and daemon status, 30-second API polling. swift build and go. You're on macOS and want ambient Clawern monitoring.

Lavern Menu Bar

Native macOS status bar app for monitoring Clawern at a glance.

Features

  • Status bar icon with budget indicator
  • Popover showing: document counts, budget, last scan, pending findings
  • Click to open dashboard in browser
  • Auto-polls the Claw API every 30 seconds

Build

cd menubar
swift build

Run

swift run LavernMenuBar

Or open Package.swift in Xcode.

Configuration

Set the API URL via environment variable:

export LAVERN_API_URL=http://localhost:3000

Default: http://localhost:3000