Setup#
Setup documentation covers installation, local startup, and first-run verification.
Installation#
Getting Started covers all three install paths:
bundled desktop app from GitHub Releases (double-click)
pip install swcstudiofrom PyPI (Python users)source install from the cloned repository (developers)
The bundled desktop app is the portable CPU distribution. For GPU setup with pip/source installs, see GPU Setup.
First Run#
if using the bundled app, extract the release zip and open
SWC-Studio.app/ the.exeif using a pip install, run
swcstudio doctor, thenswcstudio-guito launch the GUI orswcstudio --helpfor the CLIif using a source install, run the same commands inside your activated venv to verify
run
swcstudio gpu-statusor use Help -> GPU Readiness when you want to check CUDA/PyTorch availability
Updating#
bundled app: Help → Check for Updates (in-app updater handles modular updates)
pip install:
python -m pip install --upgrade swcstudiosource install:
git pulland re-runpython -m pip install -e .
See Getting Started → Updating for full details.