Get started.
Get your free license
Drop in your email and we'll send your activation key plus install instructions. Free forever — unlimited users, no credit card.
Already have a license? You can re-fetch it any time from the link in your welcome email.
Install Ekso
Pick the install style that matches your infra. Every bundle is the same Ekso — same image, same features, same flat-rate license.
Quickstart — full Docker stack
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.
Bring your own database
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 -d Both 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.
Native binaries — coming soon
Self-contained binaries for Windows, macOS, and Linux — no Docker required. Same Ekso, packaged for shops that run services directly on the host.
Drop your email above and we'll let you know when they're ready.