云一会儿

A signed desktop toolbox for encoding, formatting, inspecting, and generating data without sending your work to a server.

source build
# from a fresh checkout
$ pnpm install
$ cd apps/desktop
$ wails dev
==> embedded plugins unpacked and ready_
CloudYiCFAW - plugin store

encoding / built in

Hash

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

Hello, world!

MD56cd3556deb0da54b...
SHA-256315f5bdb76d078c4...
WIN
Windows
x64 / arm64
current
sourcepnpm install; cd apps/desktop; wails dev
requiresWindows 10+
MAC
macOS
apple silicon / intel
buildwails build -platform darwin
requiresmacOS 12+
LNX
Linux
deb / rpm / AppImage
buildwails build -platform linux
requiresglibc 2.31+

Why the desktop build

The web catalog is useful for discovery. The desktop client is where the tools actually run with local state, native calls, and plugin lifecycle control.

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
Verified plugins

Every embedded plugin is checksummed and signed before the client loads it.

DEL
Real uninstall

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

DEV
Three-step source run

New contributors can install dependencies, enter apps/desktop, and start Wails dev mode.

What is new

full changelog
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
v0.0.32026-04-12
  • +Initial built-in tools: Hash, Base64, URL Encode, and Hex
  • +Native desktop shell with Welcome and Workbench routing
  • ~Design tokens split into SCSS partials with light and dark themes

Clone it, build it, run it locally.

Release users get a ready executable. Source users get the same embedded store after running the Wails workflow.