WechatOnCloud

WechatOnCloud: 云微WOC,云微信,自由连接

WechatOnCloud: 云微WOC,云微信,自由连接 本周 GitHub 最热门开源项目深度解析 项目地址: Gloridust/WechatOnCloud 生成时间: 2026-06-03 08:31:52 项目概览 Gloridust/WechatOnCloud 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @Gloridust 编程语言 TypeScript Star 数 1374 ⭐ Fork 数 407 创建时间 2026-05-29 最后更新 2026-06-03 项目简介 云微WOC,云微信,自由连接 TypeScript 是 JavaScript 的超集,提供强类型支持,适合大型项目开发。 核心特性 根据项目 README 分析,WechatOnCloud 的主要特点包括: 高关注度:1374 个 Star,说明开发者社区对此项目高度认可 活跃开发:407 个 Fork,社区参与度高 快速成长:自 2026-05-29 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 WechatOnCloud 基于 TypeScript 技术栈构建: 编程语言:TypeScript 项目规模:1374 个 Star,获得广泛认可 社区活跃度:407 个 Fork,开发者积极参与 README 原文摘要 <div align="center"> <img src="doc/img/icon-192.png" width="88" height="88" alt="云微 logo" /> <h1>云微 · WechatOnCloud</h1> <p><b>在自己的 NAS / 服务器上运行「服务端微信」,多端浏览器共享同一个微信会话</b></p> <p> <a href="https://github.com/Gloridust/WechatOnCloud/stargazers"><img src="https://img.shields.io/github/stars/Gloridust/WechatOnCloud?style=flat-square&logo=github" alt="stars" /></a> <a href="https://github.com/Gloridust/WechatOnCloud/releases"><img src="https://img.shields.io/github/v/release/Gloridust/WechatOnCloud?style=flat-square" alt="release" /></a> <a href="https://github.com/Gloridust/WechatOnCloud/issues"><img src="https://img.shields.io/github/issues/Gloridust/WechatOnCloud?style=flat-square" alt="issues" /></a> <img src="https://img.shields.io/badge/arch-amd64%20%7C%20arm64-2496ED?style=flat-square&logo=docker&logoColor=white" alt="arch" /> <img src="https://img.shields.io/badge/PWA-ready-5A0FC8?style=flat-square" alt="pwa" /> </p> <p> <a href="#快速开始">快速开始</a> · <a href="#核心特性">核心特性</a> · <a href="doc/运行原理.md">运行原理</a> · <a href="#安全须知必读">安全须知</a> · <a href="doc/技术方案.md">技术方案</a> </p> <table> <tr> <td width="50%"><img src="doc/img/Screenshot-1.png" alt="云微 · 面板主界面" /></td> <td width="50%"><img src="doc/img/Screenshot-2.png" alt="云微 · 实例桌面" /></td> </tr> </table> </div> 在飞牛 NAS(x86_64 / arm64)或任意 Docker 主机上运行服务端微信:可管理**多个**微信实例,每个实例是一个独立的微信会话;多个 web 用户通过浏览器访问被授权的实例,实现跨设备消息同步、多端共享。**不修改微信客户端。** **一句话原理**:每个微信实例 = 一个容器,里面跑 Xvfb 虚拟显示 + 官方原版微信,KasmVNC 把画面串到浏览器;同一实例被多个浏览器连 = 共享同一个微信会话。前面一层自研**面板**是唯一对外入口,经 docker.sock 按需创建/销毁实例并反向代理。 --- ## 核心特性 - 🗂️ **多实例** — 一个面板管理多个独立微信会话,每个实例独立容器 + 独立数据卷,互不干扰。 - 👥 **多端共享 + 权限** — 多浏览器 / 设备共享同一会话;子账号体系,按账号分配可访问的实例(RBAC)。 - 🖥️ **微信 PC 式界面** — 左侧实例栏 + 右侧内嵌桌面,侧栏可折叠,移动端自动转抽屉。 - 📦 **微信本体运行时下载** — 镜像不打包微信,面板一键「下载安装 / 更新」带进度条;按 CPU 架构自动取包。 - 🔁 **实例生命周期** — 启动 / 停止 / 重启 / 升级(拉新镜像重建、保留聊天记录),均在面板内一键完成。 - 📎 **文件传输 + 文本剪贴板** — 拖拽上传 + 下载 + 删除,直达微信桌面 `~/Desktop`;文本可经剪贴板中转送进微信(局域网 http 下也可用)。 - 🧩 **多端协作软锁** — 同一实例多人操作时 最近更新记录 适用场景 WechatOnCloud 适合以下用户: ...

