Two ways in
See it running on our servers, or stand it up on yours. Both take about fifteen minutes.
Take the live tour
A real Olympus deployment with your own private workspace. No install, no credit card.
Install on your own server
One command brings up the setup wizard. It handles domain, SSL, accounts, GenAI providers, licence and optional services, then deploys the stack.
docker run -d --name olympus-setup \
-p 8888:8888 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "$HOME/olympus/app":"$HOME/olympus/app" \
-v "$HOME/olympus/data":"$HOME/olympus/data" \
-e HOST_PROJECT_ROOT="$HOME/olympus/app" \
olympusmobile/olympus-master-setup:latestThen open http://<server-ip>:8888 and follow the 9-step wizard.
- Check the system requirements
- Run the command above
- Walk the wizard — domain, SSL, accounts, GenAI, licence
- Deploy, then mount your first share
One-Command Install
A single docker run brings up the setup wizard. A 9-step browser flow handles the rest — domain, SSL, accounts, GenAI, license, optional services, deploy. No build tools or language runtimes needed on the host.
GenAI Built-In
Bring your own provider — OpenAI, Anthropic, Gemini — or run local models with Ollama on an NVIDIA GPU. RAG over your files, vector search via Milvus, full-text via OpenSearch, all wired up out of the box.
Self-Hosted & Compliant
Files, embeddings, search indexes, and prompts stay on your infrastructure. Hard-delete enforced via Postgres triggers, AD/LDAP integration available, audit logging out of the box.