Termbrio for Windows
Downloads the current Windows x64 development build and runs its installer.
irm https://termbrio.dev/apps/tb/install.ps1 | iexRun from PowerShell.
Development preview
Private development distribution for the Termbrio App, CLI, Server, and coding-assistant plugins.
These installation commands are intended for approved Termbrio preview users. Only run a command you trust.
Downloads the current Windows x64 development build and runs its installer.
irm https://termbrio.dev/apps/tb/install.ps1 | iexRun from PowerShell.
Installs the CLI and Server for the detected platform and architecture.
curl -fsSL https://termbrio.dev/apps/tb/install.sh | shRun from a POSIX-compatible shell.
Requires Codex. The public TBMP marketplace needs no GitHub login.
irm https://termbrio.dev/apps/tb/install-plugin.ps1 | iexRequires Codex. The public TBMP marketplace needs no GitHub login.
curl -fsSL https://termbrio.dev/apps/tb/install-plugin.sh | shRequires Claude Code. The public TBMP marketplace needs no GitHub login.
irm https://termbrio.dev/apps/tb/install-claude-plugin.ps1 | iexRequires Claude Code. The public TBMP marketplace needs no GitHub login.
curl -fsSL https://termbrio.dev/apps/tb/install-claude-plugin.sh | shOne-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 -ApplyOne-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