Skip to content

ClipVault v0.1.0

Latest

Choose a tag to compare

@tyuan919-dotcom tyuan919-dotcom released this 09 Jul 11:27

ClipVault v0.1.0

Portable build for Windows 10/11 x64. First public release. All data stays on your machine, encrypted at rest, with no cloud component.

Download & verify

After downloading ClipVault-v0.1.0-windows-x64.zip, verify it before extracting and running:

Get-FileHash ClipVault-v0.1.0-windows-x64.zip -Algorithm SHA256

The output must match the entry in the attached SHA256SUMS.txt.

(Optional, stronger) Verify the GPG signature to confirm the archive was signed by the maintainer and not tampered with. The public key clipvault-signing-key.asc is in the repository root:

gpg --import clipvault-signing-key.asc
gpg --verify ClipVault-v0.1.0-windows-x64.zip.asc ClipVault-v0.1.0-windows-x64.zip

Trust the archive if it prints Good signature and the key fingerprint matches: 080F B6F6 7161 9178 7CD9 08AA 7ECE 1FB9 39F9 49FA

The binary is not Authenticode-signed, so Windows SmartScreen may warn about an "unknown publisher" on first launch — verify the hash first, then choose "More info → Run anyway".

Highlights

  • Clipboard history (text / highlighted code / images / files) with FTS5 full-text search
  • Encrypted at rest (database and blobs); keys held in Windows Credential Manager
  • Quick-paste popup, whiteboard and sticky notes, content compare
  • End-to-end encrypted LAN device sync and phone pickup via QR code (no app install)
  • System footprint page with one-click full uninstall
  • Bilingual UI (Chinese / English), customizable hotkeys

Docs: Quick start · User guide · FAQ


ClipVault v0.1.0

Windows 10/11 x64 绿色便携版,首个公开版本。数据全部保存在本机,加密落盘,无云端组件。

下载与校验

下载 ClipVault-v0.1.0-windows-x64.zip 后,先校验再解压运行:

Get-FileHash ClipVault-v0.1.0-windows-x64.zip -Algorithm SHA256

输出的哈希须与附件 SHA256SUMS.txt 中的值一致。

(可选,更强)用 GPG 验签,确认压缩包确实由维护者签发且未被篡改。公钥 clipvault-signing-key.asc 在仓库根目录:

gpg --import clipvault-signing-key.asc
gpg --verify ClipVault-v0.1.0-windows-x64.zip.asc ClipVault-v0.1.0-windows-x64.zip

输出 Good signature 且公钥指纹与此值一致即可信:080F B6F6 7161 9178 7CD9 08AA 7ECE 1FB9 39F9 49FA

程序未购买代码签名证书,首次运行 Windows SmartScreen 可能提示"未知发布者"——请先核对哈希,再选择"更多信息 → 仍要运行"。

主要功能

  • 剪贴板历史(文本 / 代码高亮 / 图片 / 文件),FTS5 全文搜索
  • 加密落盘(数据库与文件均加密),密钥托管 Windows 凭据管理器
  • 快捷粘贴浮窗、白板与便签、内容对比
  • 局域网设备同步与手机扫码取件(免装 App),全程端到端加密
  • 系统足迹可视化与一键彻底卸载
  • 中英双语界面,快捷键可自定义

文档:快速入门 · 用户手册 · 常见问题