Command-line interface

When you install Streamlit, a command-line (CLI) tool gets installed as well. The purpose of this tool is to run Streamlit apps, change Streamlit configuration options, and help you diagnose and fix issues.

star

Tip

If you use an AI coding agent, run streamlit skills to install Streamlit's official agent skills.

The most important command is streamlit run, which is summarized for convenience here:

Terminal
streamlit run your_script.py

At any time, in your terminal, you can stop the server with Ctrl+C.

forum

Still have questions?

Our forums are full of helpful information and Streamlit experts.