Wingetlywingetly
← All apps
C

Clipboard

by muutotv1.3.0

Last updated

高性能 · 本地优先 · 全平台剪贴板管理器。

Install with winget

$ winget install --id muutot.Clipboard --exact --version 1.3.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Clipboard

Clipboard uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
Clipboard_1.3.0_x64-setup.exe /S

See the full silent install reference for Clipboard

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Clipboard Desktop 是一款高性能、跨平台、本地优先的剪贴板管理工具。它在后台静默运行,持续记录剪贴板历史;通过全局热键(默认 Alt+V)一键唤起,支持全文搜索(含中文分词)、图片 OCR 文字识别、收藏、编辑、快速粘贴等操作。支持文本、链接、图片、文件四种内容类型,智能内容识别与富文本带格式粘贴,Tantivy 全文检索引擎与 N-gram 中文分词,PP-OCR 本地离线文字识别。所有数据存储在本地,不包含任何遥测或上传行为,OCR 完全离线运行,无需联网。

Installers · v1.3.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Clipboard.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • VibeClip ProVibeClip Team
    TIANQIAN1238.VibeClip-Prov2.9.3

    VibeClip Pro 是一款面向创作者与效率爱好者的跨平台剪贴板控制台,整合本地历史、AI 快捷操作与深色/浅色视觉体系,让“复制 → 处理 → 粘贴”变成一次呼吸间的流程。

More from muutot or browse 剪贴板.

Frequently asked questions

How do I install Clipboard on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id muutot.Clipboard --exact --version 1.3.0. winget downloads the installer from muutot and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Clipboard silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id muutot.Clipboard --exact 1.3.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Clipboard?
Clipboard uses EXE (NSIS). Run the downloaded installer with: Clipboard_1.3.0_x64-setup.exe /S. The silent switches are /S.
How do I uninstall Clipboard via winget?
Run: winget uninstall --id muutot.Clipboard --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Clipboard's Apps & Features entry.
Is Clipboard free?
Clipboard is distributed under AGPL-3.0. Refer to the publisher (https://github.com/muutot/Clipboard) for the full license terms - Wingetly itself does not charge for installation.
Does Clipboard work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Clipboard directly from the publisher.
How do I keep Clipboard up to date?
Run winget upgrade --id muutot.Clipboard --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Clipboard from microsoft/winget-pkgs.