diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 000000000000..b78014be73e1 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.14 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.14/OpenCowork-win-amd64-setup.exe + InstallerSha256: 321727B587590E90547B8EAB4CA521AEFE58C567FA0F08E4EC2BAF8B3461DC5E + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.14/OpenCowork-win-amd64-setup.exe + InstallerSha256: 321727B587590E90547B8EAB4CA521AEFE58C567FA0F08E4EC2BAF8B3461DC5E + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.14/OpenCowork-win-arm64-setup.exe + InstallerSha256: 8BE5E1D72A96EFCCE4EFAD01D26B711B602F36D8B6275E88370CF866D17DEB45 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 000000000000..79a2830092ed --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.14 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Added + - Added live context-compression progress in chat: the summarizer's draft streams into a status card with retry attempts, and long compressions no longer trip the IPC wait timeout because progress frames are live-only while the durable outbox records only completed compression events. + - Added read-only orchestration tools to the ACP lead agent — Skill, MemoryList/MemoryRead/MemorySearch, codegraph_explore, WebSearch, WebFetch, TeamCreate/SendMessage/TeamStatus/TeamDelete, CronList, and Notify — so the parent can plan and delegate without gaining Write, Edit, Bash, or CronAdd. + - Added attached user images to Gemini generateContent, Gemini Interactions, and OpenAI chat-completions by normalizing wire image sources into inline bytes or URLs instead of dropping them. + - Added a live thinking preview: the collapsed reasoning header shows the latest thinking line while the model is still reasoning. + Changed + - New user turns now pin to the top of the viewport via a bottom spacer, so a long reply scrolls beneath the question instead of pushing it off screen. + - Split the 4,000-line SettingsPage into focused panels (General, Model, Runtime, Data, Memory, Analytics, System, About, plus the provider and AI-coding workbenches) behind a shared nav and primitives module, and dropped the unused SettingsDialog. + Fixed + - Fixed Fast mode being forced on for every hosted-session, cron, and channel run: the main-process provider config copied the model catalog's priority service tier straight onto the request, so fast-capable models like GPT-5.6 Sol/Terra/Luna were billed at the priority tier even with the Fast toggle off. Only Codex OAuth still ignores the toggle, because its plans are always priority. + - Fixed auto-compression silently never running for models without a configured context length: an unknown window produced a null compression config while the input-area gauge kept measuring against the 200K default, so both the hosted-session assembler and the interactive run path now fall back to that same default. + - Fixed a session staying permanently busy after a send failed during preflight (#159): the streaming pointer, abort controller, and sidecar run id leaked, which disabled the plan review actions and queued every later message instead of dispatching it, leaving Continue as the only path that still worked. Such a failure now also reports an error card instead of the turn silently disappearing. + - Fixed EnterPlanMode forking a second plan row and .plan file when a run died after ExitPlanMode (#159), which left the review card pointing at the abandoned plan; awaiting-review and approved plans are now reopened in place and moved back to drafting while they are rewritten. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.3.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 000000000000..ea8bc6c3ddc2 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.14 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.3.14 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.yaml similarity index 54% rename from manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.yaml rename to manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.yaml index 693d0b798d02..b22084c50a3e 100644 --- a/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.yaml +++ b/manifests/a/AIDotNet/OpenCowork/1.3.14/AIDotNet.OpenCowork.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Nanosystems.Supremo -PackageVersion: 4.12.0.2999 -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: AIDotNet.OpenCowork +PackageVersion: 1.3.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.installer.yaml b/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.installer.yaml index 76a3afad1eec..e9a64f9fa3ae 100644 --- a/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.installer.yaml +++ b/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/14 +# Automatically updated by the winget bot at 2026/Aug/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: AOMEI.PartitionAssistant @@ -24,6 +24,6 @@ InstallationMetadata: Installers: - Architecture: x86 InstallerUrl: https://www2.aomeisoftware.com/download/pa/PAssist_Std.exe - InstallerSha256: 447A7F9B7FEA3D8DC8885D12020EAD4DBF4231274B19B5E5CFC58CE53A5E18C6 + InstallerSha256: 2B52A3D46FD9727D43775A34A7F10071B895AF5DB76ABFB1F0496161589FBD08 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.locale.en-US.yaml b/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.locale.en-US.yaml index dbff46f86afd..0695e676cfea 100644 --- a/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.locale.en-US.yaml +++ b/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/14 +# Automatically updated by the winget bot at 2026/Aug/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: AOMEI.PartitionAssistant diff --git a/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.yaml b/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.yaml index 93c5c08b11a5..8ba8febfa6df 100644 --- a/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.yaml +++ b/manifests/a/AOMEI/PartitionAssistant/10.12.0/AOMEI.PartitionAssistant.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/14 +# Automatically updated by the winget bot at 2026/Aug/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: AOMEI.PartitionAssistant diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 000000000000..a3954228b8a7 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.9.8 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.9.8/opencodereview-windows-amd64.exe + InstallerSha256: BA195B48983E4C446172763C27FF71241853A93E9E9F627BA1B39E1BBB796C65 +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.9.8/opencodereview-windows-arm64.exe + InstallerSha256: CECA155DD453557F890E8B6D950F73FE5157D73563FDBAAEB3115553470CE5CE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 000000000000..f8285c528839 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.9.8 +PackageLocale: en-US +Publisher: Alibaba +PublisherUrl: https://github.com/alibaba +PublisherSupportUrl: https://github.com/alibaba/open-code-review/issues +PackageName: Open Code Review +PackageUrl: https://github.com/alibaba/open-code-review +License: Apache-2.0 +LicenseUrl: https://github.com/alibaba/open-code-review/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba +ShortDescription: The open source AI code review agent. +Description: |- + Open Code Review is an AI-powered code review CLI tool. It originated as Alibaba Group's internal official AI code review assistant — over the past two years, it has served tens of thousands of developers and identified millions of code defects. After thorough validation at massive scale, we incubated it into an open source project for the community. Simply configure a model endpoint to get started. + It reads Git diffs, sends changed files to a configurable LLM via an agent with tool-use capabilities, and generates structured review comments with line-level precision. The agent can read full file contents, search the codebase, inspect other changed files for context, and produce deep reviews — not just surface-level diff feedback. +Tags: +- ai +- code +- review +ReleaseNotes: |- + 🚀 Features + - feat(providers): add AWS Bedrock as a built-in provider with native SigV4 auth (#705) + 🐛 Bug Fixes + - fix(cmd): suppress ANSI color when stdout is not a TTY (#927) + - fix(cmd): stream review progress to stderr for json and sarif (#929) + 🔧 Refactoring + - refactor(skill): simplify review flow, use native severity (#1002) + Other Changes + - chore(examples): add explicit --audience agent to codeup_ci and action.yml (#1004) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.9.7...v1.9.8 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.9.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 000000000000..ac649e2bcd7d --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.9.8 +PackageLocale: zh-CN +ShortDescription: 开源的 AI 代码审查智能体。 +Description: |- + Open Code Review 是一款 AI 驱动的代码审查 CLI 工具。它的前身是阿里集团内部官方 AI 代码审查助手,过去两年在内部服务了数万开发者,识别了数百万个代码缺陷。经过大规模充分验证后,我们将其孵化为开源项目,对社区开放。只需配置一个模型端点即可使用。 + 它读取 Git diff,通过具备工具调用能力的 Agent 将变更文件发送至可配置的 LLM,生成具有行级精度的结构化审查意见。Agent 可以读取完整文件内容、搜索代码库、检查其他变更文件以获取上下文,从而进行深度审查——而非仅停留在表面的 diff 反馈。 +Tags: +- 人工智能 +- 代码 +- 审查 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.yaml similarity index 51% rename from manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.yaml rename to manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.yaml index 3d34d1b41315..c53437683f96 100644 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.yaml +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.8/Alibaba.OpenCodeReview.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Aug/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22457.54923 -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: Alibaba.OpenCodeReview +PackageVersion: 1.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.installer.yaml b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.installer.yaml new file mode 100644 index 000000000000..1f8ed746ac10 --- /dev/null +++ b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.Ant +PackageVersion: 1.26.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ant.exe +Commands: +- ant +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/anthropics/anthropic-cli/releases/download/v1.26.1/ant_1.26.1_windows_386.zip + InstallerSha256: 3A7D8B1391778613BF4F3A1D6DCCCB28C98D9E38A7DC8238299AA6151FC13F9A +- Architecture: x64 + InstallerUrl: https://github.com/anthropics/anthropic-cli/releases/download/v1.26.1/ant_1.26.1_windows_amd64.zip + InstallerSha256: B2CA607F36AA83A47FEEA701B0A714EC63246759D0B9BDD07F0B22F6F4FAB405 +- Architecture: arm64 + InstallerUrl: https://github.com/anthropics/anthropic-cli/releases/download/v1.26.1/ant_1.26.1_windows_arm64.zip + InstallerSha256: 71224056A9F59BBE172C15E46A34D3FE4AE7314ED0C11D3616BAB028F34401AE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.locale.en-US.yaml b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.locale.en-US.yaml new file mode 100644 index 000000000000..4e63bff53709 --- /dev/null +++ b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Ant +PackageVersion: 1.26.1 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Platform CLI +PackageUrl: https://github.com/anthropics/anthropic-cli +License: MIT +LicenseUrl: https://github.com/anthropics/anthropic-cli/blob/HEAD/LICENSE +Copyright: Copyright 2026 Anthropic, PBC. +ShortDescription: Interact with the Claude API directly from your terminal with the ant command-line tool +Description: |- + The ant CLI provides access to the Claude API from your terminal. Every API resource is exposed as a subcommand, with output formatting, response filtering, and support for YAML or JSON file input that make it practical for both interactive exploration and automation. + Compared to calling the API with curl, ant lets you build request bodies from typed flags or piped YAML rather than hand-written JSON, inline file contents into string fields with an @path reference, and extract fields from the response with a built-in --transform query (no separate JSON tooling required). List endpoints paginate automatically. Claude Code understands how to use ant natively. +Tags: +- claude +ReleaseNotes: |- + 1.26.1 (2026-08-19) + Full Changelog: v1.26.0...v1.26.1 + Chores + - bump sdk version (#66) (acdc28b) +ReleaseNotesUrl: https://github.com/anthropics/anthropic-cli/releases/tag/v1.26.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.locale.zh-CN.yaml b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.locale.zh-CN.yaml new file mode 100644 index 000000000000..788f610c11a7 --- /dev/null +++ b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Ant +PackageVersion: 1.26.1 +PackageLocale: zh-CN +ShortDescription: 通过 ant 命令行工具直接从终端与 Claude API 交互 +Description: |- + ant CLI 可让你通过终端访问 Claude API。每个 API 资源都以子命令的形式暴露,支持输出格式化、响应过滤,并可使用 YAML 或 JSON 文件输入,适用于交互式探索和自动化操作。 + 与使用 curl 调用 API 相比,ant 允许你通过类型化的标志或管道传入的 YAML 来构建请求体,而无需手动编写 JSON;通过 @path 引用将文件内容内联到字符串字段中;并使用内置的 --transform 查询从响应中提取字段(无需额外的 JSON 工具)。列表接口会自动分页。Claude Code 能够原生理解如何使用 ant。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.yaml b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.yaml similarity index 51% rename from manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.yaml rename to manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.yaml index ec898d5aa667..c2b79e9b6ec8 100644 --- a/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.yaml +++ b/manifests/a/Anthropic/Ant/1.26.1/Anthropic.Ant.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: QuattroProConverter.QuattroProConverter -PackageVersion: 5.1.0 -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.Ant +PackageVersion: 1.26.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.installer.yaml b/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.installer.yaml new file mode 100644 index 000000000000..9d7988cfdbe1 --- /dev/null +++ b/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.installer.yaml @@ -0,0 +1,35 @@ +# 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: AntoineAflalo.SoundSwitch +PackageVersion: 7.2.0 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: SoundSwitch_is1 +ReleaseDate: 2026-08-20 +AppsAndFeaturesEntries: +- DisplayName: SoundSwitch 7.2.0.0 + ProductCode: SoundSwitch_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Belphemur/SoundSwitch/releases/download/v7.2.0/SoundSwitch_v7.2.0.0_Release_Installer.exe + InstallerSha256: AC5CCDF5BD5C1DC25043812CA37399997FEC9A2F2730C9E6FAC788BE1DA3FBDB + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Belphemur/SoundSwitch/releases/download/v7.2.0/SoundSwitch_v7.2.0.0_Release_Installer.exe + InstallerSha256: AC5CCDF5BD5C1DC25043812CA37399997FEC9A2F2730C9E6FAC788BE1DA3FBDB + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SoundSwitch' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.locale.en-US.yaml b/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.locale.en-US.yaml new file mode 100644 index 000000000000..a6467dbc040a --- /dev/null +++ b/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.locale.en-US.yaml @@ -0,0 +1,122 @@ +# 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: AntoineAflalo.SoundSwitch +PackageVersion: 7.2.0 +PackageLocale: en-US +Publisher: Antoine Aflalo +PublisherUrl: https://github.com/Belphemur +PublisherSupportUrl: https://github.com/Belphemur/SoundSwitch/issues +Author: Antoine Aflalo +PackageName: SoundSwitch +PackageUrl: https://soundswitch.aaflalo.me/ +License: GPL-2.0 +LicenseUrl: https://github.com/Belphemur/SoundSwitch/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) Antoine Aflalo +ShortDescription: SoundSwitch offers you the opportunity to switch your playback and recording devices using simple hotkeys. +Description: |- + No more navigating through several menus and screens. + Just configure SoundSwitch once - and you are able to switch between your devices as fast as never before! +Tags: +- audio +- hotkey +- microphone +- sound +ReleaseNotes: |- + Lots of improvement on the banner and be sure it doesn't minimize the game. + UX improvement on the tray icon and the CLI especially if you want to pair it with other tools. + Add missing notification setting for microphone so you can use just sound. + 7.2.0 (2026-08-20) + Features + - cli: add global --json output option and devices command (44c421a) + - cli: add status command for active profile and current audio devices (09f9d77) + - telemetry: add feature-usage telemetry via Sentry Metrics (#2346) (e0a5585) + - tray-icon: draw theme-based speaker icon at runtime with Segoe glyph (7a48f44) + - tray-icon: replace monochrome icon with theme-based icon that adapts to Windows dark mode (1e27c61) + Enhancements + - Added Toggle Microphone Mute as Double-click Action option (9fec9f2) + - tray: reduce click delay to 250ms, add Disabled double-click option (aa2c03b) + Bug Fixes + - address PR feedback and release dry-run errors (fd43a13) + - app-rules: fallback to glob when regex pattern is invalid (4672c6b) + - banner: apply display option to notification banners (5a5c1a9), closes #2306 + - banner: clear stale image when reusing banner forms (2a3713c), closes #2308 + - banner: Disable layer approach. Banner is staggered. (638bd1e) + - banner: precisely detect true exclusive fullscreen, show banners in borderless windowed (#2259) (514088d), closes #2240 + - banner: prevent focus stealing and fix drag-position/NRE bugs in BannerForm (feefcd6) + - banner: prevent focus stealing in fullscreen games with multi-layer defense (#2241) (a81f169), closes #2240 + - build error and review feedback (6f4ef44) + - build: avoid CS8417 compiler bug with using var and await using in PlaySoundJob.cs (9b7e9a9) + - ci: add PR merge gate for docs and dotnet checks (adbef45) + - ci: address all nightly workflow review comments (170e38b) + - ci: define semantic-release branches for dry-run checks (2674993) + - ci: grant contents write to release-dry-run for semantic-release push check (03106c9) + - ci: pin conventionalcommits preset to v9 to restore changelog generation (47d910a), closes semantic-release/release-notes-generator#992 + - ci: release stable versions from master branch (5d47634) + - ci: scope workflow token permissions (bb3a56c) + - ci: use semantic-release CLI dry run in PR gate (ed88743) + - clean up doc comments and add dispose idempotency (366ecb4) + - cli: address PR review — JSON output safety, COM disposal, NameClean, failure contract (3d20e3f) + - cli: cache JsonSerializerOptions static field, address reviewer nitpick (ea63fbd) + - cli: document empty-string device values in status --json output (b97b1d7) + - common: avoid icon extractor type-init crash on invalid fallback resources (01a7a43), closes #2243 + - device: allow hotkey to force switch to only configured device (5fc53d3), closes #2211 + - Force switch to the only configured device when current Windows default mismatches (3630da0) + - installer: bump required .NET runtime to 10.0.11 (7274b93) + - installer: update required .NET version to 10.0.9 in installer scripts (385819b) + - notification: implement mic mute sound notification and harden PlaySoundJob (d030236), closes #2187 + - pipe: always respond to IPC requests and close startup race (ec4add7) + - pipe: exit accept loop cleanly if shutdown hits during retry delay (62a752b) + - pipe: validate message length prefixes and harden accept loop (27ef90c) + - profile: Add reset per-app audio settings on profile switch (#2262) (d39b88f), closes #2258 #2258 + - profile: trigger on startup on session change (85ae6ba) + - review feedback improvements (ddc896f) + - tray-icon: add monochrome systray icon option (05e08e5), closes #2029 + - tray-icon: prevent TypeInitializationException in SpeakerIconGenerator static cctor (a559e7b) + - updater: handle 4-part version strings for nightly builds (9b55ab1), closes #2248 + - updater: use last 5 digits of nightly revision as patch version (1382766) + - website: finding-soundswitch FAQ — reopening opens settings (#2221) (590b247) + Languages + - Bulgarian: Translated Settings using Weblate (f833f4d) + - Chinese (Simplified Han script): Translated Settings using Weblate (99cb9be) + - Chinese (Simplified Han script): Translated Settings using Weblate (e1286cf) + - Chinese (Simplified Han script): Translated Tray Icon using Weblate (5cb5e90) + - Dutch: Translated Settings using Weblate (a150073) + - Dutch: Translated Settings using Weblate (dd17cbf) + - Dutch: Translated Settings using Weblate (f30a384) + - Dutch: Translated Settings using Weblate (6174238) + - Dutch: Translated Tray Icon using Weblate (85084d5) + - Dutch: Translated Update Download using Weblate (6eeda3a) + - French: Translated Settings using Weblate (d823469) + - Hebrew: Translated Tray Icon using Weblate (385e059) + - Italian: Translated Settings using Weblate (e8dfb91) + - Italian: Translated Settings using Weblate (0541491) + - Italian: Translated Tray Icon using Weblate (c83eb2b) + - Japanese: Translated About using Weblate (3753e3e) + - Japanese: Translated Settings using Weblate (2bfdf54) + - Japanese: Translated Settings using Weblate (3d52068) + - Japanese: Translated Settings using Weblate (3acc682) + - Japanese: Translated Settings using Weblate (50f2037) + - Japanese: Translated Tray Icon using Weblate (ba89f4a) + - Japanese: Translated Tray Icon using Weblate (0479f4e) + - Japanese: Translated Update Download using Weblate (0650f7c) + - Korean: Translated Settings using Weblate (be49871) + - Korean: Translated Settings using Weblate (eb218c6) + - localization: update tray icon option label to Theme Based (20180f5) + - Portuguese (Brazil): Translated Settings using Weblate (b5145af) + - Portuguese (Brazil): Translated Tray Icon using Weblate (f18b4dd) + - Spanish: Translated Settings using Weblate (44bbb0e) + - Spanish: Translated Tray Icon using Weblate (a38c28c) + - Spanish: Translated Update Download using Weblate (906b4ac) + - Swedish: Translated Settings using Weblate (0696a33) + - Swedish: Translated Settings using Weblate (11674cb) + - Swedish: Translated Settings using Weblate (7932972) + - Swedish: Translated Tray Icon using Weblate (c038b30) + Tests + - cycler: deterministic single-device tests with proper resource cleanup (6eecdcc) + - downloader: serve download test from local server instead of blender.org (b0c5f13) + 🛡 VirusTotal GitHub Action analysis: + - SoundSwitch_v7.2.0.0_Release_Installer.exe +ReleaseNotesUrl: https://github.com/Belphemur/SoundSwitch/releases/tag/v7.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.yaml b/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.yaml new file mode 100644 index 000000000000..c4e00a64a719 --- /dev/null +++ b/manifests/a/AntoineAflalo/SoundSwitch/7.2.0/AntoineAflalo.SoundSwitch.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: AntoineAflalo.SoundSwitch +PackageVersion: 7.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.installer.yaml b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.installer.yaml new file mode 100644 index 000000000000..add274192caa --- /dev/null +++ b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.7.1 +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: 46390CA2566A412777E7F7AF23DD00B50CAE22AA44B038A69A038CEEB9EAA13C +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/datashredderx64 + InstallerSha256: F133E2BD5D148418B7626C83B7CD766554C431AD8E45260B719B71708B0FFC0F +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/datashredderarm64 + InstallerSha256: B479441074382A93B1E3325B839AC9551AA1A421A9934D572A6ED4645401D2D6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.locale.en-US.yaml b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.locale.en-US.yaml new file mode 100644 index 000000000000..b28a81976522 --- /dev/null +++ b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.7.1 +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.7.1/Argente.DataShredder.locale.zh-CN.yaml b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.locale.zh-CN.yaml new file mode 100644 index 000000000000..26dd411f01df --- /dev/null +++ b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.7.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 安全删除所有类型的文件和敏感数据,确保其永远无法被恢复。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.yaml b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.yaml new file mode 100644 index 000000000000..8119bdf92d44 --- /dev/null +++ b/manifests/a/Argente/DataShredder/1.0.7.1/Argente.DataShredder.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.DataShredder +PackageVersion: 1.0.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.installer.yaml b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.installer.yaml new file mode 100644 index 000000000000..54b0d370e0e8 --- /dev/null +++ b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.DriveCleaner +PackageVersion: 3.1.0.6 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Drive Cleaner 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/drivecleanerx86 + InstallerSha256: 406EF6FAD0DE9C02B3064722E441A686CC1967BA435AE27FEC5A8D5911B4A332 +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/drivecleanerx64 + InstallerSha256: F3370D2B595A23671E8CE9EB984CD32D148A84A0E81325CFDA7E9BA6E99575FC +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/drivecleanerarm64 + InstallerSha256: E485EEE01093F22B327A8A576C781131EB7CF6A1E7DD32969DF68358B1E4BCB4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.locale.en-US.yaml b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.locale.en-US.yaml new file mode 100644 index 000000000000..f177ff60ffff --- /dev/null +++ b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.DriveCleaner +PackageVersion: 3.1.0.6 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente Drive Cleaner +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: Detect and remove all types of unnecessary files, freeing up space quickly and safely. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.locale.zh-CN.yaml b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.locale.zh-CN.yaml new file mode 100644 index 000000000000..08b791bd9205 --- /dev/null +++ b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.DriveCleaner +PackageVersion: 3.1.0.6 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 检测并删除所有类型的无用文件,快速安全地释放空间。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.yaml b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.yaml new file mode 100644 index 000000000000..a2d2838eb402 --- /dev/null +++ b/manifests/a/Argente/DriveCleaner/3.1.0.6/Argente.DriveCleaner.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.DriveCleaner +PackageVersion: 3.1.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.installer.yaml b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.installer.yaml new file mode 100644 index 000000000000..147ddc6e54ab --- /dev/null +++ b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.DuplicateFinder +PackageVersion: 2.0.5.7 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Duplicate Finder 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/duplicatefinderx86 + InstallerSha256: 1237F7CB0D25695ABB594EAEC4F3290DE9A3588E3C2C862922E69077CDBD4130 +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/duplicatefinderx64 + InstallerSha256: 769D9EE6608976A0E15AB3F7097E9FE3E1300E295224D5ADDF024E69A514B5C2 +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/duplicatefinderarm64 + InstallerSha256: 9918FB9E7C3CC7BC198B10B63BDF27544ED84247E2EF17CC20DA03B6663794E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.locale.en-US.yaml b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.locale.en-US.yaml new file mode 100644 index 000000000000..b49838d7a359 --- /dev/null +++ b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.DuplicateFinder +PackageVersion: 2.0.5.7 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente Duplicate Finder +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: Search for all duplicate files on your computer and remove those that only take up unnecessary space. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.locale.zh-CN.yaml b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.locale.zh-CN.yaml new file mode 100644 index 000000000000..9aab4698df25 --- /dev/null +++ b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.DuplicateFinder +PackageVersion: 2.0.5.7 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 搜索计算机上所有重复的文件,并删除那些仅占用不必要空间的文件。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.yaml b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.yaml new file mode 100644 index 000000000000..ea04f054a0ae --- /dev/null +++ b/manifests/a/Argente/DuplicateFinder/2.0.5.7/Argente.DuplicateFinder.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.DuplicateFinder +PackageVersion: 2.0.5.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.installer.yaml b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.installer.yaml new file mode 100644 index 000000000000..d3907c0ca1c0 --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.9.3 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Malware Cleaner 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerx86 + InstallerSha256: EAFEE214DF89ABD54F52F6D8F5710098CB3EBCB1CFBE2E2CD35506FD3D8D5BBE +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerx64 + InstallerSha256: 90EA18B68BFC6F2E43BD31D8599E6141E4F089DB6AB9520F3D27840FDB7BDA79 +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerarm64 + InstallerSha256: 456DF6905E15E196AEF3E4C866D1F4C7BCA18E8F8CC60DA703CBB1A42469DFD8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.locale.en-US.yaml b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.locale.en-US.yaml new file mode 100644 index 000000000000..c174d0141e45 --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.9.3 +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 Malware Cleaner +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: Detect and remove all types of malware. The perfect complement to your antivirus, ensuring your system is free of threats while protecting your data and privacy. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.locale.zh-CN.yaml b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.locale.zh-CN.yaml new file mode 100644 index 000000000000..c35be4853189 --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.9.3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 检测并清除所有类型的恶意软件。作为您防病毒软件的完美补充,确保您的系统免受威胁,同时保护您的数据和隐私。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.yaml b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.yaml new file mode 100644 index 000000000000..cd3e2028c912 --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.9.3/Argente.MalwareCleaner.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.installer.yaml b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.installer.yaml new file mode 100644 index 000000000000..cea273ce3cd0 --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.9.6 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Registry Cleaner 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/registrycleanerx86 + InstallerSha256: 5CBD81FBCAEC347FE3FA595D953D00C24F221931FF594AD8EEF28B7093ECCCCF +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/registrycleanerx64 + InstallerSha256: 7D48487BC99BF0230D795C6B149889CE0F02DF5677DD3297E8440FBD9AB4FC5D +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/registrycleanerarm64 + InstallerSha256: 8E2B06BF50C30BA7CC6D6FF69B3912AD3AE793405569ECB50FEE88D400BF8BC7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.locale.en-US.yaml b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.locale.en-US.yaml new file mode 100644 index 000000000000..b4ed40ff464e --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.9.6 +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 Registry Cleaner +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: Detect and remove errors in the Windows® registry to improve system performance and stability. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.locale.zh-CN.yaml b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.locale.zh-CN.yaml new file mode 100644 index 000000000000..273608e9407d --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.9.6 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 检测并清除 Windows® 注册表中的错误,以提高系统性能和稳定性。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.yaml b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.yaml new file mode 100644 index 000000000000..4f8bca07052c --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.9.6/Argente.RegistryCleaner.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.9.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.installer.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.installer.yaml new file mode 100644 index 000000000000..31fa29228669 --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.8.7 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Software Updater 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/softwareupdaterx86 + InstallerSha256: 6854BB6683DD4BA3224982F74A29CFDEAE648AF2122C12F612129ADB515A75D8 +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/softwareupdaterx64 + InstallerSha256: C6EE894BA0DB91CF18F4F99903DAD56755B5B1C333E90B29C0DA228C90064E90 +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/softwareupdaterarm64 + InstallerSha256: 4521398B2C5C2F32B44B6EB59E7D80C87129E49E99E3CE2EBC8C7D000392C73D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.locale.en-US.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.locale.en-US.yaml new file mode 100644 index 000000000000..823aeea79b4f --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.8.7 +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 Software Updater +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: Detect and automatically update your programs to keep the system secure, stable, and up to date with the latest versions. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.locale.zh-CN.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.locale.zh-CN.yaml new file mode 100644 index 000000000000..d65d7a572a32 --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.8.7 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 检测并自动更新您的程序,以保持系统安全、稳定,并始终使用最新版本。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.yaml new file mode 100644 index 000000000000..dac74775af24 --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.8.7/Argente.SoftwareUpdater.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.installer.yaml b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.installer.yaml new file mode 100644 index 000000000000..b6d66eb5f9b8 --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.8.5 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Startup Manager 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/startupmanagerx86 + InstallerSha256: B7649CFF563587F7C2556304FF287CEC0329312E1984C7BFA55AAE1C69359C5D +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/startupmanagerx64 + InstallerSha256: 76213EFE240B93C9C7B0A5BA8DDE6654F26C5245B74631E5E073E5183D7EF66D +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/startupmanagerarm64 + InstallerSha256: 1C83F72772342FD8C4E09CEA46D4D3AEE1C158EE1A4F329DD7423E405F64F473 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.locale.en-US.yaml b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.locale.en-US.yaml new file mode 100644 index 000000000000..134a0d49854d --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.8.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 Startup Manager +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: Manage all applications that start with Windows® when your computer boots. Gain speed and security by disabling or removing startup applications that slow down system startup. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.locale.zh-CN.yaml b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..ac0b6c4b1dc5 --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.8.5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 管理计算机启动时随 Windows® 启动的所有应用程序。通过禁用或删除拖慢系统启动速度的应用程序,提升系统运行速度和安全性。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.yaml b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.yaml new file mode 100644 index 000000000000..16c06efb5dfb --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.8.5/Argente.StartupManager.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.installer.yaml b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.installer.yaml new file mode 100644 index 000000000000..78953bf39826 --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.9.2 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente System Repair 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/systemrepairx86 + InstallerSha256: B367FBB927EABE01CDC431368A30ABEBBDC08276D105233132FA55A63660908B +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/systemrepairx64 + InstallerSha256: DE178B5BFDF4BFA8E0E916F99D0FD0FEE424262C58D6BA03859421AB041491E7 +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/systemrepairarm64 + InstallerSha256: 350DC57B089E0ED5CF89AEA911E58C53BAF05EC4928E990DE1E711144E8D4818 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.locale.en-US.yaml b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.locale.en-US.yaml new file mode 100644 index 000000000000..9291a14d1bea --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.9.2 +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 System Repair +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: Repair all types of system errors and optimize it automatically to keep it stable, secure, and running at peak performance. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.locale.zh-CN.yaml b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.locale.zh-CN.yaml new file mode 100644 index 000000000000..87c601025534 --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.9.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自动修复所有类型的系统错误,并优化系统以保持其稳定、安全并以最佳性能运行。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.yaml b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.yaml new file mode 100644 index 000000000000..7baa3a7103ac --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.9.2/Argente.SystemRepair.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.installer.yaml b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.installer.yaml new file mode 100644 index 000000000000..2050ac0842be --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.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: AuraMarker.Lattics +PackageVersion: 4.1.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://releases.zine.la/lattics/win/Lattics_win_installer_x64_4.1.1.exe + InstallerSha256: D60755B04936A7CEAAE68478974EF139A2539FDDF3A5892674B2EBD2A585B957 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://releases.zine.la/lattics/win/Lattics_win_installer_x64_4.1.1.exe + InstallerSha256: D60755B04936A7CEAAE68478974EF139A2539FDDF3A5892674B2EBD2A585B957 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.locale.en-US.yaml b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.locale.en-US.yaml new file mode 100644 index 000000000000..6501d5b39364 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 4.1.1 +PackageLocale: en-US +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PublisherSupportUrl: https://discordapp.com/invite/lattics +PrivacyUrl: https://lattics.com/privacy-policy +Author: Aura Marker Studio Co., Ltd. +PackageName: Lattics +PackageUrl: https://lattics.com/ +License: Proprietary +LicenseUrl: https://lattics.com/terms_of_service +Copyright: © 2026 Aura Marker Studio Co., Ltd. All Rights Reserved. +ShortDescription: '"Brain-like" Knowledge Management Notes' +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://helps.auramarker.com/en/lattics/backup_and_sync +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.locale.zh-CN.yaml b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.locale.zh-CN.yaml new file mode 100644 index 000000000000..26db6231f750 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 4.1.1 +PackageLocale: zh-CN +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PrivacyUrl: https://lattics.com/zh-CN/privacy-policy +Author: 深圳市欧若马可科技有限公司 +PackageName: Lattics +PackageUrl: https://lattics.com/zh-CN +License: 专有软件 +LicenseUrl: https://lattics.com/zh-CN/terms_of_service +Copyright: © 2026 Aura Marker Studio Co., Ltd. All Rights Reserved. +ShortDescription: 「类脑式」知识管理笔记与写作 +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://helps.auramarker.com/lattics/backup_and_sync +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.yaml b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.yaml new file mode 100644 index 000000000000..e79479a3357d --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.1.1/AuraMarker.Lattics.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: AuraMarker.Lattics +PackageVersion: 4.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.installer.yaml b/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.installer.yaml new file mode 100644 index 000000000000..d4d8929a8364 --- /dev/null +++ b/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.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: Bisq.Bisq +PackageVersion: 1.10.5 +InstallerType: burn +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{00FB5DB7-478E-3F45-881E-F813A95B5738}' +ReleaseDate: 2026-08-20 +AppsAndFeaturesEntries: +- ProductCode: '{00FB5DB7-478E-3F45-881E-F813A95B5738}' + UpgradeCode: '{F1561753-1C78-3E58-B8B7-D04CEACA202B}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/Bisq' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bisq-network/bisq/releases/download/v1.10.5/Bisq-64bit-1.10.5.exe + InstallerSha256: C802825473387337D58EE0B323508F0C237ED29B069AAE8B7E1500CC6AA58231 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.locale.en-US.yaml b/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.locale.en-US.yaml new file mode 100644 index 000000000000..dfdce50d6f33 --- /dev/null +++ b/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.locale.en-US.yaml @@ -0,0 +1,75 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bisq.Bisq +PackageVersion: 1.10.5 +PackageLocale: en-US +Publisher: Bisq +PublisherUrl: https://bisq.network/ +PublisherSupportUrl: https://bisq.wiki/User_support +Author: Bisq +PackageName: Bisq +PackageUrl: https://github.com/bisq-network/bisq +License: AGPL-3.0 +LicenseUrl: https://github.com/bisq-network/bisq/blob/HEAD/LICENSE +Copyright: Copyright © 2013-2025 - The Bisq developers +ShortDescription: A decentralized bitcoin exchange network. +Description: Bisq is a safe, private and decentralized way to exchange bitcoin for national currencies and other digital assets. Bisq uses peer-to-peer networking and multi-signature escrow to facilitate trading without a third party. Bisq is non-custodial and incorporates a human arbitration system to resolve disputes. +Moniker: bisq +Tags: +- bitcoin +- decentralized +- exchange +- network +- p2p +- peer-to-peer +- private +ReleaseNotes: |- + Release notes + This is an important security update that fixes vulnerabilities identified during our recent security audit. + Updating to this version is required to continue trading and using BSQ and the Bisq DAO. + + DAO and Network Integrity + - Canonical hash/signature encodings reduce ambiguity across DAO and P2P payloads. + - DAO block signatures, trusted providers, lite-node checks, checkpoints, and payload hash commitments are strengthened. + - BSQ block bridge delivery requires contiguous state and recovers gaps. + - Malformed decrypted votes are isolated per voter, while malformed merit can no longer remove a majority-committed blind vote. + - Proposal validation is consistent across startup and live nodes and applies to the entire activating cycle. + + Reputation and Bonded Roles + - Account-age and signed-witness bridge validation is bound to ownership and trusted witness chains. + - Bonded-role registrations and lockups are checked against the correct proposal and collateral lifecycle. + - Merit issuance and Burning Man accounting receive additional integrity checks and refreshed release data. + + Trading and Messaging + - Fiat buyer-account validation, deposit/DPT binding, support-message authentication, and dispute-agent authentication are hardened. + + Credits to reporters of vulnerabilities + - https://github.com/Kevandrew + - https://github.com/stejbac + - https://github.com/woodser + + Installation + + macOS + Bisq does not use Apple's notarization process (see why). + For that reason you will see that (misleading) alert: + Grant permissions by: + - run sudo xattr -rd com.apple.quarantine /Applications/Bisq.app in a terminal (type Terminal in the Apple search box) + - open Bisq again + More details can be found here. + + Windows + For similar reasons you will get that warning at Windows: Windows protected your PC + - Click the More info button when prompted + - Click the Run anyway button when prompted + More details can be found here. + + Verify download + See the verification and installation instructions in the Bisq Wiki. +ReleaseNotesUrl: https://github.com/bisq-network/bisq/releases/tag/v1.10.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://bisq.wiki/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.yaml b/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.yaml new file mode 100644 index 000000000000..e45568b36b5b --- /dev/null +++ b/manifests/b/Bisq/Bisq/1.10.5/Bisq.Bisq.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: Bisq.Bisq +PackageVersion: 1.10.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.installer.yaml b/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.installer.yaml new file mode 100644 index 000000000000..a7179087dfd2 --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.9.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- BlurAutoClicker +ProductCode: BlurAutoClicker +AppsAndFeaturesEntries: +- DisplayName: BlurAutoClicker + ProductCode: BlurAutoClicker +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\BlurAutoClicker' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Blur009/Blur-AutoClicker/releases/download/v3.9.5/BlurAutoClicker_3.9.5_x64-setup.exe + InstallerSha256: B214D384F99DD54FFA7DFD911A2E1F3C035FCA1F813DB0997568A0465339CFB8 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.locale.en-US.yaml b/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.locale.en-US.yaml new file mode 100644 index 000000000000..36c82634808e --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.9.5 +PackageLocale: en-US +Publisher: Blur009 +PublisherUrl: https://github.com/Blur009 +PublisherSupportUrl: https://github.com/Blur009/Blur-AutoClicker/issues +Author: Blur009 +PackageName: Blur-AutoClicker +PackageUrl: https://github.com/Blur009/Blur-AutoClicker +License: GPL-3.0 +LicenseUrl: https://github.com/Blur009/Blur-AutoClicker/blob/HEAD/LICENSE +Copyright: Copyright (c) Blur009 +ShortDescription: An Auto-clicker with a few advanced features and generally better performance than popular alternatives. +Moniker: blurautoclicker +Tags: +- autoclick-bot +- autoclicker +- autoclicktool +- automation +- bot +- clicker +ReleaseNotes: |- + ## New + - Added keybinds for all major toggles (clicker, randomization, duty cycle, speed variation, sequence clicking) in the settings panel. [#246](https://github.com/Blur009/Blur-AutoClicker/issues/246), [#205](https://github.com/Blur009/Blur-AutoClicker/issues/205), + - Added master switch for autoclicker in the keybinds section of the settings panel. This will prevent the clicker from starting unless it is toggled or held down. The title will say 'MASTER OFF' in red while the master switch is off. [#250](https://github.com/Blur009/Blur-AutoClicker/issues/250), [#137](https://github.com/Blur009/Blur-AutoClicker/issues/137) + ## Fixed + - Disabled default browser shortcuts (F6, Ctrl+F, etc.) to prevent the UI from crashing when the window is focused.(software dev is a joke, i know) + - A custom stop zone now does not stop the clicker when custom zones are disabled. [#272](https://github.com/Blur009/Blur-AutoClicker/issues/272) + - Keyboard hold clicker now works like it should (it will click the key, then repeat it at the set windows interval.) [#191](https://github.com/Blur009/Blur-AutoClicker/issues/191) + - (researched click speed changes for a few hours and found out that the current implementation is basically as good as it gets. aka >500cps is just not accurate and there is nothing i can do about it.) + - fix decimal to consistantly use commas. +ReleaseNotesUrl: https://github.com/Blur009/Blur-AutoClicker/releases/tag/v3.9.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.yaml b/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.yaml new file mode 100644 index 000000000000..cc0494c5cf5b --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.9.5/Blur009.BlurAutoClicker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.installer.yaml b/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.installer.yaml new file mode 100644 index 000000000000..297775549a5f --- /dev/null +++ b/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.installer.yaml @@ -0,0 +1,15 @@ +# 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: BrightBlock.Hyprlayer +PackageVersion: 1.5.9 +InstallerType: portable +Commands: +- hyprlayer +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BrightBlock/hyprlayer-cli/releases/download/v1.5.9/hyprlayer-x86_64-pc-windows-msvc.exe + InstallerSha256: 47EA79E833CBB0CA66135D548815A094F2A4143229FE8369E21146B0CCA9A57A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.locale.en-US.yaml b/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.locale.en-US.yaml new file mode 100644 index 000000000000..d1a392f6b118 --- /dev/null +++ b/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.locale.en-US.yaml @@ -0,0 +1,34 @@ +# 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: BrightBlock.Hyprlayer +PackageVersion: 1.5.9 +PackageLocale: en-US +Publisher: BrightBlock +PublisherUrl: https://github.com/BrightBlock +PublisherSupportUrl: https://github.com/BrightBlock/hyprlayer-cli/issues +PackageName: Hyprlayer CLI +PackageUrl: https://github.com/BrightBlock/hyprlayer-cli +License: MIT +LicenseUrl: https://github.com/BrightBlock/hyprlayer-cli/blob/HEAD/LICENSE +ShortDescription: CLI for managing thoughts for AI coding agents +Tags: +- ai +- cli +- developer-tools +ReleaseNotes: |- + What's Changed + - docs: add pr to thought types in README by @jtsiros in #21 + - fix(version): strip build metadata when comparing versions by @jtsiros in #22 + - Migrate conductor.json to .conductor/settings.toml by @jtsiros in #23 + - fix(describe_pr): prevent frontmatter leaking into PR descriptions by @jtsiros in #24 + - fix(describe_pr): tighten PR-info gathering, gate verification, guard thoughts/ from commits by @jtsiros in #25 + - Add Contributor License Agreement and contribution workflow by @jtsiros in #26 + - fix(skills): stop PR/plan status frontmatter getting stuck in draft by @jtsiros in #27 + - fix(ci): point CLA signature storage at an unprotected branch by @jtsiros in #29 + - feat(agents): download agent/skill bundles as a single tarball by @jtsiros in #28 + - Bump Cargo.toml to 1.5.9 for the v1.5.9 release by @jtsiros in #30 + Full Changelog: v1.5.8...v1.5.9 +ReleaseNotesUrl: https://github.com/BrightBlock/hyprlayer-cli/releases/tag/v1.5.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.yaml b/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.yaml new file mode 100644 index 000000000000..afe5639a4f3f --- /dev/null +++ b/manifests/b/BrightBlock/Hyprlayer/1.5.9/BrightBlock.Hyprlayer.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: BrightBlock.Hyprlayer +PackageVersion: 1.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.installer.yaml b/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.installer.yaml new file mode 100644 index 000000000000..61191f50cc2d --- /dev/null +++ b/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Celerp.Celerp +PackageVersion: 2.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/celerp/celerp/releases/download/v2.2.1/Celerp-Setup.exe + InstallerSha256: AD839420CF73CA86EB1AFE74A7BA3A96DE927DA0C12BDB27E173503F9EA1D3F7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.locale.en-US.yaml b/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.locale.en-US.yaml new file mode 100644 index 000000000000..52fa9547ab9b --- /dev/null +++ b/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Celerp.Celerp +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: Celerp +PublisherUrl: https://www.celerp.com +PublisherSupportUrl: https://github.com/celerp/celerp/issues +PackageName: Celerp +PackageUrl: https://www.celerp.com +License: Source-available +LicenseUrl: https://github.com/celerp/celerp/blob/main/LICENSING.md +Copyright: Copyright (c) 2026 Noah Severs +ShortDescription: Free self-hosted ERP with inventory, invoicing, manufacturing, accounting, and CRM in one local-first app. +Moniker: celerp +Tags: +- accounting +- business +- crm +- erp +- inventory +- invoicing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.yaml b/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.yaml new file mode 100644 index 000000000000..13be6d1f3b2b --- /dev/null +++ b/manifests/c/Celerp/Celerp/2.2.1/Celerp.Celerp.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Celerp.Celerp +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.installer.yaml b/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.installer.yaml new file mode 100644 index 000000000000..5ddcf7e18ce5 --- /dev/null +++ b/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.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: CheckMAL.AppCheck +PackageVersion: 3.1.46.1 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayName: AppCheck Anti-Ransomware + Publisher: CheckMAL Inc. + ProductCode: '{8AE36751-D1AA-4021-A7D4-85909B56D610}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.checkmal.com/download/appcheckv3.0/AppCheckSetup.exe + InstallerSha256: 72C5542E3561DD0237A1660826DAC5B51A0AFA27B840D828EB19BF3098DF4D25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.locale.en-US.yaml b/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.locale.en-US.yaml new file mode 100644 index 000000000000..7ac0244aef6e --- /dev/null +++ b/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CheckMAL.AppCheck +PackageVersion: 3.1.46.1 +PackageLocale: en-US +Publisher: CheckMAL Inc. +PublisherUrl: https://www.checkmal.com/ +PackageName: AppCheck +PackageUrl: https://www.checkmal.com/product/appcheck/ +License: Proprietary +Copyright: (c) CheckMAL Inc. All rights reserved. +ShortDescription: Prevent, detect and recover damaged files from ransomware with the patented next generation context awareness ransomware behavior detection technology. +Moniker: appcheck +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.yaml b/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.yaml new file mode 100644 index 000000000000..95c05bce1b28 --- /dev/null +++ b/manifests/c/CheckMAL/AppCheck/3.1.46.1/CheckMAL.AppCheck.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: CheckMAL.AppCheck +PackageVersion: 3.1.46.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.installer.yaml b/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.installer.yaml new file mode 100644 index 000000000000..1ce1c5ab670b --- /dev/null +++ b/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.installer.yaml @@ -0,0 +1,27 @@ +# 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: ChrisMcLennan.mnml +PackageVersion: v0.2.13 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{9D43D50D-EF19-4A9E-BE79-DE7D7F67B1AF}' +ReleaseDate: 2026-08-20 +AppsAndFeaturesEntries: +- DisplayName: mnml-rs + ProductCode: '{9D43D50D-EF19-4A9E-BE79-DE7D7F67B1AF}' + UpgradeCode: '{21DB6B89-F8E6-4078-B123-3A6FEAEECD56}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/mnml-rs/bin' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chris-mclennan/mnml/releases/download/v0.2.13/mnml-rs-x86_64-pc-windows-gnu.msi + InstallerSha256: 1E3FA34DFC89B45F6C7A0A4C419D67F3B4AE64903CF19713CFA32511A93B49E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.locale.en-US.yaml b/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.locale.en-US.yaml new file mode 100644 index 000000000000..38f8ad2f3b1b --- /dev/null +++ b/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.locale.en-US.yaml @@ -0,0 +1,162 @@ +# 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: ChrisMcLennan.mnml +PackageVersion: v0.2.13 +PackageLocale: en-US +Publisher: Chris McLennan +PublisherUrl: https://github.com/chris-mclennan +PublisherSupportUrl: https://github.com/chris-mclennan/mnml/issues +Author: Chris McLennan +PackageName: mnml +PackageUrl: https://mnml.sh/ +License: Apache-2.0 +LicenseUrl: https://github.com/chris-mclennan/mnml/blob/main/LICENSE-MIT +ShortDescription: A NvChad-style terminal IDE in Rust. +Description: 'mnml is a terminal IDE: vim or standard editing, LSP, git, embedded HTTP/CDP/DAP, AI panes, headless test harness.' +Tags: +- editor +- ide +- rust +- terminal +- tui +- vim +ReleaseNotes: |- + Release Notes + Marketplace + auto-update polish release. 52 commits over ~10 days + of live-user feedback. Headline: integrations can now self-update + on your schedule, with a per-integration opt-in toggle surfaced in + the right-click menu AND on the integration detail page, plus a + (Current) marker so the Installed tab tells you at a glance + whether you're on the latest. + Added + - Per-integration Auto-update toggle (#993 / #1088) — right-click + any integration chip → "Auto-update: ● on / ○ off", or click the + same toggle on the integration detail page's button strip. Fires + via integrations.fire_auto_updates_now (or the periodic + planner). Config resolution: per-integration override wins over + the global [integrations] auto_update flag. Each planned update + opens a visible Pty pane running cargo install … + --install so you can watch the build. + - (Current) version marker (#1088 addendum) — Installed rows + render (Current) when up-to-date, [ Update ] when behind. Integration detail page's + byline gets the same treatment: v0.3.17 · by (Current) or → v0.3.18 available. + - Version + inline Update chip on Installed + Marketplace rows + (#1086) — no more hunting for the right-click menu just to see + which version you have or whether one's out. + - In-Development marketplace tab (#1056 / #1087) — config-gated + [marketplace] show_dev_tab opens a fourth tab (glyph U+EEF4 + nf-fa-dev) for authors + testers to see unready siblings without + polluting the default Marketplace view. + - Marketplace "Ready" gate (#1055) — sibling authors declare + ready = true in their manifest to appear in the default + Marketplace tab. Non-ready siblings only show on the In-Development + tab, so users never install a WIP integration by accident. + - ⛶ maximize button on pane strips (#1018) — click to zoom the + focused pane; click again to restore. Palette: view.toggle_zoom. + - Claude chip sparkline + urgency signal (#1043) — 8-cell + spark of usage history + "use this account next" underline + when quota is imbalanced across multi-account setups. + - Configurable AI-review templates (#997) — + [ai.review_templates] config block. Per-user prompts for the + "Review with Claude / Review with Codex" chips on PR panes so + you can standardize your team's review rubric. + - Right-click context menus on integration chips (#992) — + "Update to X" / "Show in marketplace" contextual to the + chip's current state. Editor right-click gains "Explain with + Claude" / "Ask Claude…" (#980) on any selection. + - Jira Work Resolved / Unresolved / All scope dropdown + (#1084) — top-of-tab chip filters Ticket rows by resolution + state; auto-expand for unresolved tickets fixed at the same time. + - Jira Work refresh button (#1053) near the top of the pane. + - Jira PR row enrichment (#1051) — merged/open PRs inline with + action chips (approve / merge / open in browser). + - Bitbucket PRs + Pipelines lazy fetch (#1079) — only fetches + repos with activity in the last 2 weeks by default; "See more" + link at the bottom pulls the next batch. Cuts 429 pressure on + workspaces with hundreds of stale repos. + - MNML_DATA_ROOT env override (#1041) — hermetic sandbox + for tests + one-off runs. Points every state-file writer at the + given root instead of ~/Library/Application Support/mnml/. + - MNML_E2E_NETWORK gate (#1042) — network-dependent e2e + tests now opt-in via env var; CI runs without them by default. + - Timestamped-backup helper (#1039) — every programmatic TOML + write (5 sites) now stashes the prior version at .bak- before overwriting. Recovery is a mv. + - Startup layout schema (#878 step 1+2) — [[startup.layout]] + entries declare panes to open at boot. Foundation for the + broader programmatic-layout track; the resolver is wired but + the surface is still small. + Changed + - Ready badge dropped from Marketplace rows — every row is + Ready by definition (unready ones show on In-Development tab + only), so the badge became redundant noise. + - Hover-help drag grip (═════) above the panel bottom + removed (#1089) — was mistaken for a resize handle it wasn't. + - mnml-forge-github moved to In-Development (#1090) — + install works but the pane is still Bitbucket-styled port work. + Fixed + - LSP completion popup lingering after Tab-accept (SEV-1 + #1070) — the popup used to hang for 15+ seconds after you + accepted a ghost-text suggestion. Two-part fix: ghost-accept + paths clear app.completion, and the LSP Completion reply + handler drops the reply outright if a ghost is currently + showing. + - Ctrl+W not closing tabs (#1037 / #1076 reopen) — the prior + fix was scoped to Focus::Pane only, so Claude Usage and + Coverage panes still ignored it. Now: global top-level intercept + in Standard input mode. + - Right-click Uninstall no-op on manifest-only chips (#1085) + — ghost slack.toml couldn't be removed because the uninstall + path only walked integration_icons, not integration_manifests. + - Coverage delta ±0.0 unreadable on blue chip (#1080) — grey + fg on blue bg is invisible; now uses percent-color when delta + is zero. + - Stress meter default flipped to off + persist toggle (#1081) + — was: reappeared on every restart because toggle didn't hit + disk. + - Claude chip reset visibility at 0% (#1077) — chip showed ⟳Xh + reset display only above 0; users tracking "get to 99% by reset" + couldn't see the target. + - Slack Channels + Canvases installed without user consent + (#1083) — investigated + gated behind explicit install (was + auto-added by an over-eager first-run path). + - Slack marked "verified" in Marketplace demo (#1062) — it's + WIP, shouldn't have been in the default Ready list. + - Icon-id → crate-id translation (#1054) for right-click + routing — right-click "Update to X" was looking up + bitbucket_pull_requests as a crate name instead of + mnml-forge-bitbucket. + - Ctrl+K Keychain subprocess threaded out (#913 followup) + — no more UI freeze on macOS Keychain unlock prompts. + - CI green on Ubuntu — preserves_prior_assignment_across_calls + flake fixed; ghost-text.gif was missing from git. + Merged + - Various sibling repos across the marketplace: Jira 0.2.4 → + 0.2.12 (unified assigned view, unresolved filter, actionable + count chip, QA queue pane), Bitbucket 0.3.7 → 0.3.17 (early-exit + pagination, --values per-repo fix, HTTP-date Retry-After, + api_token auth, workspace tabs + repos scoping), Slack "Boards" → + "Canvases" rename. + Install mnml-rs 0.2.13 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mnml/releases/download/v0.2.13/mnml-rs-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/chris-mclennan/mnml/releases/download/v0.2.13/mnml-rs-installer.ps1 | iex" + Download mnml-rs 0.2.13 + ─────────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ─────────────────────────────────────────────┼───────────────────┼───────────── + mnml-rs-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum + ─────────────────────────────────────────────┼───────────────────┼───────────── + mnml-rs-x86_64-apple-darwin.tar.xz │Intel macOS │checksum + ─────────────────────────────────────────────┼───────────────────┼───────────── + mnml-rs-x86_64-pc-windows-gnu.zip │x64 MinGW │checksum + ─────────────────────────────────────────────┼───────────────────┼───────────── + mnml-rs-x86_64-pc-windows-gnu.msi │x64 MinGW │checksum + ─────────────────────────────────────────────┼───────────────────┼───────────── + mnml-rs-aarch64-unknown-linux-gnu.tar.xz │ARM64 Linux │checksum + ─────────────────────────────────────────────┼───────────────────┼───────────── + mnml-rs-x86_64-unknown-linux-gnu.tar.xz │x64 Linux │checksum + ─────────────────────────────────────────────┴───────────────────┴───────────── +ReleaseNotesUrl: https://github.com/chris-mclennan/mnml/releases/tag/v0.2.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.yaml b/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.yaml new file mode 100644 index 000000000000..65284e244e70 --- /dev/null +++ b/manifests/c/ChrisMcLennan/mnml/v0.2.13/ChrisMcLennan.mnml.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: ChrisMcLennan.mnml +PackageVersion: v0.2.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.installer.yaml b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.installer.yaml new file mode 100644 index 000000000000..18631a408665 --- /dev/null +++ b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CodeZeno.ClaudeCodeUsageMonitor +PackageVersion: 2.5.9 +InstallerType: portable +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/releases/download/v2.5.9/claude-code-usage-monitor.exe + InstallerSha256: E34C6345CEC76617006EFD0470498C6C73E1C13C5D09E09EAFCEC48A5D163C3E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.locale.en-US.yaml b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.locale.en-US.yaml new file mode 100644 index 000000000000..a85c19c76aa5 --- /dev/null +++ b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CodeZeno.ClaudeCodeUsageMonitor +PackageVersion: 2.5.9 +PackageLocale: en-US +Publisher: Code Zeno Pty Ltd +PublisherUrl: https://github.com/CodeZeno +PublisherSupportUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/issues +PackageName: Claude Code Usage Monitor +PackageUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor +License: MIT +LicenseUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 Code Zeno Pty Ltd +ShortDescription: Windows taskbar widget for monitoring Claude Code usage and rate limits +ReleaseNotesUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/releases/tag/v2.5.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.yaml b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.yaml new file mode 100644 index 000000000000..eabd3af71114 --- /dev/null +++ b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/2.5.9/CodeZeno.ClaudeCodeUsageMonitor.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CodeZeno.ClaudeCodeUsageMonitor +PackageVersion: 2.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.installer.yaml b/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.installer.yaml new file mode 100644 index 000000000000..6082299a88a4 --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.installer.yaml @@ -0,0 +1,26 @@ +# 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: calvinchengx.entra-emulator +PackageVersion: 0.9.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-20" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.9.0/entra-emulator_0.9.0_windows_arm64.zip + InstallerSha256: a6a0cffa22b12fcf9c17a3437272675082bceb207cd1db679144220dfe842ae7 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.9.0/entra-emulator_0.9.0_windows_amd64.zip + InstallerSha256: cc28f5cf8f1bfd2c2fe3b952a0b94f9c442ed89adc43f69661d59f5ce7784539 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.locale.en-US.yaml b/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.locale.en-US.yaml new file mode 100644 index 000000000000..a57e6d8c3756 --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.locale.en-US.yaml @@ -0,0 +1,27 @@ +# 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: calvinchengx.entra-emulator +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: calvinchengx +PackageName: entra-emulator +PackageUrl: https://github.com/calvinchengx/entra-emulator +License: Apache-2.0 +ShortDescription: A local, MSAL-compatible emulator of Microsoft Entra ID (Azure AD) in a single Go binary. +Description: | + Entra Emulator is a local, MSAL-compatible emulator of Microsoft Entra ID + (Azure AD) in a single Go binary: the OIDC/OAuth 2.0 v2.0 endpoints MSAL + talks to, a minimal read-only Microsoft Graph, and an admin REST API — so + you can develop sign-in, token acquisition, and protected-API calls + offline with no cloud tenant. Local development tool only. +Moniker: entra-emulator +Tags: + - entra + - azure-ad + - oidc + - oauth2 + - msal + - emulator +ReleaseNotesUrl: https://github.com/calvinchengx/entra-emulator/releases/tag/v0.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.yaml b/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.yaml new file mode 100644 index 000000000000..13aa13ac90b8 --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.9.0/calvinchengx.entra-emulator.yaml @@ -0,0 +1,7 @@ +# 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: calvinchengx.entra-emulator +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.installer.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.installer.yaml new file mode 100644 index 000000000000..293835cdd46d --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20260819-unstable.3 +InstallerType: nullsoft +InstallModes: +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /S +Installers: +- Architecture: x64 + InstallerUrl: https://n-air-app.nicovideo.jp/download/windows-unstable + InstallerSha256: 28FD5AE094C654F4AE7828C9E71F0203EEDD0DE46EF588A9EF7581CA3CF4B078 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.locale.JA-JP.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.locale.JA-JP.yaml new file mode 100644 index 000000000000..0b6301cdfc73 --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.locale.JA-JP.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20260819-unstable.3 +PackageLocale: JA-JP +Publisher: koizuka +PublisherUrl: https://github.com/n-air-app/n-air-app +PublisherSupportUrl: https://github.com/n-air-app/n-air-app/issues +PrivacyUrl: https://dwango.co.jp/terms/privacy/ +Author: 戀塚 昭彦 +PackageName: N Air 実験版 +PackageUrl: https://n-air-app.nicovideo.jp/ +License: GPL-3.0 license +LicenseUrl: https://github.com/n-air-app/n-air-app?tab=GPL-3.0-1-ov-file#readme +Copyright: Copyright © 2024 DWANGO Co.,Ltd. +CopyrightUrl: https://dwango.co.jp/ +ShortDescription: N Air(エヌエアー)とは、株式会社ドワンゴが配布しているライブ配信ソフトである。 +Description: Streamlabs OBSをベースにして作られたライブ配信ソフト。Niconico Live Encoderの後継ソフトである。通称、NLE2。開発中の機能を試してみたい方向けの実験版です。 +Moniker: niconico +Tags: +- ニコニコ動画 +- live +- nicovideo +- ニコ生 +- streamlabs +- obs +- Niconico Live Encoder +- NLE +InstallationNotes: 開発中の機能を試してみたい方向けの実験版です。動作が不安定になる、または不具合が発生する可能性が高いため、通常の放送ではご利用にならないようお願いいたします。 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.yaml new file mode 100644 index 000000000000..f444e5a244fd --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20260819-unstable.3/DWANGO.NAIR.experimental.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20260819-unstable.3 +DefaultLocale: JA-JP +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml b/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml index 95044e5a6a8c..ffa3330bca06 100644 --- a/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml +++ b/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml @@ -121,12 +121,12 @@ FileExtensions: - wvx - xspf - xss -ReleaseDate: 2026-08-19 +ReleaseDate: 2026-08-20 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup.exe - InstallerSha256: C848D7812DC57DF4AC7156B28B8D99040B79969637F8086B8C66E9BBCE370B12 + InstallerSha256: E390D33938D2DD60D1BD90650B3CD7A468868C658E260C22D01A5AE43231E37E ProductCode: PotPlayer AppsAndFeaturesEntries: - ProductCode: PotPlayer @@ -134,7 +134,7 @@ Installers: DefaultInstallLocation: '%ProgramFiles(x86)%\DAUM\PotPlayer' - Architecture: x64 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe - InstallerSha256: C1CBADE1658FAB2CFA8F418327B653B365FA718CADF1455230FB3475AB6EACA9 + InstallerSha256: A17C1ED88F7C20885E4165535F995CCEDD936411D5E852FEEA1420E69A42EC80 ProductCode: PotPlayer64 AppsAndFeaturesEntries: - DisplayName: PotPlayer-64 bit @@ -143,7 +143,7 @@ Installers: DefaultInstallLocation: '%ProgramFiles%\DAUM\PotPlayer' - Architecture: arm64 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetupARM64.exe - InstallerSha256: FB04128629BFADEA24BDEB6F1FA6C0DF3DF8231046A35EEFE96959E7EEA125A6 + InstallerSha256: 91DFF63A4BF2E07DF0BFB730F3E30544DD637640747118D7D9617DD4841C6D92 ProductCode: PotPlayer64 AppsAndFeaturesEntries: - DisplayName: PotPlayer-64 bit diff --git a/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..710479f1c544 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1117 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.1117/DiscordCanarySetup.exe + InstallerSha256: 367CD807BD77526340BF508A11FF91715C411DE424C63C245B703174AE85FB62 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..0884b8575657 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1117 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..492e3d3e46a3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1117 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..71a919b09ae0 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1117/Discord.Discord.Canary.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: Discord.Discord.Canary +PackageVersion: 1.0.1117 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..26db2808314a --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.449 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-19 +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.449/DiscordCanarySetup.exe + InstallerSha256: B5818A10D27B4FBC25A0DB858685536B434B460DC9E50BAA814A015FDF4E7BCE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..e07da13852af --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.449 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..3869abce90a6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.449 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..22add49f1728 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.449/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.449 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/d4vid87/hookecho/0.10.0/d4vid87.hookecho.installer.yaml b/manifests/d/d4vid87/hookecho/0.10.0/d4vid87.hookecho.installer.yaml index 1edce487a126..19f11812ad8a 100644 --- a/manifests/d/d4vid87/hookecho/0.10.0/d4vid87.hookecho.installer.yaml +++ b/manifests/d/d4vid87/hookecho/0.10.0/d4vid87.hookecho.installer.yaml @@ -20,11 +20,11 @@ Protocols: Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2026-08-19 +ReleaseDate: 2026-08-20 ArchiveBinariesDependOnPath: true Installers: - Architecture: x64 InstallerUrl: https://github.com/d4vid87/hookecho/releases/download/latest/hookecho-windows-x86_64.zip - InstallerSha256: 50EC1DE3601BD04092579604A8EBDC73852DD9FF3A65E3D7C736264BE0667DA3 + InstallerSha256: F84A7188A01461FA52B42A6CFBF84E141915C9A5907EB838A10B04E8228FE0F6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.installer.yaml b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.installer.yaml new file mode 100644 index 000000000000..7246f1b22b59 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.30.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: reasonix.exe +Commands: +- reasonix +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.30.0/reasonix-windows-amd64.zip + InstallerSha256: E032C6B1029C8D1AC274FB01137A21210248CBC3AC81E32B1E9531E98E24C83F +- Architecture: arm64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.30.0/reasonix-windows-arm64.zip + InstallerSha256: 31F18D11BA19B7CF168863CE92610C6BB120DAB2C1E1F6D5B8299A8DA58BC04D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.locale.en-US.yaml new file mode 100644 index 000000000000..6ba402fcb072 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.locale.en-US.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.30.0 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix CLI +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Moniker: reasonix +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 改进写入冲突处理,新增钉钉机器人适配器,并修复多项桌面端 UI 问题,提升长会话导航与流式体验。 + 发布渠道:稳定版 · v1.30.0 + English → · 网页版完整更新日志 → + 使用攻略 + - CLI 文档 — 命令行使用与配置参考。 + - CLI 文档(中文) — 命令行使用与配置的中文参考。 + - 会话所有权 — 会话所有权与写入冲突处理详情。 + - 会话所有权(中文) — 会话所有权与写入冲突处理的中文详情。 + - 规范 — Reasonix 技术规范。 + - 规范(中文) — Reasonix 技术规范的中文版本。 + - 子代理配置文件 — 子代理配置文件指南。 + - 子代理配置文件(中文) — 子代理配置文件的中文指南。 + 概览 + Reasonix v1.30.0 — Reasonix 1.30.0 + 改进写入冲突处理,新增钉钉机器人适配器,并修复多项桌面端 UI 问题,提升长会话导航与流式体验。 + 发布日期:2026-08-20 + 重点内容 + - 更智能的写入冲突检测 — 写入冲突现在按实际文件路径判定,不再将整个工作区视为独占,允许不同文件的并发写入,同时仍对同一文件的写入进行串行化。 (#9137) + - 钉钉机器人适配器 — 新增钉钉 Stream 适配器,支持 WebSocket 长连接、@提及门控、消息去重和会话 webhook 回复。 (#9116) + - 稳定的长会话导航 — 修复 Windows 会话几何问题、高度回弹和历史导航问题,使长对话保持流畅且完全可导航。 (#9117, #9130, #9140) + 新功能 + - 钉钉机器人适配器 — 新增钉钉 Stream 适配器,支持 WebSocket 长连接、@提及门控、消息去重和会话 webhook 回复。 (#9116) + 改进 + - 更智能的写入冲突检测 — 写入冲突现在按实际文件路径判定,不再将整个工作区视为独占,允许不同文件的并发写入,同时仍对同一文件的写入进行串行化。 (#9137) + - 供应商名称不可修改时提供更直观的置灰与提示样式 — 编辑已添加的自定义供应商时,供应商名称输入框现在会显示为禁用状态,并带有本地化提示,说明暂不支持修改名称。 (#9066) + - 分组标题字号略大于普通会话标题 — 会话分组标题现在使用略大于会话标题的字号,改善层级和可点击区域。 (#9032) + - 本轮验证打开改动面板摘要 — 完成通知现在包含可用的“本轮验证”按钮,打开改动面板并滚动到本轮验证摘要。 (#9102) + - 探路写入不再触发交付警告卡 — 写入 /tmp 等临时目录不再计为交付工作,避免出现关于未验证项目更改的错误警告。 (#9096) + 修复 + - 保持完整历史对话可导航 — 历史对话现在完全可导航,旧页面自动加载,活动问题标记与滚动同步。 (#9117) + - 修复会话高度回弹导致的反向跳动 — 防止 Windows WebView2 会话高度回弹导致活动阅读手势反向跳动多个屏幕。 (#9140) + - 修复 Windows 长会话滚动跳变与空白 — 通过纠正过时的行几何处理,修复 Windows 长会话中的可见闪烁、跳动和视口不稳定问题。 (#9130) + - 修复剪贴板无图片时 Ctrl+V 拦截纯文本粘贴 — 当剪贴板中没有图片时,Ctrl+V 现在会回退到文本粘贴,而不是显示错误通知。 (#9000) + - 修复文件预览限高与行间距空白 — 修复桌面文件面板中代码预览的布局问题,包括行间距错误和大文件高度不足。 (#9001) + - 修复思考中卡住、停止后才显示内容 — 添加备用停滞计时器,在 requestAnimationFrame 暂停时刷新流增量,防止出现卡在“思考中”的状态。 (#9045) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola、@ttmouse、@wuhanwoaini521、@Huang-404-Q、@zcxads666、@Linearl、@75924 + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/v1.30.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..caa23319b17a --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.30.0 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.yaml b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.yaml new file mode 100644 index 000000000000..e03ed8437c3b --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.30.0/ESEngine.ReasonixCLI.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: ESEngine.ReasonixCLI +PackageVersion: 1.30.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 000000000000..02b23e17161f --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.30.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ReasonixReasonix +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.30.0/Reasonix-windows-amd64-installer.exe + InstallerSha256: 47997269BB66B9324F2BE78CD9F7B3915AA819C76DF0A603798A7FCDC10F5C04 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..494d75c64e2d --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.30.0 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 改进写入冲突处理,新增钉钉机器人适配器,并修复多项桌面端 UI 问题,提升长会话导航与流式体验。 + 发布渠道:稳定版 · v1.30.0 + English → · 网页版完整更新日志 → + 使用攻略 + - CLI 文档 — 命令行使用与配置参考。 + - CLI 文档(中文) — 命令行使用与配置的中文参考。 + - 会话所有权 — 会话所有权与写入冲突处理详情。 + - 会话所有权(中文) — 会话所有权与写入冲突处理的中文详情。 + - 规范 — Reasonix 技术规范。 + - 规范(中文) — Reasonix 技术规范的中文版本。 + - 子代理配置文件 — 子代理配置文件指南。 + - 子代理配置文件(中文) — 子代理配置文件的中文指南。 + 概览 + Reasonix v1.30.0 — Reasonix 1.30.0 + 改进写入冲突处理,新增钉钉机器人适配器,并修复多项桌面端 UI 问题,提升长会话导航与流式体验。 + 发布日期:2026-08-20 + 重点内容 + - 更智能的写入冲突检测 — 写入冲突现在按实际文件路径判定,不再将整个工作区视为独占,允许不同文件的并发写入,同时仍对同一文件的写入进行串行化。 (#9137) + - 钉钉机器人适配器 — 新增钉钉 Stream 适配器,支持 WebSocket 长连接、@提及门控、消息去重和会话 webhook 回复。 (#9116) + - 稳定的长会话导航 — 修复 Windows 会话几何问题、高度回弹和历史导航问题,使长对话保持流畅且完全可导航。 (#9117, #9130, #9140) + 新功能 + - 钉钉机器人适配器 — 新增钉钉 Stream 适配器,支持 WebSocket 长连接、@提及门控、消息去重和会话 webhook 回复。 (#9116) + 改进 + - 更智能的写入冲突检测 — 写入冲突现在按实际文件路径判定,不再将整个工作区视为独占,允许不同文件的并发写入,同时仍对同一文件的写入进行串行化。 (#9137) + - 供应商名称不可修改时提供更直观的置灰与提示样式 — 编辑已添加的自定义供应商时,供应商名称输入框现在会显示为禁用状态,并带有本地化提示,说明暂不支持修改名称。 (#9066) + - 分组标题字号略大于普通会话标题 — 会话分组标题现在使用略大于会话标题的字号,改善层级和可点击区域。 (#9032) + - 本轮验证打开改动面板摘要 — 完成通知现在包含可用的“本轮验证”按钮,打开改动面板并滚动到本轮验证摘要。 (#9102) + - 探路写入不再触发交付警告卡 — 写入 /tmp 等临时目录不再计为交付工作,避免出现关于未验证项目更改的错误警告。 (#9096) + 修复 + - 保持完整历史对话可导航 — 历史对话现在完全可导航,旧页面自动加载,活动问题标记与滚动同步。 (#9117) + - 修复会话高度回弹导致的反向跳动 — 防止 Windows WebView2 会话高度回弹导致活动阅读手势反向跳动多个屏幕。 (#9140) + - 修复 Windows 长会话滚动跳变与空白 — 通过纠正过时的行几何处理,修复 Windows 长会话中的可见闪烁、跳动和视口不稳定问题。 (#9130) + - 修复剪贴板无图片时 Ctrl+V 拦截纯文本粘贴 — 当剪贴板中没有图片时,Ctrl+V 现在会回退到文本粘贴,而不是显示错误通知。 (#9000) + - 修复文件预览限高与行间距空白 — 修复桌面文件面板中代码预览的布局问题,包括行间距错误和大文件高度不足。 (#9001) + - 修复思考中卡住、停止后才显示内容 — 添加备用停滞计时器,在 requestAnimationFrame 暂停时刷新流增量,防止出现卡在“思考中”的状态。 (#9045) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola、@ttmouse、@wuhanwoaini521、@Huang-404-Q、@zcxads666、@Linearl、@75924 + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.30.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..2ecf44f0aa67 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.30.0 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 000000000000..9db608ceef1f --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.30.0/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.30.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.installer.yaml new file mode 100644 index 000000000000..8c468fee1a47 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.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: Google.AntigravityCLI +PackageVersion: 1.1.16 +InstallerType: portable +Commands: +- agy +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.16-6607970839166976/windows-x64/cli_windows_x64.exe + InstallerSha256: EDB7AD85EED477D9179CD605F5821E669C521F05754D73CE6E7DD9B2A073CBD2 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.16-6607970839166976/windows-arm/cli_windows_arm64.exe + InstallerSha256: 7204102305C3F179975202329DC89B0FE1D7D7AEAD43E6272551D5E151A87F65 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 000000000000..d7eec6afdcad --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.16 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..192dcb13a710 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.16 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.yaml new file mode 100644 index 000000000000..dc21447be591 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.16/Google.AntigravityCLI.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: Google.AntigravityCLI +PackageVersion: 1.1.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.installer.yaml b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.installer.yaml new file mode 100644 index 000000000000..bf2f52d8a011 --- /dev/null +++ b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hadc188.Reader +PackageVersion: 1.4.2 +InstallerType: nullsoft +Scope: user +ProductCode: Reader +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hadc188/reader/releases/download/v1.4.2/Reader-v1.4.2-windows-x64-setup.exe + InstallerSha256: 89FF4CB0DECE4D0FA6EAE3BAC9F9CEC4C6A2734ECF76450ED9AB6BBB7471C52E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.locale.en-US.yaml b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.locale.en-US.yaml new file mode 100644 index 000000000000..0a984543252a --- /dev/null +++ b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: hadc188.Reader +PackageVersion: 1.4.2 +PackageLocale: en-US +ShortDescription: A cross-platform desktop port of the Legado reading app. +Description: 'Reader is a desktop-oriented local reader: manage your own book sources and bookshelf, read local books and subscribe to RSS, and customize the reading interface the way you like. It is a cross-platform desktop port of Legado (Read 3.0), supporting Windows, macOS and Linux, built with Rust, Tauri v2 and Vue 3.' +Tags: +- ebook +- epub +- notes +- read +- reader +- rss +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.locale.zh-CN.yaml b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.locale.zh-CN.yaml new file mode 100644 index 000000000000..cfa7c6c1378c --- /dev/null +++ b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hadc188.Reader +PackageVersion: 1.4.2 +PackageLocale: zh-CN +Publisher: hadc188 +PublisherUrl: https://github.com/hadc188 +PublisherSupportUrl: https://github.com/hadc188/reader/issues +Author: hadc188 +PackageName: Reader +PackageUrl: https://github.com/hadc188/reader +License: MIT +LicenseUrl: https://github.com/hadc188/reader/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 adc +ShortDescription: 「阅读3.0」(Legado)的跨平台桌面移植版。 +Description: Reader 是一个面向桌面端的本地阅读器:管理自己的书源与书架,也能阅读本地书籍、订阅 RSS,并按喜欢的方式定制阅读界面。它是「阅读3.0」(Legado)的跨平台桌面移植版,支持 Windows、macOS 和 Linux,使用 Rust、Tauri v2 与 Vue 3 构建。 +Tags: +- epub +- rss +- 电子书 +- 笔记 +- 阅读 +- 阅读器 +ReleaseNotes: |- + 主要更新 + - 目录自动刷新:打开书后台静默检查书源更新。 + - 修复隐藏已读模式跳章:向后推进改为紧邻下一章,已读章节仅在滚过身后时隐藏,回看重读不再被跳到未读章。 +ReleaseNotesUrl: https://github.com/hadc188/reader/releases/tag/v1.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.yaml b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.yaml new file mode 100644 index 000000000000..dba8aff9b0cb --- /dev/null +++ b/manifests/h/hadc188/Reader/1.4.2/hadc188.Reader.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: hadc188.Reader +PackageVersion: 1.4.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.installer.yaml new file mode 100644 index 000000000000..b13b10ca75bb --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.36.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.36.2/ChatLab-0.36.2-setup.exe + InstallerSha256: 64273A6386C7AD77D8EF9A952F8BB72026D07BA74AF1E6076B09D68C8C8ED732 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.36.2/ChatLab-0.36.2-setup.exe + InstallerSha256: 64273A6386C7AD77D8EF9A952F8BB72026D07BA74AF1E6076B09D68C8C8ED732 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.locale.en-US.yaml new file mode 100644 index 000000000000..dec2c7f31e07 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.36.2 +PackageLocale: en-US +Publisher: digua +PublisherUrl: https://digua.moe/ +PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues +PackageName: ChatLab +PackageUrl: https://chatlab.fun/ +License: AGPL-3.0 +LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE +Copyright: Copyright © 2026 ChatLab +ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' +Description: |- + ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. + We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. + Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. + The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. + Core Features + - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. + - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). + - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. + - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. + - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. +Tags: +- chat +- chat-records +ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.36.2 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://docs.chatlab.fun/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.locale.zh-CN.yaml new file mode 100644 index 000000000000..3b3b510d3860 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.36.2 +PackageLocale: zh-CN +PackageUrl: https://chatlab.fun/cn/ +ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 +Description: |- + ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 + 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 + 核心特性 + - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 + - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 + - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 + - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 + - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 +Tags: +- 聊天 +- 聊天记录 +ReleaseNotes: |- + What's New + Improve AI chat process display and long-conversation performance, and show member avatars on group rankings. + 更新内容 + 优化 AI 对话过程展示与长会话性能,群聊排行支持成员头像。 +ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://docs.chatlab.fun/cn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.yaml new file mode 100644 index 000000000000..bdb9546616f5 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.36.2/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.36.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.installer.yaml b/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.installer.yaml new file mode 100644 index 000000000000..574a4ba3e93b --- /dev/null +++ b/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.installer.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: iTop.iTopVoicy +PackageVersion: 1.4.0.1709 +InstallerLocale: en-US +InstallerType: inno +ProductCode: iTop Voicy_is1 +AppsAndFeaturesEntries: +- ProductCode: iTop Voicy_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopupdate.com/dl/itop-voicy-setup.exe + InstallerSha256: 852EEFB53F2FA77F1D511ADA871D2908A46510B0F3900C8712063AC70EF5009B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-11 diff --git a/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.locale.en-US.yaml b/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.locale.en-US.yaml new file mode 100644 index 000000000000..6c654b00a4a1 --- /dev/null +++ b/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Automatically updated by the winget bot at 2026/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: iTop.iTopVoicy +PackageVersion: 1.4.0.1709 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support/ +PrivacyUrl: https://www.itopvpn.com/privacy/ +PackageName: iTop Voicy +PackageUrl: https://www.itopvpn.com/itop-voicy/ +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula/ +Copyright: Copyright © iTop Inc. All rights reserved. +CopyrightUrl: https://www.itopvpn.com/terms/ +ShortDescription: Free Real-Time Voice Changer for PC - iTop Voicy +ReleaseNotes: |- + v1.3 (2026-06-11) + - Refined UI details for a better user experience + - Added more voice models, including Sexy Lady, Playful Lady, and Sweet Anime Girl + - Added more background music and sound effects, including Bomb Ticking, Gun Burst, and Countdown Beep + - Added Manage Devices to let you manage your logged-in devices anytime + - Further optimized multiple localized languages + - Fixed known issues +Documentations: +- DocumentLabel: Blog + DocumentUrl: https://www.itopvpn.com/blog/ +- DocumentLabel: FAQ + DocumentUrl: https://www.itopvpn.com/faqs/ +- DocumentLabel: User Manual + DocumentUrl: https://www.itopvpn.com/user-manual/ivc/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.yaml b/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.yaml new file mode 100644 index 000000000000..05ff1af4ba7b --- /dev/null +++ b/manifests/i/iTop/iTopVoicy/1.4.0.1709/iTop.iTopVoicy.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: iTop.iTopVoicy +PackageVersion: 1.4.0.1709 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.installer.yaml b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.installer.yaml new file mode 100644 index 000000000000..97b7ddaecf95 --- /dev/null +++ b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.installer.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kensington.KensingtonKonnect +PackageVersion: 1.3.16.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +ProductCode: '{6BF02012-DD01-45A1-9906-BA99460A116B}' +AppsAndFeaturesEntries: +- UpgradeCode: '{04D92ABD-4297-46F1-B138-D9C7AD9CBBE9}' +Installers: +- Architecture: x64 + InstallerUrl: https://accoblobstorageus.blob.core.windows.net/software/version/keyboardkonnect/kkbsetup.msi + InstallerSha256: CB4F620EC4722FC10BB8CBECCB64E6CD0DC36BB8798B49B707FF1BF5E2A9561F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.locale.en-US.yaml b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.locale.en-US.yaml new file mode 100644 index 000000000000..537763cadaa9 --- /dev/null +++ b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kensington.KensingtonKonnect +PackageVersion: 1.3.16.0 +PackageLocale: en-US +Publisher: Kensington +PrivacyUrl: https://www.accobrands.com/privacy-center/global-privacy-notices/usa-privacy-notice/ +Author: ACCO Brands Corporation +PackageName: Kensington Konnect™ (Keyboards) +License: Proprietary +Copyright: © 2026 Kensington Computer Product Group, a division of ACCO Brands. +ShortDescription: Kensington Konnect™ optimizes your productivity with future-forward options, such as one-click access to AI tools like Copilot, ChatGPT, and Gemini to automate tasks, generate content, and streamline your workflow. +Description: Keyboards should be customizable to enhance your productivity. Use Kensington Konnect™ software to streamline your workflow and automate repetitive tasks. Personalize your experience by programming keys and buttons. Assign a dedicated shortcut to launch your preferred AI application, create macros, adjust key mappings, manage profiles, and more—all at the click of a button. +Tags: +- keyboard +- artificial-intelligence +- artificialintelligence +- copilot +- chatgpt +- google-gemini +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.locale.zh-CN.yaml b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.locale.zh-CN.yaml new file mode 100644 index 000000000000..90910cfe6d9e --- /dev/null +++ b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kensington.KensingtonKonnect +PackageVersion: 1.3.16.0 +PackageLocale: zh-CN +License: 专有软件 +Copyright: © 2026 Kensington Computer Product Group 是 ACCO Brands 的一个分部。 +ShortDescription: Kensington Konnect™ 通过面向未来的选项优化您的工作效率,例如一键访问 Copilot、ChatGPT 和 Gemini 等 AI 工具,以实现任务自动化、内容生成并简化工作流程。 +Description: 键盘应该可自定义,以提高工作效率。借助 Kensington Konnect™ 软件,一键定制视频会议控件、设定按键、创建宏、调整按键映射、管理配置文件等。 +Tags: +- 键盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.yaml b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.yaml new file mode 100644 index 000000000000..390d6224df9c --- /dev/null +++ b/manifests/k/Kensington/KensingtonKonnect/1.3.16.0/Kensington.KensingtonKonnect.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kensington.KensingtonKonnect +PackageVersion: 1.3.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.installer.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.installer.yaml new file mode 100644 index 000000000000..5f19c8824908 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.installer.yaml @@ -0,0 +1,19 @@ +# 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: Ledgerful.Ledgerful +PackageVersion: 0.2.10 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ledgerful.exe + PortableCommandAlias: ledgerful +Commands: +- ledgerful +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Ryan-AI-Studios/Ledgerful/releases/download/v0.2.10/ledgerful-x86_64-pc-windows-msvc.zip + InstallerSha256: 99F6E6BB23F93CD46CDB47A1A196B68D154E7D86E3AB226D3B1F0D4DDEDF48CA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.locale.en-US.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.locale.en-US.yaml new file mode 100644 index 000000000000..39ec1721deaf --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.locale.en-US.yaml @@ -0,0 +1,35 @@ +# 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: Ledgerful.Ledgerful +PackageVersion: 0.2.10 +PackageLocale: en-US +Publisher: Ledgerful, LLC +PublisherUrl: https://github.com/Ryan-AI-Studios/Ledgerful +PublisherSupportUrl: https://github.com/Ryan-AI-Studios/Ledgerful/issues +Author: Ledgerful, LLC +PackageName: Ledgerful +PackageUrl: https://github.com/Ryan-AI-Studios/Ledgerful +License: PolyForm Noncommercial 1.0.0 +LicenseUrl: https://github.com/Ryan-AI-Studios/Ledgerful/blob/HEAD/LICENSE +Copyright: Copyright 2026 Ledgerful, LLC +CopyrightUrl: https://github.com/Ryan-AI-Studios/Ledgerful/blob/v0.1.9/LICENSE +ShortDescription: Local-first change intelligence CLI for impact analysis and verification +Description: |- + Ledgerful is a local-first command-line tool for deterministic change intelligence: + impact and risk analysis, signed provenance for code changes, verification planning, + and local knowledge-graph indexing. The product is source-available under the PolyForm + Noncommercial License 1.0.0, with a separate small-entity commercial exception + documented in COMMERCIAL-EXCEPTION.md in the source repository. +Moniker: ledgerful +Tags: +- change-intelligence +- cli +- developer-tools +- local-first +- provenance +- verification +ReleaseNotes: 'Embedded SPA: ea9967f768df7d24d1d4c6f94039f03133873089' +ReleaseNotesUrl: https://github.com/Ryan-AI-Studios/Ledgerful/releases/tag/v0.2.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.yaml new file mode 100644 index 000000000000..caa0f9f0bef4 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.10/Ledgerful.Ledgerful.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: Ledgerful.Ledgerful +PackageVersion: 0.2.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.132.0/Lime.Lime.installer.yaml b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.installer.yaml new file mode 100644 index 000000000000..e95623e080b9 --- /dev/null +++ b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.132.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- lime +ProductCode: lime +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/limecloud/lime/releases/download/v1.132.0/Lime-1.132.0.Setup.exe + InstallerSha256: 78D671986BB9976362943B9CB4D1506C3173F06E3278C9E8232A28121DF1E962 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.132.0/Lime.Lime.locale.en-US.yaml b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.locale.en-US.yaml new file mode 100644 index 000000000000..d98de05523bc --- /dev/null +++ b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.locale.en-US.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: Lime.Lime +PackageVersion: 1.132.0 +PackageLocale: en-US +License: Proprietary +ShortDescription: An open-source AI content workbench built for Chinese creators. +Description: |- + Lime is an open-source Electron desktop AI content workbench designed for Chinese creators, brand operators, research-oriented writers, and small teams. It covers AI writing, topic research, asset management, prompt accumulation, knowledge bases, and multi-model creative workflows. + + You can think of it as an AI workspace better suited for long-term creation: + - It’s not just about single questions and answers; it’s about making continuous progress on a project. + - It’s not about finding references and rewriting prompts every time; it’s about accumulating references, styles, and methodologies. + - It’s not about results getting lost in chat history after generation; it’s about saving results so they can be reused next time. + - It’s not tied to a single AI service; it allows you to use the model capabilities you have already configured. + If you frequently switch between bookmarks, documents, chat tools, image tools, and model backends, Lime aims to consolidate these actions into a single creative space. + + What you can do with Lime: + - AI Writing and Content Creation: Write WeChat Official Account articles, Xiaohongshu notes, video scripts, podcast outlines, and livestream scripts. + - Research and Knowledge Organization: Organize webpages, notes, screenshots, interviews, and historical materials to generate reports or briefs. + - Topic Analysis and Content Review: Deconstruct viral cases, competitor content, publishing cadences, and expression styles. + - Prompt Management and Style Reuse: Save common writing styles, brand tones, topic selection methods, and team templates. + - Multimodal Creative Preparation: Generate image prompts, cover directions, presentation structures, or webpage drafts. + - Multi-Model Workflow: Use your own configured AI providers and models to continuously edit, expand, compress, or cross-post within the same task. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.132.0/Lime.Lime.locale.zh-CN.yaml b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.locale.zh-CN.yaml new file mode 100644 index 000000000000..c4d9a14de8a6 --- /dev/null +++ b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.locale.zh-CN.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.132.0 +PackageLocale: zh-CN +Publisher: Lime +PublisherUrl: https://limeai.run/ +PublisherSupportUrl: https://github.com/limecloud/lime/issues +PrivacyUrl: https://limeai.run/privacy/ +PackageName: Lime +PackageUrl: https://limeai.run/ +License: 专有软件 +LicenseUrl: https://limeai.run/terms/ +Copyright: © 2026 Lime +ShortDescription: 给中文创作者用的开源 AI 内容工作台 +Description: |- + Lime 是一个开源的 Electron 桌面端 AI 内容工作台,面向中文创作者、品牌运营、研究型写作者和小团队,覆盖 AI 写作、选题研究、素材管理、提示词沉淀、知识库和多模型创作流程。 + + 你可以把它理解成一个更适合长期创作的 AI 工作台: + - 不是只问一句、答一句,而是围绕一个项目持续推进 + - 不是每次都重新找资料、重新写提示词,而是把参考、风格和做法沉淀下来 + - 不是生成完就散落在聊天记录里,而是把结果保存起来,下一次还能继续用 + - 不是绑定某一家 AI 服务,而是让你使用自己已经配置好的模型能力 + 如果你经常在收藏夹、文档、聊天工具、图片工具和模型后台之间来回切换,Lime 想帮你把这些动作收回到同一个创作空间里。 + + 你可以用 Lime 做什么 + - AI 写作与内容创作:写公众号文章、小红书笔记、视频脚本、播客提纲和直播话术 + - 资料研究与知识整理:整理网页、笔记、截图、访谈和历史材料,生成报告或简报 + - 选题分析与内容复盘:拆解爆款案例、竞品内容、发布节奏和表达风格 + - 提示词管理与风格复用:保存常用写法、品牌语气、选题方法和团队模板 + - 多模态创作准备:生成图片提示词、封面方向、演示稿结构或网页草稿 + - 多模型工作流:使用自己配置的 AI 服务商和模型,在同一个任务里持续修改、扩写、压缩或换平台发布 +ReleaseNotes: |- + Lime v1.132.0 + 新功能 + - 新增 Right Surface Browser Workspace,将用户可见页面与 Agent 操作统一到同一个 Electron WebContentsView、tab identity 和 BrowserRoute。 + - 新增 Browser 动态工具与 Electron Desktop Host reverse request 闭环,支持页面观察、操作、下载、权限和人工接管状态投影。 + - 新增 CodeCell trace/evidence 的 App Server 唯一 owner,支持 lifecycle JSONL 写入、reducer/replay 和 diagnostics/trace/read 读取。 + - 新增桌面 Deepswe 受控 smoke、contract 与 benchmark harness,补充真实 Electron Gate B 证据入口。 + 修复 + - 修复 Browser 打开时 canonical Thread 尚未创建导致 Right Surface 长时间停留在“正在打开网页”的问题。 + - 修复 Browser route 的 thread/turn/session/tab/view/webContents identity 校验缺口,过期、跨窗口、重复和未知调用现在 fail closed。 + - 修复 CodeCell source/output Item 晚到、yield 跨 Turn、nested invoke 及 terminal 后迟到事件的 trace 关联和关闭行为。 + - 修复 provider/model selection、tool inventory、App Server request serialization 与 workspace skill projection 在 current 主链中的边界不一致。 + 优化与重构 + - 将旧 Browser Runtime、Canvas Browser、外部 Chrome/CDP、BrowserSessionRef、site adapter 和旧 connector 路径迁出并删除,收敛到 Electron Desktop Host → App Server JSON-RPC → RuntimeCore → GUI 唯一产品链。 + - 重构 Right Surface、Workbench、Artifact、Service Skill 和五语种资源,减少重复状态机与旧 compat 入口。 + - 更新 App Server protocol/schema、生成客户端、命令目录、治理清单、架构文档和浏览器路线图。 + 测试与质量 + - 补充 BrowserTabHost、Browser Workspace、动态工具、CodeCell trace、协议合同和桌面 harness 定向测试。 + - 发布前执行版本一致性、TypeScript 类型检查、协议合同、受影响 Rust/前端测试、GUI smoke、Agent current fixture、治理与本地门禁;实际结果以本次发布执行计划记录为准。 + 文档 + - 更新 Browser Workspace 唯一 owner、同 Tab identity、turn cleanup、CodeCell trace owner 和 Gate A/Gate B 证据合同。 + - 新增 v1.132.0 发布执行计划,记录 release candidate、验证结果和平台证据边界。 + 其他 + - 将根应用、CLI npm 包、Rust workspace 与 Cargo.lock 版本统一提升到 1.132.0。 + - Windows、正式打包签名、公证、发布 asset 和 live provider 证据仍需对应平台或 CI runner,不在本地候选中冒充完成。 + 完整变更:v1.131.0 → v1.132.0 +ReleaseNotesUrl: https://github.com/limecloud/lime/releases/tag/v1.132.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.132.0/Lime.Lime.yaml b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.yaml new file mode 100644 index 000000000000..7865a3864ed8 --- /dev/null +++ b/manifests/l/Lime/Lime/1.132.0/Lime.Lime.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: Lime.Lime +PackageVersion: 1.132.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.installer.yaml b/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.installer.yaml new file mode 100644 index 000000000000..22f74ae6c996 --- /dev/null +++ b/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Mibuw.miPDFsignCommunity +PackageVersion: 1.0.1 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: "{3B528384-34AC-47C4-B477-AA742872F4E3}_is1" +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Mibuw/miPDFsign-Community/releases/download/v1.0.1/miPDFsignCommunity_Setup_1.0.1.exe + InstallerSha256: AE0EFCAD7754C55057B0B94A4CB3919A7FBA2C5BA7AA400C666FC6A43F3910C0 +- Architecture: x64 + InstallerUrl: https://github.com/Mibuw/miPDFsign-Community/releases/download/v1.0.1/miPDFsignCommunity_Setup_1.0.1.exe + InstallerSha256: AE0EFCAD7754C55057B0B94A4CB3919A7FBA2C5BA7AA400C666FC6A43F3910C0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.locale.en-US.yaml b/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.locale.en-US.yaml new file mode 100644 index 000000000000..8b4d6e185643 --- /dev/null +++ b/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Mibuw.miPDFsignCommunity +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: Wolfgang Mitterbucher +PublisherUrl: https://www.mitterbucher.com +PublisherSupportUrl: https://github.com/Mibuw/miPDFsign-Community/issues +Author: Wolfgang Mitterbucher +PackageName: miPDFsign Community +PackageUrl: https://github.com/Mibuw/miPDFsign-Community +License: AGPL-3.0-only +LicenseUrl: https://github.com/Mibuw/miPDFsign-Community/blob/main/LICENSE +Copyright: Copyright (C) Wolfgang Mitterbucher +ShortDescription: Free AGPL edition of miPDFsign — a tablet signature app that embeds handwritten signatures with biometric data as PAdES into PDFs. +Description: |- + miPDFsign Community is the free, open-source (AGPL-3.0) edition of miPDFsign, a .NET 8 WPF + application for signature tablets. It captures handwritten signatures together with biometric + pressure data and embeds them as PAdES signatures (Baseline B/T/LT/LTA) into PDF documents, + including QES via ID Austria. It uses the iText PDF engine. A commercial edition with + additional features is available on request. +Moniker: mipdfsign-community +Tags: +- pdf +- pdf-signing +- pades +- digital-signature +- electronic-signature +- biometric-signature +- qes +- id-austria +- signature +- tablet +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.yaml b/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.yaml new file mode 100644 index 000000000000..578e7ffa0425 --- /dev/null +++ b/manifests/m/Mibuw/miPDFsignCommunity/1.0.1/Mibuw.miPDFsignCommunity.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Mibuw.miPDFsignCommunity +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.installer.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.installer.yaml deleted file mode 100644 index f0ad6ee0f223..000000000000 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22457.54923 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\MicrosoftAdvertisingEditor' -Installers: -- Architecture: x64 - InstallerUrl: https://prod.editor.ads.microsoft.com/download/production-pc/c/MicrosoftAdvertisingEditor.exe - InstallerSha256: 3CF8BFFCB7B056C4AE2363DA5AF27482E7FBD2C8B62B989BC43F1ADB588ECF45 - ProductCode: MicrosoftAdvertisingEditor -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.locale.en-US.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.locale.en-US.yaml deleted file mode 100644 index 77e8e5f7c526..000000000000 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22457.54923/Microsoft.AdvertisingEditor.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22457.54923 -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/SafetyScanner/1.457.251.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.251.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..20e0e5e7e6a3 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.251.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.457.251.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.251.0&arch=x86 + InstallerSha256: 6D73975A9F043B16B8981C0049A3B268850346CC8319C12DF1D39B2DF3108528 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.251.0&arch=amd64 + InstallerSha256: 021DE73400462662436C00D30440D2557CE3E2F9754EF1C6F88710AB1E1C65BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.251.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.251.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..582c963a63c3 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.251.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.457.251.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.457.251.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.251.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..4b499f8468d9 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.251.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.457.251.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.252.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.252.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..0adc19d104dd --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.252.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.457.252.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.252.0&arch=x86 + InstallerSha256: A6D206D46957FB9DD7794DB9A2AD2598367AC33CEA3EF1F1A4A470513BA54041 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.252.0&arch=amd64 + InstallerSha256: 73806BBB055C14B69C36B6EAB3E54FB978226A93E5C3A3580D91B0667D7A9626 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.252.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.252.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..81a8bc673d17 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.252.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.457.252.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.457.252.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.252.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..851d5344b51a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.252.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.457.252.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MikeFarah/yq/4.53.4/MikeFarah.yq.installer.yaml b/manifests/m/MikeFarah/yq/4.53.4/MikeFarah.yq.installer.yaml new file mode 100644 index 000000000000..3be4a6ef2343 --- /dev/null +++ b/manifests/m/MikeFarah/yq/4.53.4/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.4 +InstallerLocale: en-US +InstallerType: portable +Commands: +- yq +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mikefarah/yq/releases/download/v4.53.4/yq_windows_amd64.exe + InstallerSha256: ACF5C8F9B49B173A30C413636A72A0CC4ECCECC3EED137FD0B2C89587A1C8766 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MikeFarah/yq/4.53.4/MikeFarah.yq.locale.en-US.yaml b/manifests/m/MikeFarah/yq/4.53.4/MikeFarah.yq.locale.en-US.yaml new file mode 100644 index 000000000000..83ac3178aae0 --- /dev/null +++ b/manifests/m/MikeFarah/yq/4.53.4/MikeFarah.yq.locale.en-US.yaml @@ -0,0 +1,52 @@ +# 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.4 +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: |- + - Close input files after processing each one (#2796) (#2808) Thanks @MsfPablo + - Fixed non string HCL string keys (#2795) + - Fixed heap allocation bug (#2809) Thanks @MsfPablo + - Fix deleting commented empty list YAML output (#2765) Thanks @dpersek + - Fix (has) return false for negative array indices (#2769) Thanks @maximilize + - Fix (sort): avoid int64 overflow comparing large integers (#2771) Thanks @maximilize + - Fix: preserve correct parent references in explode merge anchor reconstruction (#2730) Thanks @vomba + - Improve Guard ExpressionParser initialization with sync.Once (#2789) Thanks @arcaven + - Fix: reject negative indent instead of panicking (#2746) Thanks @StressTestor + - Fix: parse signed hex and octal integers (#2749) Thanks @StressTestor + - Fix: skip UTF-8 BOM when processing front matter (#2751) Thanks @StressTestor + - Fix !!merge tag regression for yq (#2705) Thanks @W-Floyd + - Default to yaml when a file's extension is not a recognised format (#2785) Thanks @devthedevil + - Bumped dependencies +ReleaseNotesUrl: https://github.com/mikefarah/yq/releases/tag/v4.53.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MikeFarah/yq/4.53.4/MikeFarah.yq.yaml b/manifests/m/MikeFarah/yq/4.53.4/MikeFarah.yq.yaml new file mode 100644 index 000000000000..10230ff94979 --- /dev/null +++ b/manifests/m/MikeFarah/yq/4.53.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.installer.yaml new file mode 100644 index 000000000000..b2b7478a4bcb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sat +PackageVersion: 153.1.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox ESR +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.1.0esr/win32/sat/Firefox%20Setup%20153.1.0esr.exe + InstallerSha256: EB494BB30A333DAE2CB5BE63F49F273DF87F3D729527CCC8CF59ADB9AE043B0F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.1.0esr/win64/sat/Firefox%20Setup%20153.1.0esr.exe + InstallerSha256: E12C9617CAFA15BCF149E97B425FF87E9616E5FEB4BEA832C666E3A448AEA1A9 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.1.0esr/win64-aarch64/sat/Firefox%20Setup%20153.1.0esr.exe + InstallerSha256: 773A9492E5E23E4FA472A85B0D0C00F4044D5DE3CF91C3B9A0DDB87EA42FFED8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.de-DE.yaml new file mode 100644 index 000000000000..c6c25bcc5450 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.de-DE.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sat +PackageVersion: 153.1.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sat) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.en-US.yaml new file mode 100644 index 000000000000..16a5a64e509e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sat +PackageVersion: 153.1.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sat) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 153.1.0, first offered to ESR channel users on August 18, 2026 + Firefox 153 Extended Support Release (ESR) includes all of the enhancements since Firefox 140, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer + + - Reference link to ESR 153.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.1.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.locale.zh-CN.yaml new file mode 100644 index 000000000000..501b4670e1a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.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: Mozilla.Firefox.ESR.sat +PackageVersion: 153.1.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (sat) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.yaml b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.yaml new file mode 100644 index 000000000000..0d014cc6ce7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sat/153.1.0/Mozilla.Firefox.ESR.sat.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: Mozilla.Firefox.ESR.sat +PackageVersion: 153.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.installer.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.installer.yaml similarity index 80% rename from manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.installer.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.installer.yaml index 8eafaa646380..3f94cf754eb4 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.installer.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.3.0.87 +PackageVersion: 26.3.0.90 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.3.0/Colibri_26.3.0-alpha.87.exe - InstallerSha256: 9D934348F93BF5825A9B55F6FC19542EEC06D41022818D3F0CC1C6969AE98EE9 + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.3.0/Colibri_26.3.0-alpha.90.exe + InstallerSha256: 524BA34F26527721C0512B586D69F96BD597F884EEBC750797535A3862F1FB98 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.locale.en-US.yaml index d7c3b10b9d03..b28ea9a23f01 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.3.0.87 +PackageVersion: 26.3.0.90 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.yaml similarity index 87% rename from manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.yaml index 76d5d1ea9d19..2cdcb33971f6 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.87/matchmycolor.ColibriAlpha.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.90/matchmycolor.ColibriAlpha.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.3.0.87 +PackageVersion: 26.3.0.90 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.installer.yaml b/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.installer.yaml deleted file mode 100644 index 40bb19dae51e..000000000000 --- a/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Nanosystems.Supremo -PackageVersion: 4.12.0.2999 -ReleaseDate: 2025-11-28 -InstallerType: portable -Commands: -- supremo -Installers: -- Architecture: x86 - InstallerUrl: https://www.nanosystems.com/public/download/Supremo.exe - InstallerSha256: 2C83B179D5A947622FDE34C953272356B1F3520A8D9C00B3E05CB815B8C84DC1 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.locale.en-US.yaml b/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.locale.en-US.yaml deleted file mode 100644 index a24d14e6eddc..000000000000 --- a/manifests/n/Nanosystems/Supremo/4.12.0.2999/Nanosystems.Supremo.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Nanosystems.Supremo -PackageVersion: 4.12.0.2999 -PackageLocale: en-US -Publisher: Nanosystems S.r.l. -PackageName: Supremo -License: Proprietary (Feature-limited freeware) -Copyright: Nanosystems S.r.l. -ShortDescription: Remote desktop control made easy, quick and secure. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.installer.yaml b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.installer.yaml new file mode 100644 index 000000000000..ca614d343c27 --- /dev/null +++ b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 1.3.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +ProductCode: '{1C3391D8-42FE-47CF-A387-B2DB40B49178}' +ReleaseDate: 2026-08-19 +AppsAndFeaturesEntries: +- UpgradeCode: '{650712A0-A6B4-4584-829A-03A90CE3D7D9}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nearai/ironclaw/releases/download/ironclaw-v1.3.0/ironclaw-x86_64-pc-windows-msvc.msi + InstallerSha256: 7C4B48B29F95B1FE3B501056F8D07FAD96B16F90C893B5364B66A4FACF108ECD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.locale.en-US.yaml b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.locale.en-US.yaml new file mode 100644 index 000000000000..6c13aa0fec31 --- /dev/null +++ b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.locale.en-US.yaml @@ -0,0 +1,141 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: NEAR AI +PublisherUrl: https://near.ai/ +PublisherSupportUrl: https://github.com/nearai/ironclaw/issues +PrivacyUrl: https://near.ai/privacy-policy +Author: Jasnah Inc. +PackageName: ironclaw +PackageUrl: https://www.ironclaw.com/ +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/nearai/ironclaw#license +Copyright: Copyright (c) 2026 NEAR AI +ShortDescription: Unleash Your AI Agent, With Peace of Mind +Description: |- + IronClaw is the secure, open-source alternative to OpenClaw that runs in encrypted enclaves on NEAR AI Cloud. AI agents that actually do things, but your secrets never touch the LLM. + + Philosophy + IronClaw is built on a simple principle: your AI assistant should work for you, not against you. + In a world where AI systems are increasingly opaque about data handling and aligned with corporate interests, IronClaw takes a different approach: + - Your data stays yours - All information is stored locally, encrypted, and never leaves your control + - Transparency by design - Open source, auditable, no hidden telemetry or data harvesting + - Self-expanding capabilities - Build new tools on the fly without waiting for vendor updates + - Defense in depth - Multiple security layers protect against prompt injection and data exfiltration + IronClaw is the AI assistant you can actually trust with your personal and professional life. + + Features + Security First + - WASM Sandbox - Untrusted tools run in isolated WebAssembly containers with capability-based permissions + - Credential Protection - Secrets are never exposed to tools; injected at the host boundary with leak detection + - Prompt Injection Defense - Pattern detection, content sanitization, and policy enforcement + - Endpoint Allowlisting - HTTP requests only to explicitly approved hosts and paths + Always Available + - Multi-channel - REPL, HTTP webhooks, WASM channels (Telegram, Slack), and web gateway + - Docker Sandbox - Isolated container execution with per-job tokens and orchestrator/worker pattern + - Web Gateway - Browser UI with real-time SSE/WebSocket streaming + - Routines - Cron schedules, event triggers, webhook handlers for background automation + - Heartbeat System - Proactive background execution for monitoring and maintenance tasks + - Parallel Jobs - Handle multiple requests concurrently with isolated contexts + - Self-repair - Automatic detection and recovery of stuck operations + Self-Expanding + - Dynamic Tool Building - Describe what you need, and IronClaw builds it as a WASM tool + - MCP Protocol - Connect to Model Context Protocol servers for additional capabilities + - Plugin Architecture - Drop in new WASM tools and channels without restarting + Persistent Memory + - Hybrid Search - Full-text + vector search using Reciprocal Rank Fusion + - Workspace Filesystem - Flexible path-based storage for notes, logs, and context + - Identity Files - Maintain consistent personality and preferences across sessions +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + Release Notes + Stable promotion of 1.3.0-rc.2, including the upgrade and container fixes + validated in RC2 and the complete RC1 scope below. + Fixed in 1.3.0-rc.2 + - Upgrades from 1.2 now accept and preserve the released extension + activation_state field instead of crash-looping during startup. + - The canonical Reborn runtime image again supports opt-in, public-key-only + worker SSH on port 2222 while running IronClaw as an unprivileged user. + Added + - Per-user model preferences. Each user picks their own model from WebUI + settings, the CLI, or chat commands, and the choice follows them through + channel turns and inbound replay. Admins bound what is selectable with a + tenant-scoped model selection policy. + - Structured automations. A scheduled trigger now carries a validated + execution contract — prompt spec, execution policy, required skills — checked + by a fail-closed preflight at creation instead of a free-form prompt string, + and unattended runs get their own protocol. A deterministic no-result + sentinel lets a run that has nothing to report finish silently instead of + delivering filler. + - Document editing. Structural edits to .docx, .xlsx, and .pptx + files, and PDF rendering from HTML. + - Telegram linked devices. Pair a personal Telegram account with the bot + channel so the agent can read your conversations and act as you through the + standard messaging operations. Reads are live against Telegram's own servers + — there is no local mirror, retention policy, or search index of the account + — while message content a run actually reads is retained in that run's + transcript like any other tool result. + - The full Slack messaging vocabulary. Eight more standard operations — + edit message, delete message, add reaction, remove reaction, open DM, get + message, resolve user, list members — complete the core surface. + - Ranked memory recall. Retrieval ranks by relevance instead of requiring + every term of the question to appear in the saved fact, so a differently + worded question still finds it, and broken memory is visibly different from + empty memory. Memory-save guidance ships with an always-on MEMORY.md prompt + lane. + - Opt-in parallel tool batches in the agent loop. + - Explicit Anthropic cache_control prompt-cache breakpoints on both + transports. + - A shared WebUI search field, and per-field help text on admin extension + configuration forms alongside a rewritten channel setup guide. + Changed + - Substantially fewer database writes per turn. Capability invocation state + persists at gate and terminal edges only; runtime milestone events, thread + index touches, message lookup indexes, trigger and outbound state, and + process heartbeats all coalesce or fold into existing rows. + - Turn execution runs on prepared-context ("unbound") turns behind one accept + door, replacing the kernel binding-ref path. + - Channel ingress is normalized once, with reply split from delivery. + - The public documentation site deploys from a docs-live branch that stable + releases move, so published docs describe the released binary rather than + unreleased main. + Fixed + - Context-window eviction compacts instead of discarding: the accepted task and + any steering survive the eviction. + - Lease expiry recovers safe runs instead of failing them, and the journal + heartbeat pool is isolated. + - An unavailable capability call is repaired instead of aborting the run, and + repeated-call detection is advisory rather than fatal. + - Model-bound secrets are redacted without rejecting the turn. + - Telegram sticker and voice attachments no longer brick the channel, and the + 2FA gate on migrated data centers is recognized and says where the login code + arrives. + - Extension cards and install results report what actually happened; bundled + MCP state refreshes after auth; hosted MCP OAuth supports origin-scoped + servers. + - WebUI: SSE reconnect storms are bounded, long conversation titles reveal on + hover, exposed-route copy is localized, and a failed tool call reads as a + subtle badge instead of a loud summary. + - The resource governor keeps retrying through a full libSQL writer attempt + instead of surfacing the contention as a failure, and libSQL write-lane + starvation no longer cascades through it: the delta journal gets its own + bounded write lane, congestion is distinguished from storage damage so a + contended write replays instead of invalidating the authority, and stale + reservations are swept rather than leaking as permanent Active holds. + Removed + - Retired WebUI surfaces: the standalone missions page, the routines surface, + admin analytics placeholders, and project mission placeholders. + - Retired IronLoop network settings. +ReleaseNotesUrl: https://github.com/nearai/ironclaw/releases/tag/ironclaw-v1.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.locale.zh-CN.yaml b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..1567cda0a76d --- /dev/null +++ b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 1.3.0 +PackageLocale: zh-CN +ShortDescription: 安心释放你的 AI 智能体 +Description: |- + IronClaw 是一个安全、开源的 OpenClaw 替代方案,运行在 NEAR AI 云的加密环境中。真正能做事的 AI 智能体,而你的秘密永远不会接触大语言模型(LLM)。 + + 哲学 + IronClaw 基于一个简单的原则:你的 AI 助手应该为你服务,而不是与你相对立。 + 在当前 AI 系统对数据处理日益不透明、且与企业利益紧密绑定的时代,IronClaw 采取了不同的方式: + - 你的数据归你所有 —— 所有信息均本地存储、加密,且永远不会脱离你的掌控 + - 设计即透明 —— 开源、可审计,无隐藏遥测或数据收集行为 + - 自我扩展能力 —— 可即时构建新工具,无需等待供应商更新 + - 深度防御 —— 多层安全机制,防范提示注入和数据泄露 + IronClaw 是你可以真正放心托付个人与职业生活的 AI 助手。 + + 功能 + 安全优先 + - WASM 沙箱 —— 不受信任的工具在隔离的 WebAssembly 容器中运行,采用基于能力的权限控制 + - 凭据保护 —— 密钥从不暴露给工具,仅在主机边界注入并具备泄露检测能力 + - 防止提示注入 —— 模式识别、内容净化与策略执行 + - 端点白名单 —— 仅允许向明确授权的主机和路径发起 HTTP 请求 + 持续可用 + - 多通道支持 —— REPL、HTTP Webhook、WASM 通道(Telegram、Slack)及 Web 网关 + - Docker 沙箱 —— 使用每个任务独立令牌、调度器/工作器模式的隔离容器执行 + - Web 网关 —— 浏览器 UI 支持实时 SSE/WebSocket 流式传输 + - 例行任务 —— 支持 Cron 调度、事件触发、Webhook 处理器,实现后台自动化 + - 心跳系统 —— 主动后台执行,用于监控和维护任务 + - 并行任务 —— 支持并发处理多个请求,各上下文相互隔离 + - 自动修复 —— 自动检测并恢复卡住的操作 + 自我扩展 + - 动态工具构建 —— 描述你需要的功能,IronClaw 将其构建为 WASM 工具 + - MCP 协议 —— 可连接至模型上下文协议(Model Context Protocol)服务器以扩展能力 + - 插件架构 —— 无需重启即可添加新的 WASM 工具和通信通道 + 持久化记忆 + - 混合搜索 —— 结合全文搜索与向量搜索,采用倒数排名融合技术 + - 工作区文件系统 —— 灵活的路径式存储,用于保存笔记、日志和上下文 + - 身份文件 —— 跨会话保持一致的个性设定与偏好配置 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.yaml b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.yaml new file mode 100644 index 000000000000..bd0826e8ad3e --- /dev/null +++ b/manifests/n/NearAI/IronClaw/1.3.0/NearAI.IronClaw.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: NearAI.IronClaw +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml index 89b3857ab898..01e8cb12b1ad 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly @@ -17,6 +17,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.msi - InstallerSha256: 5171B8F0E15577D380852AABF546D2A80544A590DFC895DAFC285D2BA29FFA78 + InstallerSha256: A92C756D5F0EC5A24A0170BB858C80D41FE3DE15EAFBBF75056699EAC1544B95 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml index 4896cb0f8ee3..ba41dd67ba93 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml index a2f8d4725fbf..0126a7fc941c 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 000000000000..995bd01b12d7 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.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: NimbusAgent.Nimbus +PackageVersion: 2.8.0 +InstallerType: wix +ProductCode: '{9552E5B2-1165-48CE-B178-964FFB8982EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v2.8.0/nimbus-headless-windows-x64.msi + InstallerSha256: BB3EB43DCA50F2C770C06D840998C3C37F2287E767998F45E5C97CF71CC3D6E3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 000000000000..3de9e75c2386 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.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: NimbusAgent.Nimbus +PackageVersion: 2.8.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v2.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 000000000000..6f7518d1190c --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/2.8.0/NimbusAgent.Nimbus.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: NimbusAgent.Nimbus +PackageVersion: 2.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.installer.yaml b/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.installer.yaml new file mode 100644 index 000000000000..17404e41d1d7 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.569 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ReleaseDate: 2025-05-15 +AppsAndFeaturesEntries: +- ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Novacura\ConnectWebForms' +Installers: +- Architecture: x64 + InstallerUrl: https://public.novacura.com/public-storage/client-cloud-installers/Flow%20Connect%20-%20Windows%20Client.exe + InstallerSha256: 18209357869E8FC78EA2157E18BBEE9B35CB66E4276E799FACC373464C15D3B3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.locale.en-US.yaml b/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.locale.en-US.yaml new file mode 100644 index 000000000000..9ffb4d1bd067 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.569 +PackageLocale: en-US +Publisher: Novacura +PublisherUrl: https://www.novacura.com/ +Author: Novacura AB +PackageName: Flow Connect - Windows Client +License: Proprietary +Copyright: Copyright (C) NovaCura AB, all rights reserved +ShortDescription: The Windows client is primarily used for debugging your applications and components. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.yaml b/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.yaml new file mode 100644 index 000000000000..429748e89767 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.569/Novacura.WindowsClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.569 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.installer.yaml b/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.installer.yaml new file mode 100644 index 000000000000..752f34302123 --- /dev/null +++ b/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: niconico.nair.live +PackageVersion: 1.1.20260819-1 +InstallerType: nullsoft +InstallModes: +- silent +InstallerSwitches: + Silent: /S +Installers: +- Architecture: x64 + InstallerUrl: https://n-air-app.nicovideo.jp/download/windows + InstallerSha256: D205521BFE7CED009B0551679C14BE32E4FAD186FD4E56B288729A634995630A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.locale.ja-jp.yaml b/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.locale.ja-jp.yaml new file mode 100644 index 000000000000..714d68816f5b --- /dev/null +++ b/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.locale.ja-jp.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: niconico.nair.live +PackageVersion: 1.1.20260819-1 +PackageLocale: ja-jp +Publisher: DWANGO Co.,Ltd. +PublisherUrl: https://n-air-app.nicovideo.jp/ +PrivacyUrl: https://dwango.co.jp/terms/privacy/ +Author: niconico +PackageName: N-Air +PackageUrl: https://live.nicovideo.jp/ +License: gnu general public license v3.0 +LicenseUrl: https://account.nicovideo.jp/rules/account +Copyright: Copyright © DWANGO Co.,Ltd. +CopyrightUrl: https://dwango.co.jp/ +ShortDescription: 雑談ゲーム実況などあらゆるスタイルで配信できる無料ソフトウェアです +Description: N AirはStreamlabs Desktopをベースにした、生放送に便利な機能が豊富に組み込まれた高画質配信ソフトウェアです。Webカメラやゲームなどの映像をニコニコ生放送などのあらゆる配信サービスに配信できます。かんたんな操作と自由な発想で、自分だけのライブ配信を始めましょう。 +Moniker: "2525" +Tags: +- streamlabs +- niconico +- live +- ニコニコ +- ニコ動 +- ニコ生 +- obs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.yaml b/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.yaml new file mode 100644 index 000000000000..956d507df8f4 --- /dev/null +++ b/manifests/n/niconico/nair/live/1.1.20260819-1/niconico.nair.live.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: niconico.nair.live +PackageVersion: 1.1.20260819-1 +DefaultLocale: ja-jp +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.installer.yaml b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.installer.yaml new file mode 100644 index 000000000000..b628f13582f0 --- /dev/null +++ b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.installer.yaml @@ -0,0 +1,37 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Objective.Trapeze +PackageVersion: 26.8.29400.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: TRAPEZEFILESDIR="" +Protocols: +- x-tpz +FileExtensions: +- bmp +- dcm +- dib +- jpeg +- jpg +- pcx +- pdf +- png +- tif +- tiff +- tpz +ReleaseDate: 2026-08-04 +AppsAndFeaturesEntries: +- UpgradeCode: '{52B39D54-4513-49E0-B8DD-557D8CA64FAF}' +Installers: +- Architecture: x86 + InstallerUrl: https://s3-ap-southeast-2.amazonaws.com/trapezedownload.objective.com/Objective_Trapeze_x86.msi + InstallerSha256: 3AC6DFEB127CFF983D8DF5A877790D4853C657FCC1C0B9CAE55FB723783C83E9 + ProductCode: '{7B9886EF-F993-43AB-B963-25504054F9C0}' +- Architecture: x64 + InstallerUrl: https://s3-ap-southeast-2.amazonaws.com/trapezedownload.objective.com/Objective_Trapeze_x64.msi + InstallerSha256: BDCB55D47BDEB23B641425B88FBF05C2BEA193C7A737C5112C440DA856BD1F95 + ProductCode: '{DAE05EE0-DB7C-41F9-9FC6-D049F70DB846}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.locale.en-US.yaml b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.locale.en-US.yaml new file mode 100644 index 000000000000..7668d6ef0b4e --- /dev/null +++ b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Objective.Trapeze +PackageVersion: 26.8.29400.1 +PackageLocale: en-US +Publisher: Objective Corporation Limited. +PublisherUrl: https://www.objective.com/ +PublisherSupportUrl: https://www.objective.com/resources/help-centre +PrivacyUrl: https://www.objective.com/privacy-policy +Author: Objective Corporation Limited +PackageName: Objective Trapeze +PackageUrl: https://www.objective.com/products/objective-trapeze +License: Proprietary +LicenseUrl: https://www.objective.com/legal +Copyright: © Copyright 2026 Objective US +CopyrightUrl: https://www.objective.com/legal +ShortDescription: Software purpose-built for planning and building teams. All the tools you need to assess, compare, annotate and approve digital plans. +Tags: +- building +- construction +ReleaseNotes: |- + New + - Added help panel + Changes + - Changed annotation panel, comments panel and find panel to allow selecting side panel tab location when docking + - Changed the message bar to include an ellipsis button when the text doesn't fit + - Changed to add a setting to get the legacy print dialog on Windows 11 + - Changed to add a setting to save by copying data rather than moving files + - Changed to add support for side panels remembering tab ordering when docking changes + - Changed web content colour scheme to match light or dark mode + Fixes + - Fixed a drawing issue in unthemed Active Document toolbar customize + - Fixed an application window sizing issue on some systems + - Fixed an issue placing linked overlays on rotated PDF pages + - Fixed checks to make sure popups are on screen not including under a task bar + - Fixed comments panel and find panel not starting a drag when dragging the tab + - Fixed message bar close button drawing at the wrong dpi when clicked if the dpi has changed + - Fixed message bar close button background not erasing correctly + - Fixed modes not downloading icons when the theme is changed + - Fixed print preview in the print dialog not always deleting temporary files + - Fixed side panel toolbars not always showing in the correct location + - Fixed temporary files not being deleted after using Document Combine in the Unicode version + - Fixed Trapeze caption sometimes drawing non-themed + - Fixed View Projects not working when projects is docked in a side panel +ReleaseNotesUrl: https://www.objective.com/products/objective-trapeze-release-notes +PurchaseUrl: https://www.objective.com/products/objective-trapeze#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.locale.zh-CN.yaml b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.locale.zh-CN.yaml new file mode 100644 index 000000000000..b6b0a3723473 --- /dev/null +++ b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Objective.Trapeze +PackageVersion: 26.8.29400.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 专为规划和施工团队打造的软件。提供评估、比较、批注和审批数字图纸所需的全套工具。 +Tags: +- 建筑 +- 建造 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.yaml b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.yaml new file mode 100644 index 000000000000..390760bdf975 --- /dev/null +++ b/manifests/o/Objective/Trapeze/26.8.29400.1/Objective.Trapeze.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Objective.Trapeze +PackageVersion: 26.8.29400.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.installer.yaml b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.installer.yaml new file mode 100644 index 000000000000..8740cad9ed11 --- /dev/null +++ b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.installer.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ocenaudio.Ocenaudio +PackageVersion: 3.20.5 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +ProductCode: ocenaudio +AppsAndFeaturesEntries: +- ProductCode: ocenaudio +Installers: +- Architecture: x64 + InstallerUrl: https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.exe + InstallerSha256: C11B53CAB88C03AA8E163438109E51436D1C52ED0242072656BFEAFF7F549023 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.locale.en-US.yaml b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.locale.en-US.yaml new file mode 100644 index 000000000000..f963d22334a4 --- /dev/null +++ b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ocenaudio.Ocenaudio +PackageVersion: 3.20.5 +PackageLocale: en-US +Publisher: Ocenaudio Team +PublisherUrl: https://www.ocenaudio.com/ +PackageName: ocenaudio +PackageUrl: https://www.ocenaudio.com/ +License: Freeware, closed-source +Copyright: © 2009-2022 ocenaudio Team. All rights reserved. +ShortDescription: ocenaudio is a cross-platform, easy to use, fast and functional audio editor. +Tags: +- audio +- media +- mp3 +- music +- player +- spectrogram +- spectrum +ReleaseNotes: |- + - Adds an autosave system to protect session state in case of unexpected program closure + - Adds transcription mode for audio transcription workflows (configurable per track) + - Adds translation improvements and support for new languages + - New models in QOcenAi (LavaSR, SileroVAD) + - Fixes cursor precision, pan and zoom focus on the waveform canvas + - Fixes drag-edge autoscroll when dragging selection, cursor, marker or region — now works correctly, including in fullscreen + - Other bug fixes and improvements +ReleaseNotesUrl: https://www.ocenaudio.com/changelog +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.locale.zh-CN.yaml b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.locale.zh-CN.yaml new file mode 100644 index 000000000000..dd37244a8390 --- /dev/null +++ b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ocenaudio.Ocenaudio +PackageVersion: 3.20.5 +PackageLocale: zh-CN +Publisher: Ocenaudio Team +PublisherUrl: https://www.ocenaudio.com/ +PackageName: ocenaudio +PackageUrl: https://www.ocenaudio.com/ +License: 免费软件、闭源 +Copyright: © 2009-2022 ocenaudio Team. All rights reserved. +ShortDescription: ocenaudio 是一款跨平台、易用、快速且功能完善的音频编辑器。 +ReleaseNotesUrl: https://www.ocenaudio.com/changelog +Tags: +- audio +- media +- mp3 +- music +- player +- spectrogram +- spectrum +- 音频编辑器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.yaml b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.yaml new file mode 100644 index 000000000000..a3dd95782e16 --- /dev/null +++ b/manifests/o/Ocenaudio/Ocenaudio/3.20.5/Ocenaudio.Ocenaudio.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ocenaudio.Ocenaudio +PackageVersion: 3.20.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.installer.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.installer.yaml new file mode 100644 index 000000000000..57654d176e9a --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.291 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cr.exe + PortableCommandAlias: cr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.291/cr_v0.10.291_windows_amd64.zip + InstallerSha256: D6B292452B7C15656118A3B1B1384FDDEFD75AFABE111DE9BBDC9CA0D527E2A0 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.291/cr_v0.10.291_windows_arm64.zip + InstallerSha256: 21964E472A6B5C29F1B9E755F939D91E9BF57CD84D4167B2FF8555D4735110B1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.locale.en-US.yaml new file mode 100644 index 000000000000..780f51c1d6f3 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.291 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/codereview-cli/issues +PackageName: Code Review CLI +PackageUrl: https://github.com/open-cli-collective/codereview-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/codereview-cli/blob/main/LICENSE +ShortDescription: Automated pull-request review CLI +Description: |- + cr runs automated pull-request reviews, records review state locally, posts + review output back to GitHub, and keeps durable metadata to resume, repair, + inspect, and prune review runs. +Tags: +- code-review +- pull-request +- github +- cli +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/codereview-cli/releases/tag/v0.10.291 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.yaml new file mode 100644 index 000000000000..846a76afe26f --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.291/OpenCLICollective.codereview-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.291 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Parslee/Car/0.48.0/Parslee.Car.installer.yaml b/manifests/p/Parslee/Car/0.48.0/Parslee.Car.installer.yaml new file mode 100644 index 000000000000..d634152e7f21 --- /dev/null +++ b/manifests/p/Parslee/Car/0.48.0/Parslee.Car.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Parslee.Car +PackageVersion: 0.48.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: car-memgine-eval.exe + PortableCommandAlias: car-memgine-eval +- RelativeFilePath: car-server.exe + PortableCommandAlias: car-server +- RelativeFilePath: car.exe + PortableCommandAlias: car +Commands: +- car +- car-server +- car-memgine-eval +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Parslee-ai/car-releases/releases/download/v0.48.0/car-win32-x64-msvc.zip + InstallerSha256: 48CEFB2DF8403995473FCA9738A7134362F264D252ED15D53FAF62CD49C2B1FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Parslee/Car/0.48.0/Parslee.Car.locale.en-US.yaml b/manifests/p/Parslee/Car/0.48.0/Parslee.Car.locale.en-US.yaml new file mode 100644 index 000000000000..48ae5f84f4ea --- /dev/null +++ b/manifests/p/Parslee/Car/0.48.0/Parslee.Car.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Parslee.Car +PackageVersion: 0.48.0 +PackageLocale: en-US +Publisher: Parslee AI +PublisherUrl: https://github.com/Parslee-ai +PublisherSupportUrl: https://github.com/Parslee-ai/car-releases/issues +PackageName: Common Agent Runtime +PackageUrl: https://github.com/Parslee-ai/car-releases +License: Proprietary +LicenseUrl: https://github.com/Parslee-ai/car-releases/blob/main/LICENSE +ShortDescription: Deterministic execution layer for AI agents (CLI + server). +Description: |- + Common Agent Runtime (CAR) is a deterministic execution layer for AI + agents: models propose actions and the runtime validates, verifies, and + executes them. This package provides the pre-built Windows x64 binaries — + the CLI (car), the WebSocket server (car-server), and the StateBench + evaluation bridge (car-memgine-eval). +Tags: +- ai +- agent +- runtime +- llm +- cli +ReleaseNotesUrl: https://github.com/Parslee-ai/car-releases/releases/tag/v0.24.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Parslee/Car/0.48.0/Parslee.Car.yaml b/manifests/p/Parslee/Car/0.48.0/Parslee.Car.yaml new file mode 100644 index 000000000000..96f73078e449 --- /dev/null +++ b/manifests/p/Parslee/Car/0.48.0/Parslee.Car.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Parslee.Car +PackageVersion: 0.48.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.installer.yaml b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.installer.yaml new file mode 100644 index 000000000000..96bfedc9e7e5 --- /dev/null +++ b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pinnacle21.Pinnacle21.Community +PackageVersion: 4.2.0.5021 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 39ff02e9-7176-5691-a661-1e321b0e7a0b +ReleaseDate: 2026-08-12 +AppsAndFeaturesEntries: +- DisplayName: Pinnacle 21 Community 4.2.0 + ProductCode: 39ff02e9-7176-5691-a661-1e321b0e7a0b +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dthfq9xldm1jq.cloudfront.net/Pinnacle%2021%20Community%20Setup%204.2.0.exe + InstallerSha256: 4EC1606B16B77EDE5820C8898E48B406B84D24DE60F284A4777AD8DA7A076B0F + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://dthfq9xldm1jq.cloudfront.net/Pinnacle%2021%20Community%20Setup%204.2.0.exe + InstallerSha256: 4EC1606B16B77EDE5820C8898E48B406B84D24DE60F284A4777AD8DA7A076B0F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.locale.en-US.yaml b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.locale.en-US.yaml new file mode 100644 index 000000000000..eb6843014bf3 --- /dev/null +++ b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pinnacle21.Pinnacle21.Community +PackageVersion: 4.2.0.5021 +PackageLocale: en-US +Publisher: Pinnacle 21 +PublisherUrl: https://www.pinnacle21.com/ +PublisherSupportUrl: https://www.pinnacle21.com/forum +PrivacyUrl: https://www.pinnacle21.com/privacy +Author: Pinnacle 21 LLC +PackageName: Pinnacle 21 Community +PackageUrl: https://www.pinnacle21.com/downloads +License: Freeware +LicenseUrl: https://www.pinnacle21.com/license +Copyright: © 2024 Pinnacle 21. All rights reserved. +CopyrightUrl: https://www.pinnacle21.com/license +ShortDescription: A suite of tools to ensure data quality and compliance for FDA and PMDA submissions, including Validator, Define.xml Generator, Data Converter, and ClinicalTrials.gov Miner. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.pinnacle21.com/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.locale.zh-CN.yaml b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.locale.zh-CN.yaml new file mode 100644 index 000000000000..fe997a8b8264 --- /dev/null +++ b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Pinnacle21.Pinnacle21.Community +PackageVersion: 4.2.0.5021 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一套确保数据质量及符合 FDA 与 PMDA 申报要求的工具集,包含:验证器、Define.xml 生成器、数据转换器和 ClinicalTrials.gov 挖掘器。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.pinnacle21.com/documentation +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.yaml b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.yaml new file mode 100644 index 000000000000..85054e1023e6 --- /dev/null +++ b/manifests/p/Pinnacle21/Pinnacle21/Community/4.2.0.5021/Pinnacle21.Pinnacle21.Community.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Pinnacle21.Pinnacle21.Community +PackageVersion: 4.2.0.5021 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.installer.yaml b/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.installer.yaml deleted file mode 100644 index a984d2347561..000000000000 --- a/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: QuattroProConverter.QuattroProConverter -PackageVersion: 5.1.0 -InstallerLocale: en-US -InstallerType: wix -ProductCode: '{692EF79F-BCAC-4B8B-8023-920AEC5608E0}' -Installers: -- Architecture: x64 - InstallerUrl: https://quattroproconverter.com/api/download - InstallerSha256: C4FD59D8B64D0A946CBA8833D406F5346E73AC04F3B806E301DE3084C1725ED0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.locale.en-US.yaml b/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.locale.en-US.yaml deleted file mode 100644 index 9c359f3e708f..000000000000 --- a/manifests/q/QuattroProConverter/QuattroProConverter/5.1.0/QuattroProConverter.QuattroProConverter.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: QuattroProConverter.QuattroProConverter -PackageVersion: 5.1.0 -PackageLocale: en-US -Publisher: Quattro Pro Converter -PackageName: Quattro Pro Converter -PackageUrl: https://quattroproconverter.com -PublisherUrl: https://quattroproconverter.com -PublisherSupportUrl: https://quattroproconverter.com/contact -License: Proprietary -ShortDescription: Convert legacy Quattro Pro spreadsheets to XLSX, PDF, HTML, Markdown, CSV, or XLS without uploading confidential finance, operations, engineering, or compliance data to the cloud. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.installer.yaml b/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.installer.yaml new file mode 100644 index 000000000000..3170649e6f9f --- /dev/null +++ b/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.installer.yaml @@ -0,0 +1,31 @@ +# 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: qishibo.AnotherRedisDesktopManager +PackageVersion: 1.7.4 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: a7ab429e-7a77-54f4-a740-b5180efca94b +ReleaseDate: 2026-08-18 +AppsAndFeaturesEntries: +- DisplayName: Another Redis Desktop Manager 1.7.4 + ProductCode: a7ab429e-7a77-54f4-a740-b5180efca94b +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.4/Another-Redis-Desktop-Manager-win-1.7.4-x64.exe + InstallerSha256: A7F9788DDA0BF9D6C52F9DF1E2E6D43D9823540F2AACFE3632A4956DB5091A41 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.4/Another-Redis-Desktop-Manager-win-1.7.4-x64.exe + InstallerSha256: A7F9788DDA0BF9D6C52F9DF1E2E6D43D9823540F2AACFE3632A4956DB5091A41 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.locale.en-US.yaml b/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.locale.en-US.yaml new file mode 100644 index 000000000000..fe265ff983a1 --- /dev/null +++ b/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.locale.en-US.yaml @@ -0,0 +1,37 @@ +# 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: qishibo.AnotherRedisDesktopManager +PackageVersion: 1.7.4 +PackageLocale: en-US +Publisher: Another +PublisherUrl: https://github.com/qishibo/AnotherRedisDesktopManager +PublisherSupportUrl: https://github.com/qishibo/AnotherRedisDesktopManager/issues +PrivacyUrl: https://github.com/qishibo/AnotherRedisDesktopManager/blob/master/PRIVACY.md +Author: qii404.me +PackageName: Another Redis Desktop Manager +PackageUrl: https://github.com/qishibo/AnotherRedisDesktopManager +License: MIT +LicenseUrl: https://github.com/qishibo/AnotherRedisDesktopManager/blob/HEAD/LICENSE +Copyright: Copyright (c) qii404.me +CopyrightUrl: https://raw.githubusercontent.com/qishibo/AnotherRedisDesktopManager/master/LICENSE +ShortDescription: A faster, better and more stable redis desktop manager. +Description: |- + A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. + What's more, it won't crash when loading a large number of keys. +Tags: +- redis-cluster +- redis-desktop-manager +- redis-gui-client +- redis-sentinel +- redis-ssh-ssl +ReleaseNotes: |- + Change Log + - 🔨 Test connection support! + - 🖨️ CMD logs click to copy + - ⏱️ TimeSeries\↗️Vector\🚀ARRAY type support! + - 🚛 Protobuf\Stream optimize. + - 🐞 Bug fix. +ReleaseNotesUrl: https://github.com/qishibo/AnotherRedisDesktopManager/releases/tag/v1.7.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.yaml b/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.yaml new file mode 100644 index 000000000000..4a19ccd6d6e7 --- /dev/null +++ b/manifests/q/qishibo/AnotherRedisDesktopManager/1.7.4/qishibo.AnotherRedisDesktopManager.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: qishibo.AnotherRedisDesktopManager +PackageVersion: 1.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.installer.yaml b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.installer.yaml new file mode 100644 index 000000000000..177e9cd645cd --- /dev/null +++ b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sakana-yuyu.DeepSeekHarnessDesktop +PackageVersion: desktop-v0.1.0-rc.8-0.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: DeepSeek Harness +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Sakana-yuyu/deepseek-harness-desktop/releases/download/desktop-v0.1.0-rc.8-0.1/deepseek-harness-0.1.0-rc.8-0.1-windows-x64-setup.exe + InstallerSha256: 19859554B3AC97612EA6ADD121CBEB1BD0615B188F12BFC624DEEC337CD03536 +- Architecture: x86 + InstallerUrl: https://github.com/Sakana-yuyu/deepseek-harness-desktop/releases/download/desktop-v0.1.0-rc.8-0.1/deepseek-harness-0.1.0-rc.8-0.1-windows-x64-setup.exe + InstallerSha256: 19859554B3AC97612EA6ADD121CBEB1BD0615B188F12BFC624DEEC337CD03536 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.locale.en-US.yaml b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..1e17b53015a1 --- /dev/null +++ b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sakana-yuyu.DeepSeekHarnessDesktop +PackageVersion: desktop-v0.1.0-rc.8-0.1 +PackageLocale: en-US +ShortDescription: A cross-platform Tauri desktop shell for the DeepSeek Harness dsh web interface. +Description: DeepSeek Harness Desktop is a cross-platform Tauri/WebView desktop shell for the DeepSeek Harness dsh web interface, with a custom title bar, system tray, signed automatic updates, and task-completion alerts. On first launch, it checks for Node.js, pnpm, and an existing ~/.dsh home, downloading missing runtime and production dependencies when needed. +Tags: +- ai +- deepseek +- deepseek-harness +- dsh +- large-language-model +- llm +ReleaseNotes: |- + DeepSeek Harness Desktop is a Tauri/WebView shell for the existing dsh web interface. + The installer contains a trimmed Harness source tree without node_modules. On first launch, the app scans the host for Node / pnpm and an existing ~/.dsh home, downloads only what is missing, starts the local Harness web host, and opens it in the desktop WebView. + What's new + - Refreshes the bundled Harness source to upstream dsh@0.1.0-rc.8, with the upstream changes since rc.7 to the agent loop, web UI, and tools. + - Keeps the 0.1.0-rc.7-0.2 provisioning fixes: derived workspace declarations, bootable-tree fallback, install deadlines, and harness-tree cleanup. + - Windows installation closes a running desktop process before replacing files and refreshes an existing desktop shortcut with the versioned DeepSeek fish icon. +ReleaseNotesUrl: https://github.com/Sakana-yuyu/deepseek-harness-desktop/releases/tag/desktop-v0.1.0-rc.5-0.5 +InstallationNotes: On first launch, the application checks for compatible Node.js, pnpm, and an existing ~/.dsh home; it downloads missing runtime and production dependencies when needed. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.locale.zh-CN.yaml b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..2a839c05988f --- /dev/null +++ b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.locale.zh-CN.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: Sakana-yuyu.DeepSeekHarnessDesktop +PackageVersion: desktop-v0.1.0-rc.8-0.1 +PackageLocale: zh-CN +Publisher: deepseek +PublisherUrl: https://github.com/Sakana-yuyu +PublisherSupportUrl: https://github.com/Sakana-yuyu/deepseek-harness-desktop/issues +Author: Sakana-yuyu +PackageName: DeepSeek Harness +PackageUrl: https://github.com/Sakana-yuyu/deepseek-harness-desktop +License: MIT +LicenseUrl: https://github.com/Sakana-yuyu/deepseek-harness-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 DeepSeek +ShortDescription: DeepSeek Harness 的跨平台 Tauri 桌面外壳。 +Description: DeepSeek Harness Desktop 是 DeepSeek Harness dsh web 界面的跨平台 Tauri/WebView 桌面外壳,提供自定义标题栏、系统托盘、签名自动更新和任务完成提醒。应用首次启动时会检查本机的 Node.js、pnpm 和 ~/.dsh 主目录,并在缺少时下载所需运行时和生产依赖。 +Tags: +- deepseek +- deepseek-harness +- dsh +- 大模型 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + DeepSeek Harness Desktop 是现有 dsh web 界面的 Tauri/WebView 外壳。 + 安装包包含裁剪后的 Harness 源码树,不含 node_modules。首次启动会扫描本机 Node / pnpm 和已有 ~/.dsh 主目录,只下载缺失部分,然后启动本地 Harness Web Host,并在桌面 WebView 中打开。 + 更新内容 + - 内置 Harness 源码更新至上游 dsh@0.1.0-rc.8,包含 rc.7 以来上游对 agent 循环、Web 界面和工具的更新。 + - 保留 0.1.0-rc.7-0.2 的预配修复:workspace 声明派生、可启动树回退、安装期限与 harness 树清理。 + - Windows 安装会先关闭正在运行的桌面进程再替换文件,并用带版本号的 DeepSeek 鱼形图标刷新已有桌面快捷方式。 +ReleaseNotesUrl: https://github.com/Sakana-yuyu/deepseek-harness-desktop/releases/tag/desktop-v0.1.0-rc.8-0.1 +InstallationNotes: 首次启动会检查本机是否已有兼容的 Node.js、pnpm 和 ~/.dsh 主目录;缺少时会下载所需运行时和生产依赖。 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.yaml b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.yaml new file mode 100644 index 000000000000..eee4eafe82ce --- /dev/null +++ b/manifests/s/Sakana-yuyu/DeepSeekHarnessDesktop/desktop-v0.1.0-rc.8-0.1/Sakana-yuyu.DeepSeekHarnessDesktop.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: Sakana-yuyu.DeepSeekHarnessDesktop +PackageVersion: desktop-v0.1.0-rc.8-0.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.installer.yaml b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.installer.yaml new file mode 100644 index 000000000000..6e8fe866b637 --- /dev/null +++ b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sakana-yuyu.cursor-byok +PackageVersion: 0.0.97 +InstallerType: nullsoft +Scope: machine +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Sakana-yuyu/cursor-byok/releases/download/v0.0.97/cursor-byok-0.0.97-windows-x32-installer.exe + InstallerSha256: 37FCC264A8F314EBEA45371FFF3A982D30886B982B754F2138561E1249C95BB1 + ProductCode: SakanaCursor助手 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Sakana\Cursor助手' +- Architecture: x64 + InstallerUrl: https://github.com/Sakana-yuyu/cursor-byok/releases/download/v0.0.97/cursor-byok-0.0.97-windows-x64-installer.exe + InstallerSha256: 8C0C0E5165CA7BC67C8AD96366F8ABB09FC55B955C9FCED91B394BD5AA1CD6AA + ProductCode: SakanaCursor助手 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Sakana\Cursor助手' +- Architecture: arm64 + InstallerUrl: https://github.com/Sakana-yuyu/cursor-byok/releases/download/v0.0.97/cursor-byok-0.0.97-windows-arm64-installer.exe + InstallerSha256: 65F737E87E4E441DFF162F55297FBD2813B615F4539D644BA6CAFB03F8BA9875 + ProductCode: SakanaCursor助手 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Sakana\Cursor助手' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.locale.en-US.yaml b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.locale.en-US.yaml new file mode 100644 index 000000000000..b97088fc2f40 --- /dev/null +++ b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sakana-yuyu.cursor-byok +PackageVersion: 0.0.97 +PackageLocale: en-US +ShortDescription: Local model adaptation, proxy gateway, usage statistics, and agent workbench for Cursor. +Description: "Bring your own model API to Cursor and handle supplier management, protocol adaptation, model routing, usage statistics, automatic delegation, and troubleshooting locally. Cursor delivers the editor and agent experience, while Cursor助手 keeps the model connections and local runtime in order: keep using Cursor's tool calls and task workflows while freely choosing official APIs, compatible gateways, or self-hosted services." +Tags: +- byok +- cursor +- proxy +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.locale.zh-CN.yaml b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.locale.zh-CN.yaml new file mode 100644 index 000000000000..b6689f04d3f9 --- /dev/null +++ b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sakana-yuyu.cursor-byok +PackageVersion: 0.0.97 +PackageLocale: zh-CN +Publisher: Sakana +PublisherUrl: https://github.com/Sakana-yuyu +PublisherSupportUrl: https://github.com/Sakana-yuyu/cursor-byok/issues +PackageName: Cursor助手 +PackageUrl: https://github.com/Sakana-yuyu/cursor-byok +License: MIT +LicenseUrl: https://github.com/Sakana-yuyu/cursor-byok/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 leookun +ShortDescription: 面向 Cursor 的本地模型适配、代理网关、用量统计与 Agent 工作台。 +Description: 把自己的模型 API 接入 Cursor,在本地完成供应商管理、协议适配、模型路由、用量统计、自动委派和问题排查。Cursor 本身负责优秀的编辑器与 Agent 体验,Cursor助手负责把模型连接与本地运行链路整理好:你可以继续使用 Cursor 的工具调用和任务工作流,同时自由选择官方 API、兼容网关或自建服务。 +Tags: +- byok +- cursor +- 代理 +ReleaseNotes: |- + v0.0.97 + 修复 + - 损坏会话自愈:本地会话历史文件(state.json/context.json)因断电、磁盘写入被拒等原因损坏时,不再让该会话永远报「服务发生异常」。现在会自动把损坏文件隔离为 .corrupt-<时间戳> 备份,并从 Cursor 客户端自带的会话状态重建,旧对话可直接继续使用,无需手动删目录。 + - 失败原因可查:回合失败时日志新增 forwarder turn failed ... cause=...,记录真实根因(如 JSON 解析错误、Access is denied 等),不再只有通用文案,远程排障不再靠猜。 + - 日志脱敏:「自动配对上下文窗口」探测失败日志中的供应商 API key 现在只保留首尾少量字符,其余掩码,app.log 不再出现明文密钥。 + 提示:若遇到新对话正常、旧对话报错的情况,安装本版本后在旧对话里直接发一条消息即可自动恢复。 + Windows 用户注意:安装时若被 SmartScreen 拦截,点击“更多信息”后选择“仍要运行”。 +ReleaseNotesUrl: https://github.com/Sakana-yuyu/cursor-byok/releases/tag/v0.0.97 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.yaml b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.yaml new file mode 100644 index 000000000000..cdb1290d9340 --- /dev/null +++ b/manifests/s/Sakana-yuyu/cursor-byok/0.0.97/Sakana-yuyu.cursor-byok.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: Sakana-yuyu.cursor-byok +PackageVersion: 0.0.97 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml index 14fde9afc38c..41968b55e550 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml @@ -8,13 +8,13 @@ Scope: machine Protocols: - http - https -ProductCode: '{81F6C1EA-9F26-49B2-BAC0-FBEDE6863BFF}' -ReleaseDate: 2026-08-19 +ProductCode: '{A48815D6-D9BE-401E-A3E9-3F716939BB41}' +ReleaseDate: 2026-08-20 AppsAndFeaturesEntries: - DisplayName: ServoShell Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-08-18/servo-x86_64-windows-msvc.exe - InstallerSha256: 44F565033943FD1DBDD0A12BB89AA1BB2458FC4A059290418DBF2E60D2F9BEC1 + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-08-19/servo-x86_64-windows-msvc.exe + InstallerSha256: F87D9A977F5B9A45F9DC88904F8F963F79AB2CDAB81486979D393EB3AD9A3E80 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml index 11d276c7d527..3545d3e817d8 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml @@ -19,8 +19,8 @@ Tags: - web - web-browser - webpage -ReleaseNotes: Nightly build based on servo/servo@cae28d4ff858a6748bd3afd6cea11fc7bd1c2012 -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-08-18 +ReleaseNotes: Nightly build based on servo/servo@acc63cef0bd48d8cd694c02edf2e20327fcf4b9e +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-08-19 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki diff --git a/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.installer.yaml b/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.installer.yaml new file mode 100644 index 000000000000..bbc445228bdb --- /dev/null +++ b/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sidero.talosctl +PackageVersion: 1.13.9 +InstallerLocale: en-US +InstallerType: portable +Commands: +- talosctl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/siderolabs/talos/releases/download/v1.13.9/talosctl-windows-amd64.exe + InstallerSha256: AE82483D1DD3A0BD879BE5D204FB430CEB7688E8D3036D07A1783D31DEC235F2 +- Architecture: arm64 + InstallerUrl: https://github.com/siderolabs/talos/releases/download/v1.13.9/talosctl-windows-arm64.exe + InstallerSha256: E9E01535529F64D90222BC97D191008F2771D439452CA58D15E914F67F1E2D6A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-19 diff --git a/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.locale.en-US.yaml b/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.locale.en-US.yaml new file mode 100644 index 000000000000..2b5a2ccb6210 --- /dev/null +++ b/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sidero.talosctl +PackageVersion: 1.13.9 +PackageLocale: en-US +Publisher: Sidero Labs +PublisherUrl: https://www.talos.dev +PublisherSupportUrl: https://github.com/siderolabs/talos/issues +PrivacyUrl: https://www.siderolabs.com/privacy-policy/ +Author: Sidero Labs +PackageName: talosctl +PackageUrl: https://www.talos.dev/ +License: Mozilla Public License 2.0 +LicenseUrl: https://github.com/siderolabs/talos/blob/main/LICENSE +ShortDescription: A command line tool for communicating with a Talos cluster +Tags: +- k8s +- kubernetes +- talos +ReleaseNotesUrl: https://github.com/siderolabs/talos/releases/tag/v1.13.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.yaml b/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.yaml new file mode 100644 index 000000000000..34a13ae6be86 --- /dev/null +++ b/manifests/s/Sidero/talosctl/1.13.9/Sidero.talosctl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sidero.talosctl +PackageVersion: 1.13.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.installer.yaml similarity index 60% rename from manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.installer.yaml index 464393e28af0..69f9295240e0 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787175608-g1d824d +PackageVersion: 0.0.1787184152-g4608ac InstallerType: portable Commands: - amp Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2026-08-19 +ReleaseDate: 2026-08-20 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1787175608-g1d824d/amp-windows-x64-baseline.exe - InstallerSha256: 3E96E1A5AFFE4B7CA0DE9B892BA0EAB007441886D0E18B854C6949715CAAD851 + InstallerUrl: https://static.ampcode.com/cli/0.0.1787184152-g4608ac/amp-windows-x64-baseline.exe + InstallerSha256: 1D47EFD8E44F714BAA7741FF8563587C3FBBC571D8E23B2E8BF22B3A451FCBA8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.locale.en-US.yaml index ba3a7f568f85..3f48c6461bf4 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787175608-g1d824d +PackageVersion: 0.0.1787184152-g4608ac PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.locale.zh-CN.yaml index a8ac82cd72ff..867b27e0edc2 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787175608-g1d824d +PackageVersion: 0.0.1787184152-g4608ac PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.yaml index 9621f5180c24..27cb01182020 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1787175608-g1d824d/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1787184152-g4608ac/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787175608-g1d824d +PackageVersion: 0.0.1787184152-g4608ac DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/schollz/croc/11.2.2/schollz.croc.installer.yaml b/manifests/s/schollz/croc/11.2.2/schollz.croc.installer.yaml new file mode 100644 index 000000000000..34bb5bfeb096 --- /dev/null +++ b/manifests/s/schollz/croc/11.2.2/schollz.croc.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: schollz.croc +PackageVersion: 11.2.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: croc.exe +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/schollz/croc/releases/download/v11.2.2/croc_v11.2.2_Windows-64bit.zip + InstallerSha256: 09B75EB40EE95FFA7D78131821D4C7996F4299A0B68B345C04802C37E6A5AB02 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/schollz/croc/11.2.2/schollz.croc.locale.en-US.yaml b/manifests/s/schollz/croc/11.2.2/schollz.croc.locale.en-US.yaml new file mode 100644 index 000000000000..fdda4b444ce5 --- /dev/null +++ b/manifests/s/schollz/croc/11.2.2/schollz.croc.locale.en-US.yaml @@ -0,0 +1,35 @@ +# 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: schollz.croc +PackageVersion: 11.2.2 +PackageLocale: en-US +Publisher: schollz +PublisherUrl: https://schollz.com/ +PublisherSupportUrl: https://schollz.com/ +PackageName: croc +PackageUrl: https://github.com/schollz/croc +License: MIT +LicenseUrl: https://github.com/schollz/croc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017-2021 Zack +CopyrightUrl: https://github.com/schollz/croc/blob/main/LICENSE +ShortDescription: Easily and securely send things from one computer to another.Easily and securely send things from one computer to another. +Moniker: croc +Tags: +- cli +- data +- file-sharing +- file-transfer +- go +- magic-wormhole +- pake +- peer-to-peer +- transfer +ReleaseNotes: |- + What's Changed + - fix: web show link Fixes #1266 by @schollz in #1268 + - build(deps): bump azure/trusted-signing-action from 0.5.0 to 2.0.0 by @dependabot[bot] in #1267 + Full Changelog: v11.2.1...v11.2.2 +ReleaseNotesUrl: https://github.com/schollz/croc/releases/tag/v11.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/schollz/croc/11.2.2/schollz.croc.yaml b/manifests/s/schollz/croc/11.2.2/schollz.croc.yaml new file mode 100644 index 000000000000..9a318f6c5c19 --- /dev/null +++ b/manifests/s/schollz/croc/11.2.2/schollz.croc.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: schollz.croc +PackageVersion: 11.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.installer.yaml b/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.installer.yaml new file mode 100644 index 000000000000..ec16f462ecda --- /dev/null +++ b/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: TheQtCompanyLtd.QtCreator +PackageVersion: 20.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +ProductCode: "{C1E2C699-2C35-463C-8FD6-FCFD1DD02D66}" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/qt-creator/qt-creator/releases/download/v20.0.1/qtcreator-windows-x64-msvc-20.0.1.msi + InstallerSha256: CB2570FD31AC6D2B7E033AE2FD8ABA6052CD30FE90E6A1D07486A75498991458 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.locale.en-US.yaml b/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.locale.en-US.yaml new file mode 100644 index 000000000000..4d7b317d8c1e --- /dev/null +++ b/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.locale.en-US.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: TheQtCompanyLtd.QtCreator +PackageVersion: 20.0.1 +PackageLocale: en-US +Publisher: The Qt Company Ltd +PackageName: QtCreator +License: GPL3 +ShortDescription: A cross-platform Qt IDE +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.yaml b/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.yaml new file mode 100644 index 000000000000..ebcceed9c221 --- /dev/null +++ b/manifests/t/TheQtCompanyLtd/QtCreator/20.0.1/TheQtCompanyLtd.QtCreator.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: TheQtCompanyLtd.QtCreator +PackageVersion: 20.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.installer.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.installer.yaml similarity index 78% rename from manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.installer.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.installer.yaml index 6725135fcc92..e49342105b3c 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.installer.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.9 +PackageVersion: 6.43.10 InstallerType: exe Scope: machine InstallModes: @@ -13,10 +13,10 @@ InstallerSwitches: SilentWithProgress: /skipdlgs UpgradeBehavior: install ProductCode: Internet Download Manager -ReleaseDate: 2026-08-17 +ReleaseDate: 2026-08-20 Installers: - Architecture: x86 - InstallerUrl: https://download.internetdownloadmanager.com/idman643build9.exe - InstallerSha256: 9054F8941A9CD9749234E886A27DD0C82057359C67A2BC00E4D2DE018657A027 + InstallerUrl: https://download.internetdownloadmanager.com/idman643build10.exe + InstallerSha256: A79C0E275750BD9B15F83F1B2D71F4A09EED11A9D903E534448B322DB2ED392B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.locale.en-US.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.locale.en-US.yaml similarity index 87% rename from manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.locale.en-US.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.locale.en-US.yaml index 92f9ee31c707..5db76bea519b 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.locale.en-US.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.9 +PackageVersion: 6.43.10 PackageLocale: en-US Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ @@ -20,9 +20,11 @@ Tags: - download - downloader ReleaseNotes: |- + - Resolved the problem that caused a "403 Forbidden" error when downloading some files - HTTP/2 downloading has been improved - Fixed a bug when converting TS video to MP4 - - Fixed bugs + - Fixed a bug where the video file extension was incorrectly changed + - Other bugs fixed ReleaseNotesUrl: https://www.internetdownloadmanager.com/news.html PurchaseUrl: https://secure.internetdownloadmanager.com/buy_idm.html Documentations: diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.locale.zh-CN.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.locale.zh-CN.yaml similarity index 98% rename from manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.locale.zh-CN.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.locale.zh-CN.yaml index fc85e97c2cc0..17c9766d4e89 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.locale.zh-CN.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.9 +PackageVersion: 6.43.10 PackageLocale: zh-CN Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.yaml similarity index 91% rename from manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.yaml index a2ef516acbd8..0f5006e4298b 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.9/Tonec.InternetDownloadManager.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.10/Tonec.InternetDownloadManager.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.9 +PackageVersion: 6.43.10 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.installer.yaml b/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.installer.yaml new file mode 100644 index 000000000000..95e7e4b40658 --- /dev/null +++ b/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.installer.yaml @@ -0,0 +1,25 @@ +# 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: WenanLin.wenget +PackageVersion: 3.8.7 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- wenget +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/superyngo/wenget/releases/download/v3.8.7/wenget-windows-i686.exe + InstallerSha256: E5B7C48395D53160CA7522656BD764657D56EA1983D78CB8436DC62F3B3ACCAD +- Architecture: x64 + InstallerUrl: https://github.com/superyngo/wenget/releases/download/v3.8.7/wenget-windows-x86_64.exe + InstallerSha256: 651706C30BBF0F289217C6B1666914FAD2CC7419BD0189B0FA64226209EFC72B +- Architecture: arm64 + InstallerUrl: https://github.com/superyngo/wenget/releases/download/v3.8.7/wenget-windows-aarch64.exe + InstallerSha256: C73B29FFCA75535ACCFA22070C450F16012F618D5EEDE4D337150B48B5A5E0D7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.locale.en-US.yaml b/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.locale.en-US.yaml new file mode 100644 index 000000000000..96b493116d3e --- /dev/null +++ b/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.locale.en-US.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: WenanLin.wenget +PackageVersion: 3.8.7 +PackageLocale: en-US +Publisher: WenanLin Studio +PublisherUrl: https://github.com/superyngo +PublisherSupportUrl: https://github.com/superyngo/wenget/issues +PackageName: wenget +PackageUrl: https://github.com/superyngo/wenget +License: MIT +LicenseUrl: https://github.com/superyngo/wenget/blob/HEAD/LICENSE +ShortDescription: A cross-platform portable binary package manager powered by GitHub releases +Description: Wenget simplifies the installation and management of command-line tools and applications distributed through GitHub Releases. It automatically detects your platform, downloads the appropriate binaries, and manages them in an organized directory structure with support for buckets, scripts, and auto-updates. +Moniker: wenget +ReleaseNotes: |- + Release v3.8.7 + - feat(update): skip self-update on Windows when wenget was installed via winget; prompt to use 'winget upgrade WenanLin.wenget' instead + - feat(core): SHA-256 checksum verification for downloaded release assets (add, add , self-update) + 📦 下載 / Downloads + 請從下方選擇適合您系統的版本下載。 + Please download the appropriate version for your system from below. + 🔒 檔案校驗 / File Verification + 使用 SHA256SUMS 檔案驗證下載的檔案完整性。 + Use the SHA256SUMS file to verify the integrity of downloaded files. + 📝 自動生成的變更日誌 / Auto-generated Changelog + Full Changelog: v3.8.6...v3.8.7 +ReleaseNotesUrl: https://github.com/superyngo/wenget/releases/tag/v3.8.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.yaml b/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.yaml new file mode 100644 index 000000000000..af80ab550163 --- /dev/null +++ b/manifests/w/WenanLin/wenget/3.8.7/WenanLin.wenget.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: WenanLin.wenget +PackageVersion: 3.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.installer.yaml b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.installer.yaml new file mode 100644 index 000000000000..d03609db9481 --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.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: Wondershare.MobileTrans +PackageVersion: 5.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{72289023-823E-4AF7-A65F-C608481758AC}_is1' +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/mobiletrans_5.2.0_full5793.exe + InstallerSha256: D35CF4CA803CBADA9347D8FE80D22FAE3FE7761D72F1B4458F8B1619CF275716 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.locale.en-US.yaml b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.locale.en-US.yaml new file mode 100644 index 000000000000..82b71a8fa4ea --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.MobileTrans +PackageVersion: 5.2.0 +PackageLocale: en-US +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://mobiletrans.wondershare.com/help-center/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare MobileTrans +PackageUrl: https://mobiletrans.wondershare.com/ +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: Phone to phone data transfer for everyone. +Description: Wondershare MobileTrans is a secure, efficient, and professional phone to phone transfer software that helps you transfer contacts, music, photos, videos, WhatsApp messages, and more between devices. +Tags: +- backup +- data +- file +- mobile +- phone +- recover +- recovery +- restore +- transfer +- whatsapp +ReleaseNotes: 1. Fixed some bugs. +PurchaseUrl: https://mobiletrans.wondershare.com/buy/pricing-for-individuals-windows.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://mobiletrans.wondershare.com/guide/ +- DocumentLabel: FAQ + DocumentUrl: https://mobiletrans.wondershare.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.locale.zh-CN.yaml b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.locale.zh-CN.yaml new file mode 100644 index 000000000000..66250f430a23 --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.MobileTrans +PackageVersion: 5.2.0 +PackageLocale: zh-CN +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://mobiletrans.wondershare.com/help-center/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare MobileTrans +PackageUrl: https://mobiletrans.wondershare.com/ +License: 专有软件 +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: 适合每个人的手机文件传输 +Description: Wondershare MobileTrans 是一款安全、高效、专业的手机到手机传输软件,可帮助您在设备之间传输联系人、音乐、照片、视频、WhatsApp 消息等。 +Tags: +- whatsapp +- 传输 +- 备份 +- 恢复 +- 手机 +- 数据 +- 文件 +- 还原 +PurchaseUrl: https://mobiletrans.wondershare.com/buy/pricing-for-individuals-windows.html +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://mobiletrans.wondershare.com/guide/ +- DocumentLabel: 常见问题 + DocumentUrl: https://mobiletrans.wondershare.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.yaml b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.yaml new file mode 100644 index 000000000000..5e8d308d0c60 --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.2.0/Wondershare.MobileTrans.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: Wondershare.MobileTrans +PackageVersion: 5.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.installer.yaml b/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.installer.yaml new file mode 100644 index 000000000000..16cc9858d792 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.26.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.26.0/dotsider-mcp-win-x64.msi + InstallerSha256: C10F25B1B4A7D4C2C4982CCE193EFC15CD01EC93BDBB07545399631053EDCF03 + ProductCode: '{EC402F6B-0F8C-4AA6-AA5E-7CA78B5A50FD}' +- Architecture: arm64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.26.0/dotsider-mcp-win-arm64.msi + InstallerSha256: 4B6C6200D6CD85B302FD90798A0A57BE63C3117837E3444829DCB023532770E6 + ProductCode: '{2BADFC88-441B-451D-90FB-FDFEB6DF3B33}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.locale.en-US.yaml b/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.locale.en-US.yaml new file mode 100644 index 000000000000..c728d6ba0c80 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.26.0 +PackageLocale: en-US +Publisher: willibrandon +PublisherUrl: https://github.com/willibrandon +PublisherSupportUrl: https://github.com/willibrandon/dotsider/issues +PackageName: dotsider-mcp +PackageUrl: https://github.com/willibrandon/dotsider +License: MIT +LicenseUrl: https://github.com/willibrandon/dotsider/blob/main/LICENSE +ShortDescription: MCP server for AI-assisted .NET assembly analysis +Description: |- + dotsider-mcp is a standalone Model Context Protocol server that exposes + dotsider's .NET assembly analysis engine to AI coding assistants like + Claude Code, VS Code Copilot, and others. It provides 28 tools for + assembly analysis, IL disassembly, metadata inspection, dependency graphs, + size analysis, string extraction, diffing, and runtime tracing. +Tags: +- dotnet +- assembly +- mcp +- ai +- analysis +- il +- metadata +- devtools +ReleaseNotesUrl: https://github.com/willibrandon/dotsider/releases/tag/v0.26.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/willibrandon/dotsider/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.yaml b/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.yaml new file mode 100644 index 000000000000..cb67961f53d4 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.26.0/willibrandon.dotsider-mcp.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.installer.yaml b/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.installer.yaml new file mode 100644 index 000000000000..5448a412cdc6 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.26.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.26.0/dotsider-win-x64.msi + InstallerSha256: 9C214FAE46747F51D19E5342B629E36EAA1303CB9F927A5A18C63D127F5585F5 + ProductCode: '{E823B521-061D-4108-B200-728EA150B208}' +- Architecture: arm64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.26.0/dotsider-win-arm64.msi + InstallerSha256: 7653998567B02E9E29E68B3CAE049AEC33EB83A1D3B453463DF598C06AE9FDE4 + ProductCode: '{68F89906-8F25-4B3E-91CC-180F216889E5}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.locale.en-US.yaml b/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.locale.en-US.yaml new file mode 100644 index 000000000000..96221a137be0 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.26.0 +PackageLocale: en-US +Publisher: willibrandon +PublisherUrl: https://github.com/willibrandon +PublisherSupportUrl: https://github.com/willibrandon/dotsider/issues +PackageName: dotsider +PackageUrl: https://github.com/willibrandon/dotsider +License: MIT +LicenseUrl: https://github.com/willibrandon/dotsider/blob/main/LICENSE +ShortDescription: A TUI for analyzing .NET assemblies +Description: |- + dotsider is a terminal UI for analyzing .NET assemblies — structure, metadata, + IL disassembly, strings, hex dump, dependency graphs, size maps, and live + runtime tracing via EventPipe. It also supports assembly diffing and NuGet + package browsing. +Tags: +- dotnet +- assembly +- tui +- il +- metadata +- pe +- disassembler +- cli +- terminal +- devtools +ReleaseNotesUrl: https://github.com/willibrandon/dotsider/releases/tag/v0.26.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/willibrandon/dotsider/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.yaml b/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.yaml new file mode 100644 index 000000000000..d23852a7dcc9 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.26.0/willibrandon.dotsider.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.installer.yaml b/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.installer.yaml new file mode 100644 index 000000000000..7f3a1400e29b --- /dev/null +++ b/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Yaps.Yaps +PackageVersion: 2.3.1830 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/richawo/yaps-releases/releases/download/v2.3.1830/Yaps_2.3.1830_x64-setup.exe + InstallerSha256: B4ADA7696E3CD053323A9AF5FB448FD875DDFAE4449215DCB5B1279DEE502C65 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.locale.en-US.yaml b/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.locale.en-US.yaml new file mode 100644 index 000000000000..e779c54adc5b --- /dev/null +++ b/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yaps.Yaps +PackageVersion: 2.3.1830 +PackageLocale: en-US +Publisher: yaps +PublisherUrl: https://www.yaps.ai/ +PublisherSupportUrl: https://www.yaps.ai/support +PrivacyUrl: https://www.yaps.ai/privacy +PackageName: Yaps +PackageUrl: https://www.yaps.ai/download +License: Proprietary +LicenseUrl: https://www.yaps.ai/terms +Copyright: Copyright (c) 2026 Yaps. All rights reserved. +ShortDescription: Private, offline voice-to-text, text-to-speech, and notes for Windows. +Description: Yaps is a privacy-first voice productivity app with offline dictation, read-aloud, voice notes, and transcription tools. +Moniker: yaps +Tags: +- dictation +- notes +- offline +- productivity +- speech-to-text +- text-to-speech +- transcription +- voice +ReleaseNotesUrl: https://github.com/richawo/yaps-releases/releases/tag/v2.3.1830 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/richawo/yaps-releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.yaml b/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.yaml new file mode 100644 index 000000000000..11f9c4c56eb1 --- /dev/null +++ b/manifests/y/Yaps/Yaps/2.3.1830/Yaps.Yaps.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Yaps.Yaps +PackageVersion: 2.3.1830 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml index 2a78405f46a6..51fd939ee4eb 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-08-18 +ReleaseDate: 2026-08-20 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 16EC39ADC232DDDF2C707E53F5E2F4E2162FE77318D6B46342965999F722599B + InstallerSha256: 1115559EC4CEB536B35279967BFFDB5560800AB96F6223C132F8C915DF42CC87 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: EE8F0B4559C575141B56534E52AA8B6B27DE78D0171186E1A085B820C1ABEB18 + InstallerSha256: 2862E0EE90CE87BE3315A1E389AA64B220D68C8F463883F573CB429B01B00256 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer