Remove Telemetry from Streamlit

Remove Telemetry from Streamlit

October 18, 2025

he first time you run streamlit, it will show a welcome message and ask you for your email. There’s also some telemetry practices you should read about. Briefly, they want to send some usage data to their servers when the streamlit server runs. You can write a two-line configuration file that prevents this telemetry from running:

[browser]
gatherUsageStats = false