Building from Source
Prerequisites
Section titled “Prerequisites”- Node.js 18+
- npm or yarn
# Install dependenciesnpm install
# Run in development modenpm run dev
# Build applicationnpm run build
# Build Windows installer (NSIS)npm run build:setup
# Build portable 7znpm run build:7zBuild artifacts land in the release/ directory.
Project layout
Section titled “Project layout”src/— React/TypeScript rendererelectron/— Electron main processinclude/— bundled assets (models, plugins, scripts)scripts/— build and maintenance scriptsdocs/— Markdown documentation (the source for this site)