Check out the Resourcing Guide before getting started with Docker.

Guide

Note: On Windows, the commands will be slightly different but all the steps are the same.
1

Install Requirements

2

Clone the Zortex repo

3

Navigate to the compose files

4

Launch Zortex

To pull images from Docker Hub and start Zortex:
Alternatively, to build images from source:
If you’ve previously launched Zortex with the old zortex-stack service name, you’ll need to add -p zortex-stack to your launch command.For example: docker compose up -p zortex-stack -d.
After the containers come up, the system needs to go through an initialization process after which you can access Zortex at localhost:3000.

Enabling Zortex Craft

To enable Zortex Craft (AI-powered artifact builder for web apps, documents, and slides): Run the installation script with the --include-craft flag:
Then start the services:

Option 2: Existing deployments

If you’ve already set up Zortex, you can enable Craft by running:
See the Craft documentation for full details on capabilities and configuration.

Next Steps

Configure Authentication

Set up authentication for your Zortex deployment with OAuth, OIDC, or SAML.

More Zortex Configuration Options

Learn about all available configuration options for your Zortex deployment.