diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..ccc2b27fc13e --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.168 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.168/win32-x64/claude.exe + InstallerSha256: 70BF85B580BA8046D4DB3983B6814139DC6C3C464481248D89BF72E544F0E9BA +- Architecture: arm64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.168/win32-arm64/claude.exe + InstallerSha256: 263D57F6345E487D6C65DD062C35F2808B787593B19A551B56F5C5643933AA6C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..04582b572a70 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.168 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: '- Bug fixes and reliability improvements' +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21168 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..8dfa31ecf31d --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.168 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.yaml similarity index 55% rename from manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.yaml rename to manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.yaml index aa5d093942e2..13c951329215 100644 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.yaml +++ b/manifests/a/Anthropic/ClaudeCode/2.1.168/Anthropic.ClaudeCode.yaml @@ -1,8 +1,8 @@ -# Created with Devicie using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: 10.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.168 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.installer.yaml b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.installer.yaml new file mode 100644 index 000000000000..b3ba40ef4a12 --- /dev/null +++ b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.5.5 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Data Shredder 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/datashredderx86 + InstallerSha256: DBCC6EC878F3F2465A3FF8655F999505BC3B147E2E36824201B5AE1912C74C2C +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/datashredderx64 + InstallerSha256: F23A8EAF06579385DED9A0FE7CABF24B400DEACA749649E66DF4062F7C1524CD +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/datashredderarm64 + InstallerSha256: DF2656BFC420E2AE46CBCF2C9C09CA25984561225247176096E6C9575636E3F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.locale.en-US.yaml b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.locale.en-US.yaml new file mode 100644 index 000000000000..cc7cb4f52d19 --- /dev/null +++ b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Jun/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.5.5 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherUrl: https://argenteutilities.com/ +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente Data Shredder +PackageUrl: https://argenteutilities.com/en/downloads +License: Proprietary +LicenseUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +Copyright: Copyright © 2008 - 2026 Raúl Argente +CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +ShortDescription: Securely delete all types of files and sensitive data, ensuring they can never be recovered. +Tags: +- data-shredder +ReleaseNotesUrl: https://argenteutilities.com/en/blog +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.locale.zh-CN.yaml b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.locale.zh-CN.yaml new file mode 100644 index 000000000000..87098bf6ab95 --- /dev/null +++ b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Jun/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.5.5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 安全删除所有类型的文件和敏感数据,确保其永远无法被恢复。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.yaml b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.yaml similarity index 52% rename from manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.yaml rename to manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.yaml index 934b4805a52d..d15ec11cb767 100644 --- a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.yaml +++ b/manifests/a/Argente/DataShredder/1.0.5.5/Argente.DataShredder.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/17 +# Automatically updated by the winget bot at 2026/Jun/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Softplicity.TotalMovieConverter -PackageVersion: 4.1.0.79 +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.5.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.installer.yaml b/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.installer.yaml new file mode 100644 index 000000000000..27fae5bd3a29 --- /dev/null +++ b/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.installer.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CitrusSoda.ArcThumb +PackageVersion: 0.10.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +FileExtensions: +- azw +- azw3 +- cb7 +- cbr +- cbt +- cbz +- epub +- fb2 +- mobi +AppsAndFeaturesEntries: +- DisplayName: ArcThumb 0.7.1 + Publisher: citrussoda-com + DisplayVersion: 0.10.0 + ProductCode: '{DFE16BE0-6554-4F21-BB11-51601FD3FEC8}_is1' + InstallerType: inno +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/citrussoda-com/ArcThumb/releases/download/v0.10.0/ArcThumb-Setup.exe + InstallerSha256: 5B87BDA101D79C21C02C7963C5606B68C19A293945BE67656662E67361D22BAD + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/citrussoda-com/ArcThumb/releases/download/v0.10.0/ArcThumb-Setup.exe + InstallerSha256: 5B87BDA101D79C21C02C7963C5606B68C19A293945BE67656662E67361D22BAD + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-06 diff --git a/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.locale.en-US.yaml b/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.locale.en-US.yaml new file mode 100644 index 000000000000..77b00e7d67ef --- /dev/null +++ b/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CitrusSoda.ArcThumb +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: citrussoda-com +PublisherUrl: https://citrussoda.com +PublisherSupportUrl: https://github.com/citrussoda-com/ArcThumb/issues +Author: CitrusSoda +PackageName: ArcThumb +PackageUrl: https://citrussoda.com/en/arcthumb +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/citrussoda-com/ArcThumb#license +Copyright: Copyright © 2026 citrussoda-com +ShortDescription: Windows Explorer thumbnail and preview handler for archive files and ebooks. +Description: "ArcThumb is a Windows Shell Extension that adds thumbnail icons and preview-pane previews to Windows Explorer for archive files and ebooks. When a supported file contains images, ArcThumb decodes the first one and shows it as the file's thumbnail; the preview pane renders a larger version. Supported containers: ZIP, 7Z, RAR, TAR and their media variants (CBZ, CB7, CBR, CBT), plus ebooks in EPUB, FB2, MOBI, AZW, and AZW3. Images inside are decoded from JPEG, PNG, GIF, BMP, TIFF, ICO, and WebP. Optional JPEG XL support is available in custom builds. ArcThumb is a Rust-based successor to CBX Shell and DarkThumbs. A bundled configuration GUI lets you toggle formats, set decode limits, and register or unregister the extension. Installs per-user by default with no administrator privileges; running the installer elevated registers the extension machine-wide instead, which is required when Explorer runs at high integrity (such as Windows Sandbox). Requires Windows 10 or later on x64." +Moniker: arcthumb +Tags: +- ebook-thumbnails +- preview +- file-explorer +- fileexplorer +- shell-extension +- archives +- ebook +- zip +- epub +- cbz +- cbxshell +- darkthumbs +ReleaseNotesUrl: https://github.com/citrussoda-com/ArcThumb/releases/tag/v0.10.0 +InstallationNotes: Thumbnails will appear for supported archive and ebook files in Windows Explorer. If existing thumbnails do not refresh, restart Windows Explorer or clear the thumbnail cache. Open "ArcThumb Configuration" from the Start Menu to customize supported formats. +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/citrussoda-com/ArcThumb/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.yaml b/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.yaml similarity index 65% rename from manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.yaml rename to manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.yaml index 546e9ce2356b..38b6dc11c829 100644 --- a/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.yaml +++ b/manifests/c/CitrusSoda/ArcThumb/0.10.0/CitrusSoda.ArcThumb.yaml @@ -1,8 +1,8 @@ # Created using wingetcreate 1.12.8.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: VK.VKWorkspace -PackageVersion: 26.2.0.91963 -DefaultLocale: ru-RU +PackageIdentifier: CitrusSoda.ArcThumb +PackageVersion: 0.10.0 +DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.installer.yaml new file mode 100644 index 000000000000..3e103cd96206 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.0 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v15.10.0/omp-windows-x64.exe + InstallerSha256: 546BCB1BC5397633309FD18DDDE142F6085A781B69E09796DAAB04A5FB39C9A0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 000000000000..d70afc0899b0 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.0 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v15.10.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 000000000000..31729d7ab985 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.0 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.yaml new file mode 100644 index 000000000000..bc629dd4bd92 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.0/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.installer.yaml b/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.installer.yaml new file mode 100644 index 000000000000..acf5d081779a --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dataflare.Dataflare +PackageVersion: 3.1.0 +InstallerType: nullsoft +Scope: user +ProductCode: Dataflare +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- Publisher: dataflare + ProductCode: Dataflare +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Dataflare' +Installers: +- Architecture: x64 + InstallerUrl: https://assets.dataflare.app/release/windows/x86_64/Dataflare-Setup-3.1.0.exe + InstallerSha256: CC900073D5270D55EE83064A5AF9B8E5583589A5568251B99C7A7BF8A10DFD54 +- Architecture: arm64 + InstallerUrl: https://assets.dataflare.app/release/windows/aarch64/Dataflare-Setup-3.1.0.exe + InstallerSha256: ECF38B772B05F917380AB7E56032FA815EDEF1B47CABB6DAB3835FE20AACD9CA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.locale.en-US.yaml b/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.locale.en-US.yaml new file mode 100644 index 000000000000..f7f79ba4456a --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dataflare.Dataflare +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: Dataflare +PublisherUrl: https://dataflare.app/ +PublisherSupportUrl: https://github.com/DataflareApp/Dataflare/issues +PrivacyUrl: https://dataflare.app/privacy +Author: Dataflare +PackageName: Dataflare +PackageUrl: https://dataflare.app/ +License: Proprietary +Copyright: Copyright © 2026 Dataflare. All Rights Reserved. +ShortDescription: Dataflare is a simple, easy-to-use database manager. Connect to your databases, manage tables, view data, write SQL and run queries easily. +PurchaseUrl: https://dataflare.app/#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.yaml b/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.yaml new file mode 100644 index 000000000000..7f2c79ff5c78 --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.0/Dataflare.Dataflare.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Dataflare.Dataflare +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.installer.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.installer.yaml deleted file mode 100644 index b9a0878d24a9..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.installer.yaml +++ /dev/null @@ -1,58 +0,0 @@ -# Created with Devicie using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: 10.0.5 -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2026-02-15 -Installers: -- Architecture: x64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: elyprismlauncher.exe - InstallerUrl: https://github.com/ElyPrismLauncher/Launcher/releases/download/10.0.5/ElyPrismLauncher-Windows-MSVC-Portable-10.0.5.zip - InstallerSha256: 0D8AEB73654F1E104E6E28994BF9C746B5720CDB9C01684ABFA9B86EBC41F541 -- Architecture: arm64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: elyprismlauncher.exe - InstallerUrl: https://github.com/ElyPrismLauncher/Launcher/releases/download/10.0.5/ElyPrismLauncher-Windows-MSVC-arm64-Portable-10.0.5.zip - InstallerSha256: 74917A51691242C47FF21E9C6B202A0BA98FAF035E6C7C5231ABE3C4DB8859B5 -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/ElyPrismLauncher/Launcher/releases/download/10.0.5/ElyPrismLauncher-Windows-MSVC-Setup-10.0.5.exe - InstallerSha256: B446E852456512F3743B4B0025795EDBFD7510BCA9E1DD30204CDEB20C032496 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 - ProductCode: ElyPrismLauncher - AppsAndFeaturesEntries: - - Publisher: ElyPrismLauncher Contributors - ProductCode: ElyPrismLauncher - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\Programs\ElyPrismLauncher' -- InstallerLocale: en-US - Architecture: arm64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/ElyPrismLauncher/Launcher/releases/download/10.0.5/ElyPrismLauncher-Windows-MSVC-arm64-Setup-10.0.5.exe - InstallerSha256: 04725F8211EB763A250CA2366A461D4ACA7EA295FE523133648A0ED5A4A45B57 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 - ProductCode: ElyPrismLauncher - AppsAndFeaturesEntries: - - Publisher: ElyPrismLauncher Contributors - ProductCode: ElyPrismLauncher - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\Programs\ElyPrismLauncher' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml deleted file mode 100644 index a337936cb28e..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/10.0.5/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with Devicie using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: 10.0.5 -PackageLocale: en-US -Publisher: ElyPrismLauncher -PublisherUrl: https://elyprismlauncher.github.io/ -PublisherSupportUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/issues -Author: ElyPrismLauncher Contributors -PackageName: ElyPrismLauncher -PackageUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher -License: GPL-3.0 -LicenseUrl: https://github.com/ElyPrismLauncher/Launcher/blob/HEAD/LICENSE -Copyright: © 2022-2025 Prism Launcher Contributors\n© 2021-2022 PolyMC Contributors\n© 2012-2021 MultiMC Contributors -CopyrightUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/develop/COPYING.md -ShortDescription: This fork of Prism Launcher adds integrated support for Ely.by accounts. -Tags: -- authlib-injector -- elyby -- launcher -- minecraft -- multimc -- multimc5 -- polymc -- prismlauncher -ReleaseNotes: |- - See Prism Launcher changelogs: - 10.0.5 - If you're not sure what to download on Windows, click ElyPrismLauncher-Windows-MSVC-Setup-10.0.5.exe - Flatpak users can install the launcher and its repository with this command (add --user if needed): flatpak install https://elyprismlauncher.github.io/flatpak/elyprismlauncher.flatpakref) - If you're encountering problems downloading metadata, such as Component metadata update task failed, set Metadata Server in Settings -> Services to https://elyprismlauncher.github.io/meta/v1 -ReleaseNotesUrl: https://github.com/ElyPrismLauncher/Launcher/releases/tag/10.0.5 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.installer.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.installer.yaml deleted file mode 100644 index a3ba7adfbf50..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.1' -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: ElyPrismLauncher -ReleaseDate: 2025-01-01 -AppsAndFeaturesEntries: -- Publisher: ElyPrismLauncher Contributors - ProductCode: ElyPrismLauncher -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\Programs\ElyPrismLauncher' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.1/ElyPrismLauncher-Windows-MSVC-Setup-9.1.exe - InstallerSha256: E309319667C2DAD00C5E82965D9AF5BC8FBFA0CED08DDB18C360C1C7DC19000A - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -- Architecture: arm64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.1/ElyPrismLauncher-Windows-MSVC-arm64-Setup-9.1.exe - InstallerSha256: C434FC79DDAD5A8A477DDF2C63D682E1657A172D47EC2916F0A261BF8D9E9979 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml deleted file mode 100644 index 7a93f4bbd5a1..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.1' -PackageLocale: en-US -Publisher: ElyPrismLauncher -PublisherUrl: https://elyprismlauncher.github.io/ -PublisherSupportUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/issues -Author: ElyPrismLauncher Contributors -PackageName: ElyPrismLauncher -PackageUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher -License: GPL-3.0 -LicenseUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/HEAD/LICENSE -Copyright: © 2022-2025 Prism Launcher Contributors\n© 2021-2022 PolyMC Contributors\n© 2012-2021 MultiMC Contributors -CopyrightUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/develop/COPYING.md -ShortDescription: This fork of Prism Launcher adds integrated support for Ely.by accounts. -Tags: -- authlib-injector -- elyby -- launcher -- minecraft -- multimc -- multimc5 -- polymc -- prismlauncher -ReleaseNotes: |- - See PrismLauncher changelogs: - 9.0 - 9.1 - New features in ElyPrismLauncher - - Modern and secure login: ElyPrismLauncher now uses OAuth2 to log you in. This means that your credentials are never transferred to the launcher. Instead, you log into your account on the official Ely.by page in the browser, and Ely.by gives the launcher a token to access your account with limited privileges. - - Skins support on servers: ElyPrismLauncher now uses Ely.by's official Authlib patches, allowing you to see skins anywhere - Important notes - - ElyPrismLauncher now has it's own branding (thanks @mctaylors!) - - Due to changes in the account list format made in Prism Launcher 9.1, you will have to re-add your Ely.by accounts - - ElyPrismLauncher now uses it's own data directory, separate from Prism Launcher. You will be offered an option to migrate data on first startup. - If you have any issues or questions, join the Discord server or open a new GitHub issue - If you're not sure what to download on Windows, click ElyPrismLauncher-Windows-MSVC-Setup-9.1.exe - Arch Linux users can download the ElyPrismLauncher-ArchLinux-9.1-1-x86_64.pkg.tar file and install it with pacman -U -ReleaseNotesUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/tag/9.1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.installer.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.installer.yaml deleted file mode 100644 index a04ce6660124..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.2' -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: ElyPrismLauncher -ReleaseDate: 2025-01-12 -AppsAndFeaturesEntries: -- Publisher: ElyPrismLauncher Contributors - ProductCode: ElyPrismLauncher -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\Programs\ElyPrismLauncher' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.2/ElyPrismLauncher-Windows-MSVC-Setup-9.2.exe - InstallerSha256: 863D82C3D19586394D3C5BEC5BF71C1A00AC91D455BAE096E2B3D3DBB935C8EE - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -- Architecture: arm64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.2/ElyPrismLauncher-Windows-MSVC-arm64-Setup-9.2.exe - InstallerSha256: 497071D33B9CAB2999248376A1548FC0F93649691A8F7758AFB1BC9B06966308 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml deleted file mode 100644 index 69011f0bdbf3..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.2' -PackageLocale: en-US -Publisher: ElyPrismLauncher -PublisherUrl: https://elyprismlauncher.github.io/ -PublisherSupportUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/issues -Author: ElyPrismLauncher Contributors -PackageName: ElyPrismLauncher -PackageUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher -License: GPL-3.0 -LicenseUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/HEAD/LICENSE -Copyright: © 2022-2025 Prism Launcher Contributors\n© 2021-2022 PolyMC Contributors\n© 2012-2021 MultiMC Contributors -CopyrightUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/develop/COPYING.md -ShortDescription: This fork of Prism Launcher adds integrated support for Ely.by accounts. -Tags: -- authlib-injector -- elyby -- launcher -- minecraft -- multimc -- multimc5 -- polymc -- prismlauncher -ReleaseNotes: |- - 6-Mar-25: Arch Linux package 9.2-2 has been released to fix "error while loading shared libraries: libquazip" - See PrismLauncher changelogs: - 9.2 - New features in ElyPrismLauncher - - Ability to override Ely client ID in settings - image - - Ability to configure whether or not Ely patches should be applied depending on account type - image - image - - Cool website made by @mctaylors - If you have any issues or questions, join the Discord server or open a new GitHub issue - If you're not sure what to download on Windows, click ElyPrismLauncher-Windows-MSVC-Setup-9.2.exe - Arch Linux users can download the ElyPrismLauncher-ArchLinux-9.2-2-x86_64.pkg.tar file and install it with pacman -U -ReleaseNotesUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/tag/9.2 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.yaml deleted file mode 100644 index b921b52a6627..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.2/ElyPrismLauncher.ElyPrismLauncher.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.2' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.installer.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.installer.yaml deleted file mode 100644 index a56adceb277d..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.3' -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: ElyPrismLauncher -ReleaseDate: 2025-04-07 -AppsAndFeaturesEntries: -- Publisher: ElyPrismLauncher Contributors - ProductCode: ElyPrismLauncher -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\Programs\ElyPrismLauncher' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.3/ElyPrismLauncher-Windows-MSVC-Setup-9.3.exe - InstallerSha256: B01B2034E25902B2B80186F20829CCE77C4CD9CA28F4C9CD0C2635BB6E427E50 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -- Architecture: arm64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.3/ElyPrismLauncher-Windows-MSVC-arm64-Setup-9.3.exe - InstallerSha256: 224C05EC85B0FDBD98C383CA46A9914FDE96CDB895AC89DE52378B3025784382 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml deleted file mode 100644 index e84bc17daf7a..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.3' -PackageLocale: en-US -Publisher: ElyPrismLauncher -PublisherUrl: https://elyprismlauncher.github.io/ -PublisherSupportUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/issues -Author: ElyPrismLauncher Contributors -PackageName: ElyPrismLauncher -PackageUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher -License: GPL-3.0 -LicenseUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/HEAD/LICENSE -Copyright: © 2022-2025 Prism Launcher Contributors\n© 2021-2022 PolyMC Contributors\n© 2012-2021 MultiMC Contributors -CopyrightUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/develop/COPYING.md -ShortDescription: This fork of Prism Launcher adds integrated support for Ely.by accounts. -Tags: -- authlib-injector -- elyby -- launcher -- minecraft -- multimc -- multimc5 -- polymc -- prismlauncher -ReleaseNotes: |- - See Prism Launcher changelogs: - 9.3 - Changes - - It is now possible to add an Offline account without adding a Ely/MSA account first - Fixes - - Fixed blank dialog appearing when opening the launcher with no accounts added - If you have any issues or questions, join the Discord server or open a new GitHub issue - If you're not sure what to download on Windows, click ElyPrismLauncher-Windows-MSVC-Setup-9.2.exe - Arch Linux users can download the ElyPrismLauncher-Linux-Pacman-x86_64.pkg.tar file and install it with pacman -U -ReleaseNotesUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/tag/9.3 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.yaml deleted file mode 100644 index bc8c88ad9b2a..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.3/ElyPrismLauncher.ElyPrismLauncher.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.3' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.installer.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.installer.yaml deleted file mode 100644 index 7b4e357bd7c3..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.4' -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: ElyPrismLauncher -ReleaseDate: 2025-04-13 -AppsAndFeaturesEntries: -- Publisher: ElyPrismLauncher Contributors - ProductCode: ElyPrismLauncher -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\Programs\ElyPrismLauncher' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.4/ElyPrismLauncher-Windows-MSVC-Setup-9.4.exe - InstallerSha256: B3F73438476E7E482369195E7F62B566512E5D9B2D54BEE0B13A87828448D4DA - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -- Architecture: arm64 - InstallerUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/download/9.4/ElyPrismLauncher-Windows-MSVC-arm64-Setup-9.4.exe - InstallerSha256: A286296B4C7D2D8BF6403276A4FE3EAE6BC3DB90017D71F8F8B1189413047AC9 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml deleted file mode 100644 index 600c6ff9ef23..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.4' -PackageLocale: en-US -Publisher: ElyPrismLauncher -PublisherUrl: https://elyprismlauncher.github.io/ -PublisherSupportUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/issues -Author: ElyPrismLauncher Contributors -PackageName: ElyPrismLauncher -PackageUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher -License: GPL-3.0 -LicenseUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/develop/LICENSE -Copyright: © 2022-2025 Prism Launcher Contributors\n© 2021-2022 PolyMC Contributors\n© 2012-2021 MultiMC Contributors -CopyrightUrl: https://github.com/ElyPrismLauncher/ElyPrismLauncher/blob/develop/COPYING.md -ShortDescription: This fork of Prism Launcher adds integrated support for Ely.by accounts. -Tags: -- authlib-injector -- elyby -- launcher -- minecraft -- multimc -- multimc5 -- polymc -- prismlauncher -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.yaml b/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.yaml deleted file mode 100644 index f149c811a0a2..000000000000 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.4/ElyPrismLauncher.ElyPrismLauncher.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.12.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.4' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.installer.yaml b/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.installer.yaml new file mode 100644 index 000000000000..698c30b676d1 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GnOuGo.Agent +PackageVersion: 0.10.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GnOuGo.Agent.exe + PortableCommandAlias: gnougo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.10.0/gnougo-win-x64.zip + InstallerSha256: 76EA0B8AA4DB4B848ED9907BD0024FC5B6389DD78C65127F48A4900FB92E6B8E +- Architecture: arm64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.10.0/gnougo-win-arm64.zip + InstallerSha256: B261D6650EC9DB71BDDE79D85D6F1BDF56E92463F18C2B6BC6EE8DAA98C46137 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-07 diff --git a/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.locale.en-US.yaml b/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.locale.en-US.yaml new file mode 100644 index 000000000000..87ac87d8ce53 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GnOuGo.Agent +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: GnOuGo +PublisherUrl: https://github.com/GnouGo +PublisherSupportUrl: https://github.com/GnouGo/GnouGo/issues +PackageName: GnOuGo +PackageUrl: https://github.com/GnouGo/GnouGo +License: Apache-2.0 +LicenseUrl: https://github.com/GnouGo/GnouGo/blob/main/LICENSE.md +ShortDescription: The Friendly Bear AI Agent +Description: The Friendly Bear AI Agent +Moniker: gnougo +Tags: +- agent +- ai +- desktop +ReleaseNotesUrl: https://github.com/GnouGo/GnouGo/releases/tag/v0.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.yaml b/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.yaml new file mode 100644 index 000000000000..d4993816af61 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.10.0/GnOuGo.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GnOuGo.Agent +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.installer.yaml similarity index 56% rename from manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.installer.yaml index b58090b35c6f..468747a8640e 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7877.0 +PackageVersion: 151.0.7878.0 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ac6oopqxndgqh3mjch55uysaqg3a_151.0.7877.0/151.0.7877.0_chrome_installer_uncompressed.exe - InstallerSha256: 4EDF9664A91D16F244CD228CB8ECD6E398460058FE0375A619D4355D12EE491F + InstallerUrl: https://dl.google.com/release2/chrome/mf2w3lio6pifmj5qltkzt3g6li_151.0.7878.0/151.0.7878.0_chrome_installer_uncompressed.exe + InstallerSha256: C04B847EBBE3B05CF6782B009CA3407839ABA77F6F973599AD225505B2A2F650 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ad5z5x5aprd44mw2lsdjtkh3i5da_151.0.7877.0/151.0.7877.0_chrome_installer_uncompressed.exe - InstallerSha256: 60DDA3A5B57242D4EF6BC57083BDA9785B3A86837E6B972A4FCE8831AABEAC4A + InstallerUrl: https://dl.google.com/release2/chrome/ac5embhbqgcwcy74ldg5v5gmmpya_151.0.7878.0/151.0.7878.0_chrome_installer_uncompressed.exe + InstallerSha256: 5FF1DCBF5BCD23EAF09645A07D0EED66AA31B9663BC103B98B33CA7B79AB0621 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acbnj7ce356lraksshadzglrqk3q_151.0.7877.0/151.0.7877.0_chrome_installer_uncompressed.exe - InstallerSha256: D43C26FA3DAD4E4F1E5116ED470AB3FB271BBBFD9B9F8C4A81CF44C093B268C1 + InstallerUrl: https://dl.google.com/release2/chrome/jxa4rqlxor6xri3j3y6zzloylu_151.0.7878.0/151.0.7878.0_chrome_installer_uncompressed.exe + InstallerSha256: 0C974070084172C78E8359ABB94F00DB1825031749683AB1B2AD3DC5B6BEA081 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.en-US.yaml index fe593452911d..f9479863e03e 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7877.0 +PackageVersion: 151.0.7878.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.nb-NO.yaml index b403c2624fda..4e7bef9eb984 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7877.0 +PackageVersion: 151.0.7878.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.zh-CN.yaml index 3065f651a37e..ea908a889a87 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7877.0 +PackageVersion: 151.0.7878.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.yaml index 96e60cb97cfe..46a46af8abba 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7877.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/151.0.7878.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7877.0 +PackageVersion: 151.0.7878.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.installer.yaml b/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.installer.yaml new file mode 100644 index 000000000000..8b173de6b3e4 --- /dev/null +++ b/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gajju44.ZNinja +PackageVersion: 2.7.0 +InstallerType: nullsoft +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Xyneris-tech/ZNinja/releases/download/v2.7.0/ZNinja-Setup-2.7.0.exe + InstallerSha256: E7DC35F428B77BC509520DBBF4FC516D04D998468888716C66C816560174525A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-06 diff --git a/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.locale.en-US.yaml b/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.locale.en-US.yaml new file mode 100644 index 000000000000..82e5e23de46b --- /dev/null +++ b/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gajju44.ZNinja +PackageVersion: 2.7.0 +PackageLocale: en-US +Publisher: gajju44 +PublisherUrl: https://github.com/Xyneris-tech +PublisherSupportUrl: https://github.com/Xyneris-tech/ZNinja/issues +PackageName: ZNinja +PackageUrl: https://github.com/Xyneris-tech/ZNinja +License: Proprietary +ShortDescription: Stealth system-level AI assistant. +Moniker: zninja +Tags: +- stealth +- ai +- cluely +- meeting-assistant +- undetectable-ai-assistant +- gemini +- productivity +ReleaseNotesUrl: https://github.com/Xyneris-tech/ZNinja/releases/tag/v2.7.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Xyneris-tech/ZNinja/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.yaml b/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.yaml new file mode 100644 index 000000000000..558e5780a490 --- /dev/null +++ b/manifests/g/gajju44/ZNinja/2.7.0/gajju44.ZNinja.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gajju44.ZNinja +PackageVersion: 2.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.installer.yaml new file mode 100644 index 000000000000..f9fcf0b0b0bf --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9544 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-06 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9544/llama-b9544-bin-win-vulkan-x64.zip + InstallerSha256: F53AB806A28DE2A7B977CE50EAABEA2A6071A9BF79BBDE1D195A7CF174F4E7F5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 000000000000..980f16bfa417 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9544 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + common/chat : fix LFM2/LFM2.5 reasoning round-trip and leak (#24234) + - common/chat : fix LFM2 reasoning round-trip and stray leak + - Gate by reasoning format and whether the template supports + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) DISABLED + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows x64 (Vulkan) + - Windows x64 (SYCL) DISABLED + - Windows x64 (HIP) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b9544 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.yaml new file mode 100644 index 000000000000..8ed02c6928f6 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9544/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9544 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.installer.yaml b/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.installer.yaml new file mode 100644 index 000000000000..255baa28a569 --- /dev/null +++ b/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HP.HPImageDiags.4 +PackageVersion: 4.0.1.10 +InstallerType: portable +Commands: +- ImageDiags +ReleaseDate: 2025-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://ftp.hp.com/pub/idr/ImageDiags4/ImageDiags.exe + InstallerSha256: EC97197BAC49665063382E9C81FC708B79433F745C8DE02ECD239E4D079F965C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.locale.en-US.yaml b/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.locale.en-US.yaml new file mode 100644 index 000000000000..8f72dbc3e5b5 --- /dev/null +++ b/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HP.HPImageDiags.4 +PackageVersion: 4.0.1.10 +PackageLocale: en-US +Publisher: HP Inc. +PublisherUrl: https://www.hp.com/us-en/home.html +PublisherSupportUrl: https://support.hp.com/us-en +Author: HP Inc. +PackageName: HP ImageDiags 4 +PackageUrl: https://ftp.hp.com/pub/caps-softpaq/cmit/support/HP_ImageDiags.html +License: Proprietary +Copyright: Copyright © 2021 +ShortDescription: HP ImageDiags is a tool designed to help HP Support diagnose customer problems more easily. +Description: |- + HP ImageDiags is a diagnostics tool used by HP support personnel provided by HP. + It is intended to identify common issues and collect system information required to assist in identifying a resolution for customer escalations. + + Results: + • IDR HTML report is a user-friendly customer-facing report + • IDR text log file is a text document containing detailed results + • IDR zip file contains the other 2 files along with all files collected during analysis +Tags: +- Portable +ReleaseNotesUrl: https://ftp.hp.com/pub/caps-softpaq/cmit/support/HP_ImageDiags.html#:~:text=VERSION-,4.0.1.02,-Release +Documentations: +- DocumentLabel: User Guide (PDF) + DocumentUrl: https://ftp.hp.com/pub/idr/ImageDiags4/ImageDiagsUserGuide.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.yaml b/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.yaml new file mode 100644 index 000000000000..94e93f4a9da0 --- /dev/null +++ b/manifests/h/HP/HPImageDiags/4/4.0.1.10/HP.HPImageDiags.4.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HP.HPImageDiags.4 +PackageVersion: 4.0.1.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 000000000000..dca8692344ed --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.105 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.105/officecli-win-x64.exe + InstallerSha256: 9B03133975214F7EDE78FCBA64C7ED968164D6F0762C27658E404CD57B41C23C +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.105/officecli-win-arm64.exe + InstallerSha256: BFC0CD9009B62AA8AAC030201703644ACB8A6C4EC5869E8D89467313B9BF1533 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 000000000000..9a770342a8bf --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.105 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: 'Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.104...v1.0.105' +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.105 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..19f584f1ea14 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.105 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.yaml new file mode 100644 index 000000000000..377e01b3ccd2 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.105/HaiYing.OfficeCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.105 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 000000000000..7fd95ed5872e --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.0.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.0.4/NoteDeck-1.0.4-windows-x64-setup.exe + InstallerSha256: 1F28738FBAD28ABDC0CF36382AF2A1350B8B3479F76864B3BE17C126CA9F38D0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 000000000000..31bb37aa1db2 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE +ShortDescription: A multi-platform deck client for Misskey and its forks +Description: |- + NoteDeck is a deck client for Misskey and its forks. + It provides efficient multi-server timeline viewing with features like local full-text search, + AI integration, and localhost API that are only possible with a native desktop application. +Tags: +- deck +- fediverse +- misskey +- social-media +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 000000000000..bde10aa58c43 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.0.4 +PackageLocale: ja-JP +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PublisherSupportUrl: https://github.com/hitalin/notedeck/issues +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE +ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント +Description: |- + NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 + 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など + デスクトップネイティブならではの機能を備えています。 +Tags: +- deck +- fediverse +- misskey +- social-media +ReleaseNotes: |- + What's Changed + Other Changes + - Release v1.0.4 by @hitalin in #605 + Full Changelog: v1.0.3...v1.0.4 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.yaml new file mode 100644 index 000000000000..81b7fa41b544 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.0.4 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.installer.yaml new file mode 100644 index 000000000000..177135a16d9e --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.26.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-07" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.26.0/dune-admin_windows_amd64.zip + InstallerSha256: 55b84724293f030f6e153515956678507218fce5398963f38ff15e6b56973ac4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 000000000000..b105a482c2a4 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.26.0 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.yaml b/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.yaml similarity index 62% rename from manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.yaml rename to manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.yaml index 224d652c5661..d7484331a966 100644 --- a/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.yaml +++ b/manifests/i/Icehunter/dune-admin/0.26.0/Icehunter.dune-admin.yaml @@ -1,8 +1,7 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Soundly.Soundly -PackageVersion: 2026.03.0.21 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.installer.yaml new file mode 100644 index 000000000000..00cc5feeb74f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2031 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2031/Jackett.Installer.Windows.exe + InstallerSha256: 978239740B429550059D55C9A947BF70F6BD012A01F9FA4C28B38AFC02973BA0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 000000000000..6de01655a179 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2031 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 055d9f5 f1gp: renamed to tsdb #16039 (#16890) + - 2f16e98 tormac: update layout + - cd9219c ds-reloaded: login may use secondary page with challenge + - a714e6d bitpalace: update cats once again + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2031 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.yaml new file mode 100644 index 000000000000..4e5fa94122ca --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2031/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2031 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.installer.yaml b/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.installer.yaml new file mode 100644 index 000000000000..c4118f14fb4b --- /dev/null +++ b/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jellyfin.FFmpeg +PackageVersion: 7.1.4-3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffprobe.exe + PortableCommandAlias: ffprobe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-06-06 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.4-3/jellyfin-ffmpeg_7.1.4-3_portable_win64-clang-gpl.zip + InstallerSha256: 113ADEB702683C38BE40A65D859F8EF7FFB07BAE9DF16DFB6C3DF5AC3D95EF3C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.4-3/jellyfin-ffmpeg_7.1.4-3_portable_winarm64-clang-gpl.zip + InstallerSha256: FCAB60B6892FFA10C09A87570E53B88D8EDA2344D58BF32E89EE8B2C2ABABBF1 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.locale.en-US.yaml b/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.locale.en-US.yaml new file mode 100644 index 000000000000..9d12425ba3e2 --- /dev/null +++ b/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jellyfin.FFmpeg +PackageVersion: 7.1.4-3 +PackageLocale: en-US +Publisher: The Jellyfin Project +PublisherUrl: https://jellyfin.org/contact +PublisherSupportUrl: https://github.com/jellyfin/jellyfin-ffmpeg/issues +PackageName: Jellyfin FFmpeg +PackageUrl: https://github.com/jellyfin/jellyfin-ffmpeg +License: LGPL-2.1 +LicenseUrl: https://github.com/jellyfin/jellyfin-ffmpeg/blob/HEAD/LICENSE.md +Copyright: © Jellyfin Contributors +ShortDescription: FFmpeg for Jellyfin with custom extensions and enhancements. +Tags: +- ffmpeg +- ffprobe +- jellyfin-ffmpeg +ReleaseNotes: |- + ## What's Changed + * Relax to allow safe filenames in mkv attachments by @nyanmisaka in https://github.com/jellyfin/jellyfin-ffmpeg/pull/720 + + + **Full Changelog**: https://github.com/jellyfin/jellyfin-ffmpeg/compare/v7.1.4-2...v7.1.4-3 +ReleaseNotesUrl: https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v7.1.4-3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/jellyfin/jellyfin-ffmpeg/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.yaml b/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.yaml similarity index 73% rename from manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.yaml rename to manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.yaml index 8ea0cc522279..69583531c354 100644 --- a/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.yaml +++ b/manifests/j/Jellyfin/FFmpeg/7.1.4-3/Jellyfin.FFmpeg.yaml @@ -1,8 +1,8 @@ # Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: RedCactus.Bubble -PackageVersion: 4.6.2.1 +PackageIdentifier: Jellyfin.FFmpeg +PackageVersion: 7.1.4-3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.6.1/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.6.1/jdx.mise.installer.yaml new file mode 100644 index 000000000000..bb7704737f1f --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.1/jdx.mise.installer.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe + PortableCommandAlias: mise-shim +- RelativeFilePath: mise/bin/mise.exe + PortableCommandAlias: mise +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.6.1/mise-v2026.6.1-windows-x64.zip + InstallerSha256: C7069E7CC2356C7EAB50AD912CC44B6BA923D20C3B42C8DEA62DE6C7623ABC7D +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.6.1/mise-v2026.6.1-windows-arm64.zip + InstallerSha256: E23EA4994241DF5FEFC6D9102CE0F6226B694B96D7AF01ABC0FA575FFF034B55 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.6.1/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.6.1/jdx.mise.locale.en-US.yaml new file mode 100644 index 000000000000..7b48cb1538a7 --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.1/jdx.mise.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.1 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://en.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.en.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Jeff Dickey +CopyrightUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Your dev env, already prepped. +Description: Your dev env, already prepped. One tool to manage languages, env vars, and tasks per project, reproducibly. +Moniker: mise +Tags: +- cli +- dev-tool +- env +- environment +- task +ReleaseNotes: |- + Added + - (aqua) Support multiple custom registries via aqua.registries; deprecates single-string aqua.registry_url (#10179 by @risu729). + - (env) Decrypt SOPS-encrypted TOML env files (.env.toml) through rops (#10201 by @risu729). + - (hooks) Add run_windows for Windows-specific inline hook commands (#10202 by @risu729). + - (task) Render task_config.includes with the Tera config context and expand ~/ for local includes (#10225 by @risu729). + - (task) Support standalone .toml task files via git:: directory includes (#10219 by @davidolrik). + - (aqua) Extract 7z archives, including auto-detection of .7z assets (#10224 by @risu729). + + Fixed + - (env) Include the uv venv (uv.lock + .venv) in the env_cache key so VIRTUAL_ENV no longer leaks across sibling directories when env_cache=true and python.uv_venv_auto is set (#10217 by @Nagato-Yuzuru). + - (task) Resolve dependency sources relative to each task's directory and pass per-dependency --watch paths to watchexec (#10054 by @43081j). + - (ruby) Include resolved Ruby install options (compile mode, installer, build repo, precompiled URL, patch inputs) in lock identity (#9992 by @risu729). + - (elixir) Resolve lockfile URL and SHA-256 from builds.hex.pm metadata; locked installs reuse the lockfile URL (#10226 by @risu729). + - (github) Accept GitHub-canonicalized owner/repo casing when validating mise-versions release asset URLs (#10240 by @risu729). + - (github) Detect 401 responses on cached native OAuth tokens, refresh once, and retry transparently (#10246 by @jdx). + - (github) Warn when mise-versions GitHub metadata lookups hit rate limits or non-404 errors (#10254 by @jdx). + - (github) Skip the versions host for non-registry github: tools (#10255 by @jdx). + - (github) Emit logfmt-style structured fields for versions-host calls, with credentials and query stripped from URLs (#10256 by @jdx). + - Nix flake build test failure by adding git to nativeCheckInputs (#10243 by @okuuva). + + Security + - (http) Sanitize HTTP backend version names in install symlink paths to prevent repository-controlled versions from escaping the installs directory (GHSA-f94h-j2qg-fxw3) (#10245 by @jdx). + + Documentation + - Recommend the stable Snap channel for Linux installation (#10250 by @salim-b). + + Registry + - Prefer aqua:endevco/aube for aube so glibc/musl libc variants are picked up automatically (#10171 by @jdx). + - Add pgroll (#10252 by @diegoholiveira). + - Add cargo-release (#10258 by @jdx). + + 💚 Sponsor mise + mise is built by @jdx under en.dev — an independent studio making developer tooling (mise, aube, and more). Development is funded by sponsors. + If mise saves you or your team time, please consider sponsoring at en.dev. Individual and company sponsorships keep mise fast, free, and independent. +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.6.1/jdx.mise.yaml b/manifests/j/jdx/mise/2026.6.1/jdx.mise.yaml new file mode 100644 index 000000000000..612c7fe205c0 --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.1/jdx.mise.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml index 1f892dc3a25c..378942a682dc 100644 --- a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml +++ b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml @@ -9,14 +9,14 @@ ProductCode: minuet Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1091-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 733BC23DFBFFD2C2C8E7D56128F8EE108E1842762B18ED29EA7E989B3503ABBA + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1094-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AC058C2DDEED7BA2510D5B9C538B9056678FFD40E87290485BBF44DF8E448B90 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1091-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 733BC23DFBFFD2C2C8E7D56128F8EE108E1842762B18ED29EA7E989B3503ABBA + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1094-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AC058C2DDEED7BA2510D5B9C538B9056678FFD40E87290485BBF44DF8E448B90 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Skrooge/master/KDE.Skrooge.installer.yaml b/manifests/k/KDE/Skrooge/master/KDE.Skrooge.installer.yaml index 2907aa68b23b..50857e258694 100644 --- a/manifests/k/KDE/Skrooge/master/KDE.Skrooge.installer.yaml +++ b/manifests/k/KDE/Skrooge/master/KDE.Skrooge.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Skrooge Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/skrooge/master/windows/skrooge-master-1323-windows-gcc-x86_64.exe - InstallerSha256: 05B2564C956BB3928ABAF102265BF6681F316ADBD640BB4BC22D659BAB5F2429 + InstallerUrl: https://cdn.kde.org/ci-builds/office/skrooge/master/windows/skrooge-master-1325-windows-gcc-x86_64.exe + InstallerSha256: F546BE992191E86416C50451468AB3696337CD00E017CAB642681BD8A43ACF55 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/skrooge/master/windows/skrooge-master-1323-windows-gcc-x86_64.exe - InstallerSha256: 05B2564C956BB3928ABAF102265BF6681F316ADBD640BB4BC22D659BAB5F2429 + InstallerUrl: https://cdn.kde.org/ci-builds/office/skrooge/master/windows/skrooge-master-1325-windows-gcc-x86_64.exe + InstallerSha256: F546BE992191E86416C50451468AB3696337CD00E017CAB642681BD8A43ACF55 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.installer.yaml b/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.installer.yaml new file mode 100644 index 000000000000..8242c0125b0b --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.7 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- keeper +ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- DisplayName: Keeper Commander 18.0.7 + ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Keeper Commander' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Keeper-Security/Commander/releases/download/v18.0.7/keeper-commander-windows-v18.0.7.exe + InstallerSha256: 9ADDE677EEB07E2599FA35E3CC8BC7DADC06572150C5E711C6D40D7974528EE0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.locale.en-US.yaml b/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.locale.en-US.yaml new file mode 100644 index 000000000000..601f5389c5a8 --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.7 +PackageLocale: en-US +Publisher: Keeper Security, Inc. +PublisherUrl: https://www.keepersecurity.com/ +PublisherSupportUrl: https://github.com/Keeper-Security/Commander/issues +PackageName: Keeper Commander +PackageUrl: https://github.com/Keeper-Security/Commander +License: MIT +LicenseUrl: https://github.com/Keeper-Security/Commander/blob/HEAD/LICENSE +Copyright: Copyright (c) Keeper Security, Inc. +CopyrightUrl: https://github.com/Keeper-Security/Commander/blob/master/LICENSE +ShortDescription: Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management. +Description: Keeper Commander is a command-line and SDK interface to Keeper® Password Manager. Commander can be used to access and control your Keeper vault, perform administrative functions (such as end-user onboarding and data import/export), launch remote sessions, rotate passwords, eliminate hardcoded passwords and more. Keeper Commander is an open source project with contributions from Keeper's engineering team and partners. +Moniker: keeper +Tags: +- cli +- password +- password-manager +- secrets +- security-tools +ReleaseNotes: |- + Keeper Commander release v18.0.7 + Bug fixes + - kcm-import --output filename tighten file permissions +ReleaseNotesUrl: https://github.com/Keeper-Security/Commander/releases/tag/v18.0.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.yaml b/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.yaml new file mode 100644 index 000000000000..901edd596078 --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.7/KeeperSecurity.Commander.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 000000000000..4926f00715b8 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.11.0/P-ai_0.11.0_x64-setup.exe + InstallerSha256: AC6B4B552B6104F3344244581E900627622B95016516AC667053ED720D584D87 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 000000000000..b959ed039034 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.10.22...v0.11.0' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 000000000000..ebf707b04a7e --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.0 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.yaml new file mode 100644 index 000000000000..894baaa33348 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.0/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..665c83a0fffc --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.50 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.50/CLIProxyAPI_7.1.50_windows_amd64.zip + InstallerSha256: 79A08A18CB7003274725E8D87CB9F2F9693089FC19C18094E574ACE2D1F1F5F1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..ec62beb11e42 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.50 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: 'Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.1.49...v7.1.50' +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.50 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..3e6f8fa63063 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.50 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..7c4d90722913 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.50/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.installer.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.installer.yaml deleted file mode 100644 index c42393ded8bf..000000000000 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.21927.33145 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -ReleaseDate: 2026-04-29 -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\MicrosoftAdvertisingEditor' -Installers: -- Architecture: x64 - InstallerUrl: https://prod.editor.ads.microsoft.com/download/production-pc/c/MicrosoftAdvertisingEditor.exe - InstallerSha256: 6FC7601C115EEE0BEB265D50B02EA4227DF1D22926B6D871B726E96F54DA73B9 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.locale.en-US.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.locale.en-US.yaml deleted file mode 100644 index 081ba2561949..000000000000 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.21927.33145 -PackageLocale: en-US -Publisher: Microsoft Corporation -PublisherUrl: https://www.microsoft.com/ -PublisherSupportUrl: https://help.ads.microsoft.com/ -Author: Microsoft Corporation -PackageName: Microsoft Advertising Editor -PackageUrl: https://about.ads.microsoft.com/en/tools/productivity/microsoft-advertising-editor -License: Proprietary -LicenseUrl: https://www.microsoft.com/en-us/legal/terms-of-use -Copyright: Copyright (c) Microsoft Corporation -ShortDescription: Manage Microsoft Advertising campaigns in bulk from a desktop app, online or offline. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.yaml deleted file mode 100644 index bc0acf7e09b8..000000000000 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.21927.33145/Microsoft.AdvertisingEditor.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.21927.33145 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..7220ab53d6d9 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.306.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.306.0&arch=x86 + InstallerSha256: BE73008F011FBD4690696EBAB137A51F15068EF95B9F1E4A96D1394BC46A68FC +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.306.0&arch=amd64 + InstallerSha256: BBCD5E05E18BA7448428ACD30618DE4FF5E7EC39E0D914F56B51BC07C77121AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..1230cff7af0b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.306.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..2c28eac250ae --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.306.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.306.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..35c9ff1a0bb0 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.308.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.308.0&arch=x86 + InstallerSha256: E54D01962A3E17A63B4F592E9D818A106502C6B2C3ED7F2A98FAA2E34B6EAE44 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.308.0&arch=amd64 + InstallerSha256: B91EDE0235B7D88927709DDD1FC9618C83B1B7D889A8838B137E2DEF6C69C2D7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..3960c537bef7 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.308.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..2ca0704aa6ac --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.308.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.308.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.installer.yaml b/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.installer.yaml new file mode 100644 index 000000000000..7179c0575d1a --- /dev/null +++ b/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.installer.yaml @@ -0,0 +1,16 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MikeFarah.yq +PackageVersion: 4.53.3 +InstallerLocale: en-US +InstallerType: portable +Commands: +- yq +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mikefarah/yq/releases/download/v4.53.3/yq_windows_amd64.exe + InstallerSha256: E279BC506A452EEAFCDF364F91A025455E402A8001169083CAF01F4B64A544E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.locale.en-US.yaml b/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.locale.en-US.yaml new file mode 100644 index 000000000000..b73a74687421 --- /dev/null +++ b/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MikeFarah.yq +PackageVersion: 4.53.3 +PackageLocale: en-US +Publisher: Mike Farah +PublisherUrl: https://github.com/mikefarah +PublisherSupportUrl: https://github.com/mikefarah/yq/issues +Author: Mike Farah and contributors +PackageName: yq +PackageUrl: https://mikefarah.gitbook.io/yq +License: MIT +LicenseUrl: https://github.com/mikefarah/yq/blob/HEAD/LICENSE +Copyright: Copyright (c) Mike Farah +CopyrightUrl: https://github.com/mikefarah/yq/blob/master/LICENSE +ShortDescription: yq is a portable command-line YAML, JSON, XML, CSV and properties processor. +Description: |- + yq is a lightweight and portable command-line YAML, JSON and XML processor. + yq uses jq like syntax but works with yaml files as well as json, xml, properties, csv and tsv. +Moniker: yq +Tags: +- bash +- cli +- csv +- devops-tools +- golang +- json +- portable +- properties +- splat +- xml +- yaml +- yaml-processor +ReleaseNotes: |- + - Add --ini-preserve-quotes flag for INI round-trip quote preservation (#2728) Thanks @toller892! + - Fix: reset INI decoder state on init (#2719) Thanks @xieby1! + - Fix: decode properties array bracket paths (#2693) Thanks @cyphercodes! + - Fix: preserve floats with trailing zero when encoding YAML to JSON (#2701) Thanks @ChrisJr404! + - Fix: JSON to TOML root scope and null handling (#2689) Thanks @LovesAsuna! + - Fix: reset TOML decoder finished flag on Init for multi-doc evaluation (#2704) Thanks @terminalchai! + - Fix: reset TOML decoder between files when evaluating all at once (#2685) Thanks @terminalchai! + - Fix: preserve TOML inline table array scope (#2694) Thanks @cyphercodes! + - Fix: preserve empty TOML arrays in tables (#2686) Thanks @cyphercodes! + - Fix: TOML encoder uses inline tables for YAML FlowStyle mappings (#2687) + - Fix nested inline YAML merge explode (#2699) Thanks @cyphercodes! + - Fix repeatString overflow test on 32-bit platforms (#2680) Thanks @jandubois! + - Bumped dependencies +ReleaseNotesUrl: https://github.com/mikefarah/yq/releases/tag/v4.53.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.yaml b/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.yaml new file mode 100644 index 000000000000..4cb50d2ac5fb --- /dev/null +++ b/manifests/m/MikeFarah/yq/4.53.3/MikeFarah.yq.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MikeFarah.yq +PackageVersion: 4.53.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.installer.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.installer.yaml new file mode 100644 index 000000000000..14f173c30947 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.38 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax +ProductCode: c3ad25b6-f8e2-5011-aa9b-70457ab9e042 +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerUrl: https://file.cdn.minimax.io/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.38.exe + InstallerSha256: AEAEC2D46C14B6EB96E411D90971B5C8878499F7B2E567A223AE434C7754B86A +- Architecture: arm64 + InstallerUrl: https://file.cdn.minimax.io/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.38.exe + InstallerSha256: AEAEC2D46C14B6EB96E411D90971B5C8878499F7B2E567A223AE434C7754B86A +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://filecdn.minimax.chat/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.38.exe + InstallerSha256: BAF912C9AE2C5785FEECFA6F6209B25F4FC544F5C226ED6859D59FD1E625374F +- InstallerLocale: zh-CN + Architecture: arm64 + InstallerUrl: https://filecdn.minimax.chat/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.38.exe + InstallerSha256: BAF912C9AE2C5785FEECFA6F6209B25F4FC544F5C226ED6859D59FD1E625374F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.locale.en-US.yaml new file mode 100644 index 000000000000..e203646e752c --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.38 +PackageLocale: en-US +Publisher: MiniMax +PublisherUrl: https://www.minimax.io/ +PublisherSupportUrl: https://discord.com/invite/minimax +Author: Shanghai Xiyu Technology Co., Ltd. +PackageName: MiniMax Code +License: Proprietary +Copyright: © 2026 MiniMax +ShortDescription: Remembers your habits, builds Agent teams, automates the repetitive work +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- minimax +- programming +ReleaseNotesUrl: https://agent.minimax.io/docs/changelog +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..da6dd1b6b7fa --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.38 +PackageLocale: zh-CN +PublisherUrl: https://www.minimaxi.com/ +PrivacyUrl: https://agent.minimaxi.com/doc/zh/privacy-policy.html +Author: 上海稀宇科技有限公司 +PackageUrl: https://agent.minimaxi.com/download +License: 专有软件 +LicenseUrl: https://agent.minimaxi.com/doc/zh/terms-of-service.html +CopyrightUrl: https://agent.minimaxi.com/doc/zh/terms-of-service.html +ShortDescription: 你的专属 AI 搭档,记住关于你的一切,并在需要时召集小队解决问题 +Tags: +- minimax +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotesUrl: https://agent.minimaxi.com/docs/changelog +PurchaseUrl: https://platform.minimaxi.com/subscribe/token-plan +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.yaml new file mode 100644 index 000000000000..2d97ec864966 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.38/MiniMax.MiniMaxCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.installer.yaml b/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.installer.yaml new file mode 100644 index 000000000000..c140bcf0fb8c --- /dev/null +++ b/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.installer.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: magic-wormhole.magic-wormhole +PackageVersion: 0.24.0 +InstallerType: portable +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aquacash5/magic-wormhole-exe/releases/download/0.24.0/wormhole.exe + InstallerSha256: A17F8E37362EE192DFA7D346F916E4DBDB6E9752FF9459109669E0914BAC85F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.locale.en-US.yaml b/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.locale.en-US.yaml new file mode 100644 index 000000000000..1dded8c3044d --- /dev/null +++ b/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: magic-wormhole.magic-wormhole +PackageVersion: 0.24.0 +PackageLocale: en-US +Publisher: magic-wormhole +PublisherUrl: https://github.com/magic-wormhole/magic-wormhole +PublisherSupportUrl: https://github.com/magic-wormhole/magic-wormhole/issues +Author: Brian Warner +PackageName: magic-wormhole +PackageUrl: https://magic-wormhole.readthedocs.io/en/latest/ +License: MIT +LicenseUrl: https://github.com/magic-wormhole/magic-wormhole/blob/master/LICENSE +Copyright: Copyright (c) 2015 Brian Warner +ShortDescription: Get things from one computer to another, safely. +Moniker: wormhole +Tags: +- file-sharing +- magic +- python +- wormhole +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.yaml b/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.yaml new file mode 100644 index 000000000000..f0a0891089e5 --- /dev/null +++ b/manifests/m/magic-wormhole/magic-wormhole/0.24.0/magic-wormhole.magic-wormhole.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: magic-wormhole.magic-wormhole +PackageVersion: 0.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.installer.yaml b/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.installer.yaml new file mode 100644 index 000000000000..ce65df51aab6 --- /dev/null +++ b/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ntwind.AltTabTer +PackageVersion: 6.7.0.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ReleaseDate: 2023-09-14 +Installers: +- Architecture: neutral + InstallerUrl: https://www.ntwind.com/download/AltTabTer_6.5-setup.exe + InstallerSha256: 6DF5CB9656DCA246187884DD061137B30C25FB6076353323EFCCA3614C027AA7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.locale.en-US.yaml b/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.locale.en-US.yaml new file mode 100644 index 000000000000..9663cbdcc302 --- /dev/null +++ b/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ntwind.AltTabTer +PackageVersion: 6.7.0.0 +PackageLocale: en-US +Publisher: NTWind Software +PublisherUrl: https://www.ntwind.com/ +PublisherSupportUrl: https://www.ntwind.com/contact.html +PrivacyUrl: https://www.ntwind.com/privacy.html +Author: NTWind Software +PackageName: Alt-Tab Terminator +PackageUrl: https://www.ntwind.com/software/alttabter.html +License: Proprietary +Copyright: Copyright (c) NTWind Software +ShortDescription: Alt-Tab Terminator is an elegant and powerful task management utility for Windows. +Description: Alt-Tab Terminator is an elegant and powerful task management utility for Windows. Once installed, it replaces the default Alt-Tab dialog with a nice box that shows a list of all running tasks, with their names and preview snapshots, and enables the user to search through the list and navigate using the mouse and keyboard. Alt-Tab Terminator is the direct successor to VistaSwitcher and TaskSwitchXP. +Moniker: alttabter +Tags: +- alt-tab +- alt-tab-switcher +- alt-tab-terminator +- free-version +- multitask +- multitasking +- ntwind +- ntwind-software +ReleaseNotes: |- + Changelog for Alt-Tab Terminator v6.4 (September 14, 2023): + - New languages: Dutch, Slovenian + - Updated languages: Finnish + - Middle mouse click closes the selected task now + - Fixed top border of the switcher window on Windows 10 + - Updated digital signature for executable files + - Some other minor improvements and bug fixes +ReleaseNotesUrl: https://www.ntwind.com/blog/alt-tab-terminator-v6.4-middle-click-closes-selected-task.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.yaml b/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.yaml new file mode 100644 index 000000000000..768d0d2726d4 --- /dev/null +++ b/manifests/n/ntwind/AltTabTer/6.7.0.0/ntwind.AltTabTer.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ntwind.AltTabTer +PackageVersion: 6.7.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.installer.yaml b/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.installer.yaml new file mode 100644 index 000000000000..bc2262b56462 --- /dev/null +++ b/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.installer.yaml @@ -0,0 +1,9 @@ +PackageIdentifier: PrimeBuild.ThreadPilot +PackageVersion: 1.3.1 +InstallerType: inno +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.3.1/ThreadPilot_v1.3.1_Setup.exe + InstallerSha256: 4C221333A20563EC221AEDA8798F23EB281178E5494432CF61E9529DDCDF9EB6 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.locale.en-US.yaml b/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.locale.en-US.yaml new file mode 100644 index 000000000000..19db4fd159f2 --- /dev/null +++ b/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.locale.en-US.yaml @@ -0,0 +1,20 @@ +PackageIdentifier: PrimeBuild.ThreadPilot +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: Prime Build +PublisherUrl: https://github.com/PrimeBuild-pc +PublisherSupportUrl: https://github.com/PrimeBuild-pc/ThreadPilot/issues +PackageName: ThreadPilot +PackageUrl: https://github.com/PrimeBuild-pc/ThreadPilot +License: AGPL-3.0-only +LicenseUrl: https://github.com/PrimeBuild-pc/ThreadPilot/blob/main/LICENSE +ShortDescription: Advanced Windows process and power plan manager. +Description: ThreadPilot is a Process Lasso style utility for process affinity, priority, and power plan automation on Windows. +ReleaseNotesUrl: https://github.com/PrimeBuild-pc/ThreadPilot/releases/tag/v1.3.1 +Tags: + - windows + - process + - power-plan + - performance +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.yaml b/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.yaml new file mode 100644 index 000000000000..64bde8b3757a --- /dev/null +++ b/manifests/p/PrimeBuild/ThreadPilot/1.3.1/PrimeBuild.ThreadPilot.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: PrimeBuild.ThreadPilot +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.installer.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.installer.yaml new file mode 100644 index 000000000000..625aea6fe800 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.1 +UpgradeBehavior: install +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.18.1/ClawPanel_0.18.1_x64-setup-full.exe + InstallerSha256: FCACCB3E2536788DCDDDE06C531460633E545451C77B698E4CB9484D5D6E5CC5 + ProductCode: ClawPanel +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.18.1/ClawPanel_0.18.1_x64-full_en-US.msi + InstallerSha256: C67573D5516015929EB652EB1800C4ED76DD3A0688C51F2310D2B51241E3C67C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{D882D69B-EC3C-4947-B1DE-E34DE82CE74E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AA908EA1-FFA0-5A0E-B2C5-14A7B8C64033}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.locale.en-US.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.locale.en-US.yaml new file mode 100644 index 000000000000..0f58772b5d14 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.1 +PackageLocale: en-US +Author: Wuhan Qingchen Tianxia Network Technology Co., Ltd. +Copyright: © 2026 Wuhan Qingchen Tianxia Network Technology Co., Ltd. +ShortDescription: "\U0001F99E Visual management panel with built-in AI assistant (tool calling + vision + multimodal + i18n(11))" +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.locale.zh-CN.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.locale.zh-CN.yaml new file mode 100644 index 000000000000..e72018aee177 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.1 +PackageLocale: zh-CN +Publisher: openclaw +PublisherUrl: https://qingchencloud.com/ +PublisherSupportUrl: https://github.com/qingchencloud/clawpanel/issues +PrivacyUrl: https://qingchencloud.com/privacy.html +Author: 武汉晴辰天下网络科技有限公司 +PackageName: ClawPanel +PackageUrl: https://github.com/qingchencloud/clawpanel +License: AGPL-3.0 +LicenseUrl: https://github.com/qingchencloud/clawpanel/blob/HEAD/LICENSE +Copyright: © 2026 武汉晴辰天下网络科技有限公司 +ShortDescription: "\U0001F99E OpenClaw 可视化管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装" +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + 修复 (Fixes) + - Windows OpenClaw 切换/升级后版本丢失 — 修复 npm 源切换时新旧包共用 openclaw.cmd,旧包卸载把新 CLI shim 一并删除的问题;安装成功后会重新确认 npm CLI 入口、读取版本并写入 ClawPanel 绑定 + - standalone 升级后仍使用旧 CLI — standalone 安装完成后先校验目标 CLI 版本,再自动切换当前绑定路径,避免升级成功但面板仍指向旧 npm 全局目录 + - 多安装路径提示误导 — 安装管理与仪表盘会区分“当前绑定安装”和 PATH 残留;已绑定新版时,旧 npm 路径只提示为 PATH 残留,不再误导用户再次绑定旧版 + - Gateway 配对失败 / role-upgrade 循环 — 自动配对会补齐已有设备记录中的 operator role、scopes、approvedScopes 和 operator token,避免控制台反复提示 pairing required: device is asking for a higher role + - 配对修复误杀手动 Gateway — 设备配对和聊天页自动配对不再主动 reload/restart Gateway,避免 Windows 上手动启动的 Gateway 被面板重启打断 + - Codex 导入缺少 API Key 后 OpenClaw 无法启动 — 导入 Codex/OpenAI 客户端配置时,如果引用的环境变量缺失,会阻止导入并提示补齐;保存 OpenClaw 配置时也会校验模型服务商的环境变量引用 + - 仪表盘升级后仍显示旧版本/未知来源 — 升级或卸载完成后自动清理仪表盘版本缓存并刷新;自定义 npm prefix(如 D:\...\npm-global\openclaw.cmd)会读取 shim 内容识别为官方版或汉化版 + - 升级弹窗关闭无效 — 修复升级完成后关闭按钮可能被页面刷新打断的问题 + 改进 (Improvements) + - 安装校验更严格 — npm 与 standalone 安装完成后都会校验目标版本,校验失败会保留旧绑定并给出明确错误 + - Gateway 重装提示更清晰 — 切换 OpenClaw 源后会先修复并绑定当前 CLI,再重装 Gateway 服务,失败时保留更明确的手动处理提示 + - Web/dev 后端行为对齐 — scripts/dev-api.js 同步桌面端的配对规范化、模型环境变量校验、安装绑定和 PATH 残留处理逻辑 + 测试与验证 (Testing) + - 已通过 npm run build + - 已通过 node --check scripts\dev-api.js + - 已通过 cd src-tauri && cargo fmt --check + - 已通过 cd src-tauri && cargo check + - 已通过 cd src-tauri && cargo test commands::pairing::tests + - 已通过 npm run tauri build(Windows NSIS / MSI 本地打包) +ReleaseNotesUrl: https://github.com/qingchencloud/clawpanel/releases/tag/v0.18.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.yaml new file mode 100644 index 000000000000..4719c762d9ca --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.1/qingchencloud.ClawPanel.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.installer.yaml b/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.installer.yaml deleted file mode 100644 index 092531e406c3..000000000000 --- a/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RedCactus.Bubble -PackageVersion: 4.6.2.1 -InstallerLocale: en-US -InstallerType: msi -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{2FBD6A3B-9174-485E-BFA0-A1E050181EA8}' -ReleaseDate: 2026-04-21 -AppsAndFeaturesEntries: -- DisplayVersion: 4.62.1 - ProductCode: '{2FBD6A3B-9174-485E-BFA0-A1E050181EA8}' - UpgradeCode: '{56FC8793-125F-40DC-8864-EC6FCADC95D4}' -InstallationMetadata: - DefaultInstallLocation: APPDIR:. -Installers: -- Architecture: x64 - InstallerUrl: https://api.eu.redcactus.cloud/v1/public/software/download/latest/ff582a83-5f70-4629-aec8-4ed498dcc1b8/bubble/windows_x64 - InstallerSha256: 3CA7120BC930F3DA5876323B68E2E157859AD344FFB67F8D700AA53C9A54F23E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.locale.en-US.yaml b/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.locale.en-US.yaml deleted file mode 100644 index 7093e62e0027..000000000000 --- a/manifests/r/RedCactus/Bubble/4.6.2.1/RedCactus.Bubble.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RedCactus.Bubble -PackageVersion: 4.6.2.1 -PackageLocale: en-US -Publisher: Red Cactus B.V. -Author: Red Cactus B.V. -PackageName: Bubble -License: Proprietary -LicenseUrl: https://www.redcactus.cloud/en/terms-and-conditions -Copyright: © Red Cactus B.V. -ShortDescription: A client application for Bubble. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.installer.yaml b/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.installer.yaml new file mode 100644 index 000000000000..d48704707197 --- /dev/null +++ b/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RemcoStoeten.Dora +PackageVersion: 0.27.0 +InstallerType: msi +Scope: user +UpgradeBehavior: install +ProductCode: '{6F326EDA-B46E-47C4-99BA-2835FC892031}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/remcostoeten/dora/releases/download/v0.27.0/Dora_0.27.0_x64_en-US.msi + InstallerSha256: 6EDD09684B7D1A11ADA36C308F0097D1159987DCC90EAF2268D1B56C2A5AF15E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-07 diff --git a/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.locale.en-US.yaml b/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.locale.en-US.yaml new file mode 100644 index 000000000000..97a6aa8d1722 --- /dev/null +++ b/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RemcoStoeten.Dora +PackageVersion: 0.27.0 +PackageLocale: en-US +Publisher: Remco Stoeten +PublisherUrl: https://github.com/remcostoeten/dora +PublisherSupportUrl: https://github.com/remcostoeten/dora/issues +PackageName: Dora +PackageUrl: https://github.com/remcostoeten/dora +License: GPL-3.0-only +LicenseUrl: https://github.com/remcostoeten/dora/blob/master/LICENSE +ShortDescription: Dora is a desktop database studio for PostgreSQL, SQLite, and LibSQL. +Tags: +- database +- postgres +- sqlite +- tauri +ReleaseNotesUrl: https://github.com/remcostoeten/dora/releases/tag/v0.27.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.yaml b/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.yaml new file mode 100644 index 000000000000..0d7f85c92748 --- /dev/null +++ b/manifests/r/RemcoStoeten/Dora/0.27.0/RemcoStoeten.Dora.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RemcoStoeten.Dora +PackageVersion: 0.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.installer.yaml b/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.installer.yaml new file mode 100644 index 000000000000..5634a2b1caf3 --- /dev/null +++ b/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.installer.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RoslynPad.RoslynPad +PackageVersion: 21.1.0 +InstallerType: zip +ArchiveBinariesDependOnPath: true +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.SDK.10 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ./RoslynPad.exe + PortableCommandAlias: RoslynPad + InstallerUrl: https://github.com/roslynpad/roslynpad/releases/download/21.1/RoslynPad-windows-x64.zip + InstallerSha256: 89DEBF27B63D71526A4BE4DFEDB07424F632268DFDF2266DC2D3649FD4ADEFD8 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ./RoslynPad.exe + PortableCommandAlias: RoslynPad + InstallerUrl: https://github.com/roslynpad/roslynpad/releases/download/21.1/RoslynPad-windows-arm64.zip + InstallerSha256: 504704E4CE5E9F6466D915CB537D92803F292F88962A29217433892385D0CE4A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.locale.en-US.yaml b/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.locale.en-US.yaml new file mode 100644 index 000000000000..e0e3f4a66255 --- /dev/null +++ b/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.locale.en-US.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RoslynPad.RoslynPad +PackageVersion: 21.1.0 +PackageName: RoslynPad +PackageLocale: en-US +PublisherUrl: https://roslynpad.net +Publisher: Eli Arbel +ShortDescription: C# editor and runner based on Roslyn +License: MIT +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.yaml b/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.yaml new file mode 100644 index 000000000000..e22ca004bac5 --- /dev/null +++ b/manifests/r/RoslynPad/RoslynPad/21.1.0/RoslynPad.RoslynPad.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RoslynPad.RoslynPad +PackageVersion: 21.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.installer.yaml b/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.installer.yaml new file mode 100644 index 000000000000..6c4d134e3938 --- /dev/null +++ b/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SimpleX.SimpleX-Chat +PackageVersion: 6.5.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{FEB9744A-5F9E-3D73-BC0E-78DAA7280843}' +ReleaseDate: 2026-06-02 +AppsAndFeaturesEntries: +- DisplayName: SimpleX + Publisher: Unknown + ProductCode: '{FEB9744A-5F9E-3D73-BC0E-78DAA7280843}' + UpgradeCode: '{CC9EFBC8-AFFF-40D8-BB69-FCD7CE99EFB9}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SimpleX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/simplex-chat/simplex-chat/releases/download/v6.5.4/simplex-desktop-windows-x86_64.msi + InstallerSha256: 06DF2BFA9122B641E54C3BA26608178120D35E051ECDB178AC0322C2769A06DB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.locale.en-US.yaml b/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.locale.en-US.yaml new file mode 100644 index 000000000000..7d54eb591314 --- /dev/null +++ b/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.locale.en-US.yaml @@ -0,0 +1,81 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SimpleX.SimpleX-Chat +PackageVersion: 6.5.4 +PackageLocale: en-US +Publisher: SimpleX +PublisherUrl: https://github.com/simplex-chat +PublisherSupportUrl: https://github.com/simplex-chat/simplex-chat/issues +PackageName: SimpleX Chat +PackageUrl: https://simplex.chat/ +License: AGPL-3.0 +LicenseUrl: https://github.com/simplex-chat/simplex-chat/blob/HEAD/LICENSE +Copyright: Copyright (c) SimpleX | Open-Source Project +ShortDescription: |- + SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, + Android and desktop apps 📱! +Description: |- + Unlike any other existing messaging platform, SimpleX has no identifiers assigned to the users - it does not use phone + numbers (like Signal or WhatsApp), domain-based addresses (like email, XMPP or Matrix), usernames (like Telegram), + public keys or even random numbers (like all other messengers) to identify its users - we do not even know how many + people use SimpleX. +Moniker: simplex +Tags: +- chat +- double-ratchet +- e2ee +- encryption +- haskell +- messaging +- privacy +- protocol +- security +ReleaseNotes: |- + New in 6.5.4: + - Fix video playback hang + - Selecting message text no longer copies extras (timestamps, sender names) + - Fix remote desktop connection + Commits: + - desktop: fix in-app updater on Windows, AppImage, and aarch64 (#6985) + - desktop: fix video playback hang caused by stuck preview snapshot (#6983) + - core, ui: require update for public groups (#7009) + - rfc: namespace (#7001) + - core: fix /start remote host parser when iface name contains a space (#7025) + - desktop: don't copy non-message items when selecting message text (#6993) + - core, ui: split SimplexNameDomain out of SimplexNameInfo (#7024) + - plan: web previews for channels (#7022) + - ui: translations (#7032) + - core: 6.5.4.0 (simplexmq 6.5.3.0) + - core: rename field in protocol (#7038) + - 6.5.4.1 + - ios: update core library + - ui: show channel web link (#7039) + - 6.5.4: android 353, desktop 145, ios 334 + Android APKs: + SHA2-256(simplex-aarch64.apk)= 9955554752785e36963017e1ed09ab36183f0a55042ec355d09d6d636e031ec7 + SHA2-256(simplex-armv7a.apk)= 402bc68d78f69ff7b9a3531910acaea27860c0ac3cc62a8e93097b3d6de25342 + Desktop app: + SHA2-256(simplex-chat-macos-aarch64)= 0b6b858a6e88929ed454ac6ff690bf6303bdca3aafd4f49c16cf6ae0fd8b254f + SHA2-256(simplex-chat-windows-x86-64)= e03619edfee2f9ba5da94ea47c2f39e1d139234ff73f73ca3fa9b859b4b6c059 + SHA2-256(simplex-chat-ubuntu-24_04-aarch64)= 1468562c50d2e0873a71748af2a60aab3810ca0d714df6276f81a9af2c5e7c9c + SHA2-256(simplex-chat-ubuntu-24_04-aarch64.deb)= 1358d5d23b6584595cc8355e19e1bcb45f9160a9a2f0277fc1b1cd28d1600c9f + SHA2-256(simplex-chat-ubuntu-22_04-aarch64)= ea864a205d38cec7ca25ecea9f5e50469055b3a39d70611e3c71a84cb012e0f3 + SHA2-256(simplex-chat-ubuntu-22_04-aarch64.deb)= e66b8e4ece8dcdf98b69ebda3220284e0cced46a1ca970fe07b8167f5640c62d + SHA2-256(simplex-chat-ubuntu-24_04-x86_64)= 8fa9671c2e008d1ca09db4769442f4d7621dff8dc7f4f750ee89019b54ace09c + SHA2-256(simplex-chat-ubuntu-24_04-x86_64.deb)= 79f11357bad3b2256be0b3d5e20d932f4ad8e6e521ec4f8f642fe99ce2dffadb + SHA2-256(simplex-chat-ubuntu-22_04-x86_64)= 8c33b69e3cd5691e7a7aec455fc82955347d631572f0ff2c68eb3e12f50ab655 + SHA2-256(simplex-chat-ubuntu-22_04-x86_64.deb)= 3ae4e61da1045b8d449af7da1b869697163d3d1a53cda60312e8215f2f404a95 + SHA2-256(simplex-desktop-macos-aarch64.dmg)= 1fe8c949010f2641d793ad207d05e1cb9832867d1fc961c0886076b5bf56cbd3 + SHA2-256(simplex-desktop-ubuntu-24_04-aarch64.deb)= 46e3018bf789b8c002ccde550ff7fd47d544921f322ffd4c8f25951efbfa3aa0 + SHA2-256(simplex-desktop-windows-x86_64.msi)= 06df2bfa9122b641e54c3ba26608178120d35e051ecdb178ac0322c2769a06db + SHA2-256(simplex-desktop-ubuntu-22_04-aarch64.deb)= 0f7f7636204a38ff2e0b738e08ef5aac8f199067207f5fce1c780f9aec97085d + SHA2-256(simplex-desktop-aarch64.AppImage)= fed942742cb2ec54650cc156b31d52e096c826aa266e4db72cfba6fed1faa6c5 + SHA2-256(simplex-desktop-ubuntu-24_04-x86_64.deb)= ccd538f7a65d6f7a5f32e5e4a149ad243efcdc79b0f1d2b449949d5ca4471223 + SHA2-256(simplex-desktop-ubuntu-22_04-x86_64.deb)= fd2ab935d454630239ec59bb3b9a62ae91a315c4bea4d9d49d85045ffe52f696 + SHA2-256(simplex-desktop-x86_64.AppImage)= 890772f27c5a902bf45f1a4dd385b9d17dce5a26dc327d599d3faa62f9327d78 + SHA2-256(simplex-chat-macos-x86-64)= a1fcc30337f89cb08967888893c284292b017109f11b640d906de5b25fe0c3e8 + SHA2-256(simplex-desktop-macos-x86_64.dmg)= 615768ad033b2abda8bd7e07e1c3b9d9ce6e5ddf921820496533a29c18777c9a +ReleaseNotesUrl: https://github.com/simplex-chat/simplex-chat/releases/tag/v6.5.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.yaml b/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.yaml new file mode 100644 index 000000000000..6e6d82d538fd --- /dev/null +++ b/manifests/s/SimpleX/SimpleX-Chat/6.5.4/SimpleX.SimpleX-Chat.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SimpleX.SimpleX-Chat +PackageVersion: 6.5.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.installer.yaml b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.installer.yaml deleted file mode 100644 index 421c748ec7aa..000000000000 --- a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalMovieConverter -PackageVersion: 4.1.0.79 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- AVI -- FLV -- MPEG -- MPG -- WMV -ProductCode: Total Movie Converter_is1 -ReleaseDate: 2025-10-14 -AppsAndFeaturesEntries: -- ProductCode: Total Movie Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalMovieConverter.exe - InstallerSha256: F883CC1D7A4941883AEF39E3C2CF9B2E69D66CF7259BF01294619549555B9C15 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.locale.en-US.yaml deleted file mode 100644 index a5f85ba5319c..000000000000 --- a/manifests/s/Softplicity/TotalMovieConverter/4.1.0.79/Softplicity.TotalMovieConverter.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalMovieConverter -PackageVersion: 4.1.0.79 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Movie Converter -PackageUrl: https://www.coolutils.com/TotalMovieConverter -License: Proprietary -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Total Movie Converter is a handy solution to convert video files of almost all popular video codecs to AVI, MPG, WMV, MPEG, FLV. -Description: |- - Total Movie Converter is a handy solution to convert video files of almost all popular video codecs to AVI, MPG, WMV, MPEG, FLV. In addition, Total Movie Converter is great for converting video for iPad, iPhone, Apple TV, Archos, XBox and others thanks to the new Video To Device feature. - - If you make home videos with a HD camera Total Movie Converter will make your videos suitable for the web in two clicks. - - Use this powerful video converter to rotate your videos or resize them. - - Total Movie Converter converts video from YouTube, Vimeo, and Sevenload. All you have to do is enter the url. - - The video converter can also change the codec or system type between all popular video formats. You can also adjust Audio\Video bitrate, Frame Rate, cut any piece of your movie or combine video. - - 30 day FREE trial -Tags: -- Converter -- Movie -- Video -PurchaseUrl: https://coolutilsstore.onfastspring.com/movie-converter -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.installer.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.installer.yaml deleted file mode 100644 index a9451a1916d5..000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverter -PackageVersion: 5.1.0.14 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Total Thunderbird Converter_is1 -ReleaseDate: 2025-10-21 -AppsAndFeaturesEntries: -- ProductCode: Total Thunderbird Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalThunderbirdConverter.exe - InstallerSha256: CB35A88BC775C4AB1F5B5999E3C226A32117235EA72CFBC644D5AFA7133D2F72 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml deleted file mode 100644 index d10526ff1505..000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverter -PackageVersion: 5.1.0.14 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Thunderbird Converter -PackageUrl: https://www.coolutils.com/TotalThunderbirdConverter -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Total Thunderbird Converter converts emails from Mozilla's Thunderbird e-mail client to PDF, DOC (WORD), HTML, TXT, TIFF, and PST in batch. -Description: |- - Total Thunderbird Converter converts emails from Mozilla's Thunderbird e-mail client to PDF, DOC (WORD), HTML, TXT, TIFF, and PST in batch. Whether you need to safely archive your correspondence in PDF, or migrate emails to Outlook, our converter is up to the task providing you with fast, accurate conversion options. - - Our easy-to-use app is able to automatically connect to your Thunderbird client and suggest emails for conversion or you can import MBOX and MSF files. - - Maintain file structure by placing all attachments into the same or a new folder. Unpack zipped attachments. Insert images into the output files of your emails. You can even convert attachments at the same time as messages to any supported format by upgrading to the Total Thunderbird Converter Pro. - - Users can selectively include specific fields into the final document: sender, date, body, etc. - - The app can add a page counter, a date or an image to your output files. - - Built around a clear, user-friendly interface, the Thunderbird Converter provides users of every skill level with tools needed to perform professional grade conversions. Advanced users are invited to create prompts via direct access to the command line. - 30 day FREE trial -Tags: -- Converter -- Thunderbird -PurchaseUrl: https://www.coolutils.com/TotalThunderbirdConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.yaml deleted file mode 100644 index 2c9718f3b07e..000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.14/Softplicity.TotalThunderbirdConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverter -PackageVersion: 5.1.0.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.installer.yaml b/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.installer.yaml deleted file mode 100644 index 8f618b2f45fb..000000000000 --- a/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Soundly.Soundly -PackageVersion: 2026.03.0.21 -Installers: -- Architecture: x86 - InstallerType: nullsoft - InstallerUrl: https://storage.googleapis.com/soundlyapp/soundly-setup.exe - InstallerSha256: 147473CDFBCC16FF4013C2FE260F6EC5E221D7173663AD45CC3A6984DAC025EE -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.locale.en-US.yaml b/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.locale.en-US.yaml deleted file mode 100644 index 168cb9720676..000000000000 --- a/manifests/s/Soundly/Soundly/2026.03.0.21/Soundly.Soundly.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Soundly.Soundly -PackageVersion: 2026.03.0.21 -PackageLocale: en-US -Publisher: '"Soundly"' -PackageName: Soundly -License: Proprietary -ShortDescription: Find your perfect sound in the massive Soundly cloud library, use our powerful search engine on your local files, and Drag&Drop sounds to your favorite tools! -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..51b53b13fa8b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780797859-g3669ef +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780797859-g3669ef/amp-windows-x64-baseline.exe + InstallerSha256: 9D191FD4D0AA30A003E7E1FBC73CDBEBCA6926828C44C55194385B1BE5B6398D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..9fa740c5f77b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780797859-g3669ef +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..3fd16b01abdd --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780797859-g3669ef +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..77fce1771446 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780797859-g3669ef/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780797859-g3669ef +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.installer.yaml b/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.installer.yaml deleted file mode 100644 index a876e919e072..000000000000 --- a/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: VK.VKWorkspace -PackageVersion: 26.2.0.91963 -InstallerLocale: en-US -InstallerType: wix -InstallModes: -- silent -- silentWithProgress -InstallerSwitches: - Silent: /qn - SilentWithProgress: /qn - Custom: REBOOT=ReallySuppress -ProductCode: '{E8E91573-7048-4192-8D77-BF0634FF75DE}' -Installers: -- Architecture: x64 - InstallerUrl: https://hb.bizmrg.com/vkteams-www/win/x64/vkworkspace.msi - InstallerSha256: 2DA190FD0086800B04242F168A20B9B0B8FA1A8EBA742F80A2BAF89EAB83018B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.locale.ru-RU.yaml b/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.locale.ru-RU.yaml deleted file mode 100644 index e6d26b3ac45a..000000000000 --- a/manifests/v/VK/VKWorkspace/26.2.0.91963/VK.VKWorkspace.locale.ru-RU.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: VK.VKWorkspace -PackageVersion: 26.2.0.91963 -PackageLocale: ru-RU -Publisher: VK DIGITAL TECHNOLOGIES LLC -PublisherUrl: https://workspace.vk.ru -PublisherSupportUrl: https://workspace.vk.ru/docs/saas/help/feedback-form/index.html -PrivacyUrl: https://workspace.vk.ru/docs/saas/legal/privacy-policy/index.html -Author: VK DIGITAL TECHNOLOGIES LLC -PackageName: VK WorkSpace 26.1.20.81589 -PackageUrl: https://workspace.vk.ru/download -License: Proprietary -LicenseUrl: https://workspace.vk.ru/docs/saas/legal/license-agreement/index.html -Copyright: https://workspace.vk.ru/docs/saas/legal/index.html -CopyrightUrl: https://workspace.vk.ru/docs/saas/legal/index.html -ShortDescription: Корпоративный мессенджер для бизнеса -Description: Корпоративный мессенджер для бизнеса -Moniker: vkteams -Tags: -- vk -- teams -- vkteams -- vkworkspace -- workspace -- messenger -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.installer.yaml b/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.installer.yaml new file mode 100644 index 000000000000..20e6d1e3b50e --- /dev/null +++ b/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: xmn.BetterTrumpet +PackageVersion: 3.0.13 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/xammen/BetterTrumpet/releases/download/v3.0.13/BetterTrumpet-3.0.13-setup.exe + InstallerSha256: 5BD1D55D48196BB46FB9A43CB97BEFC0321C7638E8238175346051A12211D353 + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-06-06 diff --git a/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.locale.en-US.yaml b/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.locale.en-US.yaml new file mode 100644 index 000000000000..6e4a78f2910d --- /dev/null +++ b/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: xmn.BetterTrumpet +PackageVersion: 3.0.13 +PackageLocale: en-US +Publisher: xmn +PublisherUrl: https://github.com/xammen +PublisherSupportUrl: https://github.com/xammen/BetterTrumpet/issues +PackageName: BetterTrumpet +PackageUrl: https://github.com/xammen/BetterTrumpet +License: MIT +LicenseUrl: https://github.com/xammen/BetterTrumpet/blob/master/LICENSE +ShortDescription: A refined fork of EarTrumpet with enhanced volume control, themes, and auto-updates +Description: |- + BetterTrumpet is a refined fork of EarTrumpet, the beloved Windows volume mixer. + It adds per-app volume control, media popup improvements, volume profiles, undo/redo, + CLI automation, crash reporting, auto-updates, and a polished onboarding flow. +Tags: +- audio +- volume +- mixer +- sound +- music +- bettertrumpet +- eartrumpet +- windows +ReleaseNotes: |- + Version 3.0.13 improves first-launch reliability, startup performance, and CLI workflow. + Highlights include a backdrop rendering fix, quicker device switching, new CLI commands, + and background device loading for a faster experience. +ReleaseNotesUrl: https://github.com/xammen/BetterTrumpet/releases/tag/v3.0.13 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.yaml b/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.yaml similarity index 58% rename from manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.yaml rename to manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.yaml index f7377bdd9cad..31fb882ef12e 100644 --- a/manifests/e/ElyPrismLauncher/ElyPrismLauncher/9.1/ElyPrismLauncher.ElyPrismLauncher.yaml +++ b/manifests/x/xmn/BetterTrumpet/3.0.13/xmn.BetterTrumpet.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.12.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: ElyPrismLauncher.ElyPrismLauncher -PackageVersion: '9.1' +PackageIdentifier: xmn.BetterTrumpet +PackageVersion: 3.0.13 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0