Install
Run it where the work lives.
The native installer is the primary path. It installs the host and mt command, then opens the browser workspace.
Windows · PowerShell
& ([scriptblock]::Create((irm https://get.tlbx.ai/install.ps1))) -DevmacOS / Linux · shell
curl -fsSL https://get.tlbx.ai/install.sh | bash -s -- --devThen open the workspace
The installer starts tlbx and prints the local HTTPS address. Trust the local certificate once on each browser you use.
Remote access
Keep the service private. Tailscale or a comparable point-to-point VPN gives the browser a private route to the machine without exposing tlbx to the public internet.
Quick trial fallback
If you explicitly want an ephemeral trial, npx @tlbx-ai/midterm remains available. It is not the recommended persistent setup.
Compatibility
The executable names remain mt, mthost and mtagenthost. Existing MidTerm installs update into tlbx without a reinstall.
Current transition channel: verified dev release · AGPL-3.0 · Windows x64/x86 · macOS Apple Silicon/Intel · Linux x64/arm64