# tool_code **Repository Path**: tao_private/tool_code ## Basic Information - **Project Name**: tool_code - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-19 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Codex Desktop MVP 面向 Windows 10/11 x64 的桌面执行壳 MVP。 ## 当前能力 - Electron 单窗口聊天界面 - `codex app-server` 会话接入骨架 - 高风险命令、文件变更、权限申请二次确认 - `node`、`npx`、`python`、`codex`、`winget`、系统盘空间检测 - `Node.js`、`Python`、`Codex CLI` 的安装审批与执行链路 - SQLite 审计日志 ## 本地开发 ```powershell npm install npm run dev ``` ## 测试 ```powershell npm run test ``` ## 打包 ```powershell npm run build ``` ## 说明 - 首次聊天会按需启动 `codex app-server` - 需要本机已可执行 `codex` 命令,或存在可发现的 `codex.exe` - `winget` 缺失时,MVP 只做检测与提示,不自动安装 `winget` 本体