The Complete Guide to Windows Platform Installation
Jaaz offers two installation options for Windows users:
Desktop application installation (recommended)
- interviewsOfficial website download addressGetting the installation package
- Run the installer and complete the basic setup
- On first startup:
- Log in to your account to use the cloud model (API key configuration required)
- Or select local mode for direct use
Manual mounting method
Suitable for developers or Linux users:
- Cloning GitHub repositories:
git clone https://github.com/11cafe/jaaz.git
- Install front-end dependencies (Node.js environment required):
cd react
npm install --force
npx vite build
- Install Python backend dependencies:
cd ../server
pip install -r requirements.txt
- Browser access after starting the service
http://localhost:5173
Note: 16GB RAM and above is recommended for local operation, and backup is recommended for first time use.my_workflows
Folder.
This answer comes from the articleJaaz: Locally Running AI Creative Design and Image Generation IntelligentsiaThe