Docs Star Install

Installing Zaturn

Follow the steps below to install Zaturn.

1. Install Python and uv

Zaturn is built with Python, so you need Python to run it. You don’t need to know Python programming though.

uv is a package manager for Python, and if you’re starting from scratch, it’s pretty easy to get uv first and then install Python using uv.

uv can be installed on MacOS/Windows/Linux using the instructions on their page. Then, run the following command to install Python:

$ uv python install

2. Install Zaturn from PyPI

Install the Zaturn package from PyPI using the following command:

$ uv tool add zaturn

OR use pip if you already have it:

$ pip install zaturn

3. Use Zaturn

Zaturn can be used as an MCP or as a web interface.