{"id":26956296,"url":"https://github.com/programcx/flow_im_app","last_synced_at":"2025-04-09T15:19:39.811Z","repository":{"id":285796892,"uuid":"959363477","full_name":"ProgramCX/flow_im_app","owner":"ProgramCX","description":"A cross-platform instant messaging software","archived":false,"fork":false,"pushed_at":"2025-04-07T06:33:29.000Z","size":190,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T15:19:39.613Z","etag":null,"topics":["electron","instant-messaging","typescript","vue","vue3-composition-api","vue3-typescript","vue3-typescript-vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProgramCX.png","metadata":{"files":{"readme":"README-zh.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-04-02T17:08:37.000Z","updated_at":"2025-04-06T17:49:06.000Z","dependencies_parsed_at":"2025-04-09T15:19:39.592Z","dependency_job_id":null,"html_url":"https://github.com/ProgramCX/flow_im_app","commit_stats":null,"previous_names":["programcx/flow_im_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramCX%2Fflow_im_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramCX%2Fflow_im_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramCX%2Fflow_im_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramCX%2Fflow_im_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgramCX","download_url":"https://codeload.github.com/ProgramCX/flow_im_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055257,"owners_count":21040157,"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","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":["electron","instant-messaging","typescript","vue","vue3-composition-api","vue3-typescript","vue3-typescript-vite"],"created_at":"2025-04-03T03:21:11.513Z","updated_at":"2025-04-09T15:19:39.805Z","avatar_url":"https://github.com/ProgramCX.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"public/icon.svg\" width=\"100\" height=\"100\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eFlow Message\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![star](https://img.shields.io/github/stars/ProgramCX/flow_im_app?logo=github\u0026style=round-square)](https://github.com/ProgramCX/flow_im_app/stargazers)\n[![license](https://img.shields.io/github/license/ProgramCX/flow_im_app?style=round-square\u0026logo=github)](https://github.com/ProgramCX/flow_im_app/blob/main/LICENSE)\n[![Activity](https://img.shields.io/github/last-commit/ProgramCX/flow_im_app?style=round-square\u0026logo=github)](#)\n[![Frame](https://img.shields.io/badge/Frame-Vue3.x/Electron-orange.svg?style=round-square\u0026logo=github)](#)\n\n\u003c/div\u003e\n\n\u003e \n\n[English](README.md) | 中文\n\n## 介绍\nFlow Message 是一个基于 Vue3.x 和 Electron 的跨平台即时通讯软件，旨在为用户提供一个安全、快速、稳定的聊天环境。Flow Message 支持多种平台，包括 Windows、macOS 和 Linux。\n\n## 功能\n- **跨平台支持**：Flow Message 支持 Windows、macOS 和 Linux 等多个操作系统，确保用户在不同设备上都能享受一致的使用体验。\n\n- **安全性**：Flow Message 采用先进的加密技术，确保用户的聊天记录和个人信息安全无忧。\n\n- **快速稳定**：Flow Message 基于 Electron 和 Vue3.x 构建，具有良好的性能和稳定性，确保用户在使用过程中不会遇到卡顿或崩溃的问题。\n\n- **简洁易用的界面**：Flow Message 采用简洁明了的设计风格，用户可以轻松上手，无需复杂的学习过程。\n\n- **多种聊天功能**：Flow Message 支持文本、图片、语音等多种聊天方式，满足用户的不同需求。\n\n## 贡献\n\n欢迎任何形式的贡献，包括但不限于代码、文档、设计等。\n\n## 安装步骤\n 1. 克隆项目\n```bash\ngit clone https://github.com/ProgramCX/flow_im_app.git\n```\n2. 安装依赖\n```bash\ncd flow_im_app\nnpm set registry https://registry.npmmirror.com # 如果在中国大陆地区，建议使用淘宝镜像\nnpm install   \n```\n\n3. 启动项目\n```bash\nnpm run dev\n```\n4. 浏览器预览项目\n```bash\nnpm run preview\n```\n\n5. 打包项目\n```bash\nnpm run build\n```\n\n**注意**: \n由于打包需要下载electron的安装包，在中国大陆地区可能无法下载，可以自行到[electron release 页面](https://github.com/electron/electron/releases)下载和控制台打印输出链接信息中对应版本的安装包，放到项目根目录下的`electron`文件夹中。Windows 用户建议放在 `%LOCALAPPDATA%/electron/Cache` 目录下，并且解压到该目录下。\n\n6. 打包完成后，安装包会在 `release` 目录下生成。\n\n## 协议\n\nFlow Message 使用 [MIT License](LICENSE) 协议.\n\n---\n\n感谢您使用 Flow Message，我们期待您的反馈和建议！","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramcx%2Fflow_im_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramcx%2Fflow_im_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramcx%2Fflow_im_app/lists"}