Install the CLI
The llm.port CLI is the fastest way to install, operate, and troubleshoot your deployment.
Option A: Install from PyPI
pip install llmport-cli
PyPI: https://pypi.org/project/llmport-cli/
Option B: Install via uv
uv tool install llmport-cli
Option C: Use a standalone binary
Download the latest binary release for your operating system from GitHub Releases.
Verify installation
llmport --help
llmport doctor
Core day-1 commands
llmport up
llmport status
llmport logs -f
llmport down
For full command coverage, see CLI Reference.