June 3, 2026  · 2 min · GitHub Trending Bot  ·  -
skills

skills: AI agent skills created by me: Dan McAteer

skills: AI agent skills created by me: Dan McAteer 本周 GitHub 最热门开源项目深度解析 项目地址: DannyMac180/skills 生成时间: 2026-06-03 05:06:24 项目概览 DannyMac180/skills 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @DannyMac180 编程语言 Python Star 数 371 ⭐ Fork 数 28 创建时间 2026-05-29 最后更新 2026-06-02 项目简介 AI agent skills created by me: Dan McAteer Python 是一门简洁优雅的编程语言,广泛应用于数据科学、人工智能、Web 开发等领域。 核心特性 根据项目 README 分析,skills 的主要特点包括: 高关注度:371 个 Star,说明开发者社区对此项目高度认可 活跃开发:28 个 Fork,社区参与度高 快速成长:自 2026-05-29 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 skills 基于 Python 技术栈构建: ...

June 3, 2026  · 2 min · GitHub Trending Bot  ·  -
goose

goose: Goose Swift proof-of-concept README

goose: Goose Swift proof-of-concept README 本周 GitHub 最热门开源项目深度解析 项目地址: b-nnett/goose 生成时间: 2026-06-03 02:31:30 项目概览 b-nnett/goose 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @b-nnett 编程语言 Rust Star 数 475 ⭐ Fork 数 147 创建时间 2026-06-02 最后更新 2026-06-02 项目简介 Goose Swift proof-of-concept README Rust 以内存安全和零成本抽象闻名,是系统编程领域的新星。 核心特性 根据项目 README 分析,goose 的主要特点包括: 高关注度:475 个 Star,说明开发者社区对此项目高度认可 活跃开发:147 个 Fork,社区参与度高 快速成长:自 2026-06-02 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 goose 基于 Rust 技术栈构建: 编程语言:Rust 项目规模:475 个 Star,获得广泛认可 社区活跃度:147 个 Fork,开发者积极参与 README 原文摘要 # Goose - Local Companion for WHOOP 5.0 **Alpha proof of concept. This build is for developers to evaluate whether a project of this scope is viable. It is not ready to use as an app for tracking personal health data yet.** If you don't know what Xcode is, or how to build the Rust core, this build is not for you. Come back on 13 June 2026 for the first public beta on TestFlight. ![Goose app hero showing a connected WHOOP 5.0 device](docs/assets/readme-hero.png) This prototype targets WHOOP 5.0 only. Other WHOOP generations are not supported in this build. The app and backend have had very little attention put into performance. The app will lag, very considerably. Performance PRs are welcome, or you can wait until I address it in due course. Goose is a local-first WHOOP 5.0 data and health metrics project. The iOS app connects to WHOOP 5.0 bands, routes packet data through the Goose Rust core, and turns that data into daily health, recovery, sleep, strain, stress, cardio, energy, coach, and debug views. ## Project Layout ````text GooseSwift/ SwiftUI app source GooseWorkoutLiveActivityExtension/ Live Activity widget extension Rust/ iOS static library, headers, per-platform outputs Scripts/build_ios_rust.sh Xcode build phase for the Goose Rust core docs/goose-swift-mvp/ MVP plans, contracts, and data-readiness docs GooseSwift.xcodeproj Xcode project Key Swift entry points: ...

June 3, 2026  · 2 min · GitHub Trending Bot  ·  -
memory-os

memory-os: A 7-layer memory operating system for Hermes Ag...

memory-os: A 7-layer memory operating system for Hermes Agent — persistent memory with Qdrant, structured facts, fabric recall, auto-curated wiki, and surgical context injection. Runs locally, any LLM provider. 本周 GitHub 最热门开源项目深度解析 项目地址: ClaudioDrews/memory-os 生成时间: 2026-06-03 02:06:39 项目概览 ClaudioDrews/memory-os 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @ClaudioDrews 编程语言 Python Star 数 529 ⭐ Fork 数 40 创建时间 2026-05-31 最后更新 2026-06-02 项目简介 A 7-layer memory operating system for Hermes Agent — persistent memory with Qdrant, structured facts, fabric recall, auto-curated wiki, and surgical context injection. Runs locally, any LLM provider. ...

June 3, 2026  · 3 min · GitHub Trending Bot  ·  -
科技新闻

