{"id":24335680,"url":"https://github.com/rapidai/rapidcoder","last_synced_at":"2025-10-07T07:20:42.389Z","repository":{"id":261534090,"uuid":"884592128","full_name":"RapidAI/RapidCoder","owner":"RapidAI","description":"基于 Electron 和 Vue 的桌面应用程序，可在本地环境中使用 GPT 技术进行编码支持。","archived":false,"fork":false,"pushed_at":"2025-01-03T02:27:37.000Z","size":1157,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T08:20:20.591Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RapidAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-07T03:05:42.000Z","updated_at":"2025-06-21T03:54:29.000Z","dependencies_parsed_at":"2024-11-07T04:19:41.148Z","dependency_job_id":"67108960-03a7-4f60-b260-a71abcb164d1","html_url":"https://github.com/RapidAI/RapidCoder","commit_stats":null,"previous_names":["qixing-ai/mycodegpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RapidAI/RapidCoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAI%2FRapidCoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAI%2FRapidCoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAI%2FRapidCoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAI%2FRapidCoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RapidAI","download_url":"https://codeload.github.com/RapidAI/RapidCoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAI%2FRapidCoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278737016,"owners_count":26036908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-18T05:26:53.402Z","updated_at":"2025-10-07T07:20:42.334Z","avatar_url":"https://github.com/RapidAI.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyCodeGPT\n\nMyCodeGPT 是一个基于 Electron 和 Vue 的桌面应用程序，可在本地环境中使用 GPT 技术进行编码支持。\n\n## 特性\n\n- 使用 Codemirror 提供编辑器功能。\n- 支持多种编程语言语法高亮。\n- 支持文件及目录的实时监控与管理。\n- 内置命令行终端。\n- 按住 `Ctrl` 或 `Shift` 可以多选文件进行联合关联编辑。\n\n## 项目结构\n\n- `main.js` 主进程代码。\n- `vite.config.js` Vite 配置文件。\n- `package.json` 项目依赖与脚本配置。\n\n## 技术栈\n\n- Electron: 用于创建桌面应用。\n- Vite: 作为开发服务器与构建工具。\n- Vue 3: 前端框架。\n- Codemirror: 提供强大的代码编辑功能。\n\n## 安装与运行\n\n1. 确保已安装 [Node.js](https://nodejs.org/) 和 [npm](https://npmjs.com/)。\n2. 克隆项目仓库：\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd mycodegpt-frontend\n   ```\n3. 安装依赖：\n   ```bash\n   npm install\n   ```\n4. 启动开发环境：\n   ```bash\n   npm run electron:dev\n   ```\n   - 开发环境默认访问 `http://localhost:5173`。\n   - 代码修改后将自动更新。\n\n## 打包构建\n\n- 构建项目以供生产使用：\n  ```bash\n  npm run electron:build\n  ```\n- 针对 macOS 的构建：\n  ```bash\n  npm run electron:mac\n  ```\n\n## 常见问题\n\n- 如果 Electron 无法启动，确保确保 Python 环境已配置，并已经设置 `NODE_GYP_FORCE_PYTHON=python3`。\n- 打包时未加载资源，确保打包路径下存在 `dist` 目录。\n\n## 贡献\n\n欢迎贡献代码！请 fork 代码并提交 Pull Request。此外，提交 issue 是反馈问题的好方式。\n\n## 许可\n\nMIT © qixing\n\nbug:\n关闭项目后没法新建\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidai%2Frapidcoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapidai%2Frapidcoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidai%2Frapidcoder/lists"}