git clone https://github.com/dstackai/dstack
cd dstackhttps://docs.astral.sh/uv/getting-started/installation
curl -LsSf https://astral.sh/uv/install.sh | shuv sync --all-extrasdstack will be installed into the project's .venv in editable mode and can be run with uv run dstack.
Alternatively, if you want to manage virtual environments by yourself, you can install dstack into the activated virtual environment with uv sync --all-extras --active.
uv run pre-commit installSee FRONTEND.md for the details on how to build and develop the frontend.