云依助手

把粉色依依、事项提醒、系统中心、端口管理和本地开发工具放进同一个 Windows 应用,数据默认保存在本机。

source build
# from the repository root
$ .\scripts\build.ps1 -Configuration Release
==> C/C++11 host and React 18 UI ready_
云依助手 · 本地工具箱

encoding / built in

Hash

MD5 / SHA-256 of any text, fully local.
verified
INPUT

Hello, world!

MD56cd3556deb0da54b...
SHA-256315f5bdb76d078c4...
WIN
Windows
x64
current
Download .exerelease
build.\scripts\build-installer.ps1
requiresWindows 10 / 11 x64
MAC
macOS
not available
statusWeb tools remain available
requiresUse the browser edition
LNX
Linux
not available
statusWeb tools remain available
requiresUse the browser edition

Why the desktop build

网页适合随开随用;桌面版额外获得 Win32 窗口、提醒调度、系统托盘、本地数据库、 系统信息和受保护的端口进程操作。

C
Native paths where practical

C is used for compact algorithms such as UUID, password generation, timestamps, and number formatting. TypeScript stays where browser semantics are the feature.

SIG
Windows native integration

C++11 owns Win32, WebView2 and resource lifetime; portable byte algorithms remain in C.

DEL
Real uninstall

Install and uninstall write to the local plugin store instead of only flipping a UI flag.

DEV
Checked C++11 boundary

The build checks project sources and rejects accidental C++14/17 APIs before compilation.

What is new

full changelog
v0.12.0-web2026-08-01
  • +CloudYiCSC web catalog migrated into the CloudYi Assistant repository
  • +Eight C utilities compile to WebAssembly during every production build
  • +Four browser-native tools remain implemented with TypeScript
  • ~Removed the old Wails/Go workspace dependency from the deployable site
v0.1.02026-04-29
  • +Web site goes live with the full tool catalog
  • +Desktop client ships signed plugin loading and verification UI
  • +Marketplace install, uninstall, disable, and sort now persist locally
  • ~Only Hash remains built in; other bundled tools are installable
v0.0.52026-04-22
  • +Plugin Manager pane added to Settings
  • +Marketplace mock data and plugin detail page added
  • ~Sidebar filter input replaces the category dropdown

Clone it, build it, run it locally.

Release users can install the Windows package. Source users build the same C/C++11 host and React 18 interface from this repository.