@cytsai/dtp-ai-platform-desktop
v0.1.1
Published
This folder contains an Electron-based prototype for validating an npm-only desktop window approach.
Readme
DTP AI Platform Electron Prototype
This folder contains an Electron-based prototype for validating an npm-only desktop window approach.
Why Electron
- Native desktop window
- Node.js tooling only
- Better match for Linux environments where Rust/Tauri is not practical
Run
cd electron-app
npm install
npm run devScope
This prototype includes:
- dedicated desktop window
- category bar with icons
- tool list and detail panel
- dark launcher UI
- IPC-based sample tool launching
It is separate from the browser-based app so you can compare both approaches.
