LOCAL RUNTIME
Run it on your device and through your AI harness
No signup. Configuration and state stay local; credentials only enter the operating-system keyring.
- 1Download the strategy config
It pins the strategy ID, version, and parameters and always starts in paper mode.
- 2Choose headless or the local UI
The runtime continues in the background after the page is closed, or can run without a web UI at all.
- 3Give AI redacted context
Codex, OpenClaw, and other harnesses receive structured status, signals, and events without secret material.
terminal
quantelse-local validate --config eth-balanced-grid.runner.json
quantelse-local run --config eth-balanced-grid.runner.json --offline
quantelse-local run --config eth-balanced-grid.runner.json --ui --offlineView generated JSON
{
"config_version": 3,
"workspace_mode": "managed",
"interval_seconds": 60,
"client": {
"bootstrap_enabled": false,
"bootstrap_url": "https://quantelse.trade/v1/client/bootstrap",
"telemetry": "off",
"heartbeat_seconds": 21600
},
"bots": [
{
"local_id": "eth-balanced-grid-paper-v1",
"owner_id": "local",
"exchange": "paper",
"signal_source": "paper",
"signal_connector": "quantelse.connector.paper",
"execution_connector": "quantelse.connector.paper",
"start_immediately": true,
"strategy": {
"id": "eth-balanced-grid",
"version": "0.1.0",
"kind": "grid",
"strategy_plugin": "quantelse.strategy.grid",
"name": "ETH Balanced Range Grid",
"symbol": "ETH/USDT",
"timeframe": "1h",
"risk_level": "medium",
"capital": 1000,
"parameters": {
"lookback": 30,
"band_pct": 0.028
},
"enabled": true,
"execution_mode": "paper"
}
}
]
}