QuantElse Local Runtime 0.1.1
Platform: macOS Apple Silicon

This is an unsigned, paper-first preview build of the complete quantelse-local
strategy workspace. It includes its own Python runtime. You do not need to
install Python, Node.js, Docker, or CCXT.

QUICK START

1. Keep this whole directory together. Do not move only the executable.
2. Validate the bundled paper configuration:

   ./quantelse-local/quantelse-local validate --config runner.example.json

3. Start the runtime and loopback UI:

   ./quantelse-local/quantelse-local run --config runner.example.json \
     --state-dir ./state --ui --offline

   Or double-click start-local-ui.command on macOS after explicitly allowing
   this unsigned preview in System Settings if Gatekeeper blocks it.

4. Open http://127.0.0.1:8765/ if the browser does not open automatically.

The example uses public Hyperliquid candles as a signal source and writes only
paper orders to local SQLite. --offline disables QuantElse bootstrap and
telemetry; it does not disable the public market-data request.

SECURITY BOUNDARY

- Paper is the default and this release is published as paper-only.
- Strategy JSON never contains API keys or private keys.
- Local secret commands use the operating-system keyring, but live exchange
  execution is not a supported release capability yet.
- The local UI binds to loopback and closing the page does not stop the runtime.
- Verify the ZIP SHA-256 shown on the QuantElse download page.

中文提示：这是未签名的 Paper 预览版。解压后请保留完整目录；默认示例只读取
Hyperliquid 公开行情并在本地模拟下单，不会发送真实订单。
