Skip to main content
You can install Aurogen in three ways. Go to Releases and download the package for your platform. It includes Python and Node.js runtimes, so you do not need to install anything else. macOS / Linux
Windows Extract the package and double-click start.bat. Then open http://localhost:8000 in your browser. Complete all setup in the web UI.

2. Docker installation

Build the image:
Run Aurogen and persist the workspace:
Then visit http://localhost:8000.

Docker Compose

Run this command in the project root:

3. Development deployment

Prerequisites: conda (or another Python environment manager) and Node.js. Run these commands in the project root. 1. Start the backend
2. Start the frontend