The-QML-IDE

The QML IDE

AI-native IDE (quantum coming later). Electron desktop app with a three-panel layout — pandas data view, Monaco code editor, and an interactive ML panel that stays two-way in sync with the code.

Status: v0.1

Requirements

Set QMLIDE_PYTHON to override the Python executable.

Run

npm install
pip install -r requirements.txt
npm start

Layout

src/
  main/       Electron main process + preload bridge
  python/     Python sidecar (JSON-RPC over stdio)
  renderer/   HTML/CSS/JS UI (ES modules)
    panels/   workspace, data, editor, ML, kaggle

Roadmap