Skip to content

Simplicio v3.6.0 β€” dashboard + tray on-demand

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 24 Jun 18:29
· 18 commits to main since this release

Simplicio v3.6.0 β€” the dashboard + tray open only when you want

The Token Monitor dashboard and the menu-bar tray no longer auto-open or stay running. Only the capture proxy is always-on (the wired clients need it reachable) β€” it captures + measures Claude + Codex + Hermes silently in the background.

Open the UI on demand:

bash scripts/simplicio-economy.sh monitor    # start the dashboard + open the browser
bash scripts/simplicio-economy.sh monitor stop
bash scripts/simplicio-economy.sh tray        # start the menu-bar tray
bash scripts/simplicio-economy.sh tray stop

Installers updated: setup_simplicio.sh (macOS launchd) registers only the proxy and removes leftover monitor/tray plists; install_services.py (Linux systemd Β· Windows Startup) auto-starts only the proxy (new AUTOSTART set, sweeps old units). simplicio-economy.sh status shows the dashboard/tray as on-demand. Verified start/stop on macOS.