Lumenx Build banner
alibaba alibaba

Lumenx Build

Development community

Description

--- description: LumenX Studio 桌面应用构建流程 - macOS DMG 和 Windows EXE 打包 --- # LumenX Studio 桌面应用构建 此 skill 用于将 LumenX Studio 打包为桌面应用分发包。 ## 前置条件 **通用:** - Python 3.11+ - Node.js 18+ (npm) - FFmpeg **macOS 额外:** - Xcode Command Line Tools - `brew install ffmpeg`(如未安装) **Windows 额外:** - PowerShell 5.1+ - Edge WebView2 Runtime ## macOS 构建 (.dmg) ### 1. 确保构建脚本有执行权限 ```bash chmod +x build_mac.sh ``` ### 2. 执行构建 ```bash ./build_mac.sh ``` **构建流程:** 1. 构建 Next.js 前端为静态文件 → `static/` 2. 创建 Pyth

Installation

Installs to ~/.claude/commands/alibaba-lumenx-lumenx-build.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alibaba/lumenx/HEAD/.claude/commands/lumenx-build.md -o ~/.claude/commands/alibaba-lumenx-lumenx-build.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository