B3IQ installs a host agent service, serves the setup wizard locally, and exposes local APIs after the operator claims the node. Public install routes live on b3iq.org.

B3IQ install command cards

Platform Commands

PlatformCommandServiceGUI status
Linuxcurl -fsSL https://b3iq.org/install/linux | sudo bashsystemdDEB gated on package trust and desktop VM smoke
macOScurl -fsSL https://b3iq.org/install/macos | bashlaunchdSigned and notarized DMG public pilot
Windowsirm https://b3iq.org/install/windows.ps1 | iexTask SchedulerNSIS gated on Authenticode and VM smoke
Public installer routes. GUI status is intentionally conservative until production trust evidence exists.

What The Installer Sets Up

1

Download and verify release artifacts

Public installers verify downloaded host-agent binaries against published release checksum metadata before execution or installation.

2

Install the host agent

The service starts as the local owner context for macOS and Windows, and as a systemd service on Linux.

3

Bind local setup

The default local API and wizard listener is http://127.0.0.1:8831. Appliance or LAN-exposed installs must set explicit environment gates.

4

Open setup

The operator claims the node, creates local owner auth, reviews inventory, and chooses Local or Managed Mode.

Trust Boundaries

Avoid

Overstate production package trust

Windows Authenticode, Linux package trust, production update rollback, and clean or reused machine GUI smokes are still explicit launch gates.

LAN And Appliance Installs

The host-agent-owned Linux installer wrapper binds setup and local inference to loopback by default. Use an explicit non-loopback listener only when you are building an appliance or LAN-managed deployment and understand the exposure.

bash
B3IQ_ALLOW_LAN_LISTEN=1 b3iq-host serve --listen 0.0.0.0:8831
Do not expose setup casually

Setup tokens, local owner sessions, support grants, and local API keys are powerful local credentials. LAN mode should be paired with real network controls and an operator-owned recovery plan.

After Install

Setup wizard

Learn the guided owner, model, mode, network, and playground flow.

Learn More
Release trust

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

Learn More
Local API

Call the local OpenAI-compatible endpoints once a scoped local key exists.

Learn More
Ask a question... ⌘I