Termbrio

Development preview

Install Termbrio

Private development distribution for the Termbrio App, CLI, Server, and coding-assistant plugins.

Productv0.5.4 Codex pluginv0.4.2+codex.20260725 Claude Code pluginv0.4.2

These installation commands are intended for approved Termbrio preview users. Only run a command you trust.

Termbrio for Windows

Downloads the current Windows x64 development build and runs its installer.

irm https://termbrio.dev/apps/tb/install.ps1 | iex

Run from PowerShell.

Termbrio for Linux or macOS

Installs the CLI and Server for the detected platform and architecture.

curl -fsSL https://termbrio.dev/apps/tb/install.sh | sh

Run from a POSIX-compatible shell.

Codex plugin for Windows

Requires Codex. The public TBMP marketplace needs no GitHub login.

irm https://termbrio.dev/apps/tb/install-plugin.ps1 | iex

Codex plugin for Linux or macOS

Requires Codex. The public TBMP marketplace needs no GitHub login.

curl -fsSL https://termbrio.dev/apps/tb/install-plugin.sh | sh

Claude Code plugin for Windows

Requires Claude Code. The public TBMP marketplace needs no GitHub login.

irm https://termbrio.dev/apps/tb/install-claude-plugin.ps1 | iex

Claude Code plugin for Linux or macOS

Requires Claude Code. The public TBMP marketplace needs no GitHub login.

curl -fsSL https://termbrio.dev/apps/tb/install-claude-plugin.sh | sh

Move from the former marketplace on Windows

One-time cleanup for an existing termbridge-team@ekmp plugin. Credentials, unrelated plugins, and marketplaces are left untouched.

$p="$env:TEMP\uninstall-termbridge-team-legacy.ps1"; irm https://termbrio.dev/apps/tb/uninstall-termbridge-team-legacy.ps1 -OutFile $p; & $p -Apply

Move from the former marketplace on Linux or macOS

One-time cleanup for an existing termbridge-team@ekmp plugin. Credentials, unrelated plugins, and marketplaces are left untouched.

curl -fsSL https://termbrio.dev/apps/tb/uninstall-termbridge-team-legacy.sh -o /tmp/uninstall-termbridge-team-legacy.sh && sh /tmp/uninstall-termbridge-team-legacy.sh --apply