- ⚡ Instant Feedback — Vite cold start & HMR, changes show immediately.
- 🧩 Native API Calls — Use TS/JS to access tray, FS, terminal.
- 🎨 Native Look — Supports mica, acrylic, OS‑style windows.
- 🛠️ One‑Command Build — Scaffold, run, and package with one CLI.
- 📦 Lightweight — Smaller binaries, faster startup.
- 🔐 Secure Boundaries — Permission model, least privilege by default.
npm create eziapp@latest
cd eziapp-project
npm install
npm run dev
npm run build- Docs — Documentation for EziApp
- Create — Project scaffolding tool
- Builder — Cross‑platform packager
- Bridge — JavaScript bridge for native APIs
- Core — Core runtime and utilities
- WebView2 — Modern Edge (Chromium) webview for native UI.
- nlohmann_json — C++ JSON library for config & data.
- Zstandard — Fast compression for packaging.
This project is licensed under the MIT License.