X (Twitter) 热门科技资讯 Top 3 - 2026-06-02

X (Twitter) 热门科技资讯 Top 3 本文精选 X (Twitter) 平台今日最热门的科技资讯 生成时间: 2026-06-02 23:28:26 数据来源: X (Twitter) 平台 今日热点概览 本期精选了 X 平台上最受关注的 3 条科技资讯,涵盖人工智能、航天探索、量子计算等前沿领域。让我们一起来看看科技圈今天发生了什么! 1. OpenAI 发布 GPT-5 预览版 来源: @OpenAI 热度: 125K likes 分类: 人工智能 新闻摘要 OpenAI 今日发布了 GPT-5 的预览版本,展示了更强的推理能力和多模态理解能力。新模型在复杂推理任务上表现提升了 40%。 深度解读 这条新闻之所以引起广泛关注,主要有以下几个看点: 技术突破: 代表了 人工智能 领域的最新进展 行业影响: 可能对整个科技行业产生深远影响 未来趋势: 预示着该技术方向的商业化进程加速 网友热议 X 平台上,这条新闻引发了热烈讨论: 技术爱好者关注其创新点和实现原理 行业从业者分析其商业应用前景 普通用户讨论对日常生活的影响 原文链接: OpenAI 发布 GPT-5 预览版 2. SpaceX 星舰第五次试飞成功 来源: @SpaceX 热度: 89K likes 分类: 航天 ...

June 2, 2026  · 1 min · X News Bot  ·  -
Qwen-VLA

Qwen-VLA: The official repository of Qwen-VLA

