Download

Get Ultimate Core X

The Hub is self-hosted on Linux. The Agent runs on each Windows VPS beside MetaTrader.

🖥

Hub (Linux)

FastAPI + PostgreSQL. Deploy on Ubuntu 24.04 behind nginx/TLS.

Installation guide →

Agent (Windows)

UltimateCoreXSetup.exe — installs the Digital-Twin collector beside MetaTrader. Built & signed on Windows.

packaging Installer ships with v1.0.0.

Quick start (Hub)

git clone <repo> ultimatecorex
cd ultimatecorex && python3 -m venv venv
venv/bin/pip install -r requirements.txt
sudo systemctl enable --now ea-capture
# reverse-proxy + TLS: see the Deployment guide