Mac App (Tauri 2 + Svelte 5) for the MLX Trader AI crypto trading system.
Connects to the backend API from env:
VITE_BACKEND_URL=http://127.0.0.1:8765
If VITE_BACKEND_URL is not set, the app defaults to:
https://quantorix-prime.ru/mlxUse VITE_BACKEND_URL=http://127.0.0.1:8765 only for local development or an SSH tunnel.
npm install
npm run tauri:dev
npm run tauri:build
Backend repo: Dreamer528/MLX-trading-system