diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..42d8b805b51be --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.17/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.7.17 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.7.17/opencodereview-windows-amd64.exe + InstallerSha256: A29F17E6CC67A721784DBE0DB2A5D3D2C35109323AAD78DDF3C11BB9AA2FA886 +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.7.17/opencodereview-windows-arm64.exe + InstallerSha256: D928D412F6466DDF4CDC0DD54D0A78A3C4B21149D2153CEC99028A6D5E5B30BF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..437f6b973e8ab --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.7.17 +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(opencode): add native OpenCode integration (#498) + - feat(allowlist): add Julia (.jl) support (#501) + - feat(rules): add macro correctness checks to Rust review (#475) + 🐛 Bug Fixes + - fix(tool): normalize code comment metadata enums (#481) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.7.16...v1.7.17 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.7.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..01e5dec6c5e7b --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.17/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.7.17 +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/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..f03e3028c133d --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.17/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.7.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.installer.yaml b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.installer.yaml new file mode 100644 index 0000000000000..29f8a536f7d20 --- /dev/null +++ b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.installer.yaml @@ -0,0 +1,163 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.Kiro +PackageVersion: 1.0.228 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- kiro +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{A2CA08B5-C756-463E-B13D-F051F4F11F0B}_is1' +ReleaseDate: 2026-07-26 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Kiro' +Installers: +- Architecture: x64 + InstallerUrl: https://prod.download.desktop.kiro.dev/releases/stable/win32-x64/signed/1.0.228/kiro-ide-1.0.228-stable-win32-x64.exe + InstallerSha256: 9DDFF81BF8A65F1C6B578E07801649BD55A55E4332E81E7B6C331733486B3174 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.locale.en-US.yaml b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.locale.en-US.yaml new file mode 100644 index 0000000000000..b59e3684cc3f7 --- /dev/null +++ b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.Kiro +PackageVersion: 1.0.228 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://kiro.dev/ +PublisherSupportUrl: https://github.com/kirodotdev/Kiro/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: Kiro +PackageUrl: https://kiro.dev/downloads/ +License: Proprietary +LicenseUrl: https://kiro.dev/license/ +Copyright: © 2026 Amazon.com, Inc. or its affiliates (collectively, "Amazon"). All Rights Reserved. +CopyrightUrl: https://kiro.dev/license/ +ShortDescription: An agentic IDE that helps you do your best work with features such as specs, steering, and hooks. +Description: Kiro is an agentic IDE that helps you go from prototype to production with spec-driven development. From simple to complex tasks, Kiro works alongside you to turn prompts into detailed specs, then into working code, docs, and tests—so what you build is exactly what you want and ready to share with your team. Kiro's agents help you solve challenging problems and automate tasks like generating documentation and unit tests. With Kiro, you can build beyond prototypes while being in the driver's seat every step of the way. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotes: |- + Global Hooks, Session Search, and Reliability Fixes + This release adds user-level global hooks, a searchable session history panel, and stronger reliability for corporate proxy environments. The agent now recovers automatically from interrupted responses and refreshes MCP tools dynamically. + Improvements + + Fixes +ReleaseNotesUrl: https://kiro.dev/changelog/ide/1-0-182/ +PurchaseUrl: https://kiro.dev/pricing/ +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://kiro.dev/docs/index +- DocumentLabel: FAQ + DocumentUrl: https://kiro.dev/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.locale.zh-CN.yaml b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7bfa4957c1d1b --- /dev/null +++ b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.Kiro +PackageVersion: 1.0.228 +PackageLocale: zh-CN +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +License: 专有软件 +ShortDescription: 一款智能代理 IDE,助您高效工作,具备规范制定、方向引导和钩子功能等特性。 +Description: Kiro 是一款智能代理 IDE,通过规范驱动开发帮助您从原型阶段直达生产部署。无论是简单任务还是复杂需求,Kiro 都能将您的指令转化为详细规范,继而生成可运行代码、文档及测试用例——确保最终成果完全符合预期并可直接交付团队使用。其智能代理系统不仅能协助攻克技术难题,还能自动完成文档生成、单元测试等任务。使用 Kiro,您能在全程掌控开发进程的同时,突破原型限制打造真正可落地的产品。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://kiro.dev/faq/ +- DocumentLabel: 文档 + DocumentUrl: https://kiro.dev/docs/index +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.yaml b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.yaml new file mode 100644 index 0000000000000..52fa67cffa67c --- /dev/null +++ b/manifests/a/Amazon/Kiro/1.0.228/Amazon.Kiro.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: Amazon.Kiro +PackageVersion: 1.0.228 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.installer.yaml b/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.installer.yaml new file mode 100644 index 0000000000000..e23a39d863b54 --- /dev/null +++ b/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.installer.yaml @@ -0,0 +1,20 @@ +# 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: archisman-panigrahi.QuickBib +PackageVersion: 0.9.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ReleaseDate: 2026-07-26 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\\Programs\\QuickBib' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/archisman-panigrahi/QuickBib/releases/download/v0.9.5/QuickBib-Installer-v0.9.5-x64.exe + InstallerSha256: 708EAB013C65645F4A64016B9DA5996F7FB93BBAFFE35B9815AA736287B5F0A5 +- Architecture: arm64 + InstallerUrl: https://github.com/archisman-panigrahi/QuickBib/releases/download/v0.9.5/QuickBib-Installer-v0.9.5-arm64.exe + InstallerSha256: A6B517C6464DB4C974DA570F2296AA67B626283FAA4F003002B1F2C5701E8C14 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.locale.en-US.yaml b/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.locale.en-US.yaml new file mode 100644 index 0000000000000..851fc5625da26 --- /dev/null +++ b/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.locale.en-US.yaml @@ -0,0 +1,18 @@ +# 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: archisman-panigrahi.QuickBib +PackageVersion: 0.9.5 +PackageLocale: en-US +Publisher: Archisman Panigrahi +PublisherUrl: https://github.com/archisman-panigrahi +PublisherSupportUrl: https://github.com/archisman-panigrahi/QuickBib/issues +PackageName: QuickBib +PackageUrl: https://github.com/archisman-panigrahi/QuickBib +License: GPL-3.0 +LicenseUrl: https://github.com/archisman-panigrahi/QuickBib/blob/HEAD/LICENSE +ShortDescription: QuickBib retrieves BibTeX entries from DOIs, arXiv IDs, article URLs and titles +ReleaseNotes: Accompanying doi2bib3 update https://github.com/archisman-panigrahi/doi2bib3/releases/tag/v1.4.2 +ReleaseNotesUrl: https://github.com/archisman-panigrahi/QuickBib/releases/tag/v0.9.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.yaml b/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.yaml new file mode 100644 index 0000000000000..2a74eeafa52f2 --- /dev/null +++ b/manifests/a/archisman-panigrahi/QuickBib/0.9.5/archisman-panigrahi.QuickBib.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: archisman-panigrahi.QuickBib +PackageVersion: 0.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 0000000000000..351308212080e --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.32.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.32.3/Termpolis.Setup.1.32.3.exe + InstallerSha256: 874F2F1439610C7B9F8B5DF9F8BAECCED0B32C3C9109C1FBB0E65C5FD99D30C6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 0000000000000..29f9eeb05f483 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.32.3 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: |- + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.32.2...v1.32.3 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.32.2...v1.32.3 +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.32.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ebac3e645f9e1 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.32.3 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.yaml new file mode 100644 index 0000000000000..a2e5508d01988 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.32.3/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.32.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.installer.yaml b/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.installer.yaml new file mode 100644 index 0000000000000..01d5fbc48ad34 --- /dev/null +++ b/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.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: datap-rs.DataPress +PackageVersion: 0.8.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: datapress.exe + PortableCommandAlias: datapress +Commands: +- datapress +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jeroenflvr/datapress/releases/download/v0.8.6/datapress-v0.8.6-x86_64-pc-windows-msvc.zip + InstallerSha256: AEF9FE800249C4C7DE7A76EC727BE92A4140D2F78862E9D6A6CBAEC0FF86DB6E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.locale.en-US.yaml b/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.locale.en-US.yaml new file mode 100644 index 0000000000000..fe9d0d5e35f22 --- /dev/null +++ b/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: datap-rs.DataPress +PackageVersion: 0.8.6 +PackageLocale: en-US +Publisher: DataPress +PublisherUrl: https://datap-rs.org/ +PublisherSupportUrl: https://github.com/jeroenflvr/datapress/issues +PackageName: DataPress +PackageUrl: https://datap-rs.org/ +License: MIT +LicenseUrl: https://github.com/jeroenflvr/datapress/blob/HEAD/LICENSE +ShortDescription: Fast multi-backend (DuckDB / DataFusion) HTTP server over Parquet and Delta datasets. +Description: DataPress turns Parquet and Delta datasets in object storage into fast, typed HTTP APIs — JSON and Arrow IPC — backed by DuckDB or Apache Arrow + DataFusion. The single `datapress` binary bundles both engines and selects one at runtime from `server.backend` in your datasets.toml. +Moniker: datapress +Tags: +- arrow +- data +- datafusion +- delta +- duckdb +- http-api +- parquet +- rust +ReleaseNotes: 'Full Changelog: v0.8.5...v0.8.6' +ReleaseNotesUrl: https://github.com/jeroenflvr/datapress/releases/tag/v0.8.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.yaml b/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.yaml new file mode 100644 index 0000000000000..a7b162f8158ab --- /dev/null +++ b/manifests/d/datap-rs/DataPress/0.8.6/datap-rs.DataPress.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: datap-rs.DataPress +PackageVersion: 0.8.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.installer.yaml b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.installer.yaml new file mode 100644 index 0000000000000..f1e8f5757b4e8 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.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: dreamlonglll.Mini-Term +PackageVersion: 0.7.1 +UpgradeBehavior: install +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.7.1/Mini-Term_0.7.1_x64-setup.exe + InstallerSha256: 574B50284F644B1C4C8731D5EF73DC5EA163B588D9DDF8318929F1230532D400 + ProductCode: Mini-Term +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.7.1/Mini-Term_0.7.1_x64_en-US.msi + InstallerSha256: E0F1F45468A4C992CEC21A99A26657B5E1D5AEA54284CD3464CE2333552AB0A5 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{D722792D-4CFB-405E-B37C-4E4856C01260}' + AppsAndFeaturesEntries: + - UpgradeCode: '{508EBA6B-F86F-54E3-A17E-094DDF898583}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.locale.en-US.yaml b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.locale.en-US.yaml new file mode 100644 index 0000000000000..a41ed27bcd019 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.7.1 +PackageLocale: en-US +License: Freeware +ShortDescription: Desktop Terminal Manager Built for the AI Era +Description: |- + An AI terminal management tool supporting multi-project, multi-terminal layout management + + Features + Terminal Core + - Multi-tab management — Independent tabs per project, drag-to-sort, status icons at a glance + - Recursive splitting — Horizontal/vertical nested splits, Allotment drag-to-adjust ratios + - High-performance rendering — xterm.js v6 + WebGL acceleration, automatic Canvas fallback + - 100K-line scrollback — Intercepts CSI 3J (ED3) commands, preserves scrollback history when Claude/Codex TUIs clear screen + - Terminal caching — Switching tabs/splits without rebuilding xterm instances, existing content preserved + - Copy & paste — Ctrl+Shift+C / Ctrl+Shift+V shortcuts + right-click menu, "Copy" auto-grayed when no selection; Windows large multi-line paste auto-chunked to prevent ConPTY line loss + - Long text paste — Clipboard text ≥10 lines or ≥2000 chars auto-saved as temp .txt and pastes quoted file path, avoiding AI tool performance and paste bracket issues with ultra-long content + - Image paste — Auto-detects screenshots in clipboard, saves as temp PNG via Win32 API and pastes quoted path, compatible with non-standard formats like PinPix + - File drag-drop — Files dragged to terminal auto-insert quoted absolute paths, compatible with spaces-in-path + - Multi-Shell config — Windows (cmd / powershell / pwsh), macOS (zsh / bash), Linux (bash / sh), freely add/remove + AI Process Awareness + - Real-time status detection — 500ms polling child process names, auto-identifies Claude/Codex, displays idle/working/error states + - Status aggregation — Panel → Tab → Project layered aggregation, priority: error > ai-working > ai-idle > idle + - Completion alert trio — Triggers immediately when AI task goes working → idle: + - Bottom-right Toast desktop notification (inactive projects only, deduplicated per project) + - Project list DONE badge, click to clear + - Taskbar flash (Windows) / Dock bounce (macOS), only when window unfocused + - Three toggles independently configurable + - Session entry/exit detection — Command echo identifies AI entry; double Ctrl+C / Ctrl+D or exit/quit/:quit/logout identifies exit + - Session history — Reads local Claude/Codex session history, right-click copy recovery command for quick resumption + - AI task markers — Auto-logs xterm on each Enter press in AI session, tab top-right ⚑ button drops down history submission list, click or Ctrl+Shift+↑/↓ to jump between markers, target line briefly highlighted + Project Management + - Project list — Left sidebar manages multiple project directories, one-click workspace switch, auto-restores last active project on restart + - Drag-to-add projects — Drag folders from Explorer to project list for quick add, auto-identifies files/folders/duplicates with visual feedback + - Nested groups — Up to 3-level project grouping, drag-to-sort, collapse/expand + - File tree — Integrated directory browser, nested .gitignore grayed out (per-subdirectory ignore rules and !pattern whitelists respected, consistent with git behavior), notify file watcher real-time refresh + - File operations — New file/folder, rename, view content in file tree (binary and oversized file friendly prompts) + - VS Code quick open — File tree top-right button opens current project with configured VS Code executable, path customizable in "Settings → System Settings → External Editor" + Git Integration + - File status — Git status colors in file tree (modified/added/deleted/conflict) + - Change Diff — Detailed Diff for working directory changes, Hunk line-level parsing, side-by-side/inline dual view + - Commit history — Browse repository commit log, cursor pagination (default 30 items) + - Commit Diff — View file changes for any commit, per-file switching + - Branch info — Local/remote branch list + - Source control panel — VS Code-style Changes panel, Staged/Changes/Untrackedg grouping, single-file and bulk stage/unstage/discard, Ctrl+Enter quick commit, list/tree view toggle + - Pull/Push — In-line repository buttons for one-click remote sync, refresh button reloads commit history and branch info + - Multi-repo discovery — Auto-scans all Git repositories under project directory (recursive 5 levels, skips node_modules, etc.) + Appearance & Configuration + - Activity Bar sidebar — Leftmost permanent 40px icon bar, Projects/Sessions/Files/Git panel toggles, independent show/hide control, active state blue vertical bar indicator, state persistence + - Three theme modes — Auto (follow system)/Light/Dark, dark based on Warm Carbon warm charcoal tones, custom CSS variable system + - Independent font adjustment — UI and terminal font sizes separately adjustable (10-20px), terminal optional UI theme following + - Layout persistence — Split ratios, tabs, window size/position auto-saved and restored on restart (tauri-plugin-window-state) + - Close confirmation — Pre-close confirmation dialog, flushes all project layouts to prevent accidental operations + - Version check — Fetches GitHub Release on startup, title bar shows new version notification + - Settings center — Unified SettingsModal manages themes, fonts, Shell, AI notifications and all other toggles +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.locale.zh-CN.yaml b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.locale.zh-CN.yaml new file mode 100644 index 0000000000000..75f8c048c21cb --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.locale.zh-CN.yaml @@ -0,0 +1,93 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.7.1 +PackageLocale: zh-CN +Publisher: tauri-app +PublisherUrl: https://github.com/dreamlonglll +PublisherSupportUrl: https://github.com/dreamlonglll/mini-term/issues +PackageName: Mini-Term +PackageUrl: https://github.com/dreamlonglll/mini-term +License: 免费软件 +ShortDescription: 为 AI 时代打造的桌面终端管理器 +Description: |- + 一个 AI 终端管理工具,支持多项目、多终端布局管理 + + 功能特性 + 终端核心 + - 多标签管理 — 每个项目独立标签页,拖拽排序,状态图标一目了然 + - 递归分屏 — 横向 / 纵向任意嵌套分屏,Allotment 拖拽调整比例 + - 高性能渲染 — xterm.js v6 + WebGL 加速,自动降级为 Canvas + - 10 万行滚动缓冲 — 拦截 CSI 3J(ED3)指令,Claude / Codex 等 TUI 清屏时保留上滚历史 + - 终端缓存 — 切换标签 / 分屏不重建 xterm 实例,已有内容不丢失 + - 复制粘贴 — Ctrl+Shift+C / Ctrl+Shift+V 快捷键 + 右键菜单,未选中时"复制"自动置灰;Windows 大段多行粘贴自动分块写入,防止 ConPTY 丢行 + - 长文本粘贴 — 剪贴板文本 ≥10 行或 ≥2000 字符时自动转存为临时 .txt 并粘贴带引号的文件路径,避免 AI 工具直接处理超长内容引发性能与 paste bracket 问题 + - 图片粘贴 — 剪贴板含截图时自动检测,通过 Win32 API 保存为临时 PNG 并粘贴带引号的路径,兼容 PinPix 等非标准格式 + - 文件拖拽 — 文件拖到终端自动插入带引号的绝对路径,兼容含空格的路径 + - 多 Shell 配置 — Windows(cmd / powershell / pwsh)、macOS(zsh / bash)、Linux(bash / sh)等,可自由增删 + AI 进程感知 + - 实时状态检测 — 500ms 轮询子进程名,自动识别 Claude / Codex,显示 idle / working / error 状态 + - 状态聚合 — 面板 → 标签页 → 项目逐层聚合,优先级 error > ai-working > ai-idle > idle + - 完成提醒三件套 — AI 任务从 working → idle 时立刻触发: + - 右下角 Toast 桌面通知(仅非活跃项目弹出,同项目去重) + - 项目列表 DONE 徽章,点击清除 + - 任务栏闪烁(Windows)/ Dock 跳动(macOS),窗口失焦时才触发 + - 三个开关独立可配 + - 会话进出检测 — 命令 echo 识别进入 AI;双击 Ctrl+C / Ctrl+D 或 exit / quit / :quit / /logout 识别退出 + - 会话历史 — 读取本地 Claude / Codex 历史会话记录,右键复制恢复命令快速续接 + - AI 任务标记 — AI 会话内每次用户按 Enter 自动在 xterm 打点,标签右上角 ⚑ 按钮下拉展示历史提交列表,点击或 Ctrl+Shift+↑/↓ 在标记间跳转,目标行短暂高亮提示 + 项目管理 + - 项目列表 — 左侧边栏管理多个项目目录,一键切换工作区,重启自动恢复上次激活项目 + - 拖拽添加项目 — 从资源管理器拖拽文件夹到项目列表即可快速添加,自动识别文件 / 文件夹 / 重复项目并给出视觉反馈 + - 嵌套分组 — 最多 3 级项目分组,拖拽排序,折叠 / 展开 + - 文件树 — 集成目录浏览器,嵌套 .gitignore 置灰(每层子目录的忽略规则与 !pattern 白名单都会生效,与 git 行为一致),notify 文件监听实时刷新 + - 文件操作 — 文件树内新建文件 / 文件夹、重命名、查看内容(二进制与超大文件友好提示) + - VS Code 快捷打开 — 文件树右上角按钮一键用配置的 VS Code 可执行文件打开当前项目,路径可在「设置 → 系统设置 → 外部编辑器」自定义 + Git 集成 + - 文件状态 — 文件树显示 Git 状态颜色(修改 / 新增 / 删除 / 冲突) + - 变更 Diff — 工作区文件变更的详细 Diff,Hunk 行级解析,并排 / 内联双视图 + - 提交历史 — 浏览仓库提交记录,游标分页加载(默认 30 条) + - 提交 Diff — 查看任意提交的文件变更,逐文件切换 + - 分支信息 — 本地 / 远程分支列表 + - 源码控制面板 — VS Code 风格 Changes 面板,Staged / Changes / Untracked 分组展示,支持单文件和全量 stage / unstage / discard,Ctrl+Enter 快速提交,列表与树形视图切换 + - Pull / Push — 仓库行内按钮一键同步远端,支持刷新按钮重新加载提交记录与分支信息 + - 多仓库发现 — 自动扫描项目目录下所有 Git 仓库(递归 5 层,跳过 node_modules 等) + 外观与配置 + - Activity Bar 侧边栏 — 最左侧常驻 40px 图标栏,含 Projects / Sessions / Files / Git 四个面板开关,独立控制显隐,激活态蓝色竖条指示,状态持久化 + - 三种主题模式 — Auto(跟随系统)/ Light / Dark,深色基于 Warm Carbon 暖炭色调,自定义 CSS 变量体系 + - 字体独立调节 — UI 与终端字号分别可调(10-20px),终端可选是否跟随 UI 主题 + - 布局持久化 — 分屏比例、标签页、窗口大小 / 位置自动保存,重启恢复(tauri-plugin-window-state) + - 关闭确认 — 关闭窗口前二次确认,并 flush 所有项目布局,避免误操作 + - 版本检查 — 启动时拉取 GitHub Release,标题栏显示新版本提示 + - 设置中心 — 统一的 SettingsModal 管理主题、字体、Shell、AI 通知等所有开关 +ReleaseNotes: |- + 更新内容 + 上一版让手机能看桌面上跑着的 AI,这一版让手机能开一个新的:右下角 + → 选项目 → 选启动器,桌面端后台把 agent 拉起来,不打断你桌面上正在看的现场。 + 自托管中转的用户请注意:本版中转协议升到 v2 并加了桌面端接入密钥,必须重新部署中转并配置 MT_RELAY_DESKTOP_KEY,否则桌面端连不上(fail-closed 的有意代价)。三步走完即恢复,见部署文档的「升级与运维」一节。 + 新功能 + - 手机发起新 AI 会话 — 右下角 + → 选项目 → 选 AI 启动器,桌面端在该项目后台开一个终端标签并把 agent 拉起来;会话真起来后手机自动进入它的对话镜像,桌面端弹通知提示(凭证被盗时这是唯一的审计迹象,所以即便不切过去也要弹)。 + - AI 启动器 — 桌面端「移动端」面板里维护的具名条目(名称 / shell / 命令,默认预置 Claude / Codex)。手机只按 id 引用、只看得到名字,命令文本从不经过手机或中转——这是设计边界,不是实现细节。 + - 选项目按桌面端分组层级展示 — 发起弹层里的项目列表还原桌面端侧栏的分组结构:折叠箭头 + 组名 + 项目计数,可逐级折叠。折叠状态存在手机本地,桌面端折叠了什么与手机无关。 + - 会话重命名 — 手机上给会话改个看得懂的名字(列表行的 ✎ 或镜像页标题),同步显示在桌面端的终端标签上;留空恢复默认名。 + 变更 + - 中转协议 v2 — 桌面端接入中转需要携带共享密钥 MT_RELAY_DESKTOP_KEY。中转地址不是秘密(PWA 就托管在它上面,地址早已躺在手机浏览器历史里),因此 /ws/desktop 端点必须自己鉴权。未配置密钥的中转会拒绝一切桌面端连接——"能跑起来"不等于"配好了",宁可让你立刻发现。 + - 版本不匹配时握手明确拒绝并提示升级,不会静默错乱;填错密钥时桌面端显示「接入密钥不正确」并停止重连(配置问题不是网络问题,重试无意义)。 + 安全性 + - 中转日志只记录鉴权失败这件事,不记录密钥本身。 + - 移动端发起会话时,桌面端只校验"目标项目存在且支持",不校验命令内容——命令来自桌面端自己的配置,这道边界本身就是防线。 + - SSH 远程项目与 WSL 根项目在发起弹层里置灰:在那里开会话只能盲发指令、看不到回复。 + 下载 + + | 平台 | 产物 | + | --------------------- | ----------------------------------------------------------------------------------------- | + | Windows | Mini-Term_0.7.1_x64-setup.exe(推荐)· Mini-Term_0.7.1_x64_en-US.msi | + | macOS (Apple Silicon) | Mini-Term_0.7.1_aarch64.dmg · Mini-Term_aarch64.app.tar.gz | + | Linux | Mini-Term_0.7.1_amd64.AppImage · Mini-Term_0.7.1_amd64.deb · Mini-Term-0.7.1-1.x86_64.rpm | + + macOS 提示:产物未经 Apple Developer ID 签名,双击可能提示「已损坏,移到废纸篓」。把 .app 拖入 /Applications 后执行一次 xattr -cr /Applications/Mini-Term.app 即可正常启动,每次升级后需重新执行。 + 平台支持:Windows 为主要支持平台,macOS / Linux 代码层面已支持但未经充分打磨。 + 完整变更:https://github.com/dreamlonglll/mini-term/compare/v0.7.0...v0.7.1 +ReleaseNotesUrl: https://github.com/dreamlonglll/mini-term/releases/tag/v0.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.yaml b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.yaml new file mode 100644 index 0000000000000..70d323560f067 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.7.1/dreamlonglll.Mini-Term.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: dreamlonglll.Mini-Term +PackageVersion: 0.7.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.17.21/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 0000000000000..0c05b39aeda88 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/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.17.21 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ReasonixReasonix +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.17.21/Reasonix-windows-amd64-installer.exe + InstallerSha256: 14829D1824345DB58EB8BA9A06403EFCFE6763AE0F6170C1F0E165A5C1BF10E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.17.21/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..11b0b467c17a4 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/ESEngine.ReasonixDesktop.locale.en-US.yaml @@ -0,0 +1,88 @@ +# 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.17.21 +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: |- + 此稳定版带来确定性规划、可靠的粘贴撤销、内嵌正则搜索和原生崩溃诊断。同时将 CLI 诊断与终端界面隔离,使提供程序重试可取消,解决会话所有权冲突,并强化插件 Hooks。安全改进包括所有 Windows 可执行文件的 Authenticode 签名、日志凭据脱敏,以及更新依赖项以关闭 12 项安全公告。 + English → · 网页版完整更新日志 → + 使用攻略 + - 用户指南 — Reasonix Desktop 的官方用户指南。 + - 用户指南(中文) — Reasonix Desktop 的中文用户指南。 + - 规范 — Reasonix 规范。 + - 规范(中文) — Reasonix 的中文规范。 + 概览 + Reasonix v1.17.21 — 更智能的规划、更安全的执行与更可靠的桌面体验 + 此稳定版带来确定性规划、可靠的粘贴撤销、内嵌正则搜索和原生崩溃诊断。同时将 CLI 诊断与终端界面隔离,使提供程序重试可取消,解决会话所有权冲突,并强化插件 Hooks。安全改进包括所有 Windows 可执行文件的 Authenticode 签名、日志凭据脱敏,以及更新依赖项以关闭 12 项安全公告。 + 发布日期:2026-07-25 + 重点内容 + - 代码预览中的内嵌正则搜索 — 新增正则开关,通过限时执行(Worker 超时)在代码视图中启用安全的模式搜索,并提供了完整的结果限制和错误处理。 (#6923) + - Windows 上 Ctrl+Z 粘贴撤销 — 程序化粘贴操作现在按草稿跟踪事务历史,支持 Ctrl+Z 撤销粘贴,同时保留原生输入历史和富编辑器状态。 (#6571) + - 原生崩溃诊断 — 捕获 Go 运行时致命输出并分类异常退出,采用有界 10 报告队列。包含 Windows 响应检查和崩溃 Worker 集成。 (#6900) + - 确定性规划器路由 — 将布尔规划器开关替换为明确的规划-执行、规划-批准和仅规划路由,并支持轻/全规划深度和有界研究。 (#6918) + - 默认信任 MCP 和 Hooks — 项目及已安装的 MCP 服务器和 Hooks 现在加载时无需单独信任确认,移除了信任状态。重复名称会确定性解析。 (#6889) + - 减少 Auto 失败恢复打断 — 工具失败现在被视为执行可靠性信号而非任务范围批准边界,无关工作和只读诊断会自动继续。 (#6896) + - 重构的代码预览搜索栏 — 全宽搜索工具栏替换为不遮挡代码的紧凑浮动弹窗,同时行号使用 content-box 尺寸正确对齐。 (#6910) + - 代码字体在对话和文件预览中生效 — 排版设置中选择的代码字体现在正确应用于对话代码块和带行号的文件预览,覆盖浏览器默认值。 (#6925) + - 提供程序重试可取消 — 重试状态被视为权威前台活动,因此停止按钮保持响应,过时的空闲快照无法隐藏取消控件。 (#6902) + - 清晰的 CLI 诊断与原子会话恢复 — 交互式 CLI 诊断和插件标准错误现在写入私有有界日志,不再干扰 TUI;同时,恢复租约所有权与原地历史变更保持失败原子性。 (#6912) + - 会话运行时所有权冲突已解决 — 每个规范会话现在有一个进程内的本地会话运行时所有者,防止在 Goal + Delivery 及重复标签页中出现误导性的“租约阻塞”错误。 (#6897) + - 跨平台插件 Hook 执行 — 插件 Hook 执行契约现在正确保留显式 exec 与 shell 形式,复合 CMD/PowerShell 脚本原样传输且不重新渲染令牌。 (#6911) + - 全部 Windows 可执行文件已签名 — Windows 安装程序中的每个载荷可执行文件现在均已 Authenticode 签名,防止安装或更新后 Windows Defender 隔离应用。 (#6904) + - 错误日志脱敏 — 错误日志中的凭据和 URL 用户信息在写入前被屏蔽,解决了 CodeQL 警报并防止敏感数据泄露。 (#6924) + - 依赖安全补丁 — 更新了 Astro、PostCSS、sharp、SVGO、DOMPurify 等依赖项,关闭了六个漏洞系列中的 12 个 Dependabot 警报。 (#6922) + 新功能 + - 代码预览中的内嵌正则搜索 — 添加带 Worker 超时的有界正则搜索,限制模式和源码长度,并设置结果上限。支持字面量和正则切换。 (#6923) + - Ctrl+Z 粘贴撤销 — 按草稿跟踪程序化粘贴编辑,保留原生输入顺序。在右键菜单和快捷键目录中添加撤销/重做。 (#6571) + - 原生崩溃诊断 — 捕获 Go 致命输出,分类退出并排队最多 10 份报告。包含生命周期信号和 WebView2 检查。 (#6900) + - 确定性规划器路由 — 用显式路由(规划-执行、规划-批准、仅规划)和轻/全深度替换布尔开关。 (#6918) + - 默认信任 MCP 和 Hooks — 移除项目 MCP 服务器和 Hooks 的启动确认。将安装持久化到 config.toml;确定性解析重复项。 (#6889) + 改进 + - 减少 Auto 失败恢复打断 — 将工具失败视为可靠性信号,允许无关工作继续。有界重试和简洁的恢复指引。 (#6896) + - 重构的代码预览搜索栏 — 用浮动搜索弹窗替换全宽工具栏;通过 content-box 尺寸对齐行号。 (#6910) + 修复 + - 对话和文件预览中的代码字体 — 将配置的代码字体应用于对话代码块和带行号的预览,覆盖浏览器等宽字体。 (#6925) + - 提供程序重试可取消 — 将重试视为前台活动,确保无论快照顺序如何,停止按钮始终可点击。 (#6902) + - CLI 诊断与恢复所有权 — 将交互式诊断与终端隔离,并在运行时重建期间原子迁移恢复租约所有权。 (#6912) + - 会话运行时所有权 — 每个会话强制单本地运行时所有者,防止重复构建和误导的租约错误。 (#6897) + - 插件 Hook 执行契约 — 保留显式 exec/shell 启动模式,原样传输复合脚本。 (#6911) + - Windows Authenticode 签名 — 签名所有载荷可执行文件,防止安装或更新后被 Defender 隔离。 (#6904) + - 错误日志敏感信息泄露 — 从心跳和机器人控制器错误日志中脱敏凭据和 URL 用户信息。 (#6924) + - 依赖安全更新 — 修补 Astro、PostCSS、sharp、SVGO、DOMPurify 等中的 12 个 Dependabot 警报。 (#6922) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@JesonChou、@SivanCola + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.17.21 +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.17.21/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8769c5937a951 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/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.17.21 +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.17.21/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 0000000000000..062d18ab27844 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.21/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.17.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.installer.yaml b/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.installer.yaml new file mode 100644 index 0000000000000..dc28729dede85 --- /dev/null +++ b/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EvaLing.dotzmy +PackageVersion: 0.1.14 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/evagelinaling/dotz.my-update/releases/download/v0.1.14/dotz.my_0.1.14_x64-setup.exe + InstallerSha256: B2B63BFAE63C58E347A86E31C4048D1CD1B10286E72086FE661B8F8D19C06789 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-26 diff --git a/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.locale.en-US.yaml b/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.locale.en-US.yaml new file mode 100644 index 0000000000000..cc17ca658e1ac --- /dev/null +++ b/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EvaLing.dotzmy +PackageVersion: 0.1.14 +PackageLocale: en-US +Publisher: dotz.my +PublisherUrl: https://github.com/evagelinaling +PublisherSupportUrl: https://github.com/evagelinaling/dotz.my-update/issues +PackageName: dotz.my +PackageUrl: https://github.com/evagelinaling/dotz.my-update +License: MIT License +ShortDescription: dotz.my +ReleaseNotesUrl: https://github.com/evagelinaling/dotz.my-update/releases/tag/v0.1.14 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/evagelinaling/dotz.my-update/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.yaml b/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.yaml new file mode 100644 index 0000000000000..ddd73322e4a44 --- /dev/null +++ b/manifests/e/EvaLing/dotzmy/0.1.14/EvaLing.dotzmy.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: EvaLing.dotzmy +PackageVersion: 0.1.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.installer.yaml b/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.installer.yaml new file mode 100644 index 0000000000000..96b1a94c4b113 --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.installer.yaml @@ -0,0 +1,23 @@ +# 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: Flowscripter.example-cli +PackageVersion: 1.8.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: example-cli.exe +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-07-26 +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flowscripter/example-cli/releases/download/v1.8.0/example-cli_Windows_x64.zip + InstallerSha256: 17C05C5CC448B320ED864C1D1EE183F3066466E77B84ED9D74E6098B44B284F1 +- Architecture: arm64 + InstallerUrl: https://github.com/flowscripter/example-cli/releases/download/v1.8.0/example-cli_Windows_arm64.zip + InstallerSha256: EB0B8B71B997119ED5F8F33A14442E1C8719D3116192F104BA6796A1FE2AED03 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.locale.en-US.yaml b/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..9ef43430b95fa --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.locale.en-US.yaml @@ -0,0 +1,20 @@ +# 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: Flowscripter.example-cli +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: Flowscripter +PublisherUrl: https://github.com/flowscripter +PublisherSupportUrl: https://github.com/flowscripter/example-cli/issues +Author: Vectronic +PackageName: Example CLI +PackageUrl: https://github.com/flowscripter/example-cli +License: MIT +LicenseUrl: https://github.com/flowscripter/example-cli/blob/HEAD/LICENSE +Copyright: MIT (c) Flowscripter +ShortDescription: Simple example CLI using dynamic-cli-framework +ReleaseNotes: 1.8.0 (2026-07-26) +ReleaseNotesUrl: https://github.com/flowscripter/example-cli/releases/tag/v1.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.yaml b/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.yaml new file mode 100644 index 0000000000000..ab0d2871b1b89 --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.8.0/Flowscripter.example-cli.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: Flowscripter.example-cli +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/goptics/vizb/0.17.0/goptics.vizb.installer.yaml b/manifests/g/goptics/vizb/0.17.0/goptics.vizb.installer.yaml new file mode 100644 index 0000000000000..c36779005e288 --- /dev/null +++ b/manifests/g/goptics/vizb/0.17.0/goptics.vizb.installer.yaml @@ -0,0 +1,24 @@ +# 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: goptics.vizb +PackageVersion: 0.17.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vizb.exe +InstallModes: +- silent +Commands: +- vizb +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/goptics/vizb/releases/download/v0.17.0/vizb@0.17.0-windows-amd64.zip + InstallerSha256: 53AE41A28F381C5BAE017EF10FA758DCD1CC90B7347857AA5E16019BACBEE7CF +- Architecture: arm64 + InstallerUrl: https://github.com/goptics/vizb/releases/download/v0.17.0/vizb@0.17.0-windows-arm64.zip + InstallerSha256: B89FD103306FDF54C17704C832F1BD4BDE8ACE171A516EA4C35DFBD55E3C10FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/goptics/vizb/0.17.0/goptics.vizb.locale.en-US.yaml b/manifests/g/goptics/vizb/0.17.0/goptics.vizb.locale.en-US.yaml new file mode 100644 index 0000000000000..436d2539c87c0 --- /dev/null +++ b/manifests/g/goptics/vizb/0.17.0/goptics.vizb.locale.en-US.yaml @@ -0,0 +1,45 @@ +# 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: goptics.vizb +PackageVersion: 0.17.0 +PackageLocale: en-US +Publisher: Goptics +PublisherUrl: https://github.com/goptics +PublisherSupportUrl: https://github.com/goptics/vizb/issues +PackageName: Vizb +PackageUrl: https://vizb.goptics.org/ +License: MIT +LicenseUrl: https://github.com/goptics/vizb/blob/HEAD/LICENSE +ShortDescription: Multi-language benchmark visualization CLI +Description: Transform benchmark output from Go (go test -bench), Rust (cargo bench via Criterion/Divan), and JavaScript (Vitest/Tinybench) into interactive 4D HTML visualizations. +Tags: +- benchmark +- charts +- cli +- golang +- javascript +- rust +- visualization +ReleaseNotes: |- + Changelog + - 550dd11 test(ui): scale test casees and enforce coverage (#272) + - 03994d2 fix(chart): bar brush selection stats (#261) + - df64fe8 fix(action): support title override for col-axis charts (#267) + - da5b01b feat: docker packaging (#269) + - 6d9b88f feat(ui): support direct data-url dataset paths (#251) + - 34c8457 feat(release): publish multi-arch Docker images (#286) + - 3001474 feat(cli): add title override for col-axis charts (#245) + - 3adfb71 feat(cli): add installation-aware update command (#263) + - 22254bd feat(api): add health endpoint (#271) + - 1b0a4df docs(showcase): broaden description and front tip PR CTA + - c1639ca ci: separate merge and publish for release prepare-only builds (#259) + - bb0983a ci: default workflow_call publish to false for release prepare-only + - 88b50d4 ci: add cross-platform installer smoke tests (#265) + - ae04a22 chore: updated changelog for v0.17.0 + - e3e2b43 chore: added dependabot configuration file (#273) + - f92b301 chore(deps): bump animejs from 4.4.1 to 4.5.0 in /docs (#282) + - 253e869 chore(deps): bump @astrojs/starlight from 0.41.1 to 0.41.4 in /docs (#285) +ReleaseNotesUrl: https://github.com/goptics/vizb/releases/tag/v0.17.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/goptics/vizb/0.17.0/goptics.vizb.yaml b/manifests/g/goptics/vizb/0.17.0/goptics.vizb.yaml new file mode 100644 index 0000000000000..d959a6dc1508b --- /dev/null +++ b/manifests/g/goptics/vizb/0.17.0/goptics.vizb.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: goptics.vizb +PackageVersion: 0.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 0000000000000..b1f2e64827f29 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.142 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.142/officecli-win-x64.exe + InstallerSha256: 676E0ACEE691288968A31B9832299AD05599E83140E801C382B6FC4509622FE2 +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.142/officecli-win-arm64.exe + InstallerSha256: 0926428513E15F2D1C6EB726A07B141F7F31D60360226DAA7526E518213D3578 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..77a99a1a33ed0 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.142 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: |- + What's Changed + - fix(docx): keep read-only commands byte-preserving by @Hanxcellent in https://github.com/iOfficeAI/OfficeCLI/pull/256 + Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.141...v1.0.142 +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.142 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8bbdf53755aca --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.142 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.yaml new file mode 100644 index 0000000000000..d372a896f8899 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.142/HaiYing.OfficeCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.142 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..37dd800ceda7f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2268 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-07-25 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2268/Jackett.Installer.Windows.exe + InstallerSha256: F2FEEF8F0809B4CA400BDA2DF07B654058DA9AA5FE8B60E3626A8D1E2B84D6C3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..3899dd5829892 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2268 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 4dddd24 bitpalace: swith to cookie method. resolves #15296 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2268 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..1aa439e2dc9dd --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2268/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2268 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.installer.yaml b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.installer.yaml new file mode 100644 index 0000000000000..aff407abd1389 --- /dev/null +++ b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.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: jlifeng.JobPilot +PackageVersion: 1.7.0 +UpgradeBehavior: install +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jlifeng/JobPilot/releases/download/v1.7.0/JobPilot_1.7.0_x64-setup.exe + InstallerSha256: F8B159C046A6DC4CD80A81C01042195C2042F6547980BE3593FAA797F234C341 + ProductCode: JobPilot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jlifeng/JobPilot/releases/download/v1.7.0/JobPilot_1.7.0_x64_en-US.msi + InstallerSha256: F4F788663FD158F8FAFB8CA87F329C6D95000C12C574278273A1234FA08BCD2C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{8CB97644-2F7B-4FAA-8929-46913938EDE5}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E4993295-8AAD-534B-8310-C7C3A52AF2CD}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.locale.en-US.yaml b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.locale.en-US.yaml new file mode 100644 index 0000000000000..899cb4ebdf249 --- /dev/null +++ b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.locale.en-US.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: jlifeng.JobPilot +PackageVersion: 1.7.0 +PackageLocale: en-US +Copyright: © 2026 JobPilot. All rights reserved. +ShortDescription: Zero-Deployment AI Resume Builder, JD Matcher & Mock Interview Assistant JobPilot +Description: |- + JobPilot is a local-first AI job-search desktop app focused on resume writing, AI-assisted review, JD matching, mock interviews, and private document management. It packages the job-search workflow into a native desktop workspace, so you can import, edit, export, sync, and iterate on your materials without running a server. + ✨ Key Features + - Native Desktop Workspace — Built with Tauri 2, React, TypeScript, and Rust for a lightweight local app experience on Windows, macOS Apple Silicon, and Intel Mac. + - Real Workspace Signals — The dashboard is driven by local resumes, recent interviews, WebDAV sync status, and saved AI analysis records instead of demo data. + - AI Resume Review & Editing — Resume generation, rewriting, grammar checks, JD matching, ATS checks, cover letters, and AI polishing with per-suggestion application for targeted edits. + - Anthropic Tool Use Support — Native Anthropic tool_use / tool_result flow for resume editing, including precise replaceResumeText patches instead of whole-resume rewrites. + - Multi-Format Import — Import resumes from JSON, Markdown, PDF, and images. Regular PDFs and scanned documents can be parsed with multimodal AI. + - Privacy-Aware Export — Export to PDF, smart one-page PDF, HTML, plain text, Markdown, and JSON, with an optional masking switch for names, phone numbers, emails, companies, schools, and private links. + - Editor Experience — Drag-and-drop sections, inline editing, auto-save, Markdown toolbar shortcuts, textarea lists for long content, and 50+ resume templates. + - Mock Interview & Review — Create interview sessions from a JD and target role, simulate conversations, score candidate answers, review weak points, and get a training plan. + - Encrypted WebDAV Sync — Back up resumes, settings, and API keys to 123Cloud, Nutstore, Nextcloud, and other WebDAV services, with manual restore and configurable auto sync. + - Release & Update Flow — In-app update checks, version synchronization, Windows/macOS packaging, and release notes generated from the changelog. +Tags: +- job +- occupation +- position +- resume +- vacancy +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.locale.zh-CN.yaml b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2f188e84175e --- /dev/null +++ b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jlifeng.JobPilot +PackageVersion: 1.7.0 +PackageLocale: zh-CN +Publisher: jobpilot +PublisherUrl: https://github.com/jlifeng +PublisherSupportUrl: https://github.com/jlifeng/JobPilot/issues +PackageName: JobPilot +PackageUrl: https://github.com/jlifeng/JobPilot +License: Apache-2.0 +LicenseUrl: https://github.com/jlifeng/JobPilot/blob/HEAD/LICENSE +Copyright: © 2026 JobPilot. 保留所有权利。 +ShortDescription: 开箱即用的桌面端 AI 求职助手,支持简历优化、岗位匹配与模拟面试 +Description: |- + JobPilot 是一款本地优先的 AI 求职桌面应用,聚焦简历编写、AI 辅助评审、JD 匹配、模拟面试和本地求职资料管理。它把导入、编辑、导出、同步和持续优化整合进桌面端工作台,下载安装后即可使用,无需搭建服务端。 + 功能特色 + - 原生桌面工作台 — 基于 Tauri 2、React、TypeScript 和 Rust 构建,提供轻量、本地化的 Windows、macOS Apple Silicon 与 Intel Mac 体验。 + - 真实工作区数据 — 工作台基于本地简历、最近面试、WebDAV 同步状态和 AI 分析记录展示内容,不再依赖演示假数据。 + - AI 简历评审与编辑 — 支持简历生成、改写、语法检查、JD 匹配、ATS 检查、求职信和 AI 润色,专用入口可按建议逐条应用修改。 + - Anthropic 工具调用支持 — 支持 Anthropic 原生 tool_use / tool_result 调用链,AI 助手可通过 replaceResumeText 精确替换文本片段,而不是整份简历覆盖。 + - 多格式导入 — 支持 JSON、Markdown、PDF、图片等格式导入;普通 PDF 和扫描件可结合多模态 AI 解析为结构化简历。 + - 隐私友好的导出 — 支持 PDF、智能一页 PDF、HTML、纯文本、Markdown 和 JSON 导出,并可一键脱敏姓名、手机号、邮箱、公司、学校和私人链接。 + - 编辑体验优化 — 支持模块拖拽、行内编辑、自动保存、Markdown 工具栏、长文本列表编辑和 50+ 简历模板。 + - 模拟面试与复盘 — 可根据 JD 和目标岗位创建面试,支持候选人回答评分、薄弱点分析、追问风险和训练计划。 + - WebDAV 加密同步 — 支持将简历、设置和 API 密钥加密备份到 123 云盘、坚果云、Nextcloud 等 WebDAV 服务,支持手动恢复和可配置自动同步。 + - 发布与更新流程 — 支持应用内更新检测、版本同步、Windows/macOS 安装包构建,以及从更新日志生成 Release Notes。 +Tags: +- 岗位 +- 工作 +- 求职 +- 简历 +- 职位 +ReleaseNotes: |- + JobPilot v1.7.0 + Release date: 2026-07-26 / 发布日期:2026-07-26 + Compared with v1.6.1. / 对比 v1.6.1。 + 新增 + - 模拟面试参考回答 — 用户完成回答并获得评价后,可按需生成结合当前问题、岗位 JD、关联简历和面试上下文的训练参考 + - 输出回答思路、关键要点、相对原回答的改进点和完整参考回答 + - 每条回答只保存一份成功结果,历史面试可再次查看;失败可在对应评价卡内重试 + - 生成过程按消息隔离,不阻塞继续面试,也不会推进题目或改变评分 + - 新增 interview-suggested-answer Skill 场景和内置 Skill,支持现有默认 Skill 选择机制 + - 严格限制事实来源,信息不足时使用明确占位提示,避免虚构候选人经历 + 优化 + - 面试报告生成会排除参考回答元数据,确保训练示例不参与评分和复盘计算 + - 参考回答加载、错误和展开状态与面试房间全局状态隔离 +ReleaseNotesUrl: https://github.com/jlifeng/JobPilot/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.yaml b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.yaml new file mode 100644 index 0000000000000..be02e267327d3 --- /dev/null +++ b/manifests/j/jlifeng/JobPilot/1.7.0/jlifeng.JobPilot.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: jlifeng.JobPilot +PackageVersion: 1.7.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.installer.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.installer.yaml new file mode 100644 index 0000000000000..f728bd1fee473 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.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: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.13 +InstallerType: inno +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{B53A7C5D-F22A-4B4F-B255-6C7C5C687780}}_is1' +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kindness-Kismet/stelliberty/releases/download/v2.0.13/stelliberty-v2.0.13-win-x64-setup.exe + InstallerSha256: 6CBDA7B760A67C518FD1B29E4E2EBBE75C9C85B59D01F6B5A5F5BB5F03404723 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.locale.en-US.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.locale.en-US.yaml new file mode 100644 index 0000000000000..991b7e0522904 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.13 +PackageLocale: en-US +License: Freeware +ShortDescription: A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style +Description: |- + A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style + ✨ Features + - 🎨 MD3M Design System: Unique Material Design 3 Modern style combining MD3 color management with acrylic glass effects + - 🦀 Rust Backend: High-performance core powered by Rust with Flutter UI + - 🌐 Multi-language Support: Built-in i18n support using slang + - 🔧 Subscription Management: Full subscription and override configuration support + - 📊 Real-time Monitoring: Connection tracking and traffic statistics + - 🪟 Native Desktop Integration: Windows service, system tray, and auto-start support + - 🔄 Built-in UWP Loopback Manager: Manage Windows UWP app loopback exemptions (Windows only) + 🏆 Implementation Highlights + This might be one of the most detail-oriented Flutter desktop applications: + - ✨ System Tray Dark Mode: Adaptive tray icons for Windows dark/light themes + - 🚀 Flicker-Free Launch: Maximized window startup without visual artifacts + - 👻 Smooth Window Transitions: Show/hide animations without flickering + - 🎯 Pixel-Perfect UI: Carefully crafted MD3M design system +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- network +- proxy +- vpn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml new file mode 100644 index 0000000000000..389d2338e2a0c --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.13 +PackageLocale: zh-CN +Publisher: Stelliberty +PublisherUrl: https://github.com/Kindness-Kismet +PublisherSupportUrl: https://github.com/Kindness-Kismet/Stelliberty/issues +PackageName: Stelliberty +PackageUrl: https://github.com/Kindness-Kismet/Stelliberty +License: 免费软件 +Copyright: Copyright © 2026 Stelliberty. All rights reserved. +ShortDescription: 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 +Description: |- + 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 + ✨ 特性 + - 🎨 MD3M 设计系统:结合 MD3 色彩管理与亚克力玻璃效果的独特 Material Design 3 Modern 风格 + - 🦀 Rust 后端:由 Rust 提供高性能核心,搭配 Flutter 用户界面 + - 🌐 多语言支持:使用 slang 实现内置 i18n 支持 + - 🔧 订阅管理:完整支持订阅与覆盖配置 + - 📊 实时监控:连接追踪与流量统计 + - 🪟 原生桌面集成:支持 Windows 服务、系统托盘及自动启动 + - 🔄 内置 UWP 回环管理器:管理 Windows UWP 应用回环豁免(仅 Windows) + 🏆 实现亮点 + 这可能是最注重细节的 Flutter 桌面应用之一: + - ✨ 系统托盘暗黑模式:针对 Windows 明暗主题自适应的托盘图标 + - 🚀 无闪烁启动:最大化窗口启动无视觉瑕疵 + - 👻 平滑窗口过渡:显示/隐藏动画无闪烁 + - 🎯 像素级精准 UI:精心打造的 MD3M 设计系统 +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- vpn +- 代理 +- 网络 +ReleaseNotes: |- + - Update checks now fall back to the system and core proxies, and update alerts appear on every page. + - Vertical proxy groups now expand and collapse with smoother chevron and height animations. + - Automatic delay-test and subscription-update intervals now show their minute units. + - The close-all-connections action now uses a clearer close icon. + + - 更新检查现在会依次尝试系统代理与核心代理,更新提醒可在任意页面显示。 + - 竖向代理组现在以更流畅的箭头和高度动画展开、折叠。 + - 自动测试延迟和订阅更新间隔现在会显示分钟单位。 + - 关闭全部连接操作现在使用更明确的关闭图标。 +ReleaseNotesUrl: https://github.com/Kindness-Kismet/stelliberty/releases/tag/v2.0.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.yaml new file mode 100644 index 0000000000000..158fcc16967cc --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.13/Kindness-Kismet.Stelliberty.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: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.13 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..1f8c2ddb931a5 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.101 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.101/CLIProxyAPI_7.2.101_windows_amd64.zip + InstallerSha256: 50EFA28DF0BDDC97F4CE44CE1D9BD8491FD59C9B45ED8BC2A5A5A46C6A088133 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..823f4d6c0e28e --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.101 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - feat(runtime): enhance response preparation for xAI executor output controls (41f6ea89) + - fix(antigravity): scope schema sanitization (#4571) (a4d18cb0) + - fix(executor): keep tool_result blocks first when injecting the cloaking reminder (29406436) + - feat(runtime): implement derived session identity features and tests (f6c32ec3) + - fix(translator/codex): keep single thinking block per reasoning item in streaming translator (#4581) (94cf4674) + - chore(pluginhost): refactor and remove unused interceptors and executor methods (fe4ae498) + - feat(home): add NewLifetime method and improve reconnect failover handling (7cb71ed6) + - Merge PR #4573: preserve tool_result ordering (42a00a2a) + What's Changed + - fix(antigravity): preserve tool arguments during schema cleanup by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4571 + - fix(translator/codex): keep single thinking block per reasoning item in streaming translator by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4581 + - fix(executor): keep tool_result blocks first when injecting the cloaking reminder by @codeg-dev in https://github.com/router-for-me/CLIProxyAPI/pull/4573 + New Contributors + - @codeg-dev made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/4573 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.100...v7.2.101 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.101 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..14295351cbce0 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.101 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..5be00c92b23ad --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.101/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.356.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.356.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..d3c6424ffe0b0 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.356.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.455.356.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.356.0&arch=x86 + InstallerSha256: B79464ACAE4015FB3511231D074A1C64D4D4A633A3F90312DF2AEFF3F670079E +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.356.0&arch=amd64 + InstallerSha256: C11C519AA3CB366273ABAF872D88D92804F959AD9A044CDBAADCE98D6FE1D60C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.356.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.356.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..f66ac0c42b9ec --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.356.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.455.356.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.455.356.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.356.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..912d33e702c23 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.356.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.455.356.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.installer.yaml b/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.installer.yaml new file mode 100644 index 0000000000000..d930e91c2c97a --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '243' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-swap.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v243/llama-swap_243_windows_amd64.zip + InstallerSha256: F6C8F46A9E7641962DCE731BF12898E77175539B476EB4E64D6B2597DD9925AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.locale.en-US.yaml b/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.locale.en-US.yaml new file mode 100644 index 0000000000000..d9ffe5300559e --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '243' +PackageLocale: en-US +Publisher: mostlygeek +PublisherUrl: https://mostlygeek.com/ +PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues +PackageName: llama-swap +PackageUrl: https://github.com/mostlygeek/llama-swap +License: MIT +LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2024 Benson Wong +ShortDescription: Model swapping for llama.cpp +Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server. +Moniker: llama-swap +Tags: +- golang +- llama +- llamacpp +- localllama +- localllm +- openai +- openai-api +- vllm +ReleaseNotes: |- + Changelog + - 4c50064 internal/config: relax matrix model reference constraints (#957) + - 4bffcfa cmd/vllm-wrapper: add helper for sleep/wake (#941) + - fa607fe internal/config: refactor macro expansion (#955) +ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v243 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.yaml b/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.yaml new file mode 100644 index 0000000000000..979a877ae0f64 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/243/mostlygeek.llama-swap.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: mostlygeek.llama-swap +PackageVersion: '243' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.installer.yaml b/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.installer.yaml new file mode 100644 index 0000000000000..bea5eea090e7a --- /dev/null +++ b/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nitichote@dev.thaikeyfix +PackageVersion: 0.3.0 +InstallerType: portable +Commands: +- thaikeyfix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nchotenin-tech/thaikeyfix/releases/download/v0.3.0/thaikeyfix-v0.3.0-x64.exe + InstallerSha256: 025902285CD9BB457E224E965A9FF74DB8A153C1F7E14905420C689CC771F955 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2569-07-26 diff --git a/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.locale.en-US.yaml b/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.locale.en-US.yaml new file mode 100644 index 0000000000000..3bb64f4dd282a --- /dev/null +++ b/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nitichote@dev.thaikeyfix +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: nitichote@dev +PublisherUrl: https://github.com/nchotenin-tech +PublisherSupportUrl: https://github.com/nchotenin-tech/thaikeyfix/issues +PackageName: thaikeyfix +PackageUrl: https://github.com/nchotenin-tech/thaikeyfix +License: MIT License +Copyright: (c) nitichote@dev +ShortDescription: thaikeyfix - Thai <-> English keyboard layout fixer +ReleaseNotesUrl: https://github.com/nchotenin-tech/thaikeyfix/releases/tag/v0.3.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/nchotenin-tech/thaikeyfix/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.yaml b/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.yaml new file mode 100644 index 0000000000000..fe820ee6f5fcc --- /dev/null +++ b/manifests/n/nitichote@dev/thaikeyfix/0.3.0/nitichote@dev.thaikeyfix.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: nitichote@dev.thaikeyfix +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.installer.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.installer.yaml new file mode 100644 index 0000000000000..5de7a9b0806cb --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.installer.yaml @@ -0,0 +1,29 @@ +# 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: OrcaSVN.OrcaSVN +PackageVersion: 0.5.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: OrcaSVN +ReleaseDate: 2026-07-26 +AppsAndFeaturesEntries: +- Publisher: orcasvn + ProductCode: OrcaSVN +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OrcaSVN' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wustites/OrcaSVN/releases/download/v0.5.0/OrcaSVN_0.5.0_x64-setup.exe + InstallerSha256: 67D8A973EA0D52D7ED1A667AFC9173A2E47714B609DBA9CB9E8488F131FDFCC8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.locale.en-US.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.locale.en-US.yaml new file mode 100644 index 0000000000000..dddcdce400b2e --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: OrcaSVN.OrcaSVN +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: A modern SVN client built with Tauri, Vue 3, and TypeScript +Description: OrcaSVN is a modern SVN workbench that provides a graphical interface for managing Subversion repositories. Built with Tauri for native performance, Vue 3 for the frontend, and TypeScript for type safety. Features include workspace management, commit, update, diff, blame, log viewing, and more. +Tags: +- git-alternative +- subversion +- svn +- tauri +- typescript +- version-control +- vue +ReleaseNotes: Desktop builds for Windows, Linux, and macOS. +ReleaseNotesUrl: https://github.com/wustites/OrcaSVN/releases/tag/v0.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.locale.zh-CN.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..90dcccc9e269e --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.5.0 +PackageLocale: zh-CN +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/main/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: 基于 Tauri、Vue 3 和 TypeScript 构建的现代 SVN 客户端 +Description: OrcaSVN 是一个现代的 SVN 工作台,提供图形界面来管理 Subversion 仓库。基于 Tauri 构建以获得原生性能,使用 Vue 3 作为前端框架,TypeScript 确保类型安全。功能包括工作区管理、提交、更新、差异对比、注释查看、日志查看等。 +Tags: +- subversion +- svn +- tauri +- typescript +- vue +- 版本控制 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.yaml new file mode 100644 index 0000000000000..16cebfedcef03 --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.5.0/OrcaSVN.OrcaSVN.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: OrcaSVN.OrcaSVN +PackageVersion: 0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.installer.yaml b/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.installer.yaml new file mode 100644 index 0000000000000..431c3534a018c --- /dev/null +++ b/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.installer.yaml @@ -0,0 +1,30 @@ +# 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: PrimeBuild.TweakHub +PackageVersion: 1.4.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.22000.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{9A5F5DA6-6E2B-4D45-9B6E-5B1F7B2E2C2F}_is1' +ReleaseDate: 2026-07-26 +AppsAndFeaturesEntries: +- Publisher: PrimeBuild-pc + ProductCode: '{9A5F5DA6-6E2B-4D45-9B6E-5B1F7B2E2C2F}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\TweakHub' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PrimeBuild-pc/TweakHub/releases/download/v1.4.1/TweakHub-Setup-1.4.1.exe + InstallerSha256: 501631D01E3B03E332528B8ACAA962021FFA6DB033144D297E5FF531498B2EF1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.locale.en-US.yaml b/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.locale.en-US.yaml new file mode 100644 index 0000000000000..d9e3f93745c0f --- /dev/null +++ b/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.locale.en-US.yaml @@ -0,0 +1,30 @@ +# 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: PrimeBuild.TweakHub +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: PrimeBuild +PublisherUrl: https://github.com/PrimeBuild-pc +PublisherSupportUrl: https://github.com/PrimeBuild-pc/TweakHub/issues +Author: PrimeBuild +PackageName: TweakHub +PackageUrl: https://github.com/PrimeBuild-pc/TweakHub +License: MIT +LicenseUrl: https://github.com/PrimeBuild-pc/TweakHub/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025-2026 PrimeBuild +ShortDescription: Portable Windows 11 toolkit for performance tweaks, maintenance, automation, and system utilities. +Description: TweakHub is a Windows 11 toolkit for applying reversible registry and power tweaks, running maintenance scripts, managing custom tools and profiles, launching system utilities, and installing curated software through WinGet or trusted project pages. +Moniker: tweakhub +Tags: +- maintenance +- optimization +- powershell +- registry +- system-utilities +- tweaks +- windows-11 +ReleaseNotes: 'Full Changelog: v1.4.0...v1.4.1' +ReleaseNotesUrl: https://github.com/PrimeBuild-pc/TweakHub/releases/tag/v1.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.yaml b/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.yaml new file mode 100644 index 0000000000000..d2ff01080b3e9 --- /dev/null +++ b/manifests/p/PrimeBuild/TweakHub/1.4.1/PrimeBuild.TweakHub.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: PrimeBuild.TweakHub +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.installer.yaml b/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.installer.yaml new file mode 100644 index 0000000000000..e6e8fe9338b11 --- /dev/null +++ b/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.HopMatrix +PackageVersion: 1.8.4 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- HopMatrix +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.8.4/HopMatrix-win-x64-setup.exe + InstallerSha256: D0068A9E7E23E494CC63F8968F45B5B09BEA589D0FD4547A708EDB1E2E5805D3 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.8.4/HopMatrix-win-x64-machine-setup.exe + InstallerSha256: DA76EAF1C9DEAF0674246E8DE3F73162976EAF5ADD73964F4CA0F4251D851E84 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.8.4/HopMatrix-win-arm64-setup.exe + InstallerSha256: C1C5BD73DD88BDEDA85AC099DA0DA7E1233D06B842A4A73FE356D4D964A14B32 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.8.4/HopMatrix-win-arm64-machine-setup.exe + InstallerSha256: F98ADB656C884405D3839CDC8160B3D19642DCA72AC3F0B2337F30500C4AEC30 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.locale.en-US.yaml b/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.locale.en-US.yaml new file mode 100644 index 0000000000000..4b303efbe0d8d --- /dev/null +++ b/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.locale.en-US.yaml @@ -0,0 +1,38 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.HopMatrix +PackageVersion: 1.8.4 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: HopMatrix +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2025-2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Visual multi-path traceroute, network monitoring, and analysis platform +Description: |- + HopMatrix is a portable, single-executable, cross-platform network analysis platform + with eight operational modes: Trace, Monitor, iPerf, OUI/MAC Lookup, SNMP, Multicast, + L2 Inspector, and Quick Tools. Features continuous multi-path traceroute with real-time + topology visualization, 256-endpoint fleet monitoring, iperf3-compatible bandwidth + testing, SNMP v1/v2c/v3 discovery, and multicast/CDP/LLDP analysis. +Moniker: hopmatrix +Tags: +- traceroute +- network +- monitoring +- bandwidth +- iperf +- snmp +- multicast +- network-analysis +- pathping +- topology +- cdp +- lldp +- nmap +- oui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.yaml b/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.yaml new file mode 100644 index 0000000000000..e51aaaa7ee02c --- /dev/null +++ b/manifests/r/RedEyeNetworks/HopMatrix/1.8.4/RedEyeNetworks.HopMatrix.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.HopMatrix +PackageVersion: 1.8.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.installer.yaml b/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.installer.yaml new file mode 100644 index 0000000000000..b29599ed9b768 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.17.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivore +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.17.0/logivore-win-x64-setup.exe + InstallerSha256: 93E644A6CC5BE8CCDEB0A5F83A7F34C9D6087E03508794E1A8721A1202C145D1 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.17.0/logivore-win-x64-machine-setup.exe + InstallerSha256: 7A350A71AF1416D383B3221757EE5E9245CB2B97392C9B6F3A05BFC015C9BEEE +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.17.0/logivore-win-arm64-setup.exe + InstallerSha256: 88D09D0FF9AA7EBC4B1A7D090EE49FFEC127D88933BF6ECC439E538638BA511B +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.17.0/logivore-win-arm64-machine-setup.exe + InstallerSha256: D5D9F767B457D37BE1F481BB23CE2B6DA774DC29DBFCA2918462CADE9E990110 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.locale.en-US.yaml b/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.locale.en-US.yaml new file mode 100644 index 0000000000000..229a9ccc71f6c --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.17.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Cross-platform desktop log analyzer with LILA, an AI assistant for log triage +Description: |- + Logivore is a local-first, cross-platform desktop log analyzer for Windows, + macOS, and Linux. Parses dozens of log formats (plaintext, syslog, EVTX, + PAN-OS TSF, Veeam VBR, GlobalProtect, pcap), correlates events across + sources, and surfaces findings via LILA — an AI assistant that runs locally + with optional Anthropic Claude or Google Gemini provider integration. + Memory-tier-adaptive (Flash / Hybrid / Indexed) so any log size works on + any hardware. Trust-gated LLM boundary keeps PII tokenized before it leaves + the machine. +Moniker: logivore +Tags: +- log-analysis +- log-viewer +- syslog +- evtx +- pan-os +- veeam +- pcap +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.yaml b/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.yaml new file mode 100644 index 0000000000000..b89525952be0e --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.17.0/RedEyeNetworks.Logivore.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.installer.yaml b/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.installer.yaml new file mode 100644 index 0000000000000..d81b86e139bdb --- /dev/null +++ b/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.installer.yaml @@ -0,0 +1,24 @@ +# 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: SosomLab.NexaMarkdownViewer +PackageVersion: 0.3.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: NexaMarkdownViewer +ReleaseDate: 2026-07-26 +AppsAndFeaturesEntries: +- DisplayName: NexaMarkdownViewer + ProductCode: NexaMarkdownViewer +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NexaMarkdownViewer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kiros33/sosomlab-nexa-viewer/releases/download/v0.3.2/NexaMarkdownViewer_0.3.2_x64-setup.exe + InstallerSha256: 299C595634B29BD493A4FBD052B851C7AD38DF233B8EBA9B384D3B9E70FE1E91 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.locale.en-US.yaml b/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..bf0c7582a19c9 --- /dev/null +++ b/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# 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: SosomLab.NexaMarkdownViewer +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: SosomLab +PublisherUrl: https://sosomlab.com/ +PublisherSupportUrl: https://github.com/kiros33/sosomlab-nexa-viewer/issues +Author: SosomLab +PackageName: Nexa Markdown Viewer +PackageUrl: https://github.com/kiros33/sosomlab-nexa-viewer +License: MIT +LicenseUrl: https://github.com/kiros33/sosomlab-nexa-viewer/blob/HEAD/LICENSE +Copyright: © 2026 SosomLab +ShortDescription: Nexa Markdown Viewer — GitHub 스타일 크로스플랫폼 Markdown 뷰어 (by SosomLab, Tauri+React) +Moniker: nexa-markdown-viewer +ReleaseNotes: |- + OS에 맞는 설치 파일을 받으세요. (macOS: .dmg · Windows: -setup.exe · Linux: .AppImage/.deb/.rpm) + > ⚠️ 아직 코드 서명되지 않았습니다. 첫 실행 시 보안 경고가 나올 수 있습니다. + > - macOS: 앱 우클릭 → 열기 (또는 xattr -dr com.apple.quarantine <앱>) + > - Windows: SmartScreen 추가 정보 → 실행 + 변경사항은 CHANGELOG.md 참고. +ReleaseNotesUrl: https://github.com/kiros33/sosomlab-nexa-viewer/releases/tag/v0.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.yaml b/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.yaml new file mode 100644 index 0000000000000..38e3436704741 --- /dev/null +++ b/manifests/s/SosomLab/NexaMarkdownViewer/0.3.2/SosomLab.NexaMarkdownViewer.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: SosomLab.NexaMarkdownViewer +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.installer.yaml index c2c36c927b0d8..fad880861bfeb 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785025152-g56c26c +PackageVersion: 0.0.1785042303-g48bae9 InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-07-26 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1785025152-g56c26c/amp-windows-x64-baseline.exe - InstallerSha256: 32E7370AF708128684AF651BC71B7506EFFD71DBF78AEA277701087E95BAA063 + InstallerUrl: https://static.ampcode.com/cli/0.0.1785042303-g48bae9/amp-windows-x64-baseline.exe + InstallerSha256: 5EDED6A9498D028107ECD43E09742F238AB3C2FA4A68F3236F4418A89D6789B9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.locale.en-US.yaml index 7da106aa54e59..261677358abd1 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/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.1785025152-g56c26c +PackageVersion: 0.0.1785042303-g48bae9 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.locale.zh-CN.yaml index 2149359301f2f..b7d0c714dc3f8 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/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.1785025152-g56c26c +PackageVersion: 0.0.1785042303-g48bae9 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/Sourcegraph.Amp.yaml index 296261af2bca6..2f7dcce7f0321 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785025152-g56c26c/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785042303-g48bae9/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.1785025152-g56c26c +PackageVersion: 0.0.1785042303-g48bae9 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Sudhanshu-Ambastha/jar-cart/0.6.0/Sudhanshu-Ambastha.jar-cart.installer.yaml b/manifests/s/Sudhanshu-Ambastha/jar-cart/0.6.0/Sudhanshu-Ambastha.jar-cart.installer.yaml index bb3fd7210d40a..f3f9d88c3b7e9 100644 --- a/manifests/s/Sudhanshu-Ambastha/jar-cart/0.6.0/Sudhanshu-Ambastha.jar-cart.installer.yaml +++ b/manifests/s/Sudhanshu-Ambastha/jar-cart/0.6.0/Sudhanshu-Ambastha.jar-cart.installer.yaml @@ -11,7 +11,7 @@ NestedInstallerFiles: Installers: - Architecture: x64 InstallerUrl: https://github.com/Sudhanshu-Ambastha/jar-cart/releases/download/v0.6.0/jar-cart-x86_64-windows.zip - InstallerSha256: 67579088E3BDC8C9B8FD43F85CBED1E6875E2F67636C200055F689975642986C + InstallerSha256: 1DFE41127028DFEF2713FDAAB694134FCAF1D64DC333ED42EB328A5A17EA849C ManifestType: installer ManifestVersion: 1.12.0 ReleaseDate: 2026-07-22 diff --git a/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.installer.yaml b/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.installer.yaml new file mode 100644 index 0000000000000..07f6c057715e8 --- /dev/null +++ b/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TableClothProject.TableCloth +PackageVersion: 1.20.8 +InstallerLocale: ko-KR +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: uninstallPrevious +FileExtensions: +- tclnk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yourtablecloth/TableCloth/releases/download/v1.20.8/TableCloth_1.20.8.0_Release_x64.exe + InstallerSha256: EACFD5A6E80E92CBC5A35C625613C4A346F3EFD8CEC6B29CBEEF6F0313ED2F7E +- Architecture: arm64 + InstallerUrl: https://github.com/yourtablecloth/TableCloth/releases/download/v1.20.8/TableCloth_1.20.8.0_Release_arm64.exe + InstallerSha256: 6B79617223C4775B31D658FF822E1D3687FDC96EEBE5A284C5D7CEF17B8B214D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-26 diff --git a/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.locale.ko-KR.yaml b/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.locale.ko-KR.yaml new file mode 100644 index 0000000000000..1644459143ed8 --- /dev/null +++ b/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.locale.ko-KR.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: TableClothProject.TableCloth +PackageVersion: 1.20.8 +PackageLocale: ko-KR +Publisher: TableCloth Project +PublisherUrl: https://github.com/yourtablecloth +PublisherSupportUrl: https://github.com/yourtablecloth/TableCloth/issues +PrivacyUrl: https://yourtablecloth.app/#privacy +Author: Jung Hyun, Nam +PackageName: TableCloth +PackageUrl: https://yourtablecloth.app/ +License: AGPL v3 License +LicenseUrl: https://github.com/yourtablecloth/TableCloth/blob/main/LICENSE-AGPL +Copyright: Copyright (c) 2021-2025 rkttu.com. All rights reserved. +CopyrightUrl: https://yourtablecloth.app +ShortDescription: This app helps to run internet services that are only available through the installation of accessories in an isolated environment. +Description: Tablecloth is an innovative solution that leverages Windows' sandbox feature to enable the use of online banking and e-government services in a completely isolated environment. +Moniker: tablecloth +Tags: +- csharp +- dotnet +- e-government +- hacktoberfest +- internet-banking +- npki +- sdk +- windows-10 +- windows-11 +ReleaseNotesUrl: https://github.com/yourtablecloth/TableCloth/releases/tag/v1.20.8 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yourtablecloth/TableCloth/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.yaml b/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.yaml new file mode 100644 index 0000000000000..52ae62dc2f34c --- /dev/null +++ b/manifests/t/TableClothProject/TableCloth/1.20.8/TableClothProject.TableCloth.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: TableClothProject.TableCloth +PackageVersion: 1.20.8 +DefaultLocale: ko-KR +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.installer.yaml b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.installer.yaml new file mode 100644 index 0000000000000..c4b89b8875e16 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.17.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 58e103f9-7c07-5ccc-9a52-ce8faf14c36b +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.17.1/FlyEnv-Setup-4.17.1.exe + InstallerSha256: A706A24BE8DC54CC37B5828AE0819F3FDBAEBF499130FB1592A865540A1FB245 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.17.1/FlyEnv-Setup-4.17.1.exe + InstallerSha256: A706A24BE8DC54CC37B5828AE0819F3FDBAEBF499130FB1592A865540A1FB245 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.locale.en-US.yaml b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.locale.en-US.yaml new file mode 100644 index 0000000000000..f62eb93e814b0 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.17.1 +PackageLocale: en-US +Publisher: pengfei xu +PublisherUrl: https://github.com/xpf0000 +PublisherSupportUrl: https://github.com/xpf0000/FlyEnv/issues +Author: Xu Pengfei +PackageName: FlyEnv +PackageUrl: https://www.macphpstudy.com/ +License: BSD-3-Clause +LicenseUrl: https://github.com/xpf0000/FlyEnv/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026, Xu Pengfei +ShortDescription: Powerful Web Server and Environment Manager +Description: |- + FlyEnv is an all-in-one Web Server / Database Server / Development environment management GUI App + In short, FlyEnv provides a complete set of operating environments. Help users develop and debug PHP/NodeJS/Java/Go/Python applications such as laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask... +Tags: +- server +ReleaseNotes: |- + FlyEnv v4.17.1 Update Release Notes + 🚀 New Features + 1. Added ClickHouse Support + FlyEnv now includes a dedicated ClickHouse module for installing, managing, configuring, and monitoring local ClickHouse database servers on macOS and Linux. + This integration provides: + - Version Management: Download and manage ClickHouse releases directly from FlyEnv + - Service Controls: Start and stop installed ClickHouse versions alongside your other local services + - Configuration and Logs: Edit the config.xml and users.xml files and review server, startup, and error logs from the module + - Built-In Browser UI: Open a managed CH-UI browser interface for a running ClickHouse server + Issue #774 + + 2. Added Temporal Server Support + FlyEnv now includes a dedicated Temporal module for running a local Temporal Server. You can download and manage server versions, edit the generated server configuration, inspect logs, and open the Temporal Web UI when you need to explore workflows and namespaces in a browser. + Issue #730 + + 3. Added Temporal CLI Support + A separate Temporal CLI module is now available for local development workflows. It manages the official Temporal CLI and its temporal server start-dev development server, with configurable ports, local database settings, logs, and direct access to the built-in Web UI. + Issue #730 + + 4. Control Startup Groups from the Tray Menu + Startup Groups are now displayed in the FlyEnv tray menu, ahead of individual services. You can start or stop a saved group directly from either tray style, making it easier to switch an entire project environment without opening the main window. + Issue #782 + + 🛠️ Improvements & Bug Fixes + 5. Improved Windows Privileged Operations and Helper Recovery + Windows users can now choose the elevation method used for operations that require administrator permission: the persistent FlyEnv Helper or standard UAC prompts. FlyEnv continues to use the Helper by default, while UAC offers a practical alternative for supported operations on systems where the Helper cannot be installed or used. + If Helper installation fails, FlyEnv now automatically switches to UAC so supported privileged actions remain available instead of being blocked by the failed Helper setup. + Issue #756 Issue #797 + + 📦 Build & Transparency + All FlyEnv installation packages are built using GitHub Actions. You can verify the build process and download the artifacts directly from the following links: + - Global Build History: GitHub Actions + + We welcome your continued feedback and bug reports via GitHub Issues + Enjoy the update! +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.17.1 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.macphpstudy.com/guide/what-is-flyenv.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.locale.zh-CN.yaml b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42934f274b8f3 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.locale.zh-CN.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: xpf0000.FlyEnv +PackageVersion: 4.17.1 +PackageLocale: zh-CN +Author: 徐鹏飞 +PackageUrl: https://www.macphpstudy.com/zh/ +Copyright: Copyright (c) 2026, 徐鹏飞 +ShortDescription: 功能强大的 Web 服务器和环境管理器 +Description: |- + FlyEnv 是一个集 Web 服务器/数据库服务器/开发环境管理于一体的 GUI 应用程序 + 简而言之,FlyEnv 提供了一套完整的运行环境。帮助用户开发和调试 PHP/NodeJS/Java/Go/Python 程序,如 laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask…… +Tags: +- 服务器 +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.17.1 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://www.macphpstudy.com/zh/guide/what-is-flyenv.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.yaml b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.yaml new file mode 100644 index 0000000000000..70f8d66754da2 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.17.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.17.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.installer.yaml b/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.installer.yaml new file mode 100644 index 0000000000000..403772e378944 --- /dev/null +++ b/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Y-ASLant.ElegantClipboard +PackageVersion: 1.2.6 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Y-ASLant/ElegantClipboard/releases/download/v1.2.6/ElegantClipboard_1.2.6_x64-setup.exe + InstallerSha256: 7C1E522759ACF49B656BBD8D3FB72D4A690E89D052D42B776A6184617F247F67 +- Architecture: arm64 + InstallerUrl: https://github.com/Y-ASLant/ElegantClipboard/releases/download/v1.2.6/ElegantClipboard_1.2.6_arm64-setup.exe + InstallerSha256: 327FDB3DFD6C1204510DAF516D45CB4BD3B0BD3A4E274EC329D4DE8DFC3963FB +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-26 diff --git a/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.locale.en-US.yaml b/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.locale.en-US.yaml new file mode 100644 index 0000000000000..363ba77879379 --- /dev/null +++ b/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Y-ASLant.ElegantClipboard +PackageVersion: 1.2.6 +PackageLocale: en-US +Publisher: Y-ASLant +PublisherUrl: https://github.com/Y-ASLant +PublisherSupportUrl: https://github.com/Y-ASLant/ElegantClipboard/issues +PackageName: ElegantClipboard +PackageUrl: https://github.com/Y-ASLant/ElegantClipboard +License: MIT +ShortDescription: A modern clipboard manager built with Tauri. +Tags: +- clipboard +- clipboard-manager +- rust +- tauri2 +- windows +ReleaseNotesUrl: https://github.com/Y-ASLant/ElegantClipboard/releases/tag/v1.2.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Y-ASLant/ElegantClipboard/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.yaml b/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.yaml new file mode 100644 index 0000000000000..1878da6d4d96b --- /dev/null +++ b/manifests/y/Y-ASLant/ElegantClipboard/1.2.6/Y-ASLant.ElegantClipboard.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: Y-ASLant.ElegantClipboard +PackageVersion: 1.2.6 +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 1fe39b3fd8db8..51d98afbf6e68 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-07-23 +ReleaseDate: 2026-07-26 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 29438E1A80883DFFB934EEF16DF0732339313EAF176D41FF98DE7960ACE41746 + InstallerSha256: 94E5EE903BF31100622BF21492997F9568BC9517E9E6BDE5579B4F0721D921A6 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: CDF0C791CECFE3623098401C86F82B3DB3B06C7E4282B6E37A3CD1E95705B3F5 + InstallerSha256: B5B3E9B4AE35DFE392DFB9DC60D1890181AE40E7A909182803E24E838336CD74 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer diff --git a/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.installer.yaml b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.installer.yaml new file mode 100644 index 0000000000000..e939ba3ddf0b4 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 3.5.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- zcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 268ce9e6-a30b-5890-ad18-d4b3ebba5377 +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn-zcode.z.ai/zcode/electron/releases/3.5.2/windows-x64/ZCode-3.5.2-win-x64.exe + InstallerSha256: F9BAC751083B5933C2504E3DCB8C0F7172D863180753266A2AB0E243FD35F028 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn-zcode.z.ai/zcode/electron/releases/3.5.2/windows-x64/ZCode-3.5.2-win-x64.exe + InstallerSha256: F9BAC751083B5933C2504E3DCB8C0F7172D863180753266A2AB0E243FD35F028 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.locale.en-US.yaml b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.locale.en-US.yaml new file mode 100644 index 0000000000000..7abdecbba5bc2 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 3.5.2 +PackageLocale: en-US +Publisher: Z.AI +PublisherUrl: https://z.ai/ +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +PackageName: Z Code +PackageUrl: https://zcode-ai.com/ +License: Proprietary +Copyright: © 2026 Z Code. All rights reserved. +ShortDescription: Z Code combines the best AI agents with your existing tools so you can plan, code, review, and deploy without friction. +Description: Z Code is a lightweight AI code editor designed to address the high operational barrier of command-line AI programming tools (such as Claude Code, Codex, Gemini, etc.). By providing a unified and user-friendly visual desktop interface, it seamlessly integrates the capabilities of these Agents, allowing smooth switching and experience across multiple Agent programming tools with just one API key. Additionally, it offers a series of features including secure file version management, efficient code review, task agents, MCP protocol management, and more, delivering you an all-in-one AI-assisted development experience. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Document + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.locale.zh-CN.yaml b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c0cfa7ee3617 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 3.5.2 +PackageLocale: zh-CN +Author: 北京智谱华章科技有限公司 +License: 专有软件 +ShortDescription: Z Code 将最佳的 AI 代理与您现有的工具相结合,让您能够顺畅地进行规划、编码、审查和部署。 +Description: Z Code 是一款轻量级的 AI 代码编辑器,旨在解决命令行 AI 编程工具(如 Claude Code、Codex、Gemini 等)操作门槛高的问题。它通过提供一个统一、友好的可视化桌面,将这些 Agent 的能力无缝集成,仅使用一个 api key 就能丝滑切换体验多个 Agent 编程工具。此外,还提供安全的文件版本管理、高效代码审查、任务 Agent、MCP 协议管理等一系列特性,为你打造一站式的 AI 辅助开发体验。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 新功能 + - 新增内置网页应用集成,常用网页可直接在应用中打开使用。 + - 新增 PDF 预览,支持点击查看和顺畅缩放。 + - 新增统一外观设置,界面样式更集中好找。 + - 新增插件市场图标展示,浏览和识别更直观。 + - 新增仓库知识库目录与示意图生成,内容更完整。 + - 改进大文件读取,打开大文件更稳定。 + - 优化设置页布局,相关选项分组更清晰。 + 问题修复 + - 修复浏览器截图和恢复问题,后台页面也能正常工作。 + - 修复 PDF 缩放闪烁和留白问题。 + - 修复子任务、会话恢复和编辑目标丢失问题。 + - 修复插件图标和概览加载阻塞问题。 + - 修复远程 WSL 退出、部署和恢复异常。 + - 修复 Windows 更新、关闭和清理过程中的卡顿与失败。 + - 修复模型上下文、令牌预算和流式重试问题。 + - 修复反馈草稿、并发提交和自动补选选项问题。 + - 修复本地化和语言显示问题,界面语言更一致。 + - 修复状态面板、待办和侧栏显示错位问题。 + - 修复桌面崩溃上报,便于更快定位问题。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.yaml b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.yaml new file mode 100644 index 0000000000000..377dd74255292 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.5.2/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 3.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0