Install Ekso
Start free. Self-host on your infrastructure.
Run it
The fastest path to a running Ekso. One bundle pulls app, worker, and a postgres container with pgvector preinstalled. No external database to wire up.
On first run this pulls eksoapp/app and eksoapp/worker from Docker Hub, starts Postgres, and the API auto-applies the database schema. Allow 30–60 seconds. Full instructions are in the bundled README.
For shops already running Postgres or SQL Server. The bundle ships app + worker only — no embedded database — and ekso.json with placeholder connection strings to fill in.
Postgres prerequisite: install pgvector before first run — CREATE EXTENSION IF NOT EXISTS vector;
# edit ekso.json — set Database.PostgresTransactConnection / PostgresMartConnection
# (or set Database.Provider = "SqlServer" and fill the SqlServer slots)
docker compose up -dBoth Postgres and SQL Server are first-class — schema is applied automatically on first boot for whichever provider you pick. Leave the unused engine's connection slots blank.
Self-contained binaries for Windows, macOS, and Linux — no Docker required. Same Ekso, packaged for shops that run services directly on the host.
Coming soon — the Docker stack is the fastest path today.