Qwen-VLA: The official repository of Qwen-VLA 本周 GitHub 最热门开源项目深度解析 项目地址: QwenLM/Qwen-VLA 生成时间: 2026-06-02 20:32:01 项目概览 QwenLM/Qwen-VLA 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @QwenLM 编程语言 未知 Star 数 413 ⭐ Fork 数 17 创建时间 2026-05-28 最后更新 2026-06-02 项目简介 The official repository of Qwen-VLA 该项目采用多种技术栈构建,具有良好的跨平台兼容性。 核心特性 根据项目 README 分析,Qwen-VLA 的主要特点包括: 高关注度:413 个 Star,说明开发者社区对此项目高度认可 活跃开发:17 个 Fork,社区参与度高 快速成长:自 2026-05-28 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 Qwen-VLA 基于 未知 技术栈构建: 编程语言:未知 项目规模:413 个 Star,获得广泛认可 社区活跃度:17 个 Fork,开发者积极参与 README 原文摘要 <div align="center"> <img src="assets/qwen-logo.png" alt="Qwen-VLA" width="260"/> <h1 style="border: none;">Qwen-VLA</h1> <p><b>Unifying Vision-Language-Action Modeling across Tasks, Environments, and Robot Embodiments</b></p> <p align="center"> <b>Qwen Team</b> </p> <p align="center"> <a href="https://arxiv.org/abs/2605.30280">📑 Technical Report</a> | <a href="https://qwen.ai/blog?id=qwenvla">📖 Blog</a> | <a href="https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen-VLA/demo.mp4">🖥️ Demo</a> </p> </div> Welcome to the official repository of **Qwen-VLA**. Here, you can find official information about Qwen-VLA and post your questions ([Issues](https://github.com/QwenLM/Qwen-VLA/issues)). ## 🎬 Demo <div align="center"> <video src="https://github.com/user-attachments/assets/7521d371-a1d5-4743-928d-aa3b5ce7374e" width="100%" controls></video> </div> ## 💡 Introduction <div align="center"> <img src="assets/qwenvla_overview.png" alt="Qwen-VLA Overview" width="90%"/> </div> <br> **Qwen-VLA** is a unified vision-language-action generalist model built upon **Qwen3.5-4B** (vision-language backbone) and a **1.15B DiT flow-matching action decoder**. It casts manipulation, navigation, and trajectory prediction into a shared action-and-trajectory prediction framework, enabling a unified model to learn from heterogeneous embodied data across tasks, environments, and robot embodiments via embodiment-aware prompt conditioning, no per-platform output heads needed. A unified Qwen-VLA generalist **matches or outperforms task-specific specialists** fine-tuned independently per benchmark across multiple simulation and real-world evaluations, pushing embodied intelligence from "skill specialists" toward "generalist actors." ### ✨ Key Highlights - **🏆 One Generalist Beats Specialists.** A unified model matches or outperforms per-benchmark specialists across multiple simulation and real-world evaluations. - **🔗 Unified Action-and-Trajectory Framework.** 最近更新记录 适用场景 Qwen-VLA 适合以下用户: ...

June 2, 2026  · 2 min · GitHub Trending Bot  ·  -

GitHub Trending Repositories - 2026-06-02

GitHub Trending Repositories - 2026-06-02 Auto-generated GitHub Trending Repositories Report Generated at: 2026-06-02 23:06:30 Today’s Top 10 Trending Repositories 1. odysseus Author: @pewdiepie-archdaemon Language: JavaScript ⭐ Stars: 27,548 🍴 Forks: 3,327 📖 Description: Self-hosted AI workspace. 2. guizang-social-card-skill Author: @op7418 Language: HTML ⭐ Stars: 2,553 🍴 Forks: 251 📖 Description: 🪧 Claude Code / Codex skill — generate Xiaohongshu carousels & WeChat 21:9+1:1 cover pairs. Editorial × Swiss visual systems, 28 layouts, 10 themes, single-file HTML → PNG. 小红书图文 + 公众号封面对 3. ian-xiaohei-illustrations Author: @helloianneo Language: Unknown ⭐ Stars: 1,719 🍴 Forks: 154 📖 Description: 中文小黑怪诞正文配图生成 Skill | 16:9 白底手绘 | 少量红橙蓝批注 | Codex Skill 4. GordenPPTSkill Author: @GordenSun Language: Python ⭐ Stars: 1,536 🍴 Forks: 137 📖 Description: AI-friendly PPT builder skill: 17 hand-polished Chinese PPTX templates + non-destructive text-only editing tools (python-pptx based). Pick a template, write edits.json, build a real .pptx with the layout intact. Personal/research use only. 5. gemini-web2api Author: @Sophomoresty Language: Python ⭐ Stars: 1,215 🍴 Forks: 312 📖 Description: Convert Google Gemini web into OpenAI-compatible API. Zero auth, cross-platform, single file. 6. WechatOnCloud Author: @Gloridust Language: TypeScript ⭐ Stars: 1,178 🍴 Forks: 362 📖 Description: 云微WOC,云微信,自由连接 7. SenPaiScanner Author: @MatinSenPai Language: Go ⭐ Stars: 881 🍴 Forks: 58 📖 Description: A light-weight scanner for Cloudflare IPs, written in Golang 8. aBaiAutoplus Author: @asz798838958 Language: Python ⭐ Stars: 864 🍴 Forks: 491 📖 Description: 多平台 AI 账号自动注册与管理 · 协议化付款一键开通 ChatGPT Plus 9. pi-dynamic-workflows Author: @Michaelliv Language: TypeScript ⭐ Stars: 731 🍴 Forks: 38 📖 Description: No description available 10. vibecode-pro-max-kit Author: @withkynam Language: JavaScript ⭐ Stars: 713 🍴 Forks: 169 📖 Description: Your AI forgets. This remembers. Spec-driven coding harness for vibecoders, product owners, CEOs and real builders — self-improving context memory, 12 agents, 32 skills. Kills context rot, ships features, not spaghetti. Claude Code & Codex. Any stack. 30 seconds Trend Analysis Programming Language Distribution Python: 3 repositories JavaScript: 2 repositories TypeScript: 2 repositories HTML: 1 repositories Unknown: 1 repositories Hot Topics Based on today’s trending repositories, the following areas are gaining attention: ...

June 2, 2026  · 2 min  ·  -

GitHub 热门仓库精选 - 2026-06-02

GitHub 热门仓库精选 - 2026-06-02 自动生成的 GitHub 热门仓库报告 生成时间:2026-06-02 23:06:30 今日热门仓库 Top 10 1. odysseus 作者: @pewdiepie-archdaemon 语言: JavaScript ⭐ Stars: 27,548 🍴 Forks: 3,327 📖 描述: Self-hosted AI workspace. 2. guizang-social-card-skill 作者: @op7418 语言: HTML ⭐ Stars: 2,553 🍴 Forks: 251 📖 描述: 🪧 Claude Code / Codex skill — generate Xiaohongshu carousels & WeChat 21:9+1:1 cover pairs. Editorial × Swiss visual systems, 28 layouts, 10 themes, single-file HTML → PNG. 小红书图文 + 公众号封面对 3. ian-xiaohei-illustrations 作者: @helloianneo 语言: 未知 ⭐ Stars: 1,719 🍴 Forks: 154 📖 描述: 中文小黑怪诞正文配图生成 Skill | 16:9 白底手绘 | 少量红橙蓝批注 | Codex Skill 4. GordenPPTSkill 作者: @GordenSun 语言: Python ⭐ Stars: 1,536 🍴 Forks: 137 📖 描述: AI-friendly PPT builder skill: 17 hand-polished Chinese PPTX templates + non-destructive text-only editing tools (python-pptx based). Pick a template, write edits.json, build a real .pptx with the layout intact. Personal/research use only. 5. gemini-web2api 作者: @Sophomoresty 语言: Python ⭐ Stars: 1,215 🍴 Forks: 312 📖 描述: Convert Google Gemini web into OpenAI-compatible API. Zero auth, cross-platform, single file. 6. WechatOnCloud 作者: @Gloridust 语言: TypeScript ⭐ Stars: 1,178 🍴 Forks: 362 📖 描述: 云微WOC,云微信,自由连接 7. SenPaiScanner 作者: @MatinSenPai 语言: Go ⭐ Stars: 881 🍴 Forks: 58 📖 描述: A light-weight scanner for Cloudflare IPs, written in Golang 8. aBaiAutoplus 作者: @asz798838958 语言: Python ⭐ Stars: 864 🍴 Forks: 491 📖 描述: 多平台 AI 账号自动注册与管理 · 协议化付款一键开通 ChatGPT Plus 9. pi-dynamic-workflows 作者: @Michaelliv 语言: TypeScript ⭐ Stars: 731 🍴 Forks: 38 📖 描述: 暂无描述 10. vibecode-pro-max-kit 作者: @withkynam 语言: JavaScript ⭐ Stars: 713 🍴 Forks: 169 📖 描述: Your AI forgets. This remembers. Spec-driven coding harness for vibecoders, product owners, CEOs and real builders — self-improving context memory, 12 agents, 32 skills. Kills context rot, ships features, not spaghetti. Claude Code & Codex. Any stack. 30 seconds 趋势分析 编程语言分布 Python: 3 个仓库 JavaScript: 2 个仓库 TypeScript: 2 个仓库 HTML: 1 个仓库 Unknown: 1 个仓库 热门领域 基于今日热门仓库的分析,以下领域受到关注: ...

June 2, 2026  · 2 min  ·  -
specification.website

specification.website: Website specification — HTML, accessibility, se...

specification.website: Website specification — HTML, accessibility, security, SEO, agent-readiness. Platform-agnostic, sourced, MIT. 本周 GitHub 最热门开源项目深度解析 项目地址: jdevalk/specification.website 生成时间: 2026-06-02 14:31:38 项目概览 jdevalk/specification.website 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @jdevalk 编程语言 TypeScript Star 数 405 ⭐ Fork 数 28 创建时间 2026-05-29 最后更新 2026-06-02 项目简介 Website specification — HTML, accessibility, security, SEO, agent-readiness. Platform-agnostic, sourced, MIT. TypeScript 是 JavaScript 的超集,提供强类型支持,适合大型项目开发。 核心特性 根据项目 README 分析,specification.website 的主要特点包括: 高关注度:405 个 Star,说明开发者社区对此项目高度认可 活跃开发:28 个 Fork,社区参与度高 快速成长:自 2026-05-29 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 specification.website 基于 TypeScript 技术栈构建: ...

June 2, 2026  · 2 min · GitHub Trending Bot  ·  -
female-portrait-director

female-portrait-director: A modular Codex Skill for directing and expandi...

female-portrait-director: A modular Codex Skill for directing and expanding detailed AI female portrait prompts. 本周 GitHub 最热门开源项目深度解析 项目地址: liyue-aigc/female-portrait-director 生成时间: 2026-06-02 14:05:41 项目概览 liyue-aigc/female-portrait-director 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @liyue-aigc 编程语言 未知 Star 数 454 ⭐ Fork 数 67 创建时间 2026-05-30 最后更新 2026-06-02 项目简介 A modular Codex Skill for directing and expanding detailed AI female portrait prompts. 该项目采用多种技术栈构建,具有良好的跨平台兼容性。 核心特性 根据项目 README 分析,female-portrait-director 的主要特点包括: 高关注度:454 个 Star,说明开发者社区对此项目高度认可 活跃开发:67 个 Fork,社区参与度高 快速成长:自 2026-05-30 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 female-portrait-director 基于 未知 技术栈构建: ...

June 2, 2026  · 3 min · GitHub Trending Bot  ·  -