QuantElse Local Runtime 0.1.2
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.

OPTIONS PAPER QUICK START

The same runtime also contains the independent options-income framework with
BTC/ETH Wheel and near-expiry short-volatility parameter packages. Validate and
run the deterministic synthetic snapshot first:

   ./quantelse-local/quantelse-local options-validate \
     --config options-income.example.json

   ./quantelse-local/quantelse-local options-run \
     --config options-income.example.json --state-dir ./state --once \
     --snapshot options-income.synthetic-snapshot.json

Open the dedicated loopback workbench (its page also contains the complete CLI
quick start):

   ./quantelse-local/quantelse-local options-run \
     --config options-income.example.json --state-dir ./state --ui \
     --snapshot options-income.synthetic-snapshot.json \
     --host 127.0.0.1 --port 8766

Then open http://127.0.0.1:8766/. The synthetic snapshot is run once at
startup; the workbench remains available for inspection without replaying stale
market data on a schedule.

Omit --snapshot only when you intentionally want credential-free public
Binance Options market data. This framework remains Paper-only. Binance Options
are cash-settled, so its Wheel is not a physical-assignment Wheel.

The default technical example uses deterministic built-in Paper candles and
writes only paper orders to local SQLite, so it runs without network access.
You may switch the workbench to public Hyperliquid candles when desired.
--offline disables QuantElse bootstrap and telemetry.

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 公开行情并在本地模拟下单，不会发送真实订单。
