Installation ============ To install MIST-Explorer, follow these steps: 1. Clone the repository: .. code-block:: bash git clone https://github.com/MIST-Explorer/MIST-Explorer.git 2. Navigate to the project directory: .. code-block:: bash cd MIST-Explorer 3. Install the required dependencies: .. code-block:: bash uv sync Alternatively, prebuilt executable binaries can be downloaded directly from the **GitHub Actions** artifacts page for the latest successful workflow run. To start the application, run: .. code-block:: bash uv run main.py