@tlbx-ai/midterm
v8.10.1
Published
Launch MidTerm via npx by downloading the native binary for your platform
Maintainers
Readme
@tlbx-ai/midterm
Launch MidTerm through npx.
npx @tlbx-ai/midtermThe launcher downloads the native MidTerm release for your platform, caches it in your user profile, runs it locally, and opens MidTerm in your default browser.
Supported platforms:
- Windows x64
- macOS x64
- macOS ARM64
- Linux x64
Extra arguments are passed through to mt:
npx @tlbx-ai/midterm -- --port 2001 --bind 127.0.0.1Launcher-only options:
--channel stable|dev--no-browser--help-launcher
Notes:
- Default channel is
stable - If you do not pass
--bind, the launcher forces127.0.0.1 - If you do not pass
--port, the launcher starts athttps://127.0.0.1:2000and automatically moves to the next free port if2000is unavailable - The launcher sets
MIDTERM_LAUNCH_MODE=npxfor the child process - If you invoke
npxfrom WSL but it resolves to Windowsnode/npm, the launcher detects the WSL working directory and runs the Linux MidTerm build inside that distro
