openwebui-desktop/README.md
Timothy Jaeryang Baek 9f4cc2948c Initial commit
2026-03-17 16:01:25 -05:00

621 B

desktop

An Electron application with Svelte and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux