B3IQ Companion is a lightweight desktop tray app, built with Tauri, that installs and supervises the host agent and gives you quick status at a glance. It does not replace the host agent or fork onboarding: it drives the same service and the same host-agent-served setup wizard. The curl/irm install scripts remain the supported headless, server, and appliance path on every OS.

From the tray you can see runtime and model readiness, pause or resume serving, start, stop, or restart the service, and toggle Launch at Login.

Tray Actions

ActionEffect
Show B3IQ CompanionBrings the Companion window to the front.
Open Command PanelOpens the host-agent command panel — the node dashboard — in a window.
Runtimes / ModelsRead-only status for installed runtimes and model readiness, reflecting what the host agent reports locally.
Pause / Resume servingStops or resumes accepting routed work without uninstalling the service or losing local owner state.
Start / Stop / Restart serviceControls the host-agent service through the OS service manager (launchd, Task Scheduler, or systemd).
Launch at LoginToggles whether B3IQ Companion starts automatically when you sign in to the machine.
Open Coding AgentOpens a local agent/workspace window for on-device assistant use. Network access is gated by explicit consent.

macOS Install Flow

On macOS, B3IQ Companion runs a guided, reversible install of the host agent and provisions a runtime for you. The app self-updates through a signed updater.

1

Install B3IQ Companion

Download the signed, notarized DMG from b3iq.org and drag the app into Applications. See Release trust for what is signed today and what is still gated.

2

Run the guided host-agent install

The app installs and supervises the host-agent service through launchd. The install is reversible: you can uninstall the service from the app later.

3

Provision a runtime

The app provisions a runtime and walks you to the host-agent-served setup wizard to set local owner auth and choose Serve inference locally or Link to your account — claiming happens on the linked path.

4

Stay current

The signed updater applies new builds. Review the Updates page for how update state and rollback are surfaced.

Local Agent Workspace

B3IQ Companion can open a local agent/workspace window for on-device assistant use. It talks to the local host agent at http://127.0.0.1:8831.

Network access is consent-gated

The agent workspace reaches the network only after you grant explicit consent. Local request content stays local unless you send it to a routed workflow. Keep local owner sessions and local API keys treated as powerful local credentials.

Availability

Availability is intentionally conservative, and tracks each platform's signing and verification gate. The public install scripts work on all three operating systems regardless of GUI status.

Signed and notarized DMG, available as a public pilot on b3iq.org. This is the promoted desktop path on macOS today.

GUI installers are pilots

The macOS DMG and Windows NSIS installer are published as signed public pilots. Linux desktop packages remain gated on package trust and VM verification. See Release trust for the live gate status per platform.

Install One-Liners

If you are running headless, on a server, or on a platform where the desktop app is not yet available, use the public install scripts. They install the same host agent the desktop app supervises.

bash
curl -fsSL https://b3iq.org/install/macos | bash
One host agent, two front doors

The desktop app and the scripts share one host-agent and one host-agent-served wizard. Choosing one does not change how your node is claimed, how it serves, or how it is paid.

Next

Installation

Platform install commands, GUI pilot status, and local listener defaults.

Learn More
Release trust

What is signed today and what is still gated before production.

Learn More
Updates

How the signed updater applies new builds and surfaces update state.

Learn More
Ask a question... ⌘I