diff --git a/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.installer.yaml b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.installer.yaml new file mode 100644 index 0000000000000..a99f5cf22830c --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 11.5.1 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{A70419C9-7554-40DC-98FD-42989E9CD083}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{D4E5F6A7-B8C9-4D5E-A6B7-C8D9E0F1A2B3}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/lemonade_server' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lemonade-sdk/lemonade/releases/download/v11.5.1/lemonade-server-minimal.msi + InstallerSha256: 5B241C166942C8A0511B199B8412B8DC105D7EF8FB32AAC67878732573B32FEA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.locale.en-US.yaml b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.locale.en-US.yaml new file mode 100644 index 0000000000000..337451fee49ee --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.locale.en-US.yaml @@ -0,0 +1,101 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 11.5.1 +PackageLocale: en-US +Publisher: AMD +PublisherUrl: https://lemonade-server.ai/ +PublisherSupportUrl: https://github.com/lemonade-sdk/lemonade/issues +PackageName: Lemonade Server +PackageUrl: https://lemonade-server.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/lemonade-sdk/lemonade/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 AMD +ShortDescription: Refreshingly fast LLMs on GPUs and NPUs +Description: "\U0001F34B Lemonade Server is a server interface that uses the standard Open AI API, allowing applications to integrate with local LLMs. This means that you can easily replace cloud-based LLMs with private and free LLMs that run locally on your own PC's NPU and GPU." +Tags: +- ai +- chatbot +- large-language-model +- llm +- local-llm +ReleaseNotes: |- + Headline + - lemonade bench adds an image-generation benchmark mode with capability-aware scenario and model filtering, response capture, and a new --timeout flag. + - The Router Builder gains a Test Prompt tab, backed by a new POST /routing/validate endpoint, that runs a routing policy against a sample prompt and shows the decision, a step-by-step trace, and a decision-tree view. + - Ten MiniCPM text and vision GGUF models from ModelScope join the built-in llama.cpp catalog. + - Tool-calling requests to llama.cpp with large JSON schema bounds are now accepted, working around a grammar limit that previously rejected valid tool calls. + Breaking Changes + - llama.cpp non-streaming responses now return the requested or registered model id in the model field instead of the local .gguf absolute path. + - Registered and imported collections (user.*/extra.*) now list under their canonical prefixed id on /v1/models, Ollama /api/tags, and MCP lemonade_list_models. + - auto backend selection now prefers Vulkan on AMD systems across all engines, matching the llamacpp behavior. + Lemonade Server + + | Operating System | Downloads | + | ------------------ | ----------------------------------------- | + | Windows | lemonade.msi | + | Ubuntu 24.04+ | Launchpad PPA | + | Debian 13 (x86_64) | lemonade-server_11.5.1-debian13_amd64.deb | + | Debian 13 (ARM64) | lemonade-server_11.5.1-debian13_arm64.deb | + | Fedora 43 (x86_64) | lemonade-server-11.5.1-fc43.x86_64.rpm | + | Fedora 43 (ARM64) | lemonade-server-11.5.1-fc43.aarch64.rpm | + | Fedora 44 (x86_64) | lemonade-server-11.5.1-fc44.x86_64.rpm | + | Fedora 44 (ARM64) | lemonade-server-11.5.1-fc44.aarch64.rpm | + | macOS | Lemonade-11.5.1-Darwin.pkg | + + Other platforms? See our Installation Options for Docker, Snap, Arch, Debian, and more. + Embeddable Lemonade + Portable binaries for bundling into your own installer. Run lemond ./ as a subprocess. + + | Platform | Download | + | ------------ | ---------------------------------------------- | + | Ubuntu x64 | lemonade-embeddable-11.5.1-ubuntu-x64.tar.gz | + | Ubuntu arm64 | lemonade-embeddable-11.5.1-ubuntu-arm64.tar.gz | + | Windows x64 | lemonade-embeddable-11.5.1-windows-x64.zip | + | macOS arm64 | lemonade-embeddable-11.5.1-macos-arm64.tar.gz | + + What's Changed + Thanks @QuMuzafferEge, @QuTosh, @SlawomirNowaczyk, @ZMXJJ, @abn, @ckuethe, @coolduderules, @fl0rianr, @jeremyfowers, @kenvandine, @ramkrishna2910, @sujikathir, @superm1 for your awesome contributions to this release! + Click to expand changelog + - Update trellis checksums to the pinned v0.4.3 assets by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/2778 + - web: community links in navbar hamburger + homepage hero by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2784 + - Bench imagegen by @ckuethe in https://github.com/lemonade-sdk/lemonade/pull/2683 + - Add libgomp runtime dependency to deb/rpm packages by @kenvandine in https://github.com/lemonade-sdk/lemonade/pull/2794 + - Fix: Repeated model update reports after pull by @fl0rianr in https://github.com/lemonade-sdk/lemonade/pull/2715 + - [Router] Fix DirectoryWatcher missing policy delete+rewrite on Windows by @SlawomirNowaczyk in https://github.com/lemonade-sdk/lemonade/pull/2798 + - Fix llama.cpp model field echoing local .gguf path by @SlawomirNowaczyk in https://github.com/lemonade-sdk/lemonade/pull/2796 + - Add JSON schema checking to pre-commit by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/2802 + - fix(cli): parse configuration values as JSON arrays and objects by @abn in https://github.com/lemonade-sdk/lemonade/pull/2816 + - Fix JSON pre-commit validation with permissive schema by @superm1 with @Copilot in https://github.com/lemonade-sdk/lemonade/pull/2810 + - fix(http): add libcurl protocol fallback for macOS libcurl compatibility by @abn in https://github.com/lemonade-sdk/lemonade/pull/2806 + - fix(custom_args): treat negative numbers as values, not flags by @coolduderules in https://github.com/lemonade-sdk/lemonade/pull/2773 + - Issue 2651: Router Prompt Debugger (Ege Qutwo) by @QuMuzafferEge in https://github.com/lemonade-sdk/lemonade/pull/2726 + - Add conformance tests (phase 1: deterministic) by @QuTosh in https://github.com/lemonade-sdk/lemonade/pull/2761 + - Fix: list router/collection ids with their user./extra. prefix in GET /v1/models by @SlawomirNowaczyk in https://github.com/lemonade-sdk/lemonade/pull/2797 + - Add ModelScope registry search blog post by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/2828 + - Add MiniCPM GGUF models to catalog by @ZMXJJ in https://github.com/lemonade-sdk/lemonade/pull/2825 + - fix(server): preserve WebSocket auth state and support desktop client origins by @abn in https://github.com/lemonade-sdk/lemonade/pull/2790 + - Fix Whisper realtime test isolation and stale session work by @fl0rianr in https://github.com/lemonade-sdk/lemonade/pull/2821 + - docs(telemetry): improve telemetry and arize phoenix setup guide by @abn in https://github.com/lemonade-sdk/lemonade/pull/2817 + - fix(llamacpp): sanitize oversized tool schema limits by @sujikathir in https://github.com/lemonade-sdk/lemonade/pull/2807 + - fix(ci): job-isolated process cleanups and fast installer teardowns by @abn in https://github.com/lemonade-sdk/lemonade/pull/2643 + - Apply a canonical backend preference order to all descriptors by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2835 + - wg: Add an Enterprise Grade working group and archive Omni Models by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2812 + - Bump project version from 11.5.0 to 11.5.1 by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2849 + - Update flm NPU version to v0.9.46 by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2847 + - fix(installer): handle slow tarball listings by @sujikathir in https://github.com/lemonade-sdk/lemonade/pull/2830 + New Contributors + - @QuMuzafferEge made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/2726 + - @QuTosh made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/2761 + - @ZMXJJ made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/2825 + - @sujikathir made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/2807 + Full Changelog: https://github.com/lemonade-sdk/lemonade/compare/v11.5.0...v11.5.1 + + Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy. +ReleaseNotesUrl: https://github.com/lemonade-sdk/lemonade/releases/tag/v11.5.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lemonade-server.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.locale.zh-CN.yaml b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4620850af979a --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 11.5.1 +PackageLocale: zh-CN +ShortDescription: 在 GPU 和 NPU 上快速运行的大语言模型 +Description: "\U0001F34B Lemonade Server 是一个采用标准 Open AI API 的服务器接口,可让应用程序与本地大语言模型(LLM)集成。这意味着您可以轻松地将基于云端的 LLM 替换为在您个人电脑的 NPU 和 GPU 上本地运行的私有且免费的 LLM。" +Tags: +- 人工智能 +- 大语言模型 +- 本地大语言模型 +- 聊天机器人 +ReleaseNotesUrl: https://github.com/lemonade-sdk/lemonade/releases/tag/v10.0.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lemonade-server.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.yaml b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.yaml new file mode 100644 index 0000000000000..1704e678bb0e0 --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/11.5.1/AMD.LemonadeServer.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: AMD.LemonadeServer +PackageVersion: 11.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..3374ab7e2cead --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.1/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.8.1 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.8.1/opencodereview-windows-amd64.exe + InstallerSha256: E155FAF79FED55FF63E0D4F91E21300FD772B38F10E5E745B51334AB47114270 +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.8.1/opencodereview-windows-arm64.exe + InstallerSha256: 9280960E2B685398D22F3F77AA4ABDB94B6ABABDB83C6F2C41C0423D07B49A30 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..baf2c0b91f565 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.locale.en-US.yaml @@ -0,0 +1,55 @@ +# 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.8.1 +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(agent): add token-cost budget guardrails to the review path (#508) + - feat(action): add fail-open category/severity publication controls (#478) (#529) + - feat(allowlist): add Prisma schema review support (#572) + - feat(rules): add comprehensive built-in Go review guidance (#569) + 🐛 Bug Fixes + - fix(vscode): patch brace-expansion DoS via minimatch 10.2.6 (CVE-2026-14257) (#561) + - fix(pages): add dedicated /features route with correct active-tab highlighting (#548) + - fix(cli): align help text and aliases with actual behavior (#557) + - fix(pages): keep code block copy button anchored during horizontal scroll (#547) + - fix(vscode): pin linkify-it below v6 to fix vsce package failure (#545) + - fix(vscode): select Git roots with platform-aware paths (#543) + - fix: ensureMessagesSuffix double-paths URLs ending with /v1 (#533) + - fix(pages): handle stale lazy-loaded chunks gracefully (#542) + 📖 Documentation + - docs(agent): correct MaxConcurrency doc comment to match actual default (#577) + - docs(configuration): document openai-responses protocol (#562) + - docs(license): update copyright holder to project contributors (#560) + - docs(README.ja-JP): fix Contributing link to point to Japanese version (#549) + Other Changes + - ci: upgrade low-risk GitHub Actions dependencies (#468) + - test(session): (#590) + - chore(deps-dev): bump the vscode-dependencies group (#592) + - i18n(pages): add Russian (ru) locale (#596) + - Add CodeUp CI integration (#570) + - ci(test): add binary smoke test (#566) + - improve(pages): simplify ErrorBoundary reload UX and add unit tests (#565) + - ci(pages): add ESLint and bundle size check to CI pipeline (#558) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.8.0...v1.8.1 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..67f208b4e3b1b --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.1/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.8.1 +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.8.1/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.1/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..d56bb2b790282 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.1/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.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.installer.yaml b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.installer.yaml new file mode 100644 index 0000000000000..2c2eec4024d48 --- /dev/null +++ b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.installer.yaml @@ -0,0 +1,91 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AlphaTheta.rekordbox +PackageVersion: 7.2.17.0303 +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: Install_rekordbox_x64_7_2_17.exe +Scope: machine +UpgradeBehavior: install +Protocols: +- rekordboxagent +- rekordboxdj +ProductCode: Pioneer rekordbox 7.2.17 +ReleaseDate: 2026-07-27 +Installers: +- InstallerLocale: en + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=ENGLISH +- InstallerLocale: de + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=GERMAN +- InstallerLocale: es + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=SPANISH +- InstallerLocale: fr + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=FRENCH +- InstallerLocale: it + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=ITALIAN +- InstallerLocale: ja + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=JAPANESE +- InstallerLocale: ko + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=KOREAN +- InstallerLocale: nl + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=DUTCH +- InstallerLocale: pt + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=PORTUGUESE +- InstallerLocale: ru + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=RUSSIAN +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=SIMPCHINESE +- InstallerLocale: zh-TW + Architecture: x64 + InstallerUrl: https://cdn.rekordbox.com/files/20260727162550/Install_rekordbox_x64_7_2_17.zip + InstallerSha256: 518FB7D11D0484715420F410D29EB7B406D7C18CFEE7BF68FB613321C8B8B181 + InstallerSwitches: + Custom: /Lang=TRADCHINESE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.locale.en-US.yaml b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.locale.en-US.yaml new file mode 100644 index 0000000000000..3dcd1fd0a922c --- /dev/null +++ b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AlphaTheta.rekordbox +PackageVersion: 7.2.17.0303 +PackageLocale: en-US +Publisher: AlphaTheta +PublisherUrl: https://alphatheta.com/ +PublisherSupportUrl: https://rekordbox.com/support/contact/ +PrivacyUrl: https://alphatheta.com/company/privacy-policy/ +Author: AlphaTheta Corporation +PackageName: rekordbox +PackageUrl: https://rekordbox.com/download/ +License: Proprietary +LicenseUrl: https://rekordbox.com/license-agreement/ +Copyright: © AlphaTheta Corporation +CopyrightUrl: https://alphatheta.com/company/terms-of-use/ +ShortDescription: A DJ software that enables a comfortable DJ workflow with AI, cloud, and automation tech. Supporting multiple music streaming services. +Description: rekordbox is composite software that manages music files and DJ performances. With this music management software, you can manage music files in computers and mobile devices (this includes analysis, changing settings, creating files, and saving playback histories). It allows you to produce great DJ performances by combining music files managed by rekordbox and DJ equipment. +Tags: +- dj +- mixing +ReleaseNotes: |- + IMPROVED + - Enhanced LINK EXPORT security. +ReleaseNotesUrl: https://rekordbox.com/support/releasenote/ +PurchaseUrl: https://rekordbox.com/plan/ +Documentations: +- DocumentLabel: Manuals + DocumentUrl: https://rekordbox.com/download/#manual +- DocumentLabel: Tutorials + DocumentUrl: https://rekordbox.com/video/ +- DocumentLabel: FAQ + DocumentUrl: https://rekordbox.com/support/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.locale.zh-CN.yaml b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18fe7dca4613d --- /dev/null +++ b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.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: AlphaTheta.rekordbox +PackageVersion: 7.2.17.0303 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款融合人工智能、云技术与自动化技术的 DJ 软件,助您实现流畅舒适的 DJ 工作流程,并支持多种音乐流媒体服务。 +Description: rekordbox 是一款集音乐文件管理与 DJ 表演于一体的综合软件。借助这款音乐管理软件,您可以在计算机和移动设备上管理音乐文件(包括分析、设置更改、文件创建以及保存播放历史)。通过将 rekordbox 管理的音乐文件与 DJ 设备相结合,打造出色的 DJ 演出。 +Tags: +- dj +- 混音 +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://rekordbox.com/download/#manual +- DocumentLabel: 教程 + DocumentUrl: https://rekordbox.com/video/ +- DocumentLabel: 常见问题 + DocumentUrl: https://rekordbox.com/support/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.yaml b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.yaml new file mode 100644 index 0000000000000..0423a19ddff95 --- /dev/null +++ b/manifests/a/AlphaTheta/rekordbox/7.2.17.0303/AlphaTheta.rekordbox.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: AlphaTheta.rekordbox +PackageVersion: 7.2.17.0303 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.installer.yaml b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.installer.yaml new file mode 100644 index 0000000000000..d42e7f1b788dc --- /dev/null +++ b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Astronet.Scholaread +PackageVersion: 1.1.78 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- scholaread +FileExtensions: +- caj +- pdf +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.scholaread.com/assets/pc-releases/1.1.78/com/Scholaread-win-x64-1.1.78.exe + InstallerSha256: 09A838E1047AC78F83560F82BF9F0ED3F5F7423A21A5F0D77EEE8A790E4FA49B + ProductCode: c9fcbc5f-d2c1-524e-9455-a0098593a16f +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://cdn.scholaread.cn/assets/pc-releases/1.1.78/cn/Scholaread-win-x64-1.1.78.exe + InstallerSha256: A72298D77669F5CE28E01AF36F8A61EEB0DA5D685B2DC00075BCA1B4B34C07D2 + ProductCode: b171b469-051b-5b40-8791-79ac366d1e4b +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.locale.en-US.yaml b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.locale.en-US.yaml new file mode 100644 index 0000000000000..7e746d4a5001e --- /dev/null +++ b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Astronet.Scholaread +PackageVersion: 1.1.78 +PackageLocale: en-US +Publisher: Astronet Technology PTE LTD +PublisherUrl: https://www.scholaread.com/ +PublisherSupportUrl: https://workspace.jianguoyun.com/inbox/collect/c2bf8ec4adc34609a1420825dfab9866/submitv2 +PrivacyUrl: https://www.scholaread.com/help/privacy +Author: Astronet Technology PTE LTD. +PackageName: Scholaread +PackageUrl: https://www.scholaread.com/download +License: Proprietary +LicenseUrl: https://www.scholaread.com/help/terms +Copyright: Copyright © Astronet Technology PTE LTD 2026. All rights reserved. +CopyrightUrl: https://www.scholaread.com/help/terms +ShortDescription: AI-powered Research, Insights at Your Fingertips +Description: |- + Scholaread is committed to creating a premier academic reading experience, helping every scholar enhance the value of their time. + Amidst the sea of knowledge, countless papers and scholarly works serve as lighthouses guiding our intellectual journey. We aim to reshape academic reading, enabling scholars to navigate more smoothly and sail towards a broader and more distant future. + By utilizing advanced PDF layout parsing algorithms, we convert complexly formatted literature into clean, screen-friendly formats, allowing reading to transcend device limitations, and ensuring text, graphics, formulas, and tables are displayed with clarity. Our paragraph-by-paragraph full-text translations not only make reading more fluid but also allow the transfer of knowledge to transcend language barriers. We firmly believe that every paper has its value, and every piece of research deserves recognition. We hope that scholars around the globe can overcome linguistic obstacles and collectively contribute to the advancement of the world. + In the future, Scholaread will also provide a more comprehensive literature management solution, ensuring an efficient linkage between reading and writing so that every ounce of effort in scientific research is preserved and reflected. + The path to scientific discovery, though rugged and lengthy, can be made broader and brighter with technological innovation. Scholaread aspires to be an indispensable tool for scholars worldwide, ensuring that every precious minute is spent productively. + We sincerely welcome you and your colleagues, peers, study groups, and anyone interested to share in the Scholaread experience! +Tags: +- academics +- article +- book +- citation +- cite +- journal +- literature +- paper +- pdf +- reader +- reading +- research +- thesis +- viewer +ReleaseNotes: |- + - Added tool descriptions for clearer execution steps. + - Optimized previews for specific project files. + - Fixed known issues to improve stability and user experience. +PurchaseUrl: https://www.scholaread.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.locale.zh-CN.yaml b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.locale.zh-CN.yaml new file mode 100644 index 0000000000000..919131df24471 --- /dev/null +++ b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.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: Astronet.Scholaread +PackageVersion: 1.1.78 +PackageLocale: zh-CN +Publisher: 上海亦答网络科技有限公司 +PublisherUrl: https://www.scholaread.cn/ +PublisherSupportUrl: https://workspace.jianguoyun.com/inbox/collect/308c02d2d43944d5a787b9c01735698f/submitv2 +PrivacyUrl: https://www.scholaread.cn/help/privacy +Author: 上海亦答网络科技有限公司 +PackageName: Scholaread +PackageUrl: https://www.scholaread.cn/download +License: 专有软件 +LicenseUrl: https://www.scholaread.cn/help/terms +Copyright: Copyright © 上海亦答网络科技有限公司 2026. All Rights Reserved. +CopyrightUrl: https://www.scholaread.cn/help/terms +ShortDescription: AI 助力,让科研变轻松 +Description: |- + 靠岸学术(Scholaread)致力于创造一流的学术阅读体验,帮助每一位学者提升时间价值。 + 在知识之海上,无数论文著作就像指引航途的灯塔。我们希望能重塑学术阅读,让学者们更顺利地探索航行,驶向更远更广阔的未来。 + 因此,通过先进的 PDF 排版解析算法,我们将复杂排版的文献转换成适合屏幕的简洁版式,让阅读不再受限于设备,图文、公式、数表都能清晰展现。而逐段对照全文翻译不仅能让阅读变得流畅,更让知识的传播不再受语言的限制。我们坚信,每一篇论文都有其价值,每一项研究都应被看见。我们希望全球的学者都能够跨越语言的障碍,共同促进世界的进步。 + 未来,靠岸学术(Scholaread)还将提供更完善的文献管理解决方案,实现阅读写作的高效衔接,让科研工作的每一分努力都能得到保存与体现。 + 科研的道路虽崎岖漫长,但技术创新能让这条道路变得更为宽广与明亮。靠岸学术(Scholaread)希望成为全球学者的必备工具,让宝贵的每一分钟都能用在刀刃上。 + 我们真诚欢迎您与您的同事、同行、学习小组以及任何对此感兴趣的人分享靠岸学术(Scholaread)! +Tags: +- pdf +- 书籍 +- 学术 +- 引文 +- 引用 +- 引用文献 +- 文献 +- 期刊 +- 查看器 +- 研究 +- 论文 +- 阅读 +- 阅读器 +- 靠岸学术 +ReleaseNotes: |- + - 新增工具说明,执行过程一目了然。 + - 优化部分项目文件类型的预览。 + - 修复已知问题,提升稳定性与使用体验。 +PurchaseUrl: https://www.scholaread.cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.yaml b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.yaml new file mode 100644 index 0000000000000..beeef6607257c --- /dev/null +++ b/manifests/a/Astronet/Scholaread/1.1.78/Astronet.Scholaread.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: Astronet.Scholaread +PackageVersion: 1.1.78 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.installer.yaml b/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.installer.yaml new file mode 100644 index 0000000000000..2bc105fbfc412 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.64 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ty.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ty +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.64/ty-i686-pc-windows-msvc.zip + InstallerSha256: 437261A870D72AB3F084066AF32519443D98565FFB4975384B73F6CA56744578 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.64/ty-x86_64-pc-windows-msvc.zip + InstallerSha256: C42B9710C3FD33F32A0991EFBF00A82EB5E54A4EC7F7EB1C67B5E943D9D10334 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.64/ty-aarch64-pc-windows-msvc.zip + InstallerSha256: 55BB5DC4B8CD3876B461E9B82B5DB59F40787B7E28A25B6F7EFAC6D89BDEE909 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.locale.en-US.yaml b/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.locale.en-US.yaml new file mode 100644 index 0000000000000..870a5d3ce593d --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.locale.en-US.yaml @@ -0,0 +1,82 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.64 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/ty/issues +Author: Astral Software Inc. +PackageName: ty +PackageUrl: https://github.com/astral-sh/ty +License: MIT +LicenseUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +ShortDescription: An extremely fast Python type checker and language server, written in Rust. +Moniker: ty +Tags: +- python +ReleaseNotes: |- + Bug fixes + - Fix identity narrowing for NewTypes (#26439) + - Make reachability analysis idempotent (#27163) + + LSP server + - Fix ParamSpec declaration hover and type navigation (#27183) + - Implement LSP textDocument/implementation request (#25410) + - Introduce shared primitives for parsing backticks in docstrings (#26928) + - Render NumPy docstrings as structured Markdown (#25925) + + CLI + - Add --exclude-scripts and --include-scripts (#27169) + - Discover uv workspace roots (#25551) + + Diagnostics + - Add a lint rule for combined abstract and final decorators (#26932) + - Change --add-ignore to add space after the colon for ty: ignore (#27120) + - Fix missing-override-decorator suggestion before Python 3.12 (#27166) + - Reuse full call diagnostics for implicit setter calls (#27115) + + Configuration + - Allow unresolved unused venv home paths (#27162) + - Simplify script metadata query (#27121) + + Core type checking + - Decorate only overload implementation signatures (#27147) + - Don't consider known-instance types, generic aliases or non-singleton special-form types to be single-valued (#27137) + - Improve identity comparison inference for singleton types (#27126) + - Improve tuple membership and rich comparison inference (#27164) + - Model walrus bindings from comprehensions (#26466) + - Narrow tagged unions using identity comparisons (#27130) + - Preserve Self in __new__ calls (#27003) + - Preserve receiver constraints when binding overloaded methods (#27038) + - Support generic manual PEP 695 type aliases (#27083) + - Treat bivariance as covariant (#24319) + + Performance + - Avoid cycles when resolving ModuleType globals (#27182) + - Avoid expanding optional enum comparisons (#27105) + - Avoid repeated inference when copying mixed TypedDict unions (#27108) + - Improve importer performance (#27159) + - Improve union and intersection builder performance (#27167) + + Contributors + - @perfloop-agent + - @carljm + - @lerebear + - @Gankra + - @TrapsterDK + - @MichaReiser + - @thejchap + - @mtshiba + - @denyszhak + - @charliermarsh + - @AlexWaygood +ReleaseNotesUrl: https://github.com/astral-sh/ty/releases/tag/0.0.64 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/ty/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.yaml b/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.yaml new file mode 100644 index 0000000000000..80a0c405c3d48 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.64/astral-sh.ty.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: astral-sh.ty +PackageVersion: 0.0.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.installer.yaml b/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.installer.yaml new file mode 100644 index 0000000000000..fc9825ddaa461 --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.installer.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.39.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dua-v2.39.1-x86_64-pc-windows-msvc/dua.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- dua +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Byron/dua-cli/releases/download/v2.39.1/dua-v2.39.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 6C0F7FD6AECFDC15462D816D3BD5054B67C83CD95FC5C6C214F78651B470A114 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.locale.en-US.yaml b/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..6a1ecb28b3aa6 --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.39.1 +PackageLocale: en-US +Publisher: Sebastian Thiel +PublisherUrl: https://github.com/Byron +PublisherSupportUrl: https://github.com/Byron/dua-cli/issues +Author: Sebastian Thiel +PackageName: Disk Usage Analyzer +PackageUrl: https://github.com/Byron/dua-cli +License: MIT +LicenseUrl: https://github.com/Byron/dua-cli/blob/HEAD/LICENSE +Copyright: © Sebastian Thiel +CopyrightUrl: https://github.com/Byron/dua-cli/raw/main/LICENSE +ShortDescription: View disk space usage and delete unwanted data, fast. +Description: dua (→ Disk Usage Analyzer) is a tool to conveniently learn about the usage of disk space of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible. Optionally delete superfluous data, and do so more quickly than rm. +Moniker: dua +Tags: +- cleaner +- disk-usage-analyser +- disk-usage-analyzer +- diskusageanalyser +- diskusageanalyzer +- duacli +- harddisk +- harddrive +- requirescmd +- space-use +- ssd +ReleaseNotes: |- + This release is merely to allow attestations to be used, and you should be able to validate the binary origin with: + - gh attestation verify ./dua-v2.39.1-aarch64-apple-darwin.tar.gz --repo Byron/dua-cli + Commit Statistics + - 4 commits contributed to the release. + - 2 days passed between releases. + - 0 commits were understood as conventional. + - 0 issues like '(#ID)' were seen in commit messages + + Commit Details + view details + - Uncategorized + - Prepare next release with attestations (953a87a) + - Merge pull request #354 from Vam-si-krish/ci/release-provenance (2d11eb9) + - Review (ddfd0fb) + - Add provenance attestations for release archives (f374d9c) +ReleaseNotesUrl: https://github.com/Byron/dua-cli/releases/tag/v2.39.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.yaml b/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.yaml new file mode 100644 index 0000000000000..5fae6065a6c61 --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.39.1/Byron.dua-cli.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: Byron.dua-cli +PackageVersion: 2.39.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.installer.yaml new file mode 100644 index 0000000000000..17bcd3d792c98 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 2.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Scope: user +UpgradeBehavior: install +Commands: +- dji-embed +FileExtensions: +- mp4 +- srt +- dat +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v2.3.0/dji-embed.exe + InstallerSha256: 880BED6ED01103B4E0C253FED84F84465FA585A3F7F7EC16FBF7662090C3CEFD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml new file mode 100644 index 0000000000000..cea96ab008b44 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Embed telemetry data from DJI drone SRT files into MP4 video files +Description: | + A Python tool to embed telemetry data from DJI drone SRT files into MP4 video files. + + Features: + - Extract GPS coordinates, altitude, camera settings and other telemetry data from SRT files + - Embed metadata directly into MP4 video files using FFmpeg + - Support for multiple DJI drone models (Mini 3/4 Pro, Air 3, Avata 2, Mavic 3 Enterprise) + - Export telemetry data to GPX and CSV formats + - Professional CLI with comprehensive validation and diagnostics + - Privacy-safe GPS redaction options + - No video re-encoding for fast processing +Moniker: dji-embed +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- mp4 +- srt +- ffmpeg +- cli +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v2.3.0 +PurchaseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +InstallationNotes: | + After installation, run 'dji-embed doctor' to verify dependencies are installed. + + Note: the desktop app package (CallMarcus.DJIMetadataEmbedder.Desktop) + also installs the dji-embed command - install one or the other, not both. + + The tool requires FFmpeg to be available in your PATH. Use the bootstrap installer for automatic setup: + iwr -useb https://raw.githubusercontent.com/CallMarcus/dji-drone-metadata-embedder/master/tools/bootstrap.ps1 | iex +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/user_guide.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +- DocumentLabel: Installation + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/installation.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.yaml new file mode 100644 index 0000000000000..a889d8f9d3a77 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.3.0/CallMarcus.DJIMetadataEmbedder.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: CallMarcus.DJIMetadataEmbedder +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml new file mode 100644 index 0000000000000..07c600e9f0a26 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{A0F2FECD-3BEB-4832-9BC6-4A57B20ED947}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v2.3.0/dji-metadata-embedder-setup-2.3.0.exe + InstallerSha256: 5011D0165C306E660B03EC47279A382BB0C6EB714ED129C7F31408ADADA042DE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..4b3755c120d5e --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder Desktop +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Desktop app to map DJI drone footage and embed flight telemetry into videos +Description: | + Desktop application for DJI drone footage: drag a folder in and get + interactive maps of your flights and photos (including a 360-degree + panorama viewer), or embed the flight telemetry from DJI .SRT logs into + the video files so photo apps can sort and place them. + + This installer bundles everything the app needs (FFmpeg, ExifTool, the + dji-embed command-line engine) and installs per-user with no admin + rights required. + + Note: this package also puts the dji-embed command on PATH. Install + either this desktop package or the portable CLI package + (CallMarcus.DJIMetadataEmbedder) - not both. +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- map +- panorama +- gui +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v2.3.0 +InstallationNotes: | + Start the app from the Start menu ("DJI Metadata Embedder"). The + dji-embed command is also available in new terminals. +Documentations: +- DocumentLabel: Help + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/HELP.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.yaml new file mode 100644 index 0000000000000..fa37c72df56fb --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.3.0/CallMarcus.DJIMetadataEmbedder.Desktop.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: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.installer.yaml b/manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.installer.yaml similarity index 77% rename from manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.installer.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.installer.yaml index d3474f291e5d4..01165143df191 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.installer.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.15 +PackageVersion: 2.9.16 InstallerLocale: en-US InstallerType: nullsoft InstallModes: @@ -17,6 +17,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://download.circleback.ai/windows/nsis/x64 - InstallerSha256: DAEEBF0DCB90FCA1622759AB23EA4B4292E1D8983ED75729446CDC014EAE4D74 + InstallerSha256: A9767C46AC0AD4AB916B2FF0193089B32A1DFA83B39329DC3EBB7618342023AE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.locale.en-US.yaml b/manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.locale.en-US.yaml similarity index 88% rename from manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.locale.en-US.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.locale.en-US.yaml index ece63cacf7536..ec8e553c160b0 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.locale.en-US.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.15 +PackageVersion: 2.9.16 PackageLocale: en-US Publisher: Circleback AI, Inc. PublisherUrl: https://circleback.ai/ diff --git a/manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.yaml b/manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.yaml similarity index 74% rename from manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.yaml index 52c7a6725756a..0e185ddf9a54c 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.15/CirclebackAI.Circleback.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.16/CirclebackAI.Circleback.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.15 +PackageVersion: 2.9.16 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.installer.yaml new file mode 100644 index 0000000000000..6183c5fa2d31c --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.8.1.26081 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.8.1_pre_2681/dt_setup.exe + InstallerSha256: 829AF87E2296A418120B0CBD3460970F7B0E7C5FDA3573F3E98322A472F49DC2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..0c4999938049e --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.8.1.26081 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools Preview +PackageUrl: https://github.com/CodingWonders/DISMTools +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2026. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools-pre +Tags: +- windows +- gui +- sysadmin +- dism +ReleaseNotesUrl: https://github.com/CodingWonders/DISMTools/releases/tag/v0.8.1_pre_2681 +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. Since you will be using a preview release, we want your feedback in order to shape the next stable version of the software. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.yaml new file mode 100644 index 0000000000000..3a18845651e21 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.1.26081/CodingWondersSoftware.DISMTools.Preview.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: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.8.1.26081 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.installer.yaml new file mode 100644 index 0000000000000..e0cfeb1010bd4 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.8.0.26072 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.8_upd1/dt_setup.exe + InstallerSha256: 41143FA8E6E8D30E1D3FC69EF895A2E2DD30FCC5920A5BD14B5581D8216754A5 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml new file mode 100644 index 0000000000000..132369214fe1e --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.8.0.26072 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools +PackageUrl: https://github.com/CodingWonders/DISMTools +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2026. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools +Tags: +- windows +- gui +- sysadmin +- dism +ReleaseNotesUrl: https://github.com/CodingWonders/DISMTools/releases/tag/v0.8_upd1 +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.yaml new file mode 100644 index 0000000000000..f785c94d0aa44 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.8.0.26072/CodingWondersSoftware.DISMTools.Stable.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: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.8.0.26072 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.installer.yaml b/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.installer.yaml new file mode 100644 index 0000000000000..48ac33b3f08cd --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.2.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.2.3/entra-emulator_0.2.3_windows_arm64.zip + InstallerSha256: bcdf9dbec86aa30f18e4701f7b4333c8cb67781de82e2cde00965e6b7dd8aa93 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.2.3/entra-emulator_0.2.3_windows_amd64.zip + InstallerSha256: a92674c6dfaec111d57c4f2aa4348802a425e9ff6c1ea5e6f808529c70d0ca77 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.locale.en-US.yaml b/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.locale.en-US.yaml new file mode 100644 index 0000000000000..28ef11e792f52 --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.locale.en-US.yaml @@ -0,0 +1,27 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.2.3 +PackageLocale: en-US +Publisher: calvinchengx +PackageName: entra-emulator +PackageUrl: https://github.com/calvinchengx/entra-emulator +License: Apache-2.0 +ShortDescription: A local, MSAL-compatible emulator of Microsoft Entra ID (Azure AD) in a single Go binary. +Description: | + Entra Emulator is a local, MSAL-compatible emulator of Microsoft Entra ID + (Azure AD) in a single Go binary: the OIDC/OAuth 2.0 v2.0 endpoints MSAL + talks to, a minimal read-only Microsoft Graph, and an admin REST API — so + you can develop sign-in, token acquisition, and protected-API calls + offline with no cloud tenant. Local development tool only. +Moniker: entra-emulator +Tags: + - entra + - azure-ad + - oidc + - oauth2 + - msal + - emulator +ReleaseNotesUrl: https://github.com/calvinchengx/entra-emulator/releases/tag/v0.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.yaml b/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.yaml new file mode 100644 index 0000000000000..4974cadcff038 --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.2.3/calvinchengx.entra-emulator.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.installer.yaml b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.installer.yaml new file mode 100644 index 0000000000000..ca4035fc34ef4 --- /dev/null +++ b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Datalust.Seq +PackageVersion: 11.0.17083.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + Custom: WIXUI_EXITDIALOGOPTIONALCHECKBOX=0 +Commands: +- seq +- seqcli +ProductCode: '{D12001B2-B06F-4AEA-B11A-04755C38A896}' +ReleaseDate: 2026-07-30 +AppsAndFeaturesEntries: +- UpgradeCode: '{8654D5F2-22DC-4BBC-8D63-F83AF99B73D0}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.datalust.co/2026.1.17083/win-x64/Seq-2026.1.17083.msi + InstallerSha256: 51C01AC32C2DF053D49F350F5AFB76A345AB4197F89BB40E8BB351A5B3D3DF8A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.locale.en-US.yaml b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.locale.en-US.yaml new file mode 100644 index 0000000000000..2709ab651e0d0 --- /dev/null +++ b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Datalust.Seq +PackageVersion: 11.0.17083.0 +PackageLocale: en-US +Publisher: Datalust Pty Ltd +PublisherUrl: https://datalust.co/ +PublisherSupportUrl: https://discuss.datalust.co/ +PrivacyUrl: https://datalust.co/about/privacy +Author: Datalust Pty Ltd +PackageName: Seq +PackageUrl: https://datalust.co/seq +License: Proprietary +LicenseUrl: https://datalust.co/doc/eula-current.pdf +Copyright: Copyright © 2013-2026 Datalust +CopyrightUrl: https://datalust.co/doc/eula-current.pdf +ShortDescription: The self-hosted search, analysis, and alerting server built for structured logs and traces. +Description: |- + Structured logs are the observability pillar that uniquely models your apps and services. They capture the detailed, domain-specific events you need to debug tough problems, and they're perfect for monitoring and analyzing system behavior in real time. + Seq is built from the ground up for modern structured logging. Events are captured as fully-structured JSON data, and Seq's query language makes it natural to search and manipulate them without awkward parsing or format handling. + Seq accepts logs via HTTP, OpenTelemetry/OTLP, custom inputs, and the seqcli command-line client, with plug-ins or integrations available for .NET, Java, Node.js, Python, Ruby, Go, Docker, message queues, and many other technologies. +Moniker: seq +Tags: +- log +- logging +- structured-log +- structured-logging +ReleaseNotesUrl: https://github.com/datalust/seq-tickets/milestone/197?closed=1 +PurchaseUrl: https://datalust.co/pricing +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.datalust.co/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.locale.zh-CN.yaml b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dbcf03ccd1f10 --- /dev/null +++ b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.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: Datalust.Seq +PackageVersion: 11.0.17083.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 专为结构化日志与追踪设计的自托管服务器,提供搜索、分析与告警功能。 +Description: |- + 结构化日志是观测体系中的核心支柱,它能为您的应用和服务建立专属数据模型。通过捕获领域内精细化的关键事件,结构化日志既能有效诊断复杂故障,又为实时监控与系统行为分析提供了理想解决方案。 + Seq 专为现代化结构化日志而生。所有事件均以完整 JSON 结构捕获,其独创的查询语言让日志检索与处理变得直观高效,彻底告别繁琐的解析与格式转换。 + Seq 支持 HTTP、OpenTelemetry/OTLP 协议、自定义输入源及 seqcli 命令行等多种日志接入方式,并提供 .NET、Java、Node.js、Python、Ruby、Go、Docker、消息队列等海量技术的插件与集成方案。 +Tags: +- 日志 +- 结构化日志 +ReleaseNotesUrl: https://github.com/datalust/seq-tickets/milestone/197?closed=1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.datalust.co/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.yaml b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.yaml new file mode 100644 index 0000000000000..e8ff1c3d49975 --- /dev/null +++ b/manifests/d/Datalust/Seq/11.0.17083.0/Datalust.Seq.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: Datalust.Seq +PackageVersion: 11.0.17083.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.installer.yaml b/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.installer.yaml new file mode 100644 index 0000000000000..78cc97babf131 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.12.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.12.3_windows_arm64.zip?x-defang-source=winget + InstallerSha256: bd5f74c1e4f988c0842c19871987ef660a409025896165392119c86c738b279a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.12.3_windows_amd64.zip?x-defang-source=winget + InstallerSha256: 67f19b2bfac4629cb4a88e65e1e62e1f96c99f28f7f077072eef73a281740df8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.locale.en-US.yaml b/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.locale.en-US.yaml new file mode 100644 index 0000000000000..5253b6d309a05 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.12.3 +PackageLocale: en-US +Publisher: DefangLabs +PublisherUrl: https://defang.io/ +PublisherSupportUrl: https://github.com/DefangLabs/defang/issues/ +PackageName: Defang +PackageUrl: https://github.com/DefangLabs/defang/ +License: MIT +Copyright: Defang Software Labs Inc. +ShortDescription: The Defang command-line interface (CLI) +Description: Develop Anything, Deploy Anywhere. +Moniker: Defang +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.yaml b/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.yaml new file mode 100644 index 0000000000000..99f7d0ac168a5 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.12.3/DefangLabs.Defang.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.installer.yaml b/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.installer.yaml new file mode 100644 index 0000000000000..872486b2e01bc --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.3 +Installers: + - Architecture: x64 + InstallerType: exe + InstallerUrl: https://github.com/dixieflatline76/Spice/releases/download/v2.6.3/Spice-Setup-2.6.3-windows-amd64.exe + InstallerSha256: DE0C7E6370BDEEDD0CB7FBE3FEC689E0ACF70E7FCCBA688D56CA47D73B6964BF + UpgradeBehavior: install + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.locale.en-US.yaml b/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.locale.en-US.yaml new file mode 100644 index 0000000000000..affce6e40839b --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.locale.en-US.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.3 +PackageLocale: en-US +Publisher: dixieflatline76 +PackageName: Spice +License: PolyForm Noncommercial 1.0.0 +ShortDescription: A highly-concurrent, plugin-driven desktop environment engine. +Moniker: spice +Tags: + - wallpaper + - desktop + - customization + - go + - engine +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.yaml b/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.yaml new file mode 100644 index 0000000000000..71ee00b38cd3c --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.3/dixieflatline76.Spice.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.installer.yaml b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.installer.yaml new file mode 100644 index 0000000000000..a96dd943cdd4a --- /dev/null +++ b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.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: Everless321.dYm +PackageVersion: 2.4.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 43ee9364-0fb6-5a92-bf50-2da690f094b2 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Everless321/dYm/releases/download/v2.4.0/dym-2.4.0-setup.exe + InstallerSha256: EE10E772FFAF3B677D11EC6A25A73440680C633BE10114A20535C588321FE4C8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.locale.en-US.yaml b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.locale.en-US.yaml new file mode 100644 index 0000000000000..344468becf7fc --- /dev/null +++ b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 2.4.0 +PackageLocale: en-US +License: Freeware +ShortDescription: Douyin Video Download and Intelligent Analysis Management Tool +Tags: +- douyin +- download +- parsing +- video +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.locale.zh-CN.yaml b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6f9c3292781ce --- /dev/null +++ b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 2.4.0 +PackageLocale: zh-CN +Publisher: example.com +PublisherUrl: https://github.com/Everless321 +PublisherSupportUrl: https://github.com/Everless321/dYm/issues +PackageName: dYm +PackageUrl: https://github.com/Everless321/dYm +License: 免费软件 +Copyright: Copyright © 2026 example.com +ShortDescription: 抖音视频下载与智能分析管理工具 +Tags: +- 下载 +- 抖音 +- 视频 +- 解析 +ReleaseNotes: 'Full Changelog: https://github.com/Everless321/dYm/compare/v2.3.0...v2.4.0' +ReleaseNotesUrl: https://github.com/Everless321/dYm/releases/tag/v2.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.yaml b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.yaml new file mode 100644 index 0000000000000..d4377935f23cb --- /dev/null +++ b/manifests/e/Everless321/dYm/2.4.0/Everless321.dYm.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: Everless321.dYm +PackageVersion: 2.4.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.installer.yaml new file mode 100644 index 0000000000000..0df3d357a4286 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.4.5647 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: MAILCLIENTINSTALLLOCATION="" +UpgradeBehavior: install +ProductCode: '{509A515D-8F4D-48AA-90E0-5E3FC8EF3E06}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- ProductCode: '{509A515D-8F4D-48AA-90E0-5E3FC8EF3E06}' + UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%/eM Client' +Installers: +- Architecture: x86 + InstallerUrl: https://www.emclient.com/dist/v10.4.5647/setup.msi + InstallerSha256: A18312A96824208215F4605F2913A0785ADB7D223A2C305FA2F7AF224499B49A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.locale.en-GB.yaml b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.locale.en-GB.yaml new file mode 100644 index 0000000000000..5570b221cc95a --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.locale.en-GB.yaml @@ -0,0 +1,10 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.4.5647 +PackageLocale: en-GB +PackageName: eM Client +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronisation. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.locale.en-US.yaml new file mode 100644 index 0000000000000..ec0bebf588dca --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.4.5647 +PackageLocale: en-US +Publisher: eM Client s.r.o. +PublisherUrl: https://www.emclient.com/ +PublisherSupportUrl: https://www.emclient.com/support +PrivacyUrl: https://www.emclient.com/docs/em-client-privacy-policy.pdf +Author: eM Client s.r.o. +PackageName: eM Client +PackageUrl: https://www.emclient.com/ +License: Proprietary (Freemium) +LicenseUrl: https://www.emclient.com/pricing +Copyright: © eM Client +CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +Moniker: emclient +Tags: +- calendar +- contacts +- email +- email-client +- imap +- mail +- microsoft-exchange +- outlook +- pgp +- pop +- rss +- smtp +- tasks +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.yaml new file mode 100644 index 0000000000000..1331fec35157d --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5647/eMClient.eMClient.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: eMClient.eMClient +PackageVersion: 10.4.5647 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.installer.yaml b/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.installer.yaml new file mode 100644 index 0000000000000..b2a946ce581fa --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.37.0 +InstallerType: portable +Commands: +- parley +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/feci/parley-deck-cli/releases/download/v1.37.0/parley-v1.37.0-windows-x64.exe + InstallerSha256: 31E2C99C5AE97904078D1270F86DBE10D5AD4E788A5F4EB43F1D2B2DC5462978 +- Architecture: arm64 + InstallerUrl: https://github.com/feci/parley-deck-cli/releases/download/v1.37.0/parley-v1.37.0-windows-arm64.exe + InstallerSha256: B75F8E9C8CF70A7EFFFB4537345D9AB641D3166E937A5E6EAFCD216F053EF47E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.locale.en-US.yaml b/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.locale.en-US.yaml new file mode 100644 index 0000000000000..321565e6cbf5e --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.37.0 +PackageLocale: en-US +Publisher: Feci +PublisherUrl: https://github.com/feci +PackageName: Parley Deck CLI +PackageUrl: https://github.com/feci/parley-deck-cli +License: Apache-2.0 +LicenseUrl: https://github.com/feci/parley-deck-cli/blob/main/LICENSE +ShortDescription: CLI that orchestrates Parley Deck multi-agent cooperation workflows. +Description: "parley orchestrates multi-agent Parley Deck cooperation across local CLI agents: risk-tiered tracks (fast, standard, deliberation), deliberation rounds, consensus and finalize, implementation with living execution plans, a live TUI, and a human-braked outer loop. v1.37.0 returns the Antigravity CLI (agy) to the roster as a fifth participant alongside kimi, pinned to Gemini 3.6 Flash (High), after verifying that the headless regression which had kept it out of automated rounds is gone in agy 1.1.8." +ReleaseNotesUrl: https://github.com/feci/parley-deck-cli/releases/tag/v1.37.0 +Tags: +- ai +- agents +- automation +- cli +- codex +- consensus +- loop +- multi-agent +- orchestration +- preflight +- roster +- tui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.yaml b/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.yaml new file mode 100644 index 0000000000000..1e96375cd05d1 --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.37.0/Feci.ParleyDeckCli.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.37.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.installer.yaml b/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.installer.yaml new file mode 100644 index 0000000000000..edc362f22fe1d --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.46.0 +InstallerType: inno +Scope: user +UpgradeBehavior: install +ProductCode: WinCodexBar_is1 +ReleaseDate: 2026-07-30 +AppsAndFeaturesEntries: +- ProductCode: WinCodexBar_is1 + DisplayName: CodexBar 0.46.0 + DisplayVersion: 0.46.0 + Publisher: CodexBar Contributors +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nesszer/Win-CodexBar/releases/download/v0.46.0/CodexBar-0.46.0-Setup.exe + InstallerSha256: 1ED0E7498EE564DABAB9387B33C01FFA213556B8CA8D920DB52D0EC7CB8F3D83 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.locale.en-US.yaml b/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.locale.en-US.yaml new file mode 100644 index 0000000000000..40c3e07b54647 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.locale.en-US.yaml @@ -0,0 +1,46 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.46.0 +PackageLocale: en-US +Publisher: CodexBar Contributors +PublisherUrl: https://github.com/nesszer +PublisherSupportUrl: https://github.com/nesszer/Win-CodexBar/issues +Author: Finesssee +PackageName: Win-CodexBar +PackageUrl: https://github.com/nesszer/Win-CodexBar +License: MIT +LicenseUrl: https://github.com/nesszer/Win-CodexBar/blob/main/LICENSE +Copyright: Copyright (c) CodexBar contributors +ShortDescription: Windows-native menu bar app for OpenAI Codex and Claude Code usage stats. +Description: Win-CodexBar is a Windows-native desktop app for viewing OpenAI Codex and Claude Code usage stats from a small Tauri shell. +Moniker: win-codexbar +Tags: +- claude-code +- codex +- desktop +- tauri +- usage +- windows +ReleaseNotes: |- + Windows port of upstream CodexBar 0.45.2 to 0.46.0. + + ### Added + - Providers: Qwen Cloud and ZoomMate. + - Alibaba Token Plan Personal/Solo variants (mainland/international). + - Claude prepaid credit balance and Daily Routines visibility setting. + - Fractional session-quota estimates on the weekly row. + - Codex workspaces indexing foundation and CLI. + - CLI config dump redacts secrets by default. + + ### Changed + - Incremental Codex local cost scans via disk cache. + - Automatic tray metric prefers highest-used/exhausted window. + - CLI alias qwen resolves to Qwen Cloud. + + ### Fixed + - Claude weekly/model metric ordering and idle session estimates. + - Amp, Grok, Chutes, LLMProxy, and Ollama refresh/parse fixes. +ReleaseNotesUrl: https://github.com/nesszer/Win-CodexBar/releases/tag/v0.46.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.yaml b/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.yaml new file mode 100644 index 0000000000000..1a31ba0bf341e --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.46.0/Finesssee.Win-CodexBar.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.46.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.installer.yaml b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.installer.yaml new file mode 100644 index 0000000000000..8fa02cc6c9ee9 --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.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: Fioooooooo.FylloCode +PackageVersion: 0.14.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fb4850cb-f98d-5a6d-8287-16734ebbc07c +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Fioooooooo/FylloCode/releases/download/v0.14.4/FylloCode-0.14.4-win-x64-setup.exe + InstallerSha256: C2938641CA46013008C909E7DF13BB3E9DB70D42A39139C1B36F207A80600A47 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.locale.en-US.yaml b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.locale.en-US.yaml new file mode 100644 index 0000000000000..9888d58fe08ce --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.14.4 +PackageLocale: en-US +Publisher: Fio +PublisherUrl: https://github.com/Fioooooooo +PublisherSupportUrl: https://github.com/Fioooooooo/FylloCode/issues +PackageName: FylloCode +PackageUrl: https://github.com/Fioooooooo/FylloCode +License: AGPL-3.0 +LicenseUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/LICENSE +ShortDescription: A desktop app that turns Coding Agents into reliable teammates — by splitting every change into Task → Proposal → Apply → Archive, with you reviewing the plan before any code is written. +Description: |- + In this new era, the work that really needs our attention is no longer repetitive coding, but higher-level business understanding and architecture design. The future workflow I have in mind is: understand the business → think through the architecture → write a Proposal → review the Proposal → let the Agent implement it automatically, then move on to the next Proposal. + That thinking led me to build FylloCode — a step from Vibe Coding toward Agentic Coding. + + How FylloCode Solves It + FylloCode enforces a structured workflow that separates thinking from doing: + ┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐ + │ Task │ ──→ │ Chat/Proposal │ ──→ │ Apply │ ──→ │ Archive │ + │ │ │ │ │ │ │ │ + │ What to │ │ Agent explores │ │ Agent │ │ Specs │ + │ work on │ │ codebase and │ │ implements│ │ updated, │ + │ │ │ writes a plan │ │ the plan │ │ change │ + │ │ │ │ │ │ │ recorded │ + │ │ │ ➜ YOU REVIEW │ │ │ │ │ + └──────────┘ └────────────────┘ └───────────┘ └───────────┘ + Task — Pick a task from your local list or synced from platforms like Yunxiao. One click sends it to Chat. + Chat / Proposal — The Agent explores your codebase, asks clarifying questions, and produces a structured proposal (what to change, which files, acceptance criteria). The Agent is prohibited from writing code in this stage. You review, edit, and approve the proposal before anything else happens. + Apply — A fresh Agent session implements the approved proposal task-by-task. It reads only the proposal artifacts — not the Chat history — so every decision must be captured in writing, not left in context-window memory. + Archive — Specs are updated, the change is recorded with full traceability. Your project's knowledge base grows with every shipped change. + Why Separating Thinking from Execution Matters + Most Coding Agents understand a task and write code in the same session. Any misunderstanding becomes code directly, and code is expensive to review. FylloCode physically separates understanding from execution. Misunderstandings can only become proposal text — and text is cheap to review. A 2-minute proposal review catches problems that would take 20 minutes to find in a diff. + + Features + + Agent Protocol (ACP) + FylloCode connects to any Coding Agent through ACP (Agent Client Protocol). Claude Code, Codex, or any ACP-compatible agent — one protocol, one interface, without juggling a pile of terminal windows. + There are currently 35 agents available in the ACP Registry, with support for parallel chats and parallel Proposal Apply runs. + + System Reminders + Each workflow stage injects a system reminder that constrains what the Agent can and cannot do. In Chat, the Agent is instructed to explore and propose, not code. In Apply, it follows the approved task list. This isn't a suggestion — it's a hard boundary enforced at session start. + + Task Panel + View and manage tasks from your local list or synced from external platforms. Tasks serve as the entry point to the entire workflow — select a task, start a Chat, and the Agent begins with full context. + + Integration with Development Platforms + Connect to platforms like Yunxiao (Alibaba Cloud DevOps) at the provider level — one authentication, multiple tools across task management, source code, and CI/CD. More platform integrations (GitHub, TAPD, Jira, etc.) are planned. + Task integrations use APIs instead of Agent Skills by design. API calls are fast and do not spend tokens, so tokens stay focused on the work that actually needs reasoning. + + Workflow Editor + Define and customize multi-stage workflows. Built-in templates get you started; edit the YAML to fit your team's process. + + OpenSpec-Driven Proposals + Proposals are structured artifacts — not chat messages. Each proposal contains a design document, spec changes, and a concrete task list with file paths and acceptance criteria. The built-in fyllo-specs MCP server manages the full lifecycle: explore → create-proposal → apply-change → archive-change. + + Streaming Rendering Engine + FylloCode uses markstream-vue as its streaming rendering engine. It is fast and smooth, with built-in integration for Monaco Editor, KaTeX, and Mermaid. While working on Proposals, it can render flowcharts and formatted specs in real time, making architecture flows and business logic easier to inspect. + Engineering Guardrails + FylloCode provides two layers of engineering guardrails: + - Soft constraints — Capture engineering conventions as Guidelines and continuously maintain them through the built-in fyllo-skills MCP server, without manual upkeep. + - Hard constraints — Agents may not always follow Guidelines perfectly, so FylloCode's health checks establish engineering-level enforcement through lint, test runners, git hooks, and CI. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + This release improves reading, preview, and recovery in Chat. Absolute local file links can now be previewed safely inside the app, Markdown files gain source, rendered, and wrapping modes, and Fyllo Signal gives Agents a lightweight display channel that requires no confirmation. ACP Agent connections are prewarmed in the background and confirmed session configuration is restored after restart or reconnection; bundled MCP servers also move to a reusable application-level HTTP host while retaining stdio fallback. + Added + - All shared MarkStream hosts can now preview absolute local text-file links. Files under the project root or a registered worktree open directly; files outside trusted roots require either one-time access or trust for the current window before content is read. Preview accepts regular UTF-8 files up to 5 MiB and supports :line[:column] locations. + - Local Markdown previews now offer Source / Preview and Content Overflow / Wrap Lines controls. Preview uses MarkStream rendering, Source remains the default, and display choices affect only the current Slideover without modifying the file or persisting a setting. + - Added the passive Fyllo Signal display protocol. The initial show.time type renders the current time as a non-interactive pill without creating a Fyllo Action, entering the session event rail, or producing durable side effects. + - The Pinned Sessions and Recent Sessions groups in Chat can now be collapsed independently. Expanded groups share the remaining height and retain their own scroll positions. + Changed + - After launch, FylloCode now prewarms installed and valid custom ACP Agent connections with application-level concurrency limits. Installation, upgrade, and custom-Agent saves also schedule incremental warmup, and Chat reuses the same in-flight or ready connection. + - The ACP capability cache now retains complete authentication, prompt, MCP, and session capability snapshots while remaining compatible with older prompt-only cache files and preserving current attachment and prompt-capability behavior. + - fyllo-specs and fyllo-cortex now use an application-level shared HTTP host. HTTP-capable Agents reuse a stable loopback proxy, application bearer token, and request-scoped project/session context; Agents without HTTP support, or unavailable backends, continue through stdio. + - Fyllo Action and Fyllo Signal now share MarkStream rules for top-level standalone blocks, streaming closure, and exact literal-source preservation while keeping separate schemas, state, and rendering contracts. + Fixed + - Fixed confirmed session options such as model, mode, and thought level being replaced by Agent defaults after app restart or Agent reconnection. Compatible values are restored before the first resumed prompt, while incompatible options fall back to the Agent's current schema. + - Fixed Chat prompt-timeline container sizing, scroll targeting, and summary-popover details, and added syntax-safe Mermaid guidance for flowchart and state-diagram labels to reduce unrenderable Agent output. + - Fixed the Chat message area not filling its available height in some layouts. + Notes + - The application version is now 0.14.4. + - The fyllo-specs MCP server is now 0.9.0, adding HTTP transport, request-scoped context, and Mermaid guidance. Tool names, inputs, outputs, storage behavior, and stdio transport remain compatible. + - The fyllo-cortex MCP server is now 0.6.0, adding HTTP transport and request-scoped context. Tool names, modes, inputs, outputs, storage behavior, and stdio transport remain compatible. + - Older ACP capability caches are read through the compatibility path and are gradually rewritten in the new format after Agents initialize successfully; no manual migration is required. + - Trust in this window for files outside the project is kept only in Renderer Window memory. Closing the window or restarting the app requires confirmation again. +ReleaseNotesUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/CHANGELOG.en.md#0144---2026-07-30 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.locale.zh-CN.yaml b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ddf5846a9c995 --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.locale.zh-CN.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.14.4 +PackageLocale: zh-CN +ShortDescription: 一款桌面应用,通过将每个更改拆分为任务 → 提案 → 应用 → 归档的流程,将编程智能体转变为可靠的团队成员,并在编写任何代码之前由您审查计划。 +Description: |- + 在这个新时代,真正需要我们处理的不再是重复性的编码工作,而是更高层面的业务理解和架构设计。我设想的未来工作方式是:接触业务 → 想清楚架构 → 写 Proposal → 审查 Proposal → Agent 自动编码落地,然后接着搞下一个 Proposal。 + 基于这些思考,我开发了 FylloCode——从 Vibe Coding 走向 Agentic Coding。 + + FylloCode 怎么解决 + FylloCode 用一套结构化的工作流,把 思考 和 执行 物理隔离: + ┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐ + │ 任务 │ ──→ │ 对话 / 提案 │ ──→ │ 执行 │ ──→ │ 归档 │ + │ │ │ │ │ │ │ │ + │ 做什么 │ │ Agent 探索代码 │ │ Agent 按 │ │ 规格更新 │ + │ │ │ 库,写出方案 │ │ 方案逐条 │ │ 变更留档 │ + │ │ │ │ │ 实现 │ │ │ + │ │ │ ➜ 你来审查 │ │ │ │ │ + └──────────┘ └────────────────┘ └───────────┘ └───────────┘ + 任务 — 从本地任务列表或云效等平台同步过来的工作项中选一个,一键发起对话创建提案。 + 对话 / 提案 — Agent 探索你的代码库,提出澄清问题,然后生成结构化的提案(改什么、改哪些文件、验收标准)。在这个阶段,Agent 被禁止写代码。你审查、修改、确认提案后,流程才会继续。 + 执行 — 一个全新的 Agent session 按提案逐条实现。它只读提案产物,看不到对话历史——所以所有决策必须写进提案,不能留在上下文窗口的记忆里,同时以这种方式将决策产物持久化留存。 + 归档 — 规格文档更新,变更完整归档。你的项目知识库随着每次交付不断增长。 + 为什么把思考和执行分开很重要 + 大多数 Coding Agent 在同一个 session 里理解任务并写代码。任何误解都会直接变成代码,而代码的审查成本很高。 FylloCode 把理解和执行物理隔离了。误解只能变成提案文字——文字的审查成本极低。花 2 分钟审一遍提案,能拦住你在 diff 里要花 20 分钟才能发现的问题。 + + 功能特性 + + Agent 协议(ACP) + FylloCode 通过 ACP(Agent Client Protocol)连接任意 Coding Agent。Claude Code、Codex 或任何 ACP 兼容的 Agent——一个协议,一个界面,不用再开一堆终端来回切换了。 + 目前 ACP Registry 中已有 35 款 Agent 可用,同时支持多聊天并行和多 Proposal 的 Apply 并行。 + + System Reminders + 每个工作流阶段会注入 system reminder,约束 Agent 能做和不能做的事。对话阶段,Agent 被指示去探索和提案,而不是写代码;执行阶段,它只按已批准的任务列表走。这不是建议——是在 session 启动时强制执行的硬边界。 + + 任务面板 + 查看和管理本地任务,或展示从外部平台同步的工作项。任务是整个工作流的入口——选中任务,发起对话,Agent 带着完整上下文开始工作。 + + 开发平台集成 + 以 Provider 为单位连接平台(如云效)——一次认证,任务管理、源码管理、CI/CD 等多个工具全部可用。更多平台集成(GitHub、TAPD、Jira 等)在路线图中。 + 任务集成走的是 API 而不是 Agent Skill——这是有意为之。API 调用速度快而且不消耗 Token,好钢要用在刀刃上。 + + 工作流编辑器 + 定义和自定义多阶段工作流。内置模板开箱即用,也可以编辑 YAML 适配你的团队流程。 + + OpenSpec 驱动的提案 + 提案是结构化的产物,不是聊天消息。每个提案包含设计文档、规格变更和具体的任务列表(文件路径、验收标准)。内置的 fyllo-specs MCP server 管理完整的生命周期:explore → create-proposal → apply-change → archive-change。 + + 流式渲染引擎 + FylloCode 采用 markstream-vue 作为流式渲染引擎,速度快、效果丝滑。内置集成了 Monaco Editor、KaTeX 和 Mermaid,在做 Proposal 时可以实时渲染出流程图和格式化的规格说明,架构流程、业务逻辑一目了然。 + 工程规范保障 + FylloCode 提供两个层面的规范保障: + - 软约束 — 把工程规范沉淀为 Guidelines,通过内置的 fyllo-skills MCP server 在工作流中自动持续维护,无需人工干预。 + - 硬约束 — Agent 不一定完全遵守 Guidelines,FylloCode 的健康检查会在工程层面建立硬约束(lint、test runner、git hooks、CI),从根上把质量卡住。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 这个版本集中改善 Chat 中的阅读、预览和会话恢复体验:绝对本地文件链接可以在应用内安全预览,Markdown 文件支持原文、渲染和换行模式,Fyllo Signal 则为 Agent 提供无需确认的轻量展示通道。ACP Agent 连接会在后台预热,并在应用重启或连接重建后恢复已确认的 session 配置;内置 MCP server 同时迁移到可复用的应用级 HTTP 托管,并保留 stdio 兼容回退。 + 新增 + - 所有共享 MarkStream 宿主现在都能预览绝对本地文本文件链接:项目根和已注册 worktree 内的文件直接打开,项目外文件在读取内容前要求“仅打开一次”或“在此窗口中信任”;预览只接受不超过 5 MiB 的 UTF-8 普通文件,并支持 :line[:column] 定位 + - 本地 Markdown 文件预览新增“原文 / 预览”和“内容溢出 / 自动换行”切换;“预览”使用 MarkStream 渲染,默认仍显示只读原文,查看模式只在当前 Slideover 中生效,不修改文件或持久化设置 + - 新增 Fyllo Signal 被动展示协议;首个 show.time 类型可把当前时间渲染为非交互 pill,不创建 Fyllo Action、不进入会话事件栏,也不产生持久化副作用 + - Chat 的“置顶会话”和“最近会话”分组支持独立折叠;多个展开分组平分剩余高度,并保留各自滚动位置 + 调整 + - 应用启动后会在后台限流预热全部已安装和有效的自定义 ACP Agent 连接;安装、升级或保存自定义 Agent 后也会增量预热,用户发起 Chat 时可复用同一条在途或已就绪连接 + - ACP capability cache 升级为保存认证方式、prompt、MCP 与 session 完整能力快照,同时兼容只含 prompt 能力的旧缓存,并保持现有附件与 prompt 能力判断不变 + - fyllo-specs 与 fyllo-cortex 迁移到应用级共享 HTTP host:支持 HTTP 的 Agent 复用稳定 loopback proxy、应用级 bearer token 和请求级项目/session 上下文;不支持 HTTP 或后端不可用时继续使用 stdio + - Fyllo Action 与 Fyllo Signal 共用 MarkStream 顶层独立 block 识别、流式闭合和原文保留规则,各自仍使用独立 schema、状态与渲染契约 + 修复 + - 修复应用重启或 Agent 连接重建后,已确认的 model、mode、thought level 等 session 配置可能被 Agent 默认值覆盖的问题;首个续聊 prompt 前会恢复仍与当前 schema 兼容的选值,不兼容项降级到 Agent 当前值 + - 修复 Chat prompt 时间线的容器高度、滚动定位和摘要浮层细节,并补充 Mermaid flowchart / state diagram 的安全标签指引,减少 Agent 输出无法渲染的图表 + - 修复 Chat 消息区在部分布局下无法占满可用高度的问题 + 备注 + - 应用版本升级到 0.14.4。 + - fyllo-specs MCP server 升级到 0.9.0,新增 HTTP transport、请求级上下文与 Mermaid 指引;tool 名称、输入输出、存储行为和 stdio transport 保持兼容。 + - fyllo-cortex MCP server 升级到 0.6.0,新增 HTTP transport 与请求级上下文;tool 名称、mode、输入输出、存储行为和 stdio transport 保持兼容。 + - 旧版 ACP capability cache 会按兼容路径读取,并在 Agent 后续成功 initialize 时逐步写为新格式,无需手动迁移。 + - 项目外文件的“在此窗口中信任”只保存在当前 Renderer Window 的内存中;关闭窗口或重启应用后需要重新确认。 +ReleaseNotesUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/CHANGELOG.md#0144---2026-07-30 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.yaml b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.yaml new file mode 100644 index 0000000000000..3a49d1f566791 --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.14.4/Fioooooooo.FylloCode.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: Fioooooooo.FylloCode +PackageVersion: 0.14.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.installer.yaml b/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.installer.yaml new file mode 100644 index 0000000000000..290f1d6e6d443 --- /dev/null +++ b/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: FlowDevs.PrimeDictate +PackageVersion: 5.1.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + Custom: LAUNCHATLOGIN=0 +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flowdevs-io/PrimeDictate/releases/download/v5.1.0/PrimeDictate-Setup-v5.1.0-x64.msi + InstallerSha256: 0ABE837E74149E25A20E746459B0FD5D09BA8FA34CBF5FFB37DD53C70C8BB3A6 + ProductCode: " {187A7FEF-8944-419F-8C0C-9FCC42866226}" +- Architecture: arm64 + InstallerUrl: https://github.com/flowdevs-io/PrimeDictate/releases/download/v5.1.0/PrimeDictate-Setup-v5.1.0-arm64.msi + InstallerSha256: B87A50B1868ABDBD6CED808653ED7C6A0147C102A88158913972D2E9D4E37A41 + ProductCode: " {A299D981-8A26-4B53-911B-7AEFBB73E880}" +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.locale.en-US.yaml b/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.locale.en-US.yaml new file mode 100644 index 0000000000000..50f5f66f802bc --- /dev/null +++ b/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: FlowDevs.PrimeDictate +PackageVersion: 5.1.0 +PackageLocale: en-US +Publisher: FlowDevs +PublisherUrl: https://flowdevs.io +PublisherSupportUrl: https://github.com/flowdevs-io/PrimeDictate/issues +Author: Justin Trantham +PackageName: PrimeDictate +PackageUrl: https://github.com/flowdevs-io/PrimeDictate +License: Proprietary +ShortDescription: Locally hosted global hotkey dictation for fast Windows desktop workflows. +Description: PrimeDictate records your default Windows microphone, transcribes locally with on-device models, and types the final transcript into the active app. +Moniker: primedictate +Tags: +- dictation +- speech-to-text +- transcription +- productivity +ReleaseNotesUrl: https://github.com/flowdevs-io/PrimeDictate/releases/tag/v5.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.yaml b/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.yaml new file mode 100644 index 0000000000000..4e425af29375b --- /dev/null +++ b/manifests/f/FlowDevs/PrimeDictate/5.1.0/FlowDevs.PrimeDictate.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: FlowDevs.PrimeDictate +PackageVersion: 5.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.installer.yaml b/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.installer.yaml new file mode 100644 index 0000000000000..ce8c505e5149f --- /dev/null +++ b/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fluxzero.FluxzeroCLI +PackageVersion: 1.12.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fz.exe + PortableCommandAlias: fz +Commands: +- fz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fluxzero-io/fluxzero-cli/releases/download/1.12.0/flux-windows-amd64.zip + InstallerSha256: 6A72C726A8FB09CB8419A418DC05C9A02FD496C80EB847B081370706E8853EBB +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.locale.en-US.yaml b/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..bbd13726d2018 --- /dev/null +++ b/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fluxzero.FluxzeroCLI +PackageVersion: 1.12.0 +PackageLocale: en-US +Publisher: Fluxzero +PublisherUrl: https://fluxzero.io +PublisherSupportUrl: https://github.com/fluxzero-io/fluxzero-cli/issues +Author: Fluxzero +PackageName: Fluxzero CLI +PackageUrl: https://github.com/fluxzero-io/fluxzero-cli +License: EUPL-1.2 +LicenseUrl: https://github.com/fluxzero-io/fluxzero-cli/blob/1.4.0/LICENSE +Copyright: Copyright Fluxzero contributors +ShortDescription: Develop, test, and manage Fluxzero applications from the command line. +Description: The Fluxzero CLI scaffolds projects, manages Fluxzero Cloud resources, and runs local Fluxzero development environments. +Moniker: fz +Tags: +- cli +- developer-tools +- fluxzero +- java +- kotlin +ReleaseNotesUrl: https://github.com/fluxzero-io/fluxzero-cli/releases/tag/1.12.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.yaml b/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.yaml new file mode 100644 index 0000000000000..96e966664c3b5 --- /dev/null +++ b/manifests/f/Fluxzero/FluxzeroCLI/1.12.0/Fluxzero.FluxzeroCLI.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: Fluxzero.FluxzeroCLI +PackageVersion: 1.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FreeCAD/FreeCAD/1.1.3/FreeCAD.FreeCAD.locale.en-US.yaml b/manifests/f/FreeCAD/FreeCAD/1.1.3/FreeCAD.FreeCAD.locale.en-US.yaml index ecd5065e0c204..057de8eabcb41 100644 --- a/manifests/f/FreeCAD/FreeCAD/1.1.3/FreeCAD.FreeCAD.locale.en-US.yaml +++ b/manifests/f/FreeCAD/FreeCAD/1.1.3/FreeCAD.FreeCAD.locale.en-US.yaml @@ -26,6 +26,9 @@ Tags: - cad - engineer - engineering +ReleaseNotes: |- + FreeCAD 1.1.3 is a maintenance release in the 1.1.x series. It includes security fixes for code-execution and other file-handling vulnerabilities that could be triggered by maliciously crafted FCStd files. + This release also fixes repeated update warnings when saving files, addressing a bugfix that was unintentionally omitted from version 1.1.2. ReleaseNotesUrl: https://github.com/FreeCAD/FreeCAD/releases/tag/1.1.3 Documentations: - DocumentLabel: Wiki diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..6acb4721c1af5 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.83 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.83/TK-Copilot.Setup.1.8.83.exe + InstallerSha256: 228A28C971A863866FED1F4470207B22F57CCE3678BD51173B8D605903810DB7 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.83/TK-Copilot.Setup.1.8.83.exe + InstallerSha256: 228A28C971A863866FED1F4470207B22F57CCE3678BD51173B8D605903810DB7 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..6adfbb964d7d2 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.83 +PackageLocale: en-US +Publisher: RIVON LLC +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/rivonclaw/issues +Author: Gaoyang Zhang +PackageName: TK Copilot +PackageUrl: https://github.com/gaoyangz77/rivonclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + RivonClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; RivonClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + RivonClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so RivonClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.8.83 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9f4739bb2331a --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.83 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + RivonClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,RivonClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + RivonClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 RivonClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..486af98fe329d --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.83/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.83 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.installer.yaml b/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.installer.yaml new file mode 100644 index 0000000000000..b0f6c7942c9a0 --- /dev/null +++ b/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 19.1.2 +InstallerType: portable +Commands: +- gitlab-runner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v19.1.2/binaries/gitlab-runner-windows-386.exe + InstallerSha256: FA820D4AF5AFFA9B2A7FFDAA538E747742C09F113F3006FF29CAA74908D12DD2 +- Architecture: x64 + InstallerUrl: https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v19.1.2/binaries/gitlab-runner-windows-amd64.exe + InstallerSha256: C6478E14485C1F667E21FFB771E2B412565A9BFE7B5D6E05448FF741BEAF0300 +- Architecture: arm64 + InstallerUrl: https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v19.1.2/binaries/gitlab-runner-windows-arm64.exe + InstallerSha256: 30CCEC901931CA03F4372AD016CB7C93C6E6FDAF7BE22CB12B638802F78E267B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.locale.en-US.yaml b/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..dc94cbdc66ad0 --- /dev/null +++ b/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 19.1.2 +PackageLocale: en-US +Publisher: GitLab Inc. +PublisherUrl: https://gitlab.com/ +PublisherSupportUrl: https://about.gitlab.com/support/ +PrivacyUrl: https://about.gitlab.com/privacy/ +Author: GitLab Inc. +PackageName: GitLab Runner +PackageUrl: https://gitlab.com/gitlab-org/gitlab-runner +License: MIT +LicenseUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +Copyright: Copyright (c) 2015-2019 GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +ShortDescription: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab. +Moniker: gitlab-runner +Tags: +- cd +- ci +- pipeline +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.yaml b/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.yaml new file mode 100644 index 0000000000000..618e85e05b2e6 --- /dev/null +++ b/manifests/g/Gitlab/Runner/19.1.2/Gitlab.Runner.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: Gitlab.Runner +PackageVersion: 19.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.installer.yaml b/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.installer.yaml new file mode 100644 index 0000000000000..6575d0efdb944 --- /dev/null +++ b/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 19.2.1 +InstallerType: portable +Commands: +- gitlab-runner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v19.2.1/binaries/gitlab-runner-windows-386.exe + InstallerSha256: 62BF7F7782994C12FAC5F6640B6E71835123A7E3CC6735C571CC4B59BB53E27C +- Architecture: x64 + InstallerUrl: https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v19.2.1/binaries/gitlab-runner-windows-amd64.exe + InstallerSha256: 2EEFBF6B31C4D38CF555D129279A5FBA4156D4088802CD3520EC6B73CEAB873E +- Architecture: arm64 + InstallerUrl: https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v19.2.1/binaries/gitlab-runner-windows-arm64.exe + InstallerSha256: 57BC1AF1919FA3AFFD6A54972BFA1B9DF8CDA31A6AF03F02489C7FBCF66EF40D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.locale.en-US.yaml b/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..bdef137dc700d --- /dev/null +++ b/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 19.2.1 +PackageLocale: en-US +Publisher: GitLab Inc. +PublisherUrl: https://gitlab.com/ +PublisherSupportUrl: https://about.gitlab.com/support/ +PrivacyUrl: https://about.gitlab.com/privacy/ +Author: GitLab Inc. +PackageName: GitLab Runner +PackageUrl: https://gitlab.com/gitlab-org/gitlab-runner +License: MIT +LicenseUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +Copyright: Copyright (c) 2015-2019 GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +ShortDescription: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab. +Moniker: gitlab-runner +Tags: +- cd +- ci +- pipeline +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.yaml b/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.yaml new file mode 100644 index 0000000000000..54d45b46a198e --- /dev/null +++ b/manifests/g/Gitlab/Runner/19.2.1/Gitlab.Runner.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: Gitlab.Runner +PackageVersion: 19.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.installer.yaml new file mode 100644 index 0000000000000..b32ec32785f3f --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 1.0.0.2 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4CA3BFD33}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/1.0/Diario-1.0.0.2-material-amd64.msi + InstallerSha256: 1512D914DE64C541436A3C7E46653C3954AF4A24F4F4BEA283B94EB8B73F3C5E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml new file mode 100644 index 0000000000000..0d5930e20c9ee --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.locale.it-IT.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: GiulioSorrentino.Diario.Avalonia +PackageVersion: 1.0.0.2 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Diario.Material/issues +Author: Giulio Sorrentino +PackageName: Diario.Avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/Diario.material/ +License: MIT +LicenseUrl: https://github.com/GiulianoSpaghetti/Diario.Material/blob/master/LICENSE +Copyright: 2025 Giulio Sorrentino +ShortDescription: Un'app diario in avalonia in dialetto Material di Google e linq +Description: Un'app in avalonia e linq per contenere quello che più vi pare. Non è critttato e usa il dialetto material di google. Non usa lo stylesheet xaml di google, ma usa il ReactiveUI +Tags: +- diary +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/tag/1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/Diario.Material/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.yaml new file mode 100644 index 0000000000000..d5cdd1b3ab9f6 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/1.0.0.2/GiulioSorrentino.Diario.Avalonia.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: GiulioSorrentino.Diario.Avalonia +PackageVersion: 1.0.0.2 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.installer.yaml b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.installer.yaml new file mode 100644 index 0000000000000..aa3a4c5ad27c3 --- /dev/null +++ b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.JapaneseIME +PackageVersion: 3.34.6260.0 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{1D8AE4DE-0A98-4DB8-BE0C-08FBB88E1827}' +ReleaseDate: 2026-07-27 +AppsAndFeaturesEntries: +- UpgradeCode: '{C1A818AF-6EC9-49EF-ADCF-35A40475D156}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/misc/adpwg6fqrqckyq2txworca5desoq_3.34.6260.0/GoogleJapaneseInput64-3.34.6260.0.msi + InstallerSha256: 41F66033E34E10DC5420B68A78D8C1F25E86AC4077AF34264ED3E3C25647F0A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.locale.en-US.yaml b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.locale.en-US.yaml new file mode 100644 index 0000000000000..6c27d4fe5a7e6 --- /dev/null +++ b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.JapaneseIME +PackageVersion: 3.34.6260.0 +PackageLocale: en-US +Publisher: Google Inc. +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ime/japanese/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google 日本語入力 +PackageUrl: https://www.google.co.jp/ime/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: Google Japanese IME for Windows +Tags: +- ime +- input-method +- japanese +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.locale.zh-CN.yaml b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8a0060822f479 --- /dev/null +++ b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.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: Google.JapaneseIME +PackageVersion: 3.34.6260.0 +PackageLocale: zh-CN +Publisher: Google Inc. +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ime/japanese/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google 日本語入力 +PackageUrl: https://www.google.co.jp/ime/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: 适用于 Windows 的 Google 日语输入法 +Tags: +- 日文 +- 日语 +- 输入法 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.yaml b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.yaml new file mode 100644 index 0000000000000..62bb48b54a045 --- /dev/null +++ b/manifests/g/Google/JapaneseIME/3.34.6260.0/Google.JapaneseIME.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.JapaneseIME +PackageVersion: 3.34.6260.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.installer.yaml b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.installer.yaml new file mode 100644 index 0000000000000..6c0ee9184eba0 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.9.2 +InstallerType: portable +Commands: +- codewhale +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.2/codewhale-tui-windows-x64.exe + InstallerSha256: 6416691B7D16DFA3CE31F0319E37BAC434F88FCD516D3BFE2F383CDEA73D66FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.locale.en-US.yaml b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.locale.en-US.yaml new file mode 100644 index 0000000000000..f9d78e563db23 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.9.2 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/CodeWhale/issues +Author: Hunter Bown +PackageName: CodeWhale +PackageUrl: https://github.com/Hmbown/CodeWhale +License: MIT +LicenseUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2026 DeepSeek CLI Contributors +ShortDescription: Coding agent for DeepSeek models that runs in your terminal +Description: Terminal coding agent for DeepSeek V4. It runs from the deepseek command, streams reasoning blocks, edits local workspaces with approval gates, and includes an auto mode that chooses both model and thinking level per turn. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/CHANGELOG.md#092---2026-07-29 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.locale.zh-CN.yaml b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4c06ef5c9bae3 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.9.2 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.yaml b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.yaml new file mode 100644 index 0000000000000..14d17e97f1814 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.2/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.installer.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.installer.yaml new file mode 100644 index 0000000000000..daae76e53d49f --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick +PackageVersion: 7.1.2.29 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Commands: +- compare +- composite +- conjure +- identify +- magick +- mogrify +- montage +- stream +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q16-HDRI-x86-dll.exe + InstallerSha256: 167735B4062152F0D8151ED37F80A1FD13CC35BA5BF76DBD63FE9864F685EDA9 + ProductCode: ImageMagick 7.1.2 Q16-HDRI (32-bit)_is1 +- Architecture: x64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q16-HDRI-x64-dll.exe + InstallerSha256: 94C025D0F572B1F7DB03C380002485B49069C6D02796F462FFD7052874BA7467 + ProductCode: ImageMagick 7.1.2 Q16-HDRI (64-bit)_is1 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q16-HDRI-arm64-dll.exe + InstallerSha256: 3486E3EE2A32A5FE2BF5D9388ED859EF5AB5BBF1B418D6AB8EF4A8A3D892CCE9 + ProductCode: ImageMagick 7.1.2 Q16-HDRI (arm64)_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.locale.en-US.yaml new file mode 100644 index 0000000000000..530a978099005 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick +PackageVersion: 7.1.2.29 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q16-HDRI +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +ShortDescription: A free, open-source software suite for editing and manipulating digital images +Description: |- + ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. + ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. + ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. +Tags: +- image +ReleaseNotes: |- + Commits + - beta release b8ae505 + - Updated the dependencies. 90f5b91 + - add WEBP compress case when writing f35294e + - Removed unnecessary include. 1e2f64f + - Removed checks for values from tif_config.h that are not included, libtiff will report errors itself now. 7cf1988 + - Only set the TIFFTAG_WEBP_LEVEL when the quality is not undefined. 02ac849 + - Make sure we read the bits_per_sample before using it. 0af4ede + - Added missing typecast. b919b37 + - release 360eda5 +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/HEAD/docs/changelog/index.md#712-29---2026-07-27 +Documentations: +- DocumentLabel: Command-line Tools + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: Command-line Processing + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: Develop + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.locale.zh-CN.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e8017fe8bebe8 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.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: ImageMagick.ImageMagick +PackageVersion: 7.1.2.29 +PackageLocale: zh-CN +ShortDescription: 一款用于编辑和处理数字图像的免费开源软件套件 +Description: |- + ImageMagick® 是一款免费的开源软件套件,用于编辑和处理数字图像,可用于创建、编辑、合成或转换位图图像,并支持多种文件格式,包括 JPEG、PNG、GIF、TIFF 和 Ultra HDR。 + ImageMagick 广泛应用于网络开发、图形设计和视频编辑等行业以及科学研究、医学成像和天文学领域,并凭借其多功能性、可定制性以及强大的图像处理能力成为各种图像相关任务的热门选择。 + ImageMagick 包括用于执行复杂图像处理任务的命令行界面,以及将其功能集成到软件应用程序中的应用程序接口。它采用 C 语言编写,可在 Linux、Windows 和 macOS 等多种操作系统上使用。 +Tags: +- 图像 +Documentations: +- DocumentLabel: 命令行工具 + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: 命令行处理 + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: 开发 + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.yaml new file mode 100644 index 0000000000000..e58e118c4fbbd --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/7.1.2.29/ImageMagick.ImageMagick.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: ImageMagick.ImageMagick +PackageVersion: 7.1.2.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.installer.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.installer.yaml new file mode 100644 index 0000000000000..9f3b2263a615f --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.29 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Commands: +- compare +- composite +- conjure +- identify +- magick +- mogrify +- montage +- stream +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q16-x86-dll.exe + InstallerSha256: 9ABD2632AC9ED9DFCA0CC1F742055B6927BD7B384161312FC05984591A699F99 + ProductCode: ImageMagick 7.1.2 Q16 (32-bit)_is1 +- Architecture: x64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q16-x64-dll.exe + InstallerSha256: 8A99590A99DF9AD12FBDD2BE1B5CF04ED3B7ABBD9760B7B63EFB2B0C8A80EA76 + ProductCode: ImageMagick 7.1.2 Q16 (64-bit)_is1 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q16-arm64-dll.exe + InstallerSha256: 2AB9B25326E0DDA9A9D1073109685ABC36C9BA895EECEAF71703AAAE241F6E8A + ProductCode: ImageMagick 7.1.2 Q16 (arm64)_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.locale.en-US.yaml new file mode 100644 index 0000000000000..229bc90b6f562 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.29 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q16 +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +ShortDescription: A free, open-source software suite for editing and manipulating digital images +Description: |- + ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. + ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. + ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. +Tags: +- image +ReleaseNotes: |- + Commits + - beta release b8ae505 + - Updated the dependencies. 90f5b91 + - add WEBP compress case when writing f35294e + - Removed unnecessary include. 1e2f64f + - Removed checks for values from tif_config.h that are not included, libtiff will report errors itself now. 7cf1988 + - Only set the TIFFTAG_WEBP_LEVEL when the quality is not undefined. 02ac849 + - Make sure we read the bits_per_sample before using it. 0af4ede + - Added missing typecast. b919b37 + - release 360eda5 +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/HEAD/docs/changelog/index.md#712-29---2026-07-27 +Documentations: +- DocumentLabel: Command-line Tools + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: Command-line Processing + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: Develop + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml new file mode 100644 index 0000000000000..86dc57cc41005 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.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: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.29 +PackageLocale: zh-CN +ShortDescription: 一款用于编辑和处理数字图像的免费开源软件套件 +Description: |- + ImageMagick® 是一款免费的开源软件套件,用于编辑和处理数字图像,可用于创建、编辑、合成或转换位图图像,并支持多种文件格式,包括 JPEG、PNG、GIF、TIFF 和 Ultra HDR。 + ImageMagick 广泛应用于网络开发、图形设计和视频编辑等行业以及科学研究、医学成像和天文学领域,并凭借其多功能性、可定制性以及强大的图像处理能力成为各种图像相关任务的热门选择。 + ImageMagick 包括用于执行复杂图像处理任务的命令行界面,以及将其功能集成到软件应用程序中的应用程序接口。它采用 C 语言编写,可在 Linux、Windows 和 macOS 等多种操作系统上使用。 +Tags: +- 图像 +Documentations: +- DocumentLabel: 命令行工具 + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: 命令行处理 + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: 开发 + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.yaml new file mode 100644 index 0000000000000..6788e0f84939b --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.29/ImageMagick.ImageMagick.Q16.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: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.installer.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.installer.yaml new file mode 100644 index 0000000000000..28ec1a747d464 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q8 +PackageVersion: 7.1.2.29 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Commands: +- compare +- composite +- conjure +- identify +- magick +- mogrify +- montage +- stream +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q8-x86-dll.exe + InstallerSha256: 2BEEBA79B30C61F95295A6E9816E8FE976E4B130F11EC32ACEF0E003FADFD209 + ProductCode: ImageMagick 7.1.2 Q8 (32-bit)_is1 +- Architecture: x64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q8-x64-dll.exe + InstallerSha256: 59E22ED79A57ABB5B13EC6035337DAD8266A9EA72AE45526F146B225A884F326 + ProductCode: ImageMagick 7.1.2 Q8 (64-bit)_is1 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-29/ImageMagick-7.1.2-29-Q8-arm64-dll.exe + InstallerSha256: 0E53B97C14BD87EF738D40A3484EF138865B4DAAE226D7E8A5DC8430B948576D + ProductCode: ImageMagick 7.1.2 Q8 (arm64)_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.locale.en-US.yaml new file mode 100644 index 0000000000000..13026f8eb544c --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q8 +PackageVersion: 7.1.2.29 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q8 +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +ShortDescription: A free, open-source software suite for editing and manipulating digital images +Description: |- + ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. + ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. + ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. +Tags: +- image +ReleaseNotes: |- + Commits + - beta release b8ae505 + - Updated the dependencies. 90f5b91 + - add WEBP compress case when writing f35294e + - Removed unnecessary include. 1e2f64f + - Removed checks for values from tif_config.h that are not included, libtiff will report errors itself now. 7cf1988 + - Only set the TIFFTAG_WEBP_LEVEL when the quality is not undefined. 02ac849 + - Make sure we read the bits_per_sample before using it. 0af4ede + - Added missing typecast. b919b37 + - release 360eda5 +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/HEAD/docs/changelog/index.md#712-29---2026-07-27 +Documentations: +- DocumentLabel: Command-line Tools + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: Command-line Processing + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: Develop + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml new file mode 100644 index 0000000000000..944d5712e86dc --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.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: ImageMagick.ImageMagick.Q8 +PackageVersion: 7.1.2.29 +PackageLocale: zh-CN +ShortDescription: 一款用于编辑和处理数字图像的免费开源软件套件 +Description: |- + ImageMagick® 是一款免费的开源软件套件,用于编辑和处理数字图像,可用于创建、编辑、合成或转换位图图像,并支持多种文件格式,包括 JPEG、PNG、GIF、TIFF 和 Ultra HDR。 + ImageMagick 广泛应用于网络开发、图形设计和视频编辑等行业以及科学研究、医学成像和天文学领域,并凭借其多功能性、可定制性以及强大的图像处理能力成为各种图像相关任务的热门选择。 + ImageMagick 包括用于执行复杂图像处理任务的命令行界面,以及将其功能集成到软件应用程序中的应用程序接口。它采用 C 语言编写,可在 Linux、Windows 和 macOS 等多种操作系统上使用。 +Tags: +- 图像 +Documentations: +- DocumentLabel: 命令行工具 + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: 命令行处理 + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: 开发 + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.yaml new file mode 100644 index 0000000000000..d34c21359ebab --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.2.29/ImageMagick.ImageMagick.Q8.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: ImageMagick.ImageMagick.Q8 +PackageVersion: 7.1.2.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2297/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2297/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..86bc866298efb --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2297/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.2297 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-07-29 +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.2297/Jackett.Installer.Windows.exe + InstallerSha256: 3B808D76B0A4C19B64578E527A60C3C01114E36458ED1C489D9154720BE9DEF7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2297/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2297/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..6cd621767199b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2297/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2297 +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: + - 660d5a1 rockbox: removed. resolves #3009 + - 129082d torrentavenue: new cat + - 19e18d0 f1gp: new cats + - 1eb0f15 TPB: add config setting for top100 selection + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2297 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2297/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2297/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..e0163e89636ec --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2297/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.2297 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.7.15/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.7.15/jdx.mise.installer.yaml new file mode 100644 index 0000000000000..ed74fcea4dd59 --- /dev/null +++ b/manifests/j/jdx/mise/2026.7.15/jdx.mise.installer.yaml @@ -0,0 +1,29 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.7.15 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe + PortableCommandAlias: mise-shim +- RelativeFilePath: mise/bin/mise.exe + PortableCommandAlias: mise +UpgradeBehavior: install +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.7.15/mise-v2026.7.15-windows-x64.zip + InstallerSha256: F29509F4DDBDB1BCE8374FEE96433C01FB79B90309F559E3FA227D50E14C39D4 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.7.15/mise-v2026.7.15-windows-arm64.zip + InstallerSha256: D74F4083C0CAA3B52EED2AC90474F1DD0C7199C79F0C5044EF3A5EBC28FD521A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.7.15/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.7.15/jdx.mise.locale.en-US.yaml new file mode 100644 index 0000000000000..9281c81bd8c0a --- /dev/null +++ b/manifests/j/jdx/mise/2026.7.15/jdx.mise.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.7.15 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://en.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.en.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Jeff Dickey +CopyrightUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Your dev env, already prepped. +Description: Your dev env, already prepped. One tool to manage languages, env vars, and tasks per project, reproducibly. +Moniker: mise +Tags: +- cli +- dev-tool +- env +- environment +- task +ReleaseNotes: |- + This release lands the first version of experimental local task output caching, letting eligible tasks restore their declared outputs and replay their logs without rerunning. It also adds structured registry idiomatic-version-file parsing, a standalone Aube installer mode, and a broad batch of task, Homebrew, shell, and Windows path fixes. + Highlights + - Experimental local task artifact caching restores task outputs (and replays their logs) across deletions, checkouts, and unchanged CI runs, with cache keys derived from source contents, task config, tools, and environment. It works for tasks that produce files, tasks with no filesystem outputs, and multi-task graphs, and stays opt-in and conservative on any failure. + - Registry-backed tools can now parse idiomatic version files (like dagger.json, Taskfile.yml, .chezmoiversion, and 8 more) in-process, with no plugin or shell execution. + + Added + - task: experimental, opt-in local artifact caching. Tasks with sources and explicit outputs can restore their outputs from a content-addressed cache instead of rerunning, and successful stdout/stderr are replayed through whatever output mode the current run uses. Cache keys combine source contents, task configuration and arguments, declared and allowlisted ambient environment, resolved tools, OS, and architecture. Cache failures degrade to misses or warnings rather than failing a task. (#11328, #11347 by @jdx) + [tasks.build] + run = "..." + sources = ["src/**/*.rs"] + outputs = ["dist/app"] + cache = { enabled = true, env = ["CI"] } + - task: dependency artifact keys now fold into a task's cache key, so downstream tasks reuse cached outputs when their dependencies resolve to the same artifacts, and an upstream input change correctly invalidates downstream results. (#11340 by @jdx) + - task: result-only caching via outputs = [] for checks like lint, test, and typecheck that produce no files. Their successful result and replayable logs are cached without writing an archive. (#11351 by @jdx) + - task: reusable and global cache inputs. Define named [task_config.input_groups] referenced from sources as @group:, and task_config.global_inputs to apply config-rooted patterns to every task in scope, so shared lockfiles and toolchain files no longer need repeating per task. (#11356 by @jdx) + - task: task_config.global_env for scoped environment inputs that participate in cache keys, plus pass_through_env / task_config.global_pass_through_env to keep selected ambient variables (like tokens) available under deny_env without affecting cache keys. (#11363 by @jdx) + - task: outputs now support ordered ! exclusions and re-inclusions (mirroring sources), with \! escaping. Excluded paths are omitted from freshness hashes and cache archives, and existing excluded files are preserved on restore. (#11367 by @jdx) + - task: task_config.shell sets a project-scoped default shell for tasks, with task-local and template shell still taking precedence. This gives users a safe migration path after the 2026.7.14 change that ignored project-level default shell-arg settings. (#11354 by @jdx) + - config: registry idiomatic_files entries can now define structured version_regex, version_json_path, and version_expr parsers, adding in-process idiomatic version-file parsing for 11 tools including Dagger, Task, chezmoi, CMake, Earthly, golangci-lint, GoReleaser, Lefthook, Pixi, pre-commit, and Ruff. Parsing runs without executing plugin or shell code, and remains opt-in per tool. (#11341 by @jdx) + mise settings add idiomatic_version_file_enable_tools dagger task lefthook + - npm: new npm.package_manager = "aube_cli" mode installs npm: tools through a separately installed standalone Aube executable while mise still resolves versions itself, avoiding Aube's npm compatibility shim. The default embedded aube behavior is unchanged. (#11357 by @jdx) + - deps: explicitly configured mise deps providers that are currently inapplicable now stay visible. mise deps --list shows an active/inactive status with a reason (e.g. inactive (missing package-lock.json)), and mise deps --explain or an explicit run fails with that reason instead of silently disappearing. (#11182 by @risu729) + + Fixed + - task: source_freshness_hash_contents = true now skips mtime comparison entirely, so tasks no longer re-run on every CI job after a cache restore resets timestamps. Output integrity is tracked with a content hash that also detects missing, partially deleted, and modified outputs. (#11319 by @rabadin) + - task: confirming (or auto-confirming) the executable-bit prompt for a file task now runs the task in the same mise run, instead of chmod-ing the file and still failing with "no task found". Respects --yes, MISE_YES, and the trusted yes setting. (#11337 by @jdx) + - task: circular dependency detection now runs on the fully resolved graph, so cycles through wait_for, {{usage.*}} dependencies, and depends_post are reported with a concrete path before any task runs, while valid post-dependency graphs are no longer rejected. (#11329 by @jdx) + - task: $ ... task headers now display forwarded arguments accurately for inline and shebang tasks, no longer making multiline tasks appear to pass args to their first command. (#11344 by @jdx) + - task: --output and MISE_TASK_OUTPUT overrides now honor raw and interactive tasks the same way task.output config does, fixing mixed command/timing output for tasks that need inherited stdio. (#11355 by @jdx) + - brew: mise bootstrap packages upgrade no longer fails to link kegs when formulae were already installed and linked by real Homebrew. mise now recognizes brew's directory symlinks, resolves link targets one hop like brew does, and expands directory symlinks into real directories before linking. This also fixes second-upgrade failures for formulae shipping versioned dylib aliases in pure-mise setups. (#11320 by @mjun0812) + - brew: mise bootstrap packages prune now correctly removes a keg's unversioned dylib alias links instead of leaving them dangling. (#11330 by @mjun0812) + - env: ~/ paths now expand using the platform path separator, so Windows install and tool locations no longer surface mixed separators (e.g. C:\Users\me\.local/share/mise) through mise where, shims, and related output. (#11312 by @JamBalaya56562) + - shell: mise activate pwsh now works under Set-StrictMode, guarding uninitialized globals that previously aborted activation, fixing a bare mise invocation, restoring chpwd hook chaining, and silencing command-not-found errors when PSReadLine is unavailable. (#11314 by @JamBalaya56562) + - backend: a plugin whose backend is listed in disable_backends no longer shadows the registry entry, so a registry shorthand falls back to an enabled backend instead of failing to install. Already-installed tools keep reporting their recorded backend. (#11362 by @JamBalaya56562) + - generate: mise generate task-docs --inject now errors with a clear message when the markers are missing or reversed, instead of truncating or clobbering the target file. (#11359 by @JamBalaya56562) + - mcp: the MCP initialize response now reports the server as mise at mise's version, instead of inheriting rmcp's default identity. (#11361 by @jdx) + + Documentation + - settings: choice descriptions now render markdown. (#11335 by @jdx) + - tasks: clarified shebang argument behavior. (#11336 by @jdx) + - shims: documented how activate treats the shims directory with auto-install. (#11366 by @JamBalaya56562) + + Registry + - Added oh-my-pi (#11324 by @slbls) and filled in missing tool descriptions (#11322 by @risu729). + + New Contributors + - @mjun0812 made their first contribution in #11330 + + 💚 Sponsor mise + mise is maintained by @jdx, an open source developer for entire.io, the title sponsor of the jdx.dev open source tools. Development is funded by sponsors. + If mise saves you or your team time, please consider sponsoring at jdx.dev. Individual and company sponsorships keep mise fast, free, and independent. +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.7.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.7.15/jdx.mise.yaml b/manifests/j/jdx/mise/2026.7.15/jdx.mise.yaml new file mode 100644 index 0000000000000..f00ad91a6fa85 --- /dev/null +++ b/manifests/j/jdx/mise/2026.7.15/jdx.mise.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.7.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.installer.yaml b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.installer.yaml new file mode 100644 index 0000000000000..bb8b45a9275d4 --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.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: justhil.piDesktop +PackageVersion: 0.5.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b658e061-4209-5c22-b631-567d06d733ce +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/justhil/pi-app/releases/download/v0.5.3/pi.Desktop-Setup-0.5.3-x64.exe + InstallerSha256: 9B9FBBFFDD457D3E6F968184A565020D1A6F911009B42B1D9DB24F7D5DEAC867 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/justhil/pi-app/releases/download/v0.5.3/pi.Desktop-Setup-0.5.3-x64.exe + InstallerSha256: 9B9FBBFFDD457D3E6F968184A565020D1A6F911009B42B1D9DB24F7D5DEAC867 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.locale.en-US.yaml b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..10b33e003faaf --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: justhil.piDesktop +PackageVersion: 0.5.3 +PackageLocale: en-US +License: Freeware +ShortDescription: pi desktop GUI for individual developers +Description: |- + pi Desktop GUI for Independent Developers: Running the pi SDK within Electron, reusing ~/.pi/agent authentication, configurations, and JSONL sessions, and replacing the terminal-based TUI interaction with a timeline view, tool cards, diff review, and an extension compatibility layer. + + Core Concepts + 1. Sessions Based on pi + - Dialogue content, tool call logs, branching, and compression info strictly follow the JSONL session files written by pi in ~/.pi/agent/sessions/. + - The desktop app does not create a separate "chat history database" to replace pi; it only stores local application preferences like window layouts, recent projects, extension toggles, and adapter overrides. + - Benefit: You can seamlessly switch between the terminal pi and desktop pi on the same session; uninstalling the desktop app won't lose your conversation history. + 2. Shared Configuration and Authentication + - Model accounts, settings.json, extension package lists, and project-specific .pi/ resources follow the exact same paths and rules as the terminal version. + - Changes made in Desktop Settings → Pi are written back to the global settings.json; Skill toggles and other settings are applied to the global configuration rather than being "mock-enabled" only within the desktop app. + 3. Extensions: Compatibility Layer + Adapters instead of Modifying Plugin Source + - Extensions typically use TUI in the terminal (selections, confirmations, questionnaires, tool result cards, /commands for config). The desktop app lacks a terminal canvas. + - Compatibility Layer: Universally intercepts UI requests from extensions and transforms them into Electron dialogs, timeline cards, or settings forms. + - Adapters: Each extension has a specification for "how to display/configure on desktop and which commands need special handling" (built into the app, with JSON overrides available for advanced users). + - Principle: Do not touch the extension npm packages or fork pi; manage differences through adapter specifications and documentation. + - AI-Assisted Adapter Writing: See the repository's doc/ folder (the adapter-authoring-guide.md can be fed to a model to generate custom adapter.json files). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- pi +- pi-agent +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.locale.zh-CN.yaml b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b2f31dce76aa2 --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.locale.zh-CN.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: justhil.piDesktop +PackageVersion: 0.5.3 +PackageLocale: zh-CN +Publisher: pi-desktop +PublisherUrl: https://github.com/justhil +PublisherSupportUrl: https://github.com/justhil/pi-app/issues +PackageName: pi Desktop +PackageUrl: https://github.com/justhil/pi-app +License: 免费软件 +ShortDescription: 面向个人开发者的 pi 桌面 GUI +Description: |- + 面向个人开发者的 pi 桌面 GUI:在 Electron 里跑 pi SDK,复用 ~/.pi/agent 的认证、配置与会话 JSONL,用时间线、工具卡片、改动审查和扩展兼容层替代终端里那套 TUI 交互。 + + 核心思想 + 1. 会话以 pi 为准 + - 对话内容、工具调用记录、分支与压缩信息,都以 pi 写在 ~/.pi/agent/sessions/ 里的 JSONL 会话文件为准。 + - 桌面端不另建一套「聊天记录数据库」来替代 pi;本地只存窗口布局、最近项目、扩展开关、适配器覆盖等应用偏好。 + - 好处:终端 pi 与桌面 pi 可以接着同一条会话用;卸载桌面也不丢对话历史。 + 2. 配置与认证与终端共用 + - 模型账号、settings.json、扩展包列表(packages)、项目下 .pi/ 资源,与你在终端用的 pi 同一套路径与规则。 + - 桌面在 设置 → Pi 里改的项会写回全局 settings.json(与终端一致);Skills 开关等也落在全局配置里,而不是只在桌面私有文件里「假启用」。 + 3. 扩展:兼容层 + 适配器,而不是改插件源码 + - 扩展在终端里常用 TUI(选择、确认、问卷、工具结果卡片、/命令 进配置)。桌面没有终端画布。 + - 兼容层:在应用内部统一接收扩展的 UI 请求,转成 Electron 对话框、时间线卡片、设置表单。 + - 适配器:每个扩展一份「在桌面上怎么显示、怎么配、哪些命令特殊处理」的说明(内置在应用里,高级用户可用 JSON 覆盖)。 + - 原则:不动扩展 npm 包、不 fork pi;差异写在适配器说明和文档里。 + - 给 AI 写适配器:见仓库 doc/(adapter-authoring-guide.md 可整份发给模型定制 adapter.json)。 +Tags: +- pi +- pi-agent +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + pi Desktop v0.5.3 + 修复 + - 会话切换后 Composer 模型与上下文不刷新:切换 session 后立即把目标 session 绑定到 Worker,输入框显示的模型和上下文统计随当前会话更新,不再显示上一个会话的状态 + - 对话前选的模型被默认设置覆盖:新会话建立时会同步 UI 中已选择的模型和思考等级,不再回退为设置页默认值 + - 思考时长越用越大:assistant 流结束时记录真实 thinking 耗时,完成后显示固定秒数,每次打开应用不再继续累加 + - Worker 未启动时无法切换模型/思考等级:未打开项目时选择模型或 thinking level 不再报 Worker not started 错误,选择会在开始会话后生效 + - 右侧面板被拖到无法展开:本地持久化的右侧布局状态默认重置,避免宽度被拖到 0 后无法恢复 + 新增 + - 右侧边栏支持拉满主对话区:带鱼屏用户可将右侧面板拖到更宽,方便查看文件、Review 与 Run 面板内容 + - 仓库添加 MIT LICENSE:根目录加入 MIT 许可证文件,明确项目授权 + 优化 + - 右侧面板拖拽保留安全间距:右栏拉到最大时与左侧边栏保留 120px 间距,避免拖拽手柄被完全盖住无法恢复 + - 检查更新改为非阻塞并行:启动后后台检查 GitHub Release,结果通过 IPC 事件推送,不阻塞主窗口加载 + - 设置页增加 GitHub 主页按钮:一键访问项目仓库 + + 安装包见本页 Assets。更新说明以本正文为准(应用内「发现新版本」弹窗会展示)。 +ReleaseNotesUrl: https://github.com/justhil/pi-app/releases/tag/v0.5.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.yaml b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.yaml new file mode 100644 index 0000000000000..60ff54c3450ed --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.3/justhil.piDesktop.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: justhil.piDesktop +PackageVersion: 0.5.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.installer.yaml b/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.installer.yaml new file mode 100644 index 0000000000000..186dd57e3d7ba --- /dev/null +++ b/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.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: KanakKholwal.Recast +PackageVersion: 0.4.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: Recast +ReleaseDate: 2026-07-27 +AppsAndFeaturesEntries: +- ProductCode: Recast +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Recast' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kanakkholwal/recast/releases/download/v0.4.3/Recast_0.4.3_x64-setup.exe + InstallerSha256: EE9A01F1694F99CCFC72A32559F9CD2F28F8EBD384AEA0BEBA7EC852207C8366 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.locale.en-US.yaml b/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.locale.en-US.yaml new file mode 100644 index 0000000000000..94f1e56499fa3 --- /dev/null +++ b/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.locale.en-US.yaml @@ -0,0 +1,81 @@ +# 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: KanakKholwal.Recast +PackageVersion: 0.4.3 +PackageLocale: en-US +Publisher: KanakKholwal +PublisherUrl: https://github.com/kanakkholwal +PublisherSupportUrl: https://github.com/kanakkholwal/recast/issues +PackageName: Recast +PackageUrl: https://github.com/kanakkholwal/recast +License: GPLv3 +LicenseUrl: https://github.com/kanakkholwal/recast/blob/HEAD/LICENSE.md +ShortDescription: Local-first screen recording and editing agent +ReleaseNotes: |- + Recast is an offline-first screen recorder and editor. Record, edit + (zoom, cursor smoothing, captions, annotations), and export entirely on + your machine. Nothing is uploaded unless you choose to share it. + > Platform status: Windows is stable. macOS (Apple Silicon & + > Intel) and Linux are in beta. + Downloads + ──────────────────────────────┬─────────────────────────── + Platform │Asset + ──────────────────────────────┼─────────────────────────── + Windows (x64) │recast_0.4.3_x64-setup.exe + ──────────────────────────────┼─────────────────────────── + macOS Apple Silicon — beta │recast_0.4.3_aarch64.dmg + ──────────────────────────────┼─────────────────────────── + macOS Intel — beta │recast_0.4.3_x64.dmg + ──────────────────────────────┼─────────────────────────── + Linux (AppImage) — beta │recast_0.4.3_amd64.AppImage + ──────────────────────────────┼─────────────────────────── + Linux (Debian / Ubuntu) — beta│recast_0.4.3_amd64.deb + ──────────────────────────────┴─────────────────────────── + Permissions + Recast asks for each of these at first launch. Grant only the ones + you record from: + - Screen Recording — required to capture your screen. + - Microphone — required if you record voiceover. + - Camera — required if you record from a webcam. + macOS surfaces these in System Settings → Privacy & Security; Linux + and Windows behave per distro / shell and appear in the runtime + permission dialogs. + Installation + Windows + 1. Download recast_0.4.3_x64-setup.exe above. + 2. Run the installer. + 3. WebView2 Runtime is bundled — no extra setup needed. + 4. First launch prompts for Screen Recording permission. + macOS — beta + Homebrew picks the right build for your chip and skips Gatekeeper: + brew install --cask kanakkholwal/recast/recast + Manual install: download the DMG, drag Recast to Applications, then + strip the quarantine attribute once (the build is unsigned): + xattr -dr com.apple.quarantine /Applications/Recast.app + First launch prompts for Screen Recording, Microphone, and Camera. + Linux — beta + AppImage: + chmod +x recast_0.4.3_amd64.AppImage && ./recast_0.4.3_amd64.AppImage + Debian / Ubuntu: + sudo dpkg -i recast_0.4.3_amd64.deb && sudo apt -f install + PipeWire 0.3+ is recommended for system audio capture. + System requirements + - Windows: Windows 10 1809+ or Windows 11, x64. + - macOS: macOS 13 Ventura or later. + - Linux: glibc 2.35+ (Ubuntu 22.04, Fedora 36, Debian 12 or newer). + What's Changed + Desktop Features + - Refactor media documentation, enhance performance, and improve playback by @kanakkholwal in #112 + Dependencies and Build + - chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 6.2.4 to 7.2.0 by @dependabot[bot] in #96 + Other Changes + - Refactor CaptionsPanel, enhance media package, and improve CLI documentation by @kanakkholwal in #104 + - Add ambient type declarations and enhance media tests and UI by @kanakkholwal in #105 + - refactor: move IPC types to ipc-types.ts for better modularity by @kanakkholwal in #106 + - Enhance frame cache and refactor media playback API by @kanakkholwal in #107 + - feat(release): add winget publishing step to release workflow by @kanakkholwal in #113 + Full Changelog: v0.4.2...v0.4.3 +ReleaseNotesUrl: https://github.com/kanakkholwal/recast/releases/tag/v0.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.yaml b/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.yaml new file mode 100644 index 0000000000000..9fc19ade937e5 --- /dev/null +++ b/manifests/k/KanakKholwal/Recast/0.4.3/KanakKholwal.Recast.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: KanakKholwal.Recast +PackageVersion: 0.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.installer.yaml b/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.installer.yaml new file mode 100644 index 0000000000000..fde205a33af2b --- /dev/null +++ b/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.KeeperDB +PackageVersion: 2.3.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{FD380323-2450-4EE9-A091-30503362431C}' +ReleaseDate: 2026-07-17 +AppsAndFeaturesEntries: +- ProductCode: '{FD380323-2450-4EE9-A091-30503362431C}' + UpgradeCode: '{24EB684D-8B71-5104-BEE7-49CABBFF11FF}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/KeeperDB' +Installers: +- Architecture: x64 + InstallerUrl: https://keepersecurity.com/pam/keeperdb/v2.3.0/KeeperDB_2.3.0_x64_en-US.msi + InstallerSha256: 6BD473416FC11ED360A9C5923DF0C97D9778E55165FF2EA9EB9813A7C65C73CE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.locale.en-US.yaml b/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.locale.en-US.yaml new file mode 100644 index 0000000000000..d691924296954 --- /dev/null +++ b/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.KeeperDB +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Keeper Security, Inc. +PublisherUrl: https://www.keepersecurity.com/ +PublisherSupportUrl: https://www.keepersecurity.com/support.html +PackageName: KeeperDB +PackageUrl: https://www.keepersecurity.com/keeperdb/ +License: Proprietary +Copyright: Copyright (c) Keeper Security, Inc. +ShortDescription: Database management tool for Postgres, MySQL, SQLite, MSSQL, Oracle, and Redshift. +Description: KeeperDB is Keeper Security's database management tool. A single native app to connect to Postgres, MySQL, SQLite, MSSQL, Oracle, and Redshift — browse schema, run queries, edit data, monitor performance, and export results. +Moniker: keeperdb +Tags: +- database +- keeper +- mysql +- postgres +- sql +- sqlite +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.yaml b/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.yaml new file mode 100644 index 0000000000000..2458d6b9050a0 --- /dev/null +++ b/manifests/k/KeeperSecurity/KeeperDB/2.3.0/KeeperSecurity.KeeperDB.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.KeeperDB +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..c1f3b9f356658 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/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.110 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.110/CLIProxyAPI_7.2.110_windows_amd64.zip + InstallerSha256: DD256A711B8565E08F3B6098887ADFB839B560BA039B73F0239374FB2F1A3CAA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..934550ffd8d54 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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.110 +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(codex): add disable-codex-cloaking config option and refine header management (a80e8082) + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.109...v7.2.110 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.110 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..60604c79ea038 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/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.110 +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.110/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..a26229699c8b8 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.110/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.110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.installer.yaml b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.installer.yaml new file mode 100644 index 0000000000000..9a92d4edbc18d --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.5.14 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- craftdocs +ProductCode: e640d26b-c20e-51a9-b51a-c0dc9aeac168 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://res.craft.do/windows-app/Craft%20Installer%203.5.14.exe + InstallerSha256: 6B1918D592CA77AC2122135BBDA3B7D9B0BE39172FFF5DCA7EE75689B822782A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.locale.en-US.yaml b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.locale.en-US.yaml new file mode 100644 index 0000000000000..3fcafd24e1b2f --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.5.14 +PackageLocale: en-US +Publisher: Luki Labs Ltd. +PublisherUrl: https://www.craft.do/ +PublisherSupportUrl: https://support.craft.do/ +PrivacyUrl: https://www.craft.do/privacy +Author: Luki Labs Limited +PackageName: Craft +PackageUrl: https://www.craft.do/ +License: Proprietary +LicenseUrl: https://www.craft.do/terms +Copyright: Copyright © 2026 Luki Labs Ltd. +ShortDescription: Create documents, which will make an impact. +Tags: +- backlink +- bi-directional-link +- block +- collaborate +- collaboration +- docs +- document +- editor +- markdown +- notes +- reference +- share +- team +ReleaseNotesUrl: https://www.craft.do/whats-new +PurchaseUrl: https://www.craft.do/pricing +Documentations: +- DocumentLabel: Getting Started Guide + DocumentUrl: https://www.craft.do/s/gy4OMeABSTIlUw +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.locale.zh-CN.yaml b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0216690195787 --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.5.14 +PackageLocale: zh-CN +Publisher: Luki Labs Ltd. +PublisherUrl: https://www.craft.do/ +PublisherSupportUrl: https://support.craft.do/ +PrivacyUrl: https://www.craft.do/privacy +Author: Luki Labs Limited +PackageName: Craft +PackageUrl: https://www.craft.do/ +License: 专有软件 +LicenseUrl: https://www.craft.do/terms +Copyright: Copyright © 2026 Luki Labs Ltd. +ShortDescription: 创造有影响力的文档 +Tags: +- markdown +- 共享 +- 内容块 +- 协作 +- 协同 +- 双向链接 +- 反向链接 +- 团队 +- 引用 +- 文档 +- 笔记 +- 编辑器 +ReleaseNotesUrl: https://www.craft.do/whats-new +PurchaseUrl: https://www.craft.do/pricing +Documentations: +- DocumentLabel: 新手教程 + DocumentUrl: https://www.craft.do/s/gy4OMeABSTIlUw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.yaml b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.yaml new file mode 100644 index 0000000000000..2a52b34d05941 --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.5.14/LukiLabs.Craft.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: LukiLabs.Craft +PackageVersion: 3.5.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..a610ff408af5b --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.56.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.56.3/SysManager-v1.56.3.exe + InstallerSha256: 10C32C134BA3FF208972B722860C4199BD399B101E2DBEF22AD8E0A04A10D81E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..13cf19333e124 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,47 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.56.3 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.56.3] - 2026-07-30 + Security + - Prevented per-user backup data from authorizing elevated machine-wide registry changes. Environment restore, introduced in v1.33.3, kept both User and Machine snapshots in a LocalAppData JSON file. An unprivileged process could edit that file and, when SysManager was later restored as administrator, choose valid Machine variable values and which Machine variables were deleted. New User snapshots now live under HKCU, while System snapshots are stored under an owner- and ACL-validated HKLM\SOFTWARE\SysManagerEnvironmentBackup key. Only that protected snapshot can drive HKLM restore; legacy LocalAppData data remains read-only compatibility input for User restore, and its Machine section is never migrated or trusted. + Fixed + - Rejected malformed environment backups before any restore write. User and protected Machine snapshots are now parsed with bounded file, entry-count, name, value-length, and registry-kind validation. Null or missing sections, wrong JSON types, null values, duplicate names, unsupported registry kinds, and oversized content produce a safe invalid-backup result instead of a NullReferenceException or a partial restore. + - Preserved pristine backups across partial and scope-specific operations. Present-but-invalid snapshots are never mistaken for missing data or overwritten, restore validates every present scope before its first write, and a System-only change no longer creates a User snapshot. Existing valid User files remain compatible, while new registry values publish atomically without an elevated write into a user-controlled filesystem path. + Verify the download + Get-FileHash .\SysManager-v1.56.3.exe -Algorithm SHA256 + Expected SHA256: 10C32C134BA3FF208972B722860C4199BD399B101E2DBEF22AD8E0A04A10D81E +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.56.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..c369b5d0577ac --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.56.3/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.56.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.installer.yaml b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.installer.yaml new file mode 100644 index 0000000000000..5eb1949b8c0be --- /dev/null +++ b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.installer.yaml @@ -0,0 +1,18 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MarceloLvCabral.BrightScriptEmulator +PackageVersion: 2.3.0 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: e69d4cb2-9611-5c63-ad1a-c28c6ed57b4f +ReleaseDate: 2026-07-26 # America/Phoenix (UTC-7) +AppsAndFeaturesEntries: + - DisplayName: BrightScript Simulator 2.3.0 + ProductCode: e69d4cb2-9611-5c63-ad1a-c28c6ed57b4f +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/lvcabral/brs-desktop/releases/download/v2.3.0/brs-desktop-2.3.0-windows.exe + InstallerSha256: 5F5442FD2938570C9A7593FC3C1687D7FD50C52E93194983E7B75DED785C2C6C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.locale.en-US.yaml b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.locale.en-US.yaml new file mode 100644 index 0000000000000..400837767864c --- /dev/null +++ b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.locale.en-US.yaml @@ -0,0 +1,112 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MarceloLvCabral.BrightScriptEmulator +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Marcelo Lv Cabral +PublisherUrl: https://github.com/lvcabral +PublisherSupportUrl: https://github.com/lvcabral/brs-desktop/issues +PackageName: BrightScript Emulator +PackageUrl: https://github.com/lvcabral/brs-desktop +License: MIT +LicenseUrl: https://github.com/lvcabral/brs-desktop/blob/master/LICENSE +Copyright: Copyright © 2021 Marcelo Lv Cabral +ShortDescription: Desktop Emulator for Roku 2D API +Tags: + - desktop + - electron-app + - emulator + - roku + - roku-development + - simulator +ReleaseNotesUrl: https://github.com/lvcabral/brs-desktop/releases/tag/v2.3.0 +ReleaseNotes: |- + This release brings a large set of new features, bug fixes, and infrastructure improvements to the BrightScript Simulator. Highlights include a Debug Server on telnet port 8080, a console search feature, clipboard paste support, OOM/crash recovery, video auto-play settings, custom device feature flags, auto-save in the editor, JPEG screenshot support, and a comprehensive Vitest test suite. The SceneGraph extension is now in **beta** status, and it's Node complete! See the **BrightScript Simulation Engine** [full changelog](https://github.com/lvcabral/brs-engine/releases/tag/v2.3.0) for all the language and framework features and improvements. + + ## New Features + + - Implemented the Debug Server on telnet port 8080 by @lvcabral in #276 + - Added search feature to the console panel by @lvcabral in #273 + - Added keepAppOpen setting for Peer Roku by @lvcabral in #272 + - Added clipboard paste support for sending text to the simulator via sequential keypresses by @lvcabral in #280 + - Added customization settings for managing custom feature flags via roDeviceInfo by @lvcabral in #281 + - Added video auto-play setting to device configuration and UI preferences by @lvcabral in #284 + - Added custom features icon and updated settings configuration labels by @lvcabral in #283 + - Installer password now updates immediately; service restart instruction only applies to port changes by @lvcabral in #285 + - Added JPEG support for screenshot exports and save dialog filters by @lvcabral in #287 + - Home key now intercepts to exit apps even with the debugger active by @lvcabral in #288 + - Enhanced toast system with click-to-disable functionality and DevTools performance warning by @lvcabral in #291 + - Added auto-save functionality when running code in the editor via configurable preference by @lvcabral in #292 + - Implemented OOM and crash recovery with automatic device reload and user notification by @lvcabral in #279 + - Adjusted update check intervals and added skip version option by @lvcabral in #277 + - Resolved system theme setting to current application theme in editor initialization + - Added support for HEAD HTTP request on the Installer Service by @lvcabral in #266 + - Updated SceneGraph warning dialog to reflect beta status and changed localStorage key by @lvcabral in #315 + + ## Bug Fixes + + - Fixed: respect disableCheckForUpdates setting dynamically inside timers by @lvcabral in #278 + - Fixed: enforce OS-specific search shortcuts in console by @lvcabral in #274 + - Fixed: auto-update search matches when console output changes by @lvcabral in #275 + - Fixed: add key-press delay and enable native paste for secondary windows by @lvcabral in #282 + - Fixed: restrict clipboard copy shortcut to platform-specific key combination by @lvcabral in #290 + - Fixed: restore terminal input focus after updates to prevent intermittent focus loss by @lvcabral in #289 + - Fixed: removed calls to a non-existent function + - Fixed: removed duplicated autoPlayEnabled property from main configuration object + - Fixed: detect a compile failure regardless of whitespace by @lvcabral in #301 + - Fixed: ECP now resolves bundled assets so routes work outside the bundle too by @lvcabral in #309 + - Fixed: ECP answers device queries during the pre-deviceData startup window by @lvcabral in #297 + - Fixed: keep the shortened path within its budget in the status bar by @lvcabral in #307 + - Fixed: return a string from hashCode for every input by @lvcabral in #306 + - Fixed: reject malformed IP addresses instead of coercing them by @lvcabral in #305 + - Fixed: return nothing for firmware outside the version alphabet by @lvcabral in #304 + - Fixed: stop a bare -w flag persisting NaN as the web installer port by @lvcabral in #303 + - Fixed: read the numeric prefix of a version segment in update checker by @lvcabral in #302 + - Fixed: support remote shortcuts with more than one modifier by @lvcabral in #299 + - Fixed: restore the default for a missing remote key instead of throwing by @lvcabral in #300 + - Fixed: stop custom key bindings firing on unrelated chords by @lvcabral in #298 + - Resolved npm audit vulnerabilities in shipped dependencies by @lvcabral in #295 + + ## Refactoring & Code Quality + + - Dynamically generate recent files submenu and increased recent file limits by @lvcabral in #286 + - Refactored dev-console commands dispatch from a table by @lvcabral in #310 + - Resolved recent-file menu items by id instead of position by @lvcabral in #308 + - Removed the fs-jetpack dependency, replacing its five usages with Node's built-in fs module and + two small helpers (readJsonFile/writeJsonFile in src/helpers/util.js) that preserve the previous + behaviour, including atomic writes of recent-files.json and window-state-*.json + - Removed build/webpack.unit.config.js and build/webpack.e2e.config.js, unused leftovers from the + electron-boilerplate template + - Removed dead CodeMirror leftovers by @lvcabral in #294 + - Updated simulator info modal with bold text and issue tracker link + + ## Testing & Tooling + + - Added Vitest test suite covering pure logic and network services by @lvcabral in #296 + - Modeled Electron submenus so the menu suite runs on Windows and Linux by @lvcabral in #311 + - Added ESLint with the brs-engine ruleset ported to JavaScript by @lvcabral in #313 + - Added Prettier config and formatted the codebase by @lvcabral in #312 + - Upgraded monaco-editor to v0.56.0 and added overrides for dompurify, @electron/asar, + @electron/universal and filelist to resolve npm audit reports + - npm audit went from 19 vulnerabilities (2 moderate, 17 high) to 10 (all high), and + npm audit --omit=dev now reports **0 vulnerabilities** — nothing vulnerable ships in the application + + ## Dependency Bumps + + - Bump @xmldom/xmldom from 0.8.12 to 0.8.13 by @dependabot in #259 + - Bump ip-address from 10.1.0 to 10.2.0 by @dependabot in #260 + - Bump fast-uri from 3.1.0 to 3.1.2 by @dependabot in #261 + - Bump @babel/plugin-transform-modules-systemjs from 7.28.5 to 7.29.4 by @dependabot in #262 + - Bump serialize-javascript, @lvcabral/electron-preferences and copy-webpack-plugin by @dependabot in #263 + - Bump postcss from 8.5.6 to 8.5.15 by @dependabot in #264 + - Bump tmp from 0.2.5 to 0.2.7 by @dependabot in #265 + - Bump form-data by @dependabot in #267 + - Bump ws by @dependabot in #268 + - Bump tar from 7.5.13 to 7.5.16 by @dependabot in #269 + - Bump js-yaml from 4.1.1 to 4.2.0 by @dependabot in #270 + - Bump @babel/core, @babel/preset-env and babel-loader by @dependabot in #271 + + Full Changelog: https://github.com/lvcabral/brs-desktop/compare/v2.2.0...v2.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.yaml b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.yaml new file mode 100644 index 0000000000000..9b2e77262e158 --- /dev/null +++ b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.3.0/MarceloLvCabral.BrightScriptEmulator.yaml @@ -0,0 +1,8 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MarceloLvCabral.BrightScriptEmulator +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.installer.yaml b/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.installer.yaml new file mode 100644 index 0000000000000..68881043626b1 --- /dev/null +++ b/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MetalBear.mirrord +PackageVersion: 3.240.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{AFC9E135-2BFE-4E02-A10D-DD29426E40B1}' +AppsAndFeaturesEntries: +- DisplayVersion: 1.3.2400 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/metalbear-co/mirrord/releases/download/3.240.0/mirrord.msi + InstallerSha256: CEE4AE3C2CD4CD968B324A496605177F2FBCFA75ACB915CCFC8A306D8FAF0991 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-27 diff --git a/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.locale.en-US.yaml b/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.locale.en-US.yaml new file mode 100644 index 0000000000000..ce0c6fbdad253 --- /dev/null +++ b/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MetalBear.mirrord +PackageVersion: 3.240.0 +PackageLocale: en-US +Publisher: MetalBear +PublisherUrl: https://github.com/metalbear-co +PublisherSupportUrl: https://github.com/metalbear-co/mirrord/issues +PackageName: mirrord +PackageUrl: https://github.com/metalbear-co/mirrord +License: MIT +ShortDescription: Connect your local process and your cloud environment, and run local code in cloud conditions. +Tags: +- api +- backend +- backend-development +- cli +- cloud +- cloud-native +- debug +- develop +- developer-tools +- development +- devops +- devtool +- ide +- kubernetes +- rust +- shift-left +ReleaseNotesUrl: https://github.com/metalbear-co/mirrord/releases/tag/3.240.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.yaml b/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.yaml new file mode 100644 index 0000000000000..03696d5dcd35e --- /dev/null +++ b/manifests/m/MetalBear/mirrord/3.240.0/MetalBear.mirrord.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: MetalBear.mirrord +PackageVersion: 3.240.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.installer.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.installer.yaml new file mode 100644 index 0000000000000..fd816ff1ec963 --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.installer.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeWebView2Runtime +PackageVersion: 150.0.4078.105 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +InstallerSuccessCodes: +- -2147219416 +- -2147219187 +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +ProductCode: Microsoft EdgeWebView +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/25dc4088-d719-4bf5-86b4-981f2153d7ad/MicrosoftEdgeWebView2RuntimeInstallerX86.exe + InstallerSha256: D92E1677D8188AFDA3CDA3A38A00EFAB16B86A11DBEFC3EA997AA29B98ED054A +- Architecture: x86 + Scope: machine + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/25dc4088-d719-4bf5-86b4-981f2153d7ad/MicrosoftEdgeWebView2RuntimeInstallerX86.exe + InstallerSha256: D92E1677D8188AFDA3CDA3A38A00EFAB16B86A11DBEFC3EA997AA29B98ED054A + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/f3274495-ff02-440e-b522-2d4129a911e8/MicrosoftEdgeWebView2RuntimeInstallerX64.exe + InstallerSha256: 04B9F08D839C8C06F34A85ACEA0D9F1568D3D8AA309A77619AAA46BB29ADE0F8 +- Architecture: x64 + Scope: machine + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/f3274495-ff02-440e-b522-2d4129a911e8/MicrosoftEdgeWebView2RuntimeInstallerX64.exe + InstallerSha256: 04B9F08D839C8C06F34A85ACEA0D9F1568D3D8AA309A77619AAA46BB29ADE0F8 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/27f682c7-f743-476f-a64d-af5f691511a9/MicrosoftEdgeWebView2RuntimeInstallerARM64.exe + InstallerSha256: 8A12B5739B0800330D1C0C55BB2A20E8A5B3E47B376367C9D8601195F1403A8F +- Architecture: arm64 + Scope: machine + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/27f682c7-f743-476f-a64d-af5f691511a9/MicrosoftEdgeWebView2RuntimeInstallerARM64.exe + InstallerSha256: 8A12B5739B0800330D1C0C55BB2A20E8A5B3E47B376367C9D8601195F1403A8F + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.locale.en-US.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.locale.en-US.yaml new file mode 100644 index 0000000000000..2dfdea7be8e04 --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeWebView2Runtime +PackageVersion: 150.0.4078.105 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/MicrosoftEdge/WebView2Feedback/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge WebView2 Runtime +PackageUrl: https://developer.microsoft.com/microsoft-edge/webview2/ +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: © 2026 Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2. +Moniker: webview2 +Tags: +- webview +ReleaseNotesUrl: https://learn.microsoft.com/microsoft-edge/webview2/release-notes/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://learn.microsoft.com/microsoft-edge/webview2/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.locale.zh-CN.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3910073732713 --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeWebView2Runtime +PackageVersion: 150.0.4078.105 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/MicrosoftEdge/WebView2Feedback/issues +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge WebView2 Runtime +PackageUrl: https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/ +License: 专有软件 +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: © 2026 Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: 使用 Microsoft Edge WebView2 将 Web 内容(HTML、CSS 和 JavaScript)嵌入本机应用程序中。 +Tags: +- webview +ReleaseNotesUrl: https://learn.microsoft.com/zh-cn/microsoft-edge/webview2/release-notes/ +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://learn.microsoft.com/zh-cn/microsoft-edge/webview2/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.yaml new file mode 100644 index 0000000000000..50f09fd8b2c71 --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/150.0.4078.105/Microsoft.EdgeWebView2Runtime.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: Microsoft.EdgeWebView2Runtime +PackageVersion: 150.0.4078.105 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.installer.yaml b/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.installer.yaml new file mode 100644 index 0000000000000..29f658327bd8c --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.21 +PackageVersion: 21.0.12.8 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome +UpgradeBehavior: uninstallPrevious +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-21.0.12-windows-x64.msi#winget + InstallerSha256: 96EE22A4863C1B6F92FF3C8AF0F8DAB4A7DFFC210440B1641950D9001D0E23ED + ProductCode: '{731F1E25-38F4-416B-A628-26984ABD49BB}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 21.0.12+8 (x64) + Publisher: Microsoft + ProductCode: '{731F1E25-38F4-416B-A628-26984ABD49BB}' + UpgradeCode: '{11F8EC6C-68A4-9099-96F9-E81566D319CC}' +- Architecture: arm64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-21.0.12-windows-aarch64.msi#winget + InstallerSha256: 00B5888D71CBD1E5762E4266BA56046869BE1F78D1B5D36485C9A3D94F5C4A55 + ProductCode: '{013F28A9-D3CC-4609-A3FB-54527E4827F3}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 21.0.12+8 (arm64) + Publisher: Microsoft + ProductCode: '{013F28A9-D3CC-4609-A3FB-54527E4827F3}' + UpgradeCode: '{279DA2D2-25A3-24A8-49AC-50FB06FB8B25}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.locale.en-US.yaml b/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.locale.en-US.yaml new file mode 100644 index 0000000000000..6832cdb7d9fa8 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.21 +PackageVersion: 21.0.12.8 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://support.microsoft.com +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft +PackageName: Microsoft Build of OpenJDK with Hotspot 21 +PackageUrl: https://www.microsoft.com/openjdk +License: GPL2 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +ShortDescription: The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem. +Moniker: ms-openjdk-21 +Tags: +- "21" +- java +- microsoft-openjdk +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.yaml b/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.yaml new file mode 100644 index 0000000000000..03f7d32117e31 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/21/21.0.12.8/Microsoft.OpenJDK.21.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: Microsoft.OpenJDK.21 +PackageVersion: 21.0.12.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.installer.yaml b/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.installer.yaml new file mode 100644 index 0000000000000..27371435a75d1 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.25 +PackageVersion: 25.0.4.7 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome +UpgradeBehavior: uninstallPrevious +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-25.0.4-windows-x64.msi#winget + InstallerSha256: AA2910C6586412513F1A84ECBEF0DC8AC22EA10E08B4C6D37A80CFCA9F837941 + ProductCode: '{7FFD8907-539C-4266-A005-FA69C8DB3A5F}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 25.0.4+7 (x64) + Publisher: Microsoft + ProductCode: '{7FFD8907-539C-4266-A005-FA69C8DB3A5F}' + UpgradeCode: '{9DA4BE12-C58B-3DE4-C047-AF46365065FC}' +- Architecture: arm64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-25.0.4-windows-aarch64.msi#winget + InstallerSha256: 599F3D5020B08029845A65E9C0FEB9166BE1FA9634BFD085B9962F832A4E622E + ProductCode: '{53345BF4-1C71-4342-A4BB-F50F11A93DBA}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 25.0.4+7 (arm64) + Publisher: Microsoft + ProductCode: '{53345BF4-1C71-4342-A4BB-F50F11A93DBA}' + UpgradeCode: '{8637FF3F-FFC0-E714-3015-A1B5F65A646A}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.locale.en-US.yaml b/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.locale.en-US.yaml new file mode 100644 index 0000000000000..145917f6dc941 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.25 +PackageVersion: 25.0.4.7 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://support.microsoft.com +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft +PackageName: Microsoft Build of OpenJDK with Hotspot 25 +PackageUrl: https://www.microsoft.com/openjdk +License: GPL2 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +ShortDescription: The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem. +Moniker: ms-openjdk-25 +Tags: +- "25" +- java +- microsoft-openjdk +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.yaml b/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.yaml new file mode 100644 index 0000000000000..7b8e0c27343a7 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/25/25.0.4.7/Microsoft.OpenJDK.25.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: Microsoft.OpenJDK.25 +PackageVersion: 25.0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.420.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.420.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..021441ba1048e --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.420.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.420.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.420.0&arch=x86 + InstallerSha256: 3E5F14AAB4CDCD666C30AC0C171B5349FCEC3A1FC3BD0F7C8D588188320CCBE2 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.420.0&arch=amd64 + InstallerSha256: 654806A00AACC0412C117509D05415271F3206F55FFEBABB38C5B7AE42004943 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.420.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.420.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..70ed13ac78a3e --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.420.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.420.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.420.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.420.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..02395816f2716 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.420.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.420.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.422.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.422.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..a09498e78fe10 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.422.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.422.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.422.0&arch=x86 + InstallerSha256: 512D1A86E1A2038DD9AE73EE7624823FF259F3379B980A35BBC53B9409DCEFDC +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.422.0&arch=amd64 + InstallerSha256: A126F8F150F0EDE2CA3C3B5229982786A5AB1F290F00C295A5CDF450BBEDF814 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.422.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.422.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..88451203e3797 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.422.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.422.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.422.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.422.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..f9e9a47858592 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.422.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.422.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.423.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.423.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..8a92549b2d9d7 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.423.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.423.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.423.0&arch=x86 + InstallerSha256: 3197852576777C9F68D685B488FE0BA19CC25AEEFB83C912B9A6A78EE5ADDFBE +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.423.0&arch=amd64 + InstallerSha256: EDBB840E5819F780D2BF82F5F36A094DFC6B3B4F514119AA534DCA6F1E220846 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.423.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.423.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..a925f31c188fd --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.423.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.423.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.423.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.423.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..44f5ed318b363 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.423.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.423.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.installer.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.installer.yaml new file mode 100644 index 0000000000000..63a4d84ca6f1b --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vibe-acp.exe +Commands: +- vibe-acp +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mistralai/mistral-vibe/releases/download/v2.23.2/vibe-acp-windows-x86_64-2.23.2.zip + InstallerSha256: EB2A9043D1693D5ED9C28415567EE9949FF679700A26B96B4CFB5866FBB79A04 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml new file mode 100644 index 0000000000000..60741789c17b5 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.2 +PackageLocale: en-US +Publisher: Mistral AI +PublisherUrl: https://mistral.ai/ +PublisherSupportUrl: https://github.com/mistralai/mistral-vibe/issues +PrivacyUrl: https://legal.mistral.ai/terms/privacy-policy +Author: Mistral AI +PackageName: Mistral Vibe (ACP mode) +PackageUrl: https://github.com/mistralai/mistral-vibe +License: Apache-2.0 +LicenseUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/LICENSE +Copyright: Copyright 2026 Mistral AI +CopyrightUrl: https://legal.mistral.ai/terms +ShortDescription: Minimal CLI coding agent by Mistral +Description: |- + Mistral's open-source CLI coding assistant. + Mistral Vibe is a command-line coding assistant powered by Mistral's models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Added + - Skill-creator built-in skill: a guided flow to author, update, and delete your own skills + - Browser sign-in can target a custom login domain for self-hosted or private-gateway deployments + - Session stats now track provider cache-hit (cached) tokens + Changed + - Redesigned /config as a searchable, full-screen settings browser with typed edit modals and per-layer origin display + - App-server protocol extended and packaged as a standalone vibe-app-server binary for desktop integration + Fixed + - Cached-token counts now reported in session stats instead of always zero + - Zed ACP packaging preserves symlinks by shipping .tar.gz archives + - grep result chips open the correct file and no longer leak absolute host paths into context (ACP) + - ACP /rewind truncates in place instead of forking + - Extra fields in the whoami response no longer rejected + - ACP session history sorted by recency + - Blank permission prompt and duplicated user message in the ACP/VS Code webview + - WhoAmI result again tolerates extra fields +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md#2232---2026-07-30 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a6043ea1c3ee --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.2 +PackageLocale: zh-CN +ShortDescription: Mistral 推出的极简 CLI 代码智能体 +Description: |- + Mistral 的开源 CLI 编程助手。 + Mistral Vibe 是由 Mistral 模型驱动的命令行编程助手。它为您的代码库提供了一个对话式界面,让您可以通过自然语言,利用一系列强大的工具来浏览、修改和与项目进行交互。 +Tags: +- ai +- 代码 +- 开发 +- 智能体 +- 编程 +- 自主智能 +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.yaml new file mode 100644 index 0000000000000..ab83fe4f7b91f --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.2/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.installer.yaml b/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.installer.yaml new file mode 100644 index 0000000000000..b0c01f939d5e6 --- /dev/null +++ b/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Monkey1Wizard.ccync +PackageVersion: 0.1.5 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ccync.exe + PortableCommandAlias: ccync +Commands: +- ccync +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/monkey1wizard/ccync/releases/download/v0.1.5/ccync-v0.1.5-windows-x64.zip + InstallerSha256: 39c2c7875319b2efd726f201c62726e772d30a24a518528b4bee772a217f4222 +- Architecture: arm64 + InstallerUrl: https://github.com/monkey1wizard/ccync/releases/download/v0.1.5/ccync-v0.1.5-windows-arm64.zip + InstallerSha256: 76011ef2de8a3ebb30683f4b566066bf00b09210edcf4c5c22739543c468c0ec +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.locale.en-US.yaml b/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.locale.en-US.yaml new file mode 100644 index 0000000000000..0fea3a4e0cae1 --- /dev/null +++ b/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Monkey1Wizard.ccync +PackageVersion: 0.1.5 +PackageLocale: en-US +Publisher: monkey1wizard +PublisherUrl: https://github.com/monkey1wizard +PublisherSupportUrl: https://github.com/monkey1wizard/ccync/issues +PackageName: ccync +PackageUrl: https://github.com/monkey1wizard/ccync +License: MIT +LicenseUrl: https://github.com/monkey1wizard/ccync/blob/main/LICENSE +ShortDescription: ccync — cross-agent plugin / MCP / skills manager +Description: ccync is a standalone cross-agent plugin / MCP / skills manager. Install a plugin (or adopt a master agent's setup) once, and ccync projects it onto every coding agent's native surface — Claude Code, Codex, GitHub Copilot, Gemini CLI, OpenCode, and Antigravity. The `ccync` binary provides init, sync, add, remove, list, doctor, backup, restore, and uninstall commands. +Moniker: ccync +Tags: +- ai +- cli +- developer-tools +- plugin-manager +- mcp +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.yaml b/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.yaml new file mode 100644 index 0000000000000..fa45cf26beeb2 --- /dev/null +++ b/manifests/m/Monkey1Wizard/ccync/0.1.5/Monkey1Wizard.ccync.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Monkey1Wizard.ccync +PackageVersion: 0.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.installer.yaml b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.installer.yaml new file mode 100644 index 0000000000000..f94b768823d74 --- /dev/null +++ b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MonkfishXMLSoftware.XMLBlueprint.22 +PackageVersion: 22.2026.07.30 +InstallerType: inno +Scope: user +FileExtensions: +- bprj +- dtd +- rng +- sch +- xml +- xpl +- xsd +- xslt +ProductCode: XMLBlueprint 22_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://filedn.eu/l6hrQdIONMfS36XFW6FwzhS/xmlblueprint-22.2026.07.30.exe + InstallerSha256: 8B2F126FD45B1A8934A303A50782CAB8ACA354B149FF9356ED1282F4739654E3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.locale.en-US.yaml b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.locale.en-US.yaml new file mode 100644 index 0000000000000..a7c3957d15f97 --- /dev/null +++ b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MonkfishXMLSoftware.XMLBlueprint.22 +PackageVersion: 22.2026.07.30 +PackageLocale: en-US +Publisher: Monkfish XML Software +PublisherUrl: https://www.xmlblueprint.com/ +PublisherSupportUrl: https://www.xmlblueprint.com/contact-us.htm +Author: Monkfish XML Software +PackageName: XMLBlueprint 22 +PackageUrl: https://www.xmlblueprint.com/download-xml-editor.htm +License: Proprietary +Copyright: © 2002 - 2026 by Monkfish XML Software +ShortDescription: A full-featured XML Editor (or XML IDE) +Description: |- + XMLBlueprint is a full-featured XML Editor (or XML IDE) that supports the creation and editing of + - XML Documents + - DTDs + - Relax NG Schemas + - Schematron + - XML Schemas + - XSLT Stylesheets + XMLBlueprint includes numerous intelligent editing features that help you create well-formed, valid XML quickly and easily. It supports Unicode which means you can edit and validate XML Documents in almost any language. +Tags: +- editor +- xml +- xslt +ReleaseNotesUrl: https://www.xmlblueprint.com/what-is-new.htm +PurchaseUrl: https://www.xmlblueprint.com/buy.htm +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://www.xmlblueprint.com/user-manual.htm +- DocumentLabel: FAQ + DocumentUrl: https://www.xmlblueprint.com/download-questions.htm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.locale.zh-CN.yaml b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4745616888d02 --- /dev/null +++ b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MonkfishXMLSoftware.XMLBlueprint.22 +PackageVersion: 22.2026.07.30 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款功能齐全的 XML 编辑器(或 XML IDE) +Description: |- + XMLBlueprint 是一款功能齐全的 XML 编辑器(或 XML IDE),支持创建和编辑 + - XML 文档 + - DTD + - Relax NG 模式 + - Schematron + - XML 模式 + - XSLT 样式表 + XMLBlueprint 包含众多智能编辑功能,可帮助您快速轻松地创建格式良好且有效的 XML。它支持 Unicode,这意味着您可以使用几乎任何语言来编辑和验证 XML 文档。 +Tags: +- xml +- xslt +- 编辑器 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.xmlblueprint.com/user-manual.htm +- DocumentLabel: 常见问题 + DocumentUrl: https://www.xmlblueprint.com/download-questions.htm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.yaml b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.yaml new file mode 100644 index 0000000000000..215936d8d9551 --- /dev/null +++ b/manifests/m/MonkfishXMLSoftware/XMLBlueprint/22/22.2026.07.30/MonkfishXMLSoftware.XMLBlueprint.22.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: MonkfishXMLSoftware.XMLBlueprint.22 +PackageVersion: 22.2026.07.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.installer.yaml new file mode 100644 index 0000000000000..bdfa6a7b50937 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCodeCLI +PackageVersion: 0.31.0 +InstallerType: portable +Commands: +- kimi +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://code.kimi.com/kimi-code/binaries/0.31.0/kimi-code-win32-x64.exe + InstallerSha256: CDEC56711AF0AE28E22351DAF601E1CB481A520CCD016008445DA477884F0B8E +- Architecture: arm64 + InstallerUrl: https://code.kimi.com/kimi-code/binaries/0.31.0/kimi-code-win32-arm64.exe + InstallerSha256: ACF1C3EFB6C6A6CD5A48C18B2D3B0C758A45E55856E7DF0ED70ECFB6B6863405 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0d45851d1a927 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCodeCLI +PackageVersion: 0.31.0 +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-code/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi Code CLI +PackageUrl: https://moonshotai.github.io/kimi-code/ +License: MIT +LicenseUrl: https://github.com/MoonshotAI/kimi-code/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Moonshot AI +ShortDescription: The Starting Point for Next-Gen Agents +Description: Kimi Code CLI is an AI coding agent that runs in your terminal — it can read and edit code, run shell commands, search files, fetch web pages, and choose the next step based on the feedback it receives. It works out of the box with Moonshot AI’s Kimi models and can also be configured to use other compatible providers. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..87e4303bb8bf4 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.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: MoonshotAI.KimiCodeCLI +PackageVersion: 0.31.0 +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://moonshotai.github.io/kimi-code/zh/ +ShortDescription: The Starting Point for Next-Gen Agents +Description: Kimi Code CLI 是一个运行在终端里的 AI 编程 agent,可以帮你读写代码、执行 shell 命令、检索文件、抓取网页,并根据反馈自主决定下一步动作。开箱即用对接 Moonshot AI 的 Kimi 模型,也可指向其他兼容厂商。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.yaml new file mode 100644 index 0000000000000..ea82562c9e200 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.31.0/MoonshotAI.KimiCodeCLI.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: MoonshotAI.KimiCodeCLI +PackageVersion: 0.31.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.installer.yaml b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.installer.yaml new file mode 100644 index 0000000000000..695727837ab1a --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaCLI +PackageVersion: 0.4.15 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: multica.exe +Commands: +- multica +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.15/multica-cli-0.4.15-windows-amd64.zip + InstallerSha256: 3AF5D85C8CFC82AE4F3E7094116B13BCB8AADD0EAE67DFFC89BDB7F9DBC36381 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.15/multica-cli-0.4.15-windows-arm64.zip + InstallerSha256: 8287C0342E0C3559A7A4AF89470A24DC67E8A288853560EB16BFA74D51D650C3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.locale.en-US.yaml b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4adaf0c94d5ac --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaCLI +PackageVersion: 0.4.15 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica CLI +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - b13657be71088f35d71425c78cff0d9db0733fed MUL-5493: feat(chat): add a visible follow-up queue (#6133) + - da7451843be302a01e66fa9c88ddf059f5d21480 MUL-5494: feat(transcript): render tool events as diffs, content and terminal output (#6134) + - 9072cef12cfb0fd74f3ef56b80c6e9ec99930729 Revert "MUL-5493: feat(chat): add a visible follow-up queue (#6133)" (#6171) + - cbb23598fd3cf7c56c916645bedc59668efbe7c3 docs(changelog): add v0.4.15 release entry (2026-07-30) (MUL-5545) (#6186) + - 2187b5829210c40c299df05c8860345d8c3f3e13 feat(attachments): let callers opt out of pre-signed URLs in bulk responses (MUL-5372) (#6119) + - 6be7adcb6b8e5a5e45518631bf02a7ee72fec897 feat(chat): toggle the floating chat window from the keyboard (MUL-5522) (#6162) + - f3d88b1d47282d2db943e85faba6bb5565b54bbf feat(issues): add "Open in new tab" to the issue actions menu (MUL-5455) (#6124) + - a9a4a3d638e5868a3741ce8ac9924a376b7e37d6 feat(issues): badge resolved threads on the comment rail's preview card (MUL-5543) (#6184) + - 577018649ea136fbc492352515fad0d26cb01c75 feat(issues): support human-readable issue URLs using issue keys (MUL-5354) (#6117) + - a8c775e94b3648cf0ad6a9ea09714e9cb811dcca feat(skills): floating save pill with change summary + one skill icon everywhere (#6177) + - 37d66260e8fb15897816304094b434a549668366 feat(skills): rebuild skill detail page around Overview/Files tabs (MUL-5443) (#6100) + - 7803a5b9ea80d9c6611bf7e90f5e8e1d7048603a feat(ui): establish a role-named type scale and migrate ad-hoc font sizes (MUL-5451) (#6136) + - d6bd4cf7d5c2191e686f0c34f21d9884631f6e3d fix(agent): recover from Hermes resumed sessions it refuses without running (MUL-5509) (#6164) + - beb3e9be65023f63bd5dfdbb0231ed41aa9f1cb8 fix(chat): widen the conversation gutter and align its edges (MUL-5497) (#6140) + - 999e9f93c769ef830a14601e70a5e2f97b76dff2 fix(codex): record file edit payload for patch_apply events (#6158) + - 74d5fc41d8860e8a1ad44c89c5b0dd382af876a0 fix(daemon): discover qodercli via the login shell (MUL-5524) (#6163) + - 423d86da046756b1d552eeae19f5e9ad455599bc fix(daemon): prevent runtime update starvation (#6123) + - b06c4894139ba4eaef286990fd962fee27df288f fix(issues): stabilize the Table query identity so a workspace switch cannot churn its branch queries (MUL-5477) (#6178) + - d58dab075718ca06fe466eec65186182cf156d59 fix(issues): stop the sub-issues shimmer chip clipping descenders (#6182) + - ee7ba83f53cf50a00b0cbbfd79c08cfdb49ed774 fix(self-host): apply setup config to daemon (MUL-5269) (#5880) + - ab6da2e73bf15397fb246727497f87520caa56f2 fix(views): navigate mention/slash pickers with Ctrl+N/J/P/K (MUL-5495) (#6135) + - 9e3b661d4494cfe5a66c5fdabcc24b14890d1eda fix(views): open a background tab on middle-click of AppLink (MUL-5457) (#6126) + - 2889269c16d081b33d6558f923b374a8c9d97257 fix(views): open a real browser tab on modifier-click for non-anchor surfaces (MUL-5456) (#6125) + - 9c732c47c57713d9d4cd991bd7e09113b387b34d perf(issues): make the URL rewrite to the identifier cost no extra request (#6169) + - 67744d413d68c9f61fba514fce7b3ffdfd970800 refactor(skills): imported-origin marker uses Download, not Sparkles (#6187) + - 1d2a3499c9a1b048ec4a3eb78341c70174388111 test(agent): stop the cursor fixtures racing their own prompt write (MUL-5536) (#6174) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.4.15 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.locale.zh-CN.yaml b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a04dae352055 --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaCLI +PackageVersion: 0.4.15 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.yaml b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.yaml new file mode 100644 index 0000000000000..bbf5a6a4dd85e --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.15/Multica.MulticaCLI.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: Multica.MulticaCLI +PackageVersion: 0.4.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.installer.yaml b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.installer.yaml new file mode 100644 index 0000000000000..f433e95e83be5 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.15 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- multica +ProductCode: d8b75c36-d208-59aa-9acd-26838c159dc3 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.15/multica-desktop-0.4.15-windows-x64.exe + InstallerSha256: 1288A26C0E3B7C1493F9B057E5A34E46FAC74876044A3CFE16E5712B05C67684 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.15/multica-desktop-0.4.15-windows-arm64.exe + InstallerSha256: E56AC6534AB5B61B0CCD14344CC14004B9F25707209CBA6A2980359611D75A9C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.locale.en-US.yaml b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..dc37c16ef00f7 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.15 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - b13657be71088f35d71425c78cff0d9db0733fed MUL-5493: feat(chat): add a visible follow-up queue (#6133) + - da7451843be302a01e66fa9c88ddf059f5d21480 MUL-5494: feat(transcript): render tool events as diffs, content and terminal output (#6134) + - 9072cef12cfb0fd74f3ef56b80c6e9ec99930729 Revert "MUL-5493: feat(chat): add a visible follow-up queue (#6133)" (#6171) + - cbb23598fd3cf7c56c916645bedc59668efbe7c3 docs(changelog): add v0.4.15 release entry (2026-07-30) (MUL-5545) (#6186) + - 2187b5829210c40c299df05c8860345d8c3f3e13 feat(attachments): let callers opt out of pre-signed URLs in bulk responses (MUL-5372) (#6119) + - 6be7adcb6b8e5a5e45518631bf02a7ee72fec897 feat(chat): toggle the floating chat window from the keyboard (MUL-5522) (#6162) + - f3d88b1d47282d2db943e85faba6bb5565b54bbf feat(issues): add "Open in new tab" to the issue actions menu (MUL-5455) (#6124) + - a9a4a3d638e5868a3741ce8ac9924a376b7e37d6 feat(issues): badge resolved threads on the comment rail's preview card (MUL-5543) (#6184) + - 577018649ea136fbc492352515fad0d26cb01c75 feat(issues): support human-readable issue URLs using issue keys (MUL-5354) (#6117) + - a8c775e94b3648cf0ad6a9ea09714e9cb811dcca feat(skills): floating save pill with change summary + one skill icon everywhere (#6177) + - 37d66260e8fb15897816304094b434a549668366 feat(skills): rebuild skill detail page around Overview/Files tabs (MUL-5443) (#6100) + - 7803a5b9ea80d9c6611bf7e90f5e8e1d7048603a feat(ui): establish a role-named type scale and migrate ad-hoc font sizes (MUL-5451) (#6136) + - d6bd4cf7d5c2191e686f0c34f21d9884631f6e3d fix(agent): recover from Hermes resumed sessions it refuses without running (MUL-5509) (#6164) + - beb3e9be65023f63bd5dfdbb0231ed41aa9f1cb8 fix(chat): widen the conversation gutter and align its edges (MUL-5497) (#6140) + - 999e9f93c769ef830a14601e70a5e2f97b76dff2 fix(codex): record file edit payload for patch_apply events (#6158) + - 74d5fc41d8860e8a1ad44c89c5b0dd382af876a0 fix(daemon): discover qodercli via the login shell (MUL-5524) (#6163) + - 423d86da046756b1d552eeae19f5e9ad455599bc fix(daemon): prevent runtime update starvation (#6123) + - b06c4894139ba4eaef286990fd962fee27df288f fix(issues): stabilize the Table query identity so a workspace switch cannot churn its branch queries (MUL-5477) (#6178) + - d58dab075718ca06fe466eec65186182cf156d59 fix(issues): stop the sub-issues shimmer chip clipping descenders (#6182) + - ee7ba83f53cf50a00b0cbbfd79c08cfdb49ed774 fix(self-host): apply setup config to daemon (MUL-5269) (#5880) + - ab6da2e73bf15397fb246727497f87520caa56f2 fix(views): navigate mention/slash pickers with Ctrl+N/J/P/K (MUL-5495) (#6135) + - 9e3b661d4494cfe5a66c5fdabcc24b14890d1eda fix(views): open a background tab on middle-click of AppLink (MUL-5457) (#6126) + - 2889269c16d081b33d6558f923b374a8c9d97257 fix(views): open a real browser tab on modifier-click for non-anchor surfaces (MUL-5456) (#6125) + - 9c732c47c57713d9d4cd991bd7e09113b387b34d perf(issues): make the URL rewrite to the identifier cost no extra request (#6169) + - 67744d413d68c9f61fba514fce7b3ffdfd970800 refactor(skills): imported-origin marker uses Download, not Sparkles (#6187) + - 1d2a3499c9a1b048ec4a3eb78341c70174388111 test(agent): stop the cursor fixtures racing their own prompt write (MUL-5536) (#6174) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.4.15 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.locale.zh-CN.yaml b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec07620462aa8 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.15 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.yaml b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.yaml new file mode 100644 index 0000000000000..1fa355eee0100 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.15/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.4.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.installer.yaml b/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.installer.yaml new file mode 100644 index 0000000000000..8c42792411fd6 --- /dev/null +++ b/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mylloon.dsr +PackageVersion: 2.2.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dsr-win32-x64/dsr.exe + PortableCommandAlias: dsr +InstallModes: +- silent +UpgradeBehavior: install +FileExtensions: +- mkv +- mp4 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://git.mylloon.fr/Anri/dsr/releases/download/2.2.3/dsr-win32-x64-2.2.3.zip + InstallerSha256: 3E77962AF3BF6BB20D5D2D2C888C22A25B6F48D266041A878BC4734BCD8230E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.locale.fr-FR.yaml b/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e9ed2d5dcfadf --- /dev/null +++ b/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.locale.fr-FR.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mylloon.dsr +PackageVersion: 2.2.3 +PackageLocale: fr-FR +Publisher: Mylloon +PublisherUrl: https://git.mylloon.fr/Anri/dsr +PublisherSupportUrl: https://git.mylloon.fr/Anri/dsr/issues +Author: Mylloon +PackageName: dsr +PackageUrl: https://git.mylloon.fr/Anri/dsr +License: AGPL-3.0 +LicenseUrl: https://git.mylloon.fr/Anri/dsr/src/branch/main/LICENSE +Copyright: Copyright (c) dsr +ShortDescription: Tool for sharing video to Discord +Moniker: dsr +Tags: +- amd +- compression +- discord +- export +- ffmpeg +- nvidia +- shadowplay +- share +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.yaml b/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.yaml new file mode 100644 index 0000000000000..c3163297e7b4e --- /dev/null +++ b/manifests/m/Mylloon/dsr/2.2.3/Mylloon.dsr.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mylloon.dsr +PackageVersion: 2.2.3 +DefaultLocale: fr-FR +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.installer.yaml b/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.installer.yaml new file mode 100644 index 0000000000000..0c98ebb1d3ae4 --- /dev/null +++ b/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 2.6.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: jirac-windows-x86_64.exe + PortableCommandAlias: jirac +ReleaseDate: 2026-07-30 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/mulhamna/jira-commands/releases/download/v2.6.0/jirac-windows-x86_64.zip + InstallerSha256: 6c2f8b757969b683097d75b3b1213c610b2e63071e46c61ca13de02dc749ef2e +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.locale.en-US.yaml b/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.locale.en-US.yaml new file mode 100644 index 0000000000000..9dc1387e42848 --- /dev/null +++ b/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: mulhamna +PublisherUrl: https://github.com/mulhamna +PublisherSupportUrl: https://github.com/mulhamna/jira-commands/issues +Author: mulhamna +PackageName: jirac +PackageUrl: https://github.com/mulhamna/jira-commands +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/mulhamna/jira-commands/blob/main/LICENSE +ShortDescription: Jira terminal client with TUI, MCP support, and release archives for Windows, macOS, and Linux. +Description: jirac is a Rust-based Jira CLI with interactive TUI flows, issue transitions, comments, worklogs, attachments, and jirac-mcp for editor and agent integrations. +Moniker: jirac +Tags: + - jira + - atlassian + - cli + - tui + - mcp +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.yaml b/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.yaml new file mode 100644 index 0000000000000..0a08d022131c1 --- /dev/null +++ b/manifests/m/mulhamna/jirac/2.6.0/mulhamna.jirac.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..65c584ad5d5f5 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.10.0 +InstallerType: wix +ProductCode: '{D3EA49FB-16D7-4D1B-86AF-0A8898506E57}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.10.0/nimbus-headless-windows-x64.msi + InstallerSha256: C5C2D87F54423B20676982D9F0A0976FB7DE7CD43FC7F4554C84FF8B20B1B5A0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..95cbe93df4ca1 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.10.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v1.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..922ac38439424 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.10.0/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nitichote@dev/thaikeyfix/0.4.0/nitichote@dev.thaikeyfix.installer.yaml b/manifests/n/nitichote@dev/thaikeyfix/0.4.0/nitichote@dev.thaikeyfix.installer.yaml new file mode 100644 index 0000000000000..5781f13d0ab0a --- /dev/null +++ b/manifests/n/nitichote@dev/thaikeyfix/0.4.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.4.0 +InstallerType: portable +Commands: +- thaikeyfix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nchotenin-tech/thaikeyfix/releases/download/v0.4.0/thaikeyfix-v0.4.0-x64.exe + InstallerSha256: A26D87E456C6CAAA12081ECDDF294AACDC51FA1AA7351AE488EE86D3178A5291 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/n/nitichote@dev/thaikeyfix/0.4.0/nitichote@dev.thaikeyfix.locale.en-US.yaml b/manifests/n/nitichote@dev/thaikeyfix/0.4.0/nitichote@dev.thaikeyfix.locale.en-US.yaml new file mode 100644 index 0000000000000..274fb3a1211ad --- /dev/null +++ b/manifests/n/nitichote@dev/thaikeyfix/0.4.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.4.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.4.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.4.0/nitichote@dev.thaikeyfix.yaml b/manifests/n/nitichote@dev/thaikeyfix/0.4.0/nitichote@dev.thaikeyfix.yaml new file mode 100644 index 0000000000000..75337cfb47647 --- /dev/null +++ b/manifests/n/nitichote@dev/thaikeyfix/0.4.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.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.installer.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.installer.yaml new file mode 100644 index 0000000000000..c1280db425614 --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.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: OpenAgentPlatform.Dive +PackageVersion: 0.14.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 6675a1a1-f6e6-5b85-8f7b-ac0387bb4ec2 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/OpenAgentPlatform/Dive/releases/download/v0.14.3/Dive-electron-0.14.3-win-x64.exe + InstallerSha256: F45F332C75288C6002949E942F00B6954E806C26C7D57CD7F0A28CC75595FC9C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/OpenAgentPlatform/Dive/releases/download/v0.14.3/Dive-electron-0.14.3-win-x64.exe + InstallerSha256: F45F332C75288C6002949E942F00B6954E806C26C7D57CD7F0A28CC75595FC9C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.locale.en-US.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.locale.en-US.yaml new file mode 100644 index 0000000000000..ef40bfa363fe2 --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.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: OpenAgentPlatform.Dive +PackageVersion: 0.14.3 +PackageLocale: en-US +Publisher: OpenAgentPlatform +PublisherUrl: https://github.com/OpenAgentPlatform +PublisherSupportUrl: https://github.com/OpenAgentPlatform/Dive/issues +Author: BigGo +PackageName: Dive +PackageUrl: https://github.com/OpenAgentPlatform/Dive +License: MIT +LicenseUrl: https://github.com/OpenAgentPlatform/Dive/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Open Agent Platform +ShortDescription: An open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. +Description: |- + Dive is an open-source AI Agent desktop application that seamlessly integrates any Tools Call-supported LLM with frontend MCP Server—part of the Open Agent Platform initiative. ✨ + Features: + - 🌐 Universal LLM Support: Compatible with ChatGPT, Anthropic, Ollama and OpenAI-compatible models + - 💻 Cross-Platform: Available for Windows, MacOS, and Linux + - 🔄 Model Context Protocol: Enabling seamless AI agent integration + - 🔌 MCP Server Integration: External data access and processing capabilities + - 🌍 Multi-Language Support: Traditional Chinese, English, with more coming soon + - ⚙️ Advanced API Management: Multiple API keys and model switching support + - 💡 Custom Instructions: Personalized system prompts for tailored AI behavior + - 💬 Intuitive Chat Interface: Real-time context management and user-friendly design + - 🚀 Upcoming Features: Prompt Schedule and OpenAgentPlatform MarketPlace +Tags: +- ai +- chatbot +- chatgpt +- claude +- large-language-model +- llm +- mcp +- ollama +ReleaseNotes: |- + - fix: require path component boundary in dive-mcp filesystem allow-list (3bdf1d22) + Full Changelog: https://github.com/OpenAgentPlatform/Dive/compare/v0.14.2...v0.14.3 +ReleaseNotesUrl: https://github.com/OpenAgentPlatform/Dive/releases/tag/v0.14.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.locale.zh-CN.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1bb0d8b3cdd3e --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenAgentPlatform.Dive +PackageVersion: 0.14.3 +PackageLocale: zh-CN +Author: 乐方股份有限公司 +ShortDescription: 开源 MCP Host 桌面应用程序,与任何支持函数调用功能的 LLM 无缝集成。 +Description: |- + Dive 是一款开源 AI Agent 桌面应用程序,可与任何支持函数调用功能的 LLM 和前端 MCP Server 无缝集成,是开放 Agent 平台计划的一部分。✨ + 功能: + - 🌐 支持通用 LLM:兼容 ChatGPT、Anthropic、Ollama 和 OpenAI 兼容模型 + - 💻 跨平台:适用于 Windows、MacOS 和 Linux + - 🔄 模型上下文协议:实现无缝 AI 代理集成 + - 🔌 MCP 服务器集成:外部数据访问和处理能力 + - 🌍 多语言支持:繁体中文、英文,更多语言即将推出 + - ⚙️ 高级 API 管理:支持多个 API 密钥和模型切换 + - 💡 定制指令:个性化系统提示,实现量身定制的 AI 行为 + - 💬 直观的聊天界面:实时上下文管理和用户友好型设计 + - 🚀 即将推出的功能:提示词计划和 OpenAgentPlatform MarketPlace +Tags: +- chatgpt +- claude +- llm +- mcp +- ollama +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotesUrl: https://github.com/OpenAgentPlatform/Dive/releases/tag/v0.14.3 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.yaml new file mode 100644 index 0000000000000..8de9fc25a60d5 --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.3/OpenAgentPlatform.Dive.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: OpenAgentPlatform.Dive +PackageVersion: 0.14.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.installer.yaml b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.installer.yaml new file mode 100644 index 0000000000000..1cae9164eae50 --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.installer.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 133.0.5932.109 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- opera-gxstable +FileExtensions: +- crx +- gxanimations +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.109/win/Opera_GX_133.0.5932.109_Setup.exe + InstallerSha256: 4874A10F23443AF4E7316D0371250B02E54535D1CE38FBD952C0229DD558A0E4 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.109/win/Opera_GX_133.0.5932.109_Setup.exe + InstallerSha256: 4874A10F23443AF4E7316D0371250B02E54535D1CE38FBD952C0229DD558A0E4 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.109/win/Opera_GX_133.0.5932.109_Setup_x64.exe + InstallerSha256: 193659170144BC46049ECA5050D31C6EA0368309671845B41CFDBDF6C0E523C1 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.109/win/Opera_GX_133.0.5932.109_Setup_x64.exe + InstallerSha256: 193659170144BC46049ECA5050D31C6EA0368309671845B41CFDBDF6C0E523C1 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.locale.en-US.yaml b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.locale.en-US.yaml new file mode 100644 index 0000000000000..2d99ec8fe971c --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 133.0.5932.109 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/gx +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX is a special version of the Opera browser which, on top of Opera’s great features for privacy, security and efficiency, includes special features designed to complement gaming. +Moniker: operagx +Tags: +- chromium +- internet +- manifestv2 +- mv2 +- opera-gx +- web +- web-browser +- webbrowser +- webpages +- xpdbz4mprknn30 +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.locale.zh-CN.yaml b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d992a0742f189 --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 133.0.5932.109 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/zh-cn/gx +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX 是 Opera 浏览器的一个特殊版本,不仅继承了 Opera 在隐私、安全和效率方面的强大功能,还包括专门为游戏设计的特殊功能。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.yaml b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.yaml new file mode 100644 index 0000000000000..713c39ce48b82 --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.109/Opera.OperaGX.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: Opera.OperaGX +PackageVersion: 133.0.5932.109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.installer.yaml b/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.installer.yaml new file mode 100644 index 0000000000000..b4e5f0df702cb --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.installer.yaml @@ -0,0 +1,30 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: OrgMentem.zotio +PackageVersion: 0.14.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: zotio.exe + PortableCommandAlias: zotio + - RelativeFilePath: zotio-mcp.exe + PortableCommandAlias: zotio-mcp + InstallerUrl: https://github.com/OrgMentem/zotio/releases/download/v0.14.0/zotio_0.14.0_windows_arm64.zip + InstallerSha256: c62e0f77635783bd7c477f6d18d0c575365202aee0bf8b6247d44a808376a913 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: zotio.exe + PortableCommandAlias: zotio + - RelativeFilePath: zotio-mcp.exe + PortableCommandAlias: zotio-mcp + InstallerUrl: https://github.com/OrgMentem/zotio/releases/download/v0.14.0/zotio_0.14.0_windows_amd64.zip + InstallerSha256: a71009e465c3491f8448e4aa32a51bdda5d4d541d1c9f5fb5d31f4eeac9fd686 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.locale.en-US.yaml b/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.locale.en-US.yaml new file mode 100644 index 0000000000000..0bea86f2045ad --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: OrgMentem.zotio +PackageVersion: 0.14.0 +PackageLocale: en-US +Publisher: OrgMentem +PackageName: zotio +PackageUrl: https://github.com/OrgMentem/zotio +License: MIT +ShortDescription: 'Zotero automation CLI: library health, preview-first writes, annotation export, MCP' +Moniker: zotio +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.yaml b/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.yaml new file mode 100644 index 0000000000000..211f7ca6de287 --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.14.0/OrgMentem.zotio.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: OrgMentem.zotio +PackageVersion: 0.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.installer.yaml b/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.installer.yaml new file mode 100644 index 0000000000000..75d750a0b7214 --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.installer.yaml @@ -0,0 +1,15 @@ +# Created with Claude Code +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: oipoistar.Tinta +PackageVersion: 2.4.2 +InstallerType: portable +Commands: +- tinta +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oipoistar/tinta/releases/download/v2.4.2/tinta.exe + InstallerSha256: 2DCA1538B29844B4C03318A0FCFE07EA83458F79E12E10F96B7F8BCD5B526B43 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.locale.en-US.yaml b/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.locale.en-US.yaml new file mode 100644 index 0000000000000..01cac0a72c950 --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with Claude Code +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: oipoistar.Tinta +PackageVersion: 2.4.2 +PackageLocale: en-US +Publisher: oipoistar +PublisherUrl: https://github.com/oipoistar +PublisherSupportUrl: https://github.com/oipoistar/tinta/issues +PackageName: Tinta +PackageUrl: https://tinta.cc +License: MIT +LicenseUrl: https://github.com/oipoistar/tinta/blob/master/LICENSE +Copyright: Copyright (c) oipoistar +ShortDescription: Fast, lightweight markdown and Mermaid viewer for Windows +Description: |- + Tinta is a fast, lightweight markdown viewer and reader for Windows, + built with Direct2D and DirectWrite for hardware-accelerated rendering. + A single native executable under 1 MB that starts in about 200 ms — + no Electron, no web engine, no installer. Features native Mermaid + flowchart rendering, 10 themes, first-class CJK text layout, internal + anchor links, a table of contents, folder browser, full-text search, + text selection, zoom, and an edit mode with live preview. +Moniker: tinta +Tags: +- markdown +- markdown-viewer +- markdown-reader +- markdown-editor +- mermaid +- viewer +- reader +- direct2d +- lightweight +- portable +ReleaseNotesUrl: https://github.com/oipoistar/tinta/releases/tag/v2.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.yaml b/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.yaml new file mode 100644 index 0000000000000..3922a004e01b0 --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.4.2/oipoistar.Tinta.yaml @@ -0,0 +1,8 @@ +# Created with Claude Code +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: oipoistar.Tinta +PackageVersion: 2.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.installer.yaml b/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.installer.yaml new file mode 100644 index 0000000000000..713b975ee518e --- /dev/null +++ b/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.installer.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxfmt +PackageVersion: 0.61.0 +InstallerType: zip +NestedInstallerType: portable +Commands: +- oxfmt +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: oxfmt-i686-pc-windows-msvc.exe + PortableCommandAlias: oxfmt + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.76.0/oxfmt-i686-pc-windows-msvc.zip + InstallerSha256: 051FE98FF462DB453208140BF4D83D906A196A845F1ED82A2F63CC6CB8BD8F0E +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: oxfmt-x86_64-pc-windows-msvc.exe + PortableCommandAlias: oxfmt + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.76.0/oxfmt-x86_64-pc-windows-msvc.zip + InstallerSha256: FA8F3BBE57DB947AA5FA86A758118FBDF60621E85510C681393FDA7C42A09BC1 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: oxfmt-aarch64-pc-windows-msvc.exe + PortableCommandAlias: oxfmt + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.76.0/oxfmt-aarch64-pc-windows-msvc.zip + InstallerSha256: BB4FBFDBDC97B74ED6522C0B510F173F27E7650092DACFCC003E38278BDB1B05 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.locale.en-US.yaml b/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.locale.en-US.yaml new file mode 100644 index 0000000000000..3ea656409bfb8 --- /dev/null +++ b/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.locale.en-US.yaml @@ -0,0 +1,79 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxfmt +PackageVersion: 0.61.0 +PackageLocale: en-US +Publisher: VoidZero Inc. & Contributors +PublisherUrl: https://voidzero.dev/ +PublisherSupportUrl: https://github.com/oxc-project/oxc/issues +Author: VoidZero Inc. & Contributors +PackageName: oxfmt +PackageUrl: https://oxc.rs/docs/guide/usage/formatter.html +License: MIT +LicenseUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-present VoidZero Inc. & Contributors +CopyrightUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +ShortDescription: Oxfmt is a high-performance formatter for the JavaScript ecosystem. +Description: |- + Oxfmt is a high-performance formatter for the JavaScript ecosystem. + + - Supported languages + JavaScript, JSX, TypeScript, TSX, JSON, JSONC, JSON5, YAML, TOML, HTML, Angular, Vue, CSS, SCSS, Less, Markdown, MDX, GraphQL, Ember, Handlebars + + - Built for scale + Oxfmt targets large codebases and CI environments, with an emphasis on high throughput and predictable performance. + It is built on the Oxc compiler stack and avoids architectural bottlenecks common in existing formatter implementations. + Our benchmarks show Oxfmt to be approximately 30x faster than Prettier and 2x faster than Biome. + + - Batteries included + - Oxfmt includes built-in features that typically require external Prettier plugins: + - Import sorting + - Tailwind CSS class sorting + - package.json field sorting + - Embedded formatting (CSS-in-JS, GraphQL, etc.) + + - Prettier-compatible + Oxfmt integrates into existing Prettier-based workflows. + The oxfmt CLI behaves similarly to Prettier by default, allowing adoption with minimal changes to scripts and tooling. + Oxfmt matches Prettier’s JavaScript formatting. When migrating from recent versions of Prettier, formatting differences should not occur; any differences are considered bugs. + Oxfmt currently passes approximately 95% of Prettier's JavaScript and TypeScript test suite. The remaining cases are niche scenarios, and we work with the Prettier team to converge on formatting over time. + No additional dependencies or configuration needed. +Moniker: oxfmt +Tags: +- formatter +- javascript +- typescript +ReleaseNotes: |- + 🚀 Features + - eabfe01 oxfmt/lsp: Support oxc.fmt.disableNestedConfig (#24965) (leaysgur) + - 2357a10 formatter_yaml: Implement YAML formatter (#24534) (leaysgur) + + 🐛 Bug Fixes + - 761a882 formatter_css: Keep leading + in An+B to enable idempotency check (#24973) (leaysgur) + - e037709 formatter: Stop preserving indent for embedded template exprs (#24972) (leaysgur) + - ae1a39b formatter_css: Align wrapped selector-arg indent (#24971) (leaysgur) + - 143fd1f formatter: Align quoted new signature (#24883) (leaysgur) + - 07ff12f formatter_yaml: Fix indent, blank, and spacing issues (#24837) (leaysgur) + - d076b40 formatter: Check calee chain is_simple (#24871) (leaysgur) + - fb34196 formatter_css: Keep non-ASCII strings with quotes (#24870) (leaysgur) + - 9213560 config: Preserve defineConfig field JSDoc (#24326) (周星星同学) + - 31783e9 formatter_css: Print nested SCSS map with consistent indent (#24789) (leaysgur) + - 8eb9eca formatter/jsdoc: Respect singleQuote option in @import (#24787) (leaysgur) + - 6f05ac4 formatter: Fix template literal formatting (#24786) (leaysgur) + + ⚡ Performance + - bb73b23 formatter_core: Bound the thread-local scratch cache (#24793) (leaysgur) + - a5f7b15 formatter: Stage assignment-like left hand side on the heap (#24613) (leaysgur) + - 94de05f formatter: Accumulate JSX child-list builders on the heap (#24585) (leaysgur) + - 7810e8a formatter_core: Share one thread-cached scratch vector across staging buffers (#24583) (leaysgur) + - c191f51 formatter_core: Stage IR buffers on the heap to reduce arena memory (#24582) (leaysgur) + + 📚 Documentation + - 69126a0 formatter_css,fomatter_graphql,formatter_yaml: Update AGENTS.md (#24821) (leaysgur) +ReleaseNotesUrl: https://github.com/oxc-project/oxc/releases/tag/apps_v1.76.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://oxc.rs/docs/guide/usage/formatter.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.yaml b/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.yaml new file mode 100644 index 0000000000000..1002507f45a85 --- /dev/null +++ b/manifests/o/oxc-project/oxfmt/0.61.0/oxc-project.oxfmt.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: oxc-project.oxfmt +PackageVersion: 0.61.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.installer.yaml b/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.installer.yaml new file mode 100644 index 0000000000000..0600c21c662be --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.installer.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxlint +PackageVersion: 1.76.0 +InstallerType: zip +NestedInstallerType: portable +Commands: +- oxlint +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: oxlint-i686-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.76.0/oxlint-i686-pc-windows-msvc.zip + InstallerSha256: AD5E5E20F298A16C8F9EB8AF5685D3E8A7AA642D13E1B078F7112A3DF61B7A8F +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: oxlint-x86_64-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.76.0/oxlint-x86_64-pc-windows-msvc.zip + InstallerSha256: D5D694934A8410F5AFCA813DFDAB5EAD910ECB0ED0FAC53C01F228C59E7DFED3 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: oxlint-aarch64-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.76.0/oxlint-aarch64-pc-windows-msvc.zip + InstallerSha256: 142FFC86915BB5248240AE89A2EF9B1B48C98A927AF7667CC047378BEF5626FB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.locale.en-US.yaml b/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.locale.en-US.yaml new file mode 100644 index 0000000000000..f41b9ace83692 --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxlint +PackageVersion: 1.76.0 +PackageLocale: en-US +Publisher: VoidZero Inc. & Contributors +PublisherUrl: https://oxc.rs/ +PublisherSupportUrl: https://github.com/oxc-project/oxc/issues +Author: VoidZero Inc. & Contributors +PackageName: oxlint +PackageUrl: https://oxc.rs/docs/guide/usage/linter.html +License: MIT +LicenseUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-present VoidZero Inc. & Contributors +CopyrightUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +ShortDescription: oxlint is a blazing-fast JavaScript and TypeScript linter that is 50–100× faster than ESLint. It is designed to catch erroneous or useless code without requiring any configurations by default. +Tags: +- compiler +- javascript +- linter +- minifier +- parser +- transpiler +- typescript +ReleaseNotes: |- + 🚀 Features + - 8d31dfa linter: Verify eslint/no-restricted-globals config schema (#24598) (vigneshwar) + - 7069621 linter: Verify jest/vitest prefer-lowercase-title config schema (#24724) (Bartok) + - 016cf2a linter/oxc: Add bad-match-all-arg rule (#24900) (camc314) + - cdc941e linter/n: Implement exports-style rule (#24087) (Mikhail Baev) + - 1ad6f6c linter/eslint: Implement id-denylist rule (#24632) (Mikhail Baev) + - 678bbb5 linter/typescript-eslint: Implement suggestion for class-literal-property-style rule (#24766) (Mikhail Baev) + + 🐛 Bug Fixes + - a5f3a0e linter: Mark missing suggestions as pending (#24956) (Mikhail Baev) + - a065946 oxlint: Absolutize explicit CLI paths even with --no-ignore (#24646) (Bez Sahara) + - 17688bb linter/jsx-a11y/interactive-supports-focus: Match eslint behavior for custom components (#24780) (Cole Ellison) + - 0aef19e linter/typescript/no-confusing-non-null-assertion: Report in and instanceof (#24825) (Mikhail Baev) + - 361dce9 linter: Unicorn/no-array-reverse and no-array-sort replacements should be suggestions (#24848) (klem) + - 9213560 config: Preserve defineConfig field JSDoc (#24326) (周星星同学) + - 334d884 linter/node/no-top-level-await: Clarify diagnostic (#24803) (camc314) + - b9fc6af linter/eslint/func-names: Ignore overloads (#24801) (camc314) + - e80574f estree: Handle empty spans serializing ImportMeta and NewTarget (#24775) (overlookmotel) + + ⚡ Performance + - e9de5a1 linter/jest-vitest/no-test-return-statement: Only run on return statements (#24167) (Cam McHenry) + - aea459d linter/eslint/func-style: Rewrite rule to not iterate over all nodes (#24156) (Cam McHenry) + - fb4398c linter/eslint/no-new-func: Only run on new and call expressions (#24166) (Cam McHenry) + - c75dc60 linter: Avoid Vec allocations via bound_names (#24959) (connorshea) + - 9f9f39d linter/eslint/no-const-assign: Avoid Vec allocation per const declarator (#24953) (connorshea) + - 10a621e linter/typescript/adjacent-overload-signatures: Avoid collecting vec in some cases (#24874) (connorshea) + - ed167e1 linter/node/exports-style: Iterate once over global references (#24877) (connorshea) + - 69908fe linter: Avoid allocations in jest/no-deprecated-functions (#24866) (Connor Shea) + - a3585d7 linter: Speed up jest/vitest prefer-each (#24872) (Connor Shea) + - 62fe640 linter/eslint/prefer-rest-params: Run once per file (#24873) (Connor Shea) + - 7a7aa54 linter/eslint/no-this-before-super: Skip files without classes (#24869) (Connor Shea) + - 4ad0c94 linter/plugins: Faster copying comments to JS allocator (#24858) (overlookmotel) + - 4c25b91 linter/plugins: Test booleans with explicit === false (#24830) (overlookmotel) + - b7add00 linter/plugins: Remove check in loop in getDisableDirectives (#24833) (overlookmotel) + + 📚 Documentation + - 3ff2e0e linter: Clarify config extends types (#24936) (Boshen) +ReleaseNotesUrl: https://github.com/oxc-project/oxc/releases/tag/apps_v1.76.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://oxc.rs/docs/guide/usage/linter.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.yaml b/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.yaml new file mode 100644 index 0000000000000..dae6e8114d8ec --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.76.0/oxc-project.oxlint.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: oxc-project.oxlint +PackageVersion: 1.76.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml new file mode 100644 index 0000000000000..8432f63e94441 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml @@ -0,0 +1,548 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 151.11.6.72 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + SilentWithProgress: /quiet /norestart +Protocols: +- http +- https +- mailto +- prisma +- talonwork +- tel +- webcal +FileExtensions: +- 000_tw +- 001_tw +- 002_tw +- 003_tw +- 004_tw +- 005_tw +- 006_tw +- 007_tw +- 008_tw +- 009_tw +- 010_tw +- 1st_tw +- 264_tw +- 3d_tw +- 3dr_tw +- 3ds_tw +- 3g2_tw +- 3ga_tw +- 3gp_tw +- 3gp2_tw +- 3gpp_tw +- 7z_tw +- 7z.001_tw +- 7z.002_tw +- 7z.003_tw +- 7z.004_tw +- 7zip_tw +- a_tw +- a00_tw +- a01_tw +- a02_tw +- a03_tw +- a04_tw +- a05_tw +- aac_tw +- aae_tw +- abr_tw +- abw_tw +- accdb_tw +- accdt_tw +- ace_tw +- adadownload_tw +- adf_tw +- ai_tw +- aiff_tw +- air_tw +- alx_tw +- amr_tw +- ani_tw +- ape_tw +- apk_tw +- app_tw +- application_tw +- appx_tw +- appxbundle_tw +- arc_tw +- arf_tw +- arj_tw +- arw_tw +- asec_tw +- asf_tw +- ashx_tw +- asm_tw +- asp_tw +- aspx_tw +- asx_tw +- atom_tw +- avi_tw +- awk_tw +- aww_tw +- azw_tw +- azw3_tw +- azw4_tw +- bak_tw +- bar_tw +- bat_tw +- bbb_tw +- bc_tw +- bc!_tw +- big_tw +- bik_tw +- bin_tw +- bkf_tw +- bkp_tw +- blf_tw +- bmp_tw +- c_tw +- c00_tw +- c01_tw +- c02_tw +- c03_tw +- c4d_tw +- cab_tw +- cache_tw +- cal_tw +- cbr_tw +- cbz_tw +- ccc_tw +- ccd_tw +- cda_tw +- cdr_tw +- cdt_tw +- cerber_tw +- cerber2_tw +- cfg_tw +- chm_tw +- class_tw +- cmd_tw +- cnf_tw +- cnt_tw +- com_tw +- config_tw +- contact_tw +- cpl_tw +- cpp_tw +- cpt_tw +- cr2_tw +- crdownload_tw +- crw_tw +- crx_tw +- crypt_tw +- crypt12_tw +- cryptolocker_tw +- cryptowall_tw +- csh_tw +- csl_tw +- cso_tw +- css_tw +- csv_tw +- cue_tw +- cxx_tw +- daa_tw +- dao_tw +- dash_tw +- dat_tw +- db_tw +- dbf_tw +- dbk_tw +- dbx_tw +- dcr_tw +- dct_tw +- dds_tw +- deb_tw +- def_tw +- des_tw +- deskthemepack_tw +- dff_tw +- dgn_tw +- dib_tw +- dic_tw +- djr_tw +- djvu_tw +- dlc_tw +- dlg_tw +- dll_tw +- dmg_tw +- dmp_tw +- dng_tw +- doc_tw +- docm_tw +- docx_tw +- dot_tw +- dotm_tw +- dotx_tw +- download_tw +- dpc_tw +- dpj_tw +- drv_tw +- drw_tw +- dump_tw +- dvf_tw +- dvr_tw +- dwfx_tw +- dwg_tw +- dxf_tw +- dxp_tw +- ecc_tw +- elf_tw +- emf_tw +- eml_tw +- emz_tw +- eng_tw +- eot_tw +- eps_tw +- epub_tw +- evtx_tw +- exe_tw +- ezz_tw +- fb2_tw +- fdb_tw +- fla_tw +- flac_tw +- flv_tw +- fpx_tw +- g64_tw +- gadget_tw +- gb_tw +- gba_tw +- gdb_tw +- gdoc_tw +- geo_tw +- gho_tw +- gif_tw +- gp4_tw +- gp5_tw +- gpx_tw +- gsheet_tw +- gslides_tw +- gz_tw +- gzip_tw +- h_tw +- h264_tw +- heic_tw +- hi_tw +- hpp_tw +- hqx_tw +- hrc_tw +- htm +- htm_tw +- html +- html_tw +- hxx_tw +- iba_tw +- ibooks_tw +- icns_tw +- ico_tw +- icon_tw +- ics_tw +- idl_tw +- idx_tw +- ifo_tw +- ilb_tw +- img_tw +- inc_tw +- ind_tw +- indd_tw +- inf_tw +- ini_tw +- inv_tw +- ipa_tw +- ipd_tw +- ipsw_tw +- ipt_tw +- iso_tw +- isz_tw +- jad_tw +- jar_tw +- java_tw +- jpeg_tw +- jpg_tw +- js_tw +- json_tw +- jsp_tw +- jws_tw +- kext_tw +- key_tw +- keynote_tw +- kml_tw +- kmz_tw +- ksd_tw +- l_tw +- lcf_tw +- ldif_tw +- lib_tw +- lit_tw +- ll_tw +- lng_tw +- lnk_tw +- locky_tw +- log_tw +- logic_tw +- lqm_tw +- lrc_tw +- lrtemplate_tw +- lst_tw +- m2t_tw +- m2ts_tw +- m3u_tw +- m3u8_tw +- m4a_tw +- m4b_tw +- m4p_tw +- m4v_tw +- map_tw +- max_tw +- mbz_tw +- md_tw +- md5_tw +- mdb_tw +- mdbackup_tw +- mdf_tw +- mdi_tw +- mds_tw +- mdx_tw +- mht_tw +- mhtml +- mhtml_tw +- micro_tw +- midi_tw +- mkv_tw +- mobi_tw +- mod_tw +- mov_tw +- mp3_tw +- mp4_tw +- mpd_tw +- mpeg_tw +- mpg_tw +- mpp_tw +- mpt_tw +- mrw_tw +- msg_tw +- msi_tw +- msmessagestore_tw +- msu_tw +- mswmm_tw +- mts_tw +- mui_tw +- n64_tw +- nba_tw +- nbf_tw +- nbh_tw +- nco_tw +- nds_tw +- nef_tw +- nes_tw +- nfo_tw +- nomedia_tw +- npf_tw +- npo_tw +- nrg_tw +- numbers_tw +- o_tw +- obj_tw +- ocx_tw +- odf_tw +- odg_tw +- ods_tw +- odt_tw +- oft_tw +- ofx_tw +- ogg_tw +- ogv_tw +- old_tw +- one_tw +- onepkg_tw +- opml_tw +- opus_tw +- opx_tw +- orf_tw +- otf_tw +- ott_tw +- ova_tw +- ovf_tw +- oxps_tw +- pages_tw +- pak_tw +- part_tw +- part1.exe_tw +- part1.rar_tw +- part2.rar_tw +- partial_tw +- pcd_tw +- pcm_tw +- pcx_tw +- pdf +- pdf_tw +- pfx_tw +- php_tw +- pic_tw +- pkg_tw +- pkpass_tw +- pl_tw +- plist_tw +- pls_tw +- plugin_tw +- pm_tw +- pmd_tw +- png_tw +- pot_tw +- potx_tw +- pps_tw +- ppsx_tw +- ppt_tw +- pptm_tw +- pptx_tw +- prg_tw +- prj_tw +- prn_tw +- pro_tw +- prproj_tw +- ps_tw +- psb_tw +- psd_tw +- psdx_tw +- pst_tw +- ptx_tw +- pub_tw +- pvm_tw +- pwi_tw +- pzl_tw +- qif_tw +- r00_tw +- r01_tw +- r02_tw +- r03_tw +- r04_tw +- r05_tw +- r06_tw +- r07_tw +- r08_tw +- r09_tw +- r10_tw +- raf_tw +- rar_tw +- raw_tw +- rc_tw +- rec_tw +- ref_tw +- reg_tw +- rem_tw +- rep_tw +- replay_tw +- res_tw +- rmvb_tw +- rofl_tw +- rom_tw +- rpm_tw +- rsc_tw +- rss_tw +- rtf_tw +- rw2_tw +- s_tw +- safariextz_tw +- sav_tw +- save_tw +- sbf_tw +- sbu_tw +- sc2replay_tw +- scn_tw +- scp_tw +- scpt_tw +- scr_tw +- scx_tw +- sda_tw +- sdc_tw +- sdd_tw +- sdf_tw +- sdw_tw +- sfcache_tw +- sh_tw +- shs_tw +- shtml +- shtml_tw +- sis_tw +- sisx_tw +- sit_tw +- sitd_tw +- sitx_tw +- skn_tw +- skp_tw +- smc_tw +- smd_tw +- snd_tw +- sng_tw +- snp_tw +- spb_tw +- spba_tw +- spd_tw +- sql_tw +- sqlite_tw +- src_tw +- srg_tw +- srm_tw +- srt_tw +- stl_tw +- sub_tw +- sup_tw +- svg +- svg_tw +- svgz_tw +- svp_tw +- swf_tw +- swp_tw +- sxc_tw +- sxw_tw +- sys_tw +- tao_tw +- tar_tw +- tar.gz_tw +- tax2018_tw +- tbl_tw +- tc_tw +- temp_tw +- template_tw +- text_tw +- tga_tw +- tgz_tw +- theme_tw +- themepack_tw +- thm_tw +- thmx_tw +- tib_tw +- tif_tw +- tiff_tw +- tmp_tw +- toast_tw +- tod_tw +- torrent_tw +- webp +- xht +- xhtml +ReleaseDate: 2026-07-30 +AppsAndFeaturesEntries: +- UpgradeCode: '{98EFE332-3AF4-336A-B6DC-D6BF52CC4C13}' +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://updates.talon-sec.com/releases/Prisma%20Access%20Browser/win/packaged/x64/crx_signed_o4_stable_prisma_access_browser_installer_151_11_6_72-151.11.6.72-04445afd.msi + InstallerSha256: 197BC3CF78ACA9263A722325FB6F1DA2D740E25037CF73217E4F13D62213CA06 + ProductCode: '{23A40663-32DD-3E5A-9E09-C311AB2F59BE}' +- Architecture: arm64 + InstallerUrl: https://updates.talon-sec.com/releases/Prisma%20Access%20Browser/win/packaged/arm64/crx_signed_o4_stable_prisma_access_browser_installer_151_11_6_72-151.11.6.72-f94568f1.msi + InstallerSha256: 00106554DA46046E12F70AA2F2530C2A0E0EF14E4AA5D2CADCF4C95CCDCAF6B7 + ProductCode: '{B4553275-E812-352C-ABA1-55C80B9B8D6D}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..88d69722166e3 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 151.11.6.72 +PackageLocale: en-US +Publisher: Palo Alto Networks Inc +PublisherUrl: https://www.paloaltonetworks.com/ +PublisherSupportUrl: https://support.paloaltonetworks.com/ +PrivacyUrl: https://www.paloaltonetworks.com/legal-notices/trust-center/privacy +Author: Palo Alto Networks, Inc. +PackageName: Prisma Access Browser +PackageUrl: https://get.pabrowser.com/ +License: Proprietary +LicenseUrl: https://www.paloaltonetworks.com/content/dam/pan/en_US/assets/pdf/legal/palo-alto-networks-end-user-license-agreement-eula.pdf +Copyright: Copyright © 2026 Palo Alto Networks. All Rights Reserved +CopyrightUrl: https://www.paloaltonetworks.com/content/dam/pan/en_US/assets/pdf/legal/palo-alto-networks-end-user-license-agreement-eula.pdf +ShortDescription: The only SASE-native secure browser that empowers secure work for any user, any device, any app, anywhere. +Description: |- + Prisma Browser is designed to enhance security for both managed and unmanaged devices. It provides a natively integrated enterprise browser that extends protection to unmanaged devices, helping safeguard business applications and data by implementing security directly within the browser. + Prisma Browser supports various use-cases, including: + - Third-Party Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices. + - Bring Your Own Device (BYOD) Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices. + - Temporary Secure Access: Facilitates access to critical applications such as Human Resources and Payroll during system transitions like agent rollouts or network mergers. + - Secure Access for Managed Devices: Ensures protection for employees using work devices to handle highly sensitive data. + Designed specifically for enterprise environments, Prisma Browser incorporates security features aimed at mitigating risks such as phishing, Malware, eavesdropping, and data exfiltration. It retains the familiar interface and functionality of Google Chrome while integrating additional security measures to address potential vulnerabilities, offering a balance between usability and protection. +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.paloaltonetworks.com/prisma-access-browser +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9568620f02d4a --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 151.11.6.72 +PackageLocale: zh-CN +PublisherUrl: https://www.paloaltonetworks.cn/ +License: 专有软件 +ShortDescription: 唯一一款原生基于 SASE(安全访问服务边缘)架构的安全浏览器,支持任意用户、任意设备、任意应用在任意地点实现安全办公。 +Description: |- + Prisma 浏览器旨在提升托管设备与非托管设备的安全性。它提供原生集成的企业级浏览器,可将防护范围扩展至非托管设备,通过直接在浏览器内部落地安全机制,助力保障业务应用和数据安全。 + Prisma 浏览器支持多种使用场景,包括: + - 第三方访问:支持承包商、合作伙伴、客户或学生使用非托管设备安全访问 SaaS 或私有 Web 应用。 + - 自带设备(BYOD)访问:支持承包商、合作伙伴、客户或学生使用非托管设备安全访问 SaaS 或私有 Web 应用。 + - 临时安全访问:在代理部署、网络合并等系统过渡阶段,为人力资源、薪资核算等关键应用提供访问支持。 + - 托管设备安全访问:为使用办公设备处理高敏感数据的员工提供安全防护。 + Prisma 浏览器专为企业环境设计,内置的安全功能可防范网络钓鱼、恶意软件、窃听、数据泄露等风险。它保留了谷歌 Chrome 用户熟悉的界面和功能,同时集成了额外的安全措施应对潜在漏洞,在易用性和防护能力之间实现了平衡。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.paloaltonetworks.com/prisma-access-browser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.yaml new file mode 100644 index 0000000000000..2624e54bf381b --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/151.11.6.72/PaloAltoNetworks.PrismaAccessBrowser.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: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 151.11.6.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.installer.yaml b/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.installer.yaml new file mode 100644 index 0000000000000..2e722cf327fb9 --- /dev/null +++ b/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PartexMarkingSystems.PromarkCreator +PackageVersion: 4.5.688.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{BC7EFF7F-720B-42DD-AFB4-62D533082284}' +Installers: +- Architecture: neutral + InstallerUrl: https://promark.partex.pl/download/latest/4.5.688/en-US/Promark_Creator_Setup.msi + InstallerSha256: 735F083181A1C93F6AE177C458F453E6887B9ADD7A9DB4D182B8F4BAA61528B3 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.locale.en-US.yaml b/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.locale.en-US.yaml new file mode 100644 index 0000000000000..c5522e0df93b2 --- /dev/null +++ b/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PartexMarkingSystems.PromarkCreator +PackageVersion: 4.5.688.0 +PackageLocale: en-US +Publisher: Partex Marking Systems +PackageName: Promark Creator +License: Commercial +ShortDescription: Promark Creator is an excellent tool for the design and production management of markers. It is an intuitive program that allows you to flawlessly select markers with the proper parameters. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.yaml b/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.yaml new file mode 100644 index 0000000000000..b18d9afbf16f0 --- /dev/null +++ b/manifests/p/PartexMarkingSystems/PromarkCreator/4.5.688.0/PartexMarkingSystems.PromarkCreator.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: PartexMarkingSystems.PromarkCreator +PackageVersion: 4.5.688.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/Postman/Postman/12.21.5/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..246f216747b32 --- /dev/null +++ b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.21.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.21.5/windows_64 + InstallerSha256: 44FB36C155388CC4DA30B6E8178C15EF8B827DE89CABE5FFA93F6414C4C1A523 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.21.5/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..20bdec2c4a43e --- /dev/null +++ b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.21.5 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.21.5/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec71cffdeb82f --- /dev/null +++ b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.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: Postman.Postman +PackageVersion: 12.21.5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.21.5/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.yaml new file mode 100644 index 0000000000000..616520dc26a15 --- /dev/null +++ b/manifests/p/Postman/Postman/12.21.5/Postman.Postman.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: Postman.Postman +PackageVersion: 12.21.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proma/Proma/0.16.1/Proma.Proma.installer.yaml b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.installer.yaml new file mode 100644 index 0000000000000..af3d97ba52e42 --- /dev/null +++ b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.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: Proma.Proma +PackageVersion: 0.16.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- proma +FileExtensions: +- proma-backup +- proma-share +ProductCode: 7c277a67-1561-5044-94b9-16fb308e8209 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.16.1-setup.exe + InstallerSha256: 80D96B4494DD251E4A232C6464AF9C44AF9A1C4F0F17A4D57CC7F08FFEDBC498 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.16.1-setup.exe + InstallerSha256: 80D96B4494DD251E4A232C6464AF9C44AF9A1C4F0F17A4D57CC7F08FFEDBC498 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proma/Proma/0.16.1/Proma.Proma.locale.en-US.yaml b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.locale.en-US.yaml new file mode 100644 index 0000000000000..3cb6bad1aefe8 --- /dev/null +++ b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.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: Proma.Proma +PackageVersion: 0.16.1 +PackageLocale: en-US +License: Freeware +ShortDescription: A local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. +Description: |- + Proma is a local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. + It's not just a chatbox for casual conversations, but an Agent workspace designed to accumulate personal workflows over time: use Chat for simple questions, assign complex tasks to the Agent, and keep data and configurations as local as possible. + + What you can do now + - Chat mode: Multi-model conversations, attachment parsing, image input, Markdown / Mermaid / KaTeX / code highlighting, side-by-side chats, system prompts, context management. + - Agent mode: General Agent based on @anthropic-ai/claude-agent-sdk, supporting workspace isolation, permission modes, file operations, streaming output for long-running tasks, plan confirmation, and user follow-up. + - SubAgent / Tasks: Complex tasks can be broken down into sub-Agents / Tasks via the Claude Agent SDK tools, with invocation processes and results displayed within the message stream. + - Skills & MCP: Each workspace can independently configure Skills, MCP Server, and workspace files, ideal for accumulating reusable capabilities. + - Remote bots: Supports Feishu / Lark bot bridging, with DingTalk and WeChat bridge entry points already provided, enabling mobile devices or group chats to trigger local Agent workflows. + - Memory and tools: Chat and Agent share memory capabilities, and support web search, built-in Chat tools, Agent recommendations, and other auxiliary features. + - Local-first: Conversations, workspaces, attachments, configurations, Skills, etc., are stored by default in ~/.proma/, organized using JSON / JSONL files, without relying on a local database. + - Desktop experience: Auto-update, proxy settings, file preview, global shortcuts, quick task window, voice input, light / dark / system-following themes. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proma/Proma/0.16.1/Proma.Proma.locale.zh-CN.yaml b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da8159a205e7f --- /dev/null +++ b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.locale.zh-CN.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proma.Proma +PackageVersion: 0.16.1 +PackageLocale: zh-CN +Publisher: ErlichLiu +PublisherUrl: https://proma.cool/ +PublisherSupportUrl: https://github.com/proma-ai/Proma/issues +PackageName: Proma +PackageUrl: https://proma.cool/download +License: 免费软件 +Copyright: Copyright © 2024-2026 Proma +ShortDescription: 把最丝滑的通用 Agent 体验带进你的工作流,为 100x 专业用户而生的未来产品,正在实现 proactive Agent 阶段。基于 Claude Agent SDK 的完整开源实践,原生支持飞书群聊调用、灵活接入任意大模型供应商 —— 让顶级 Agent 能力真正跑在你每天用的地方。 +Description: |- + Proma 是一个本地优先的 AI 桌面应用,把多模型 Chat、通用 Agent、工作区、Skills、MCP、远程机器人和记忆能力放在同一个开源客户端里。 + 它不是只面向闲聊的聊天框,而是一个可以长期沉淀个人工作流的 Agent 工作台:简单问题用 Chat,复杂任务交给 Agent,数据和配置尽量留在本地。 + + 现在能做什么 + - Chat 模式:多模型对话、附件解析、图片输入、Markdown / Mermaid / KaTeX / 代码高亮、并排对话、系统提示词、上下文管理。 + - Agent 模式:基于 @anthropic-ai/claude-agent-sdk 的通用 Agent,支持工作区隔离、权限模式、文件操作、长任务流式输出、计划确认和用户追问。 + - SubAgent / Tasks:复杂任务可以通过 Claude Agent SDK 的 Agent 工具拆分为子 Agent / Task,并在消息流中展示调用过程和结果。 + - Skills & MCP:每个工作区可以独立配置 Skills、MCP Server 和工作区文件,适合沉淀可复用能力。 + - 远程机器人:支持飞书 / Lark 机器人桥接,并已提供钉钉、微信桥接入口,用手机或群聊触发本机 Agent 工作流。 + - 记忆与工具:Chat 和 Agent 可共享记忆能力,并支持联网搜索、内置 Chat 工具、Agent 推荐等辅助能力。 + - 本地优先:会话、工作区、附件、配置、Skills 等默认存储在 ~/.proma/,使用 JSON / JSONL 文件组织,不依赖本地数据库。 + - 桌面体验:自动更新、代理设置、文件预览、全局快捷键、快速任务窗口、语音输入、亮色 / 暗色 / 跟随系统主题。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + Proma v0.16.1 更新 + 新功能 + - 待办与日历工作区 — 可以在 Proma 中管理本地待办、日程、分组、标签和提醒,并在需要时让 Agent 直接协助处理。 + - 日历视图增强 — 周视图支持更顺畅地切换周次,定时任务会按实际执行计划显示在周历和月历中,悬浮即可查看详情。 + - 本地文件夹项目 — 可以直接选择已有本地文件夹作为项目根目录,让 Agent 在原有项目中读写文件,无需导入或复制。 + - 统一命令菜单 — 输入 / 可通过菜单调用 Skill、MCP 工具、会话和文件,也可添加文件或文件夹。 + - 引用计划项 — 通过 / 菜单搜索并引用待办和日程,让 Agent 结合具体事项提供帮助。 + - 从待办启动 Agent — 可以从待办直接发起 Agent 对话,让 Agent 帮你处理该事项。 + - 独立计划窗口 — 待办、日程和定时任务可在独立窗口中管理,并可用 Cmd/Ctrl + Shift + T 快速打开。 + - 快捷键地图 — 新增快捷键总览,方便查看和记忆常用操作。 + - 设置页焕新 — 设置从弹窗调整为独立工作区,浏览和修改配置更清晰。 + - 统一文件面板 — 项目文件和会话文件现在在同一处浏览;会话文件可移入项目,供其他会话继续使用。 + - 会话悬浮预览 — 可以在设置中开启会话悬浮预览;同时取消 Agent 修改文件后文件树自动跳转,减少操作打断。 + - 更清晰的模型与能力提示 — Pi 现在标为推荐内核,Claude 标示即将下线;更多模型可使用统一的推理强度设置,Claude Opus 5 支持 100 万上下文。 + - 思考内容默认收起 — Agent 的思考过程默认折叠显示,需要时再展开查看,对话阅读更专注。 + - 工具活动更易读 — Agent 读取 Skill 时会在工具活动中明确显示。 + Bug 修复 + - 长对话更稳定 — Pi 会更早整理过长上下文,并在整理后继续执行任务、保留进度显示。 + - 网络异常自动恢复 — Pi 遇到网络抖动或上游流式响应异常时会自动重试,减少回答中断或卡住的情况。 + - 运行中切换模型 — Agent 运行时可以预先切换模型,当前轮结束后会自动按新模型执行下一轮。 + - 命令与引用输入更可靠 — 连续调用 / 命令时,文件路径和旧草稿中的引用不会再被误识别为命令。 + - 协作会话状态同步 — 委派给子 Agent 的会话在创建、运行和结束时会正确更新界面状态,并沿用当前模型。 + - 随时停止 Agent — Agent 运行中即使已输入下一条消息,停止按钮仍会保留,可随时中止当前任务。 + - 内核与推理设置平稳切换 — 内核和推理强度的修改会在当前任务结束后生效,避免中途打断。 + - 自动处理明确计划项 — 自动模式下,Agent 可以直接删除已明确指定的待办和日程。 + - 待办数量更准确 — 待办和分组中的数量不再计入已完成的项目。 + - 侧栏固定会话不再受限 — 可以在侧栏固定任意数量的会话。 + - Excel 预览更多数据 — 每个 Excel 工作表的预览最多可显示 200 行数据。 + - 渠道与模型兼容性改进 — 修复飞书新机器人会话镜像,以及不同渠道下 Claude 模型识别的问题。 + - 其他体验修复 — 修复 Codex 会话标题偶发冲突、PDF Skill 识别和引用内容后焦点跳转等问题。 +ReleaseNotesUrl: https://github.com/proma-ai/Proma/releases/tag/v0.16.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proma/Proma/0.16.1/Proma.Proma.yaml b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.yaml new file mode 100644 index 0000000000000..579072f0940b3 --- /dev/null +++ b/manifests/p/Proma/Proma/0.16.1/Proma.Proma.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: Proma.Proma +PackageVersion: 0.16.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.installer.yaml b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.installer.yaml new file mode 100644 index 0000000000000..fa9d57dcb8ba6 --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: QNAP.NetBakPCAgent +PackageVersion: 1.4.1 +InstallerType: nullsoft +Scope: machine +ProductCode: QNAP NetBak PC Agent +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://download.qnap.com/Storage/Utility/QNAP_HDP_PC_Agent-1.4.1.1718.exe + InstallerSha256: BED05A067428A4C3F6144181D79D6AD8C3E1E12BD363E64FBA31560A01402504 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://download.qnap.com.cn/Storage/Utility/QNAP_HDP_PC_Agent-1.4.1.1718.exe + InstallerSha256: BED05A067428A4C3F6144181D79D6AD8C3E1E12BD363E64FBA31560A01402504 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.locale.en-US.yaml b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.locale.en-US.yaml new file mode 100644 index 0000000000000..8beaaafb2da06 --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: QNAP.NetBakPCAgent +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: QNAP Systems, Inc. +PublisherSupportUrl: https://service.qnap.com/ +Author: QNAP Systems, Inc. +PackageName: HDP PC Agent +License: Proprietary +Copyright: © 2026 QNAP Systems, Inc. All rights reserved. +ShortDescription: System backup and full device restoration for Windows® PC and servers. +Description: NetBak PC Agent provides system backup and full device restoration for applications, system settings, and data from Windows® PC and servers. You can easily connect your Windows Client with QNAP NAS in just a few clicks and create backup jobs. NetBak PC Agent also supports restoration without shutting down for greater usage flexibility. +Tags: +- backup +- nas +- storage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.locale.zh-CN.yaml b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.locale.zh-CN.yaml new file mode 100644 index 0000000000000..694eb5365184b --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.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: QNAP.NetBakPCAgent +PackageVersion: 1.4.1 +PackageLocale: zh-CN +PublisherUrl: https://www.qnap.com.cn/zh-cn +PublisherSupportUrl: https://service.qnap.com.cn/ +PrivacyUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-privacy-policy +PackageUrl: https://www.qnap.com.cn/zh-cn/utilities/essentials +License: 专有软件 +LicenseUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +CopyrightUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +ShortDescription: Windows® PC 与服务器的系统备份及整机还原。 +Description: NetBak PC Agent 可针对 Windows 计算机与服务器上的应用程序、系统设置及数据提供系统层级的备份和整机还原,只要简单几个点击即您就可于客户端 Windows 设备完成与 QNAP NAS 的联机设置及建立备份任务。NetBak PC Agent 还支持不关机还原,大幅提升使用弹性。 +Tags: +- nas +- 备份 +- 存储 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.yaml b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.yaml new file mode 100644 index 0000000000000..a72e27eb17ef0 --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.4.1/QNAP.NetBakPCAgent.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: QNAP.NetBakPCAgent +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.installer.yaml b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.installer.yaml new file mode 100644 index 0000000000000..1babd775c2d85 --- /dev/null +++ b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rakuten.Viber +PackageVersion: 28.4.1.0 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- viber +ProductCode: '{0008512E-D999-4032-9BB4-2AF2A018D638}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{CC3C191E-4119-4AB3-917A-96EAC8774E60}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.cdn.viber.com/desktop/windows/28.4.1/ViberSetup.msi + InstallerSha256: 07C7B5F0F73D852BDB271D3E5624C13C941A787083EEB655ECF6A27A4C2648BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.locale.en-US.yaml b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.locale.en-US.yaml new file mode 100644 index 0000000000000..201f326878628 --- /dev/null +++ b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.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: Rakuten.Viber +PackageVersion: 28.4.1.0 +PackageLocale: en-US +Publisher: 2010-2024 Viber Media S.a.r.l +PublisherUrl: https://www.rakuten.com/ +PublisherSupportUrl: https://help.viber.com/ +PrivacyUrl: https://www.viber.com/terms/viber-privacy-policy/ +Author: Viber Media S.à r.l. +PackageName: Viber +PackageUrl: https://www.viber.com/ +License: Proprietary +LicenseUrl: https://www.viber.com/terms/viber-terms-use/ +Copyright: © 2010-2026 Viber Media S.à r.l. +CopyrightUrl: https://www.viber.com/terms/viber-terms-use/ +ShortDescription: Free and secure calls and messages to anyone, anywhere +Description: With Rakuten Viber on your desktop, you can send and receive messages, enjoy group calls, create stickers, and more, as your devices seamlessly sync. +Moniker: viber +Tags: +- call +- chat +- friends +- im +- instant-messaging +- message +- send +- share +- talk +- voice +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.locale.zh-CN.yaml b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e9a5dcd9b8cf2 --- /dev/null +++ b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Rakuten.Viber +PackageVersion: 28.4.1.0 +PackageLocale: zh-CN +Publisher: 2010-2024 Viber Media S.a.r.l +PublisherUrl: https://www.rakuten.com/ +PublisherSupportUrl: https://help.viber.com/ +PrivacyUrl: https://www.viber.com/terms/viber-privacy-policy/ +Author: Viber Media S.à r.l. +PackageName: Viber +PackageUrl: https://www.viber.com/ +License: 专有软件 +LicenseUrl: https://www.viber.com/terms/viber-terms-use/ +Copyright: © 2010-2026 Viber Media S.à r.l. +CopyrightUrl: https://www.viber.com/terms/viber-terms-use/ +ShortDescription: 随时随地与他人免费安全通话和发送信息 +Description: 通过桌面端的 Rakuten Viber,您可以发送和接收信息、享受群组通话、创建贴纸等,并在您的设备间无缝同步。 +Tags: +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 朋友 +- 消息 +- 电话 +- 聊天 +- 语音 +- 通话 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.yaml b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.yaml new file mode 100644 index 0000000000000..775579a769d69 --- /dev/null +++ b/manifests/r/Rakuten/Viber/28.4.1.0/Rakuten.Viber.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: Rakuten.Viber +PackageVersion: 28.4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.6/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.18.6/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..460c6ca4ba905 --- /dev/null +++ b/manifests/s/SST/opencode/1.18.6/SST.opencode.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.18.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.6/opencode-windows-x64.zip + InstallerSha256: 78431CB39138E987A020D6B36FB7CECE0AADC1F32582FED618D9EA29AA6C3E8F +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.6/opencode-windows-arm64.zip + InstallerSha256: 4922D201257D02E5D09974809637966CFCC82C4F5CFF9A6CE66746F8EB102E5E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.6/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.18.6/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..69ba2fab2557a --- /dev/null +++ b/manifests/s/SST/opencode/1.18.6/SST.opencode.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.18.6 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + Bugfixes + - Fixed branch-specific repository caches so refreshing one reference no longer moves another branch checkout. + Desktop + Improvements + - Improved compatibility with the newer client API across directory, project, session, and terminal flows. + Bugfixes + - Fixed legacy MCP state refreshing when opening a V1 workspace. + - Fixed provider lists not refreshing after connecting a provider or finishing provider OAuth on V1 servers. +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.18.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.6/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.18.6/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16d4d1194239b --- /dev/null +++ b/manifests/s/SST/opencode/1.18.6/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.18.6 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.6/SST.opencode.yaml b/manifests/s/SST/opencode/1.18.6/SST.opencode.yaml new file mode 100644 index 0000000000000..8b453a16782c3 --- /dev/null +++ b/manifests/s/SST/opencode/1.18.6/SST.opencode.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: SST.opencode +PackageVersion: 1.18.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.installer.yaml b/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.installer.yaml new file mode 100644 index 0000000000000..20283f8feed6e --- /dev/null +++ b/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Seiraiyu.Keon +PackageVersion: 0.1.49 +InstallerType: portable +Commands: +- keon +Installers: +- Architecture: x64 + InstallerUrl: https://kisenon.com/dl/v0.1.49/keon-win-x64.exe + InstallerSha256: F416825705155D67A0834C3DE824260CB29F1F45AFB801C44D118A4EC5CC8738 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.locale.en-US.yaml b/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.locale.en-US.yaml new file mode 100644 index 0000000000000..e7de047512083 --- /dev/null +++ b/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Seiraiyu.Keon +PackageVersion: 0.1.49 +PackageLocale: en-US +Publisher: Seiraiyu +PublisherUrl: https://kisenon.com +PackageName: Keon CLI +PackageUrl: https://kisenon.com +License: Proprietary +ShortDescription: Command-line client for the Kisenon serverless Postgres platform. +Description: |- + keon is the command-line client for Kisenon — a serverless Postgres + platform with branching, scale-to-zero compute, and a managed control + plane. Use keon to create and manage projects, branches, compute + endpoints, and API keys without leaving your terminal. +Moniker: keon +Tags: +- cli +- database +- developer-tools +- postgres +- postgresql +- serverless +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.yaml b/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.yaml new file mode 100644 index 0000000000000..a6f3351a3f8a5 --- /dev/null +++ b/manifests/s/Seiraiyu/Keon/0.1.49/Seiraiyu.Keon.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: Seiraiyu.Keon +PackageVersion: 0.1.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.installer.yaml b/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.installer.yaml new file mode 100644 index 0000000000000..4435fa7fede11 --- /dev/null +++ b/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SerZhyAle.FileDO +PackageVersion: "2607301014" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: filedo.exe + PortableCommandAlias: filedo +- RelativeFilePath: filedo_check.exe + PortableCommandAlias: filedo_check +- RelativeFilePath: filedo_fill.exe + PortableCommandAlias: filedo_fill +- RelativeFilePath: filedo_test.exe + PortableCommandAlias: filedo_test +- RelativeFilePath: filedo_win.exe + PortableCommandAlias: filedo_win +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SerZhyAle/FileDO/releases/download/v2607301014/FileDO-2607301014-windows-x64.zip + InstallerSha256: B7A130EC443D25ABAF90D737C5460ECFD269CFD9E057F6BBFA4CD3ECDAA455EC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.locale.en-US.yaml b/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.locale.en-US.yaml new file mode 100644 index 0000000000000..2f4848a5be4c2 --- /dev/null +++ b/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SerZhyAle.FileDO +PackageVersion: "2607301014" +PackageLocale: en-US +Publisher: SZA +PublisherUrl: https://github.com/SerZhyAle +PublisherSupportUrl: https://github.com/SerZhyAle/FileDO/issues +Author: Serhii Zhyhunenko +PackageName: FileDO +PackageUrl: https://github.com/SerZhyAle/FileDO +License: MIT +LicenseUrl: https://github.com/SerZhyAle/FileDO/blob/main/LICENSE +Copyright: Copyright (c) 2025 sza +CopyrightUrl: https://github.com/SerZhyAle/FileDO/blob/main/LICENSE +ShortDescription: Windows CLI for storage testing, fake-capacity detection, secure wipe, and duplicate management. +Description: |- + FileDO is a fast Windows command-line tool for working with storage devices, folders, and network shares. + It detects fake USB/SD cards by writing and verifying real data, benchmarks read/write speeds, securely + wipes free space at multi-GB/s, finds and manages duplicate files via MD5 with hash caching, and copies + large trees with progress and timeout protection. +Moniker: filedo +Tags: +- benchmark +- cli +- disk +- duplicates +- fake-capacity +- file-manager +- hash +- md5 +- portable +- sd-card +- secure-erase +- speed-test +- storage +- usb +- wipe +ReleaseNotesUrl: https://github.com/SerZhyAle/FileDO/releases/tag/v2607301014 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.yaml b/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.yaml new file mode 100644 index 0000000000000..6457ea704833d --- /dev/null +++ b/manifests/s/SerZhyAle/FileDO/2607301014/SerZhyAle.FileDO.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: SerZhyAle.FileDO +PackageVersion: "2607301014" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.installer.yaml b/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.installer.yaml new file mode 100644 index 0000000000000..0c48209670410 --- /dev/null +++ b/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.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: Slonopotamus.Stevedore +PackageVersion: 4.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + Upgrade: /norestart + Custom: /norestart +InstallerSuccessCodes: +- 3010 +ProductCode: '{9F2C1DE3-C2DC-4052-844C-F4D396F19CB7}' +AppsAndFeaturesEntries: +- ProductCode: '{9F2C1DE3-C2DC-4052-844C-F4D396F19CB7}' + UpgradeCode: '{9A68EC9C-B494-4CDD-B081-F074FE91BF0B}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Stevedore' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/slonopotamus/stevedore/releases/download/4.1.1/stevedore-4.1.1-x86_64.msi + InstallerSha256: D193ADE38E529780C17948FBEC5185043FD957CBAA60E5D78A4D1E02FE90CF10 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-30 diff --git a/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.locale.en-US.yaml b/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.locale.en-US.yaml new file mode 100644 index 0000000000000..0995ba3a8003a --- /dev/null +++ b/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Slonopotamus.Stevedore +PackageVersion: 4.1.1 +PackageLocale: en-US +Publisher: Marat Radchenko +PublisherUrl: https://github.com/slonopotamus +PublisherSupportUrl: https://github.com/slonopotamus/stevedore/issues +PackageName: Stevedore +PackageUrl: https://github.com/slonopotamus/stevedore +License: Apache-2.0 +LicenseUrl: https://github.com/slonopotamus/stevedore/blob/HEAD/LICENSE +ShortDescription: Docker distribution for Windows that Just Works +Tags: +- containers +- docker +- windows +ReleaseNotesUrl: https://github.com/slonopotamus/stevedore/releases/tag/4.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.yaml b/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.yaml new file mode 100644 index 0000000000000..9aaf3c9b64ab0 --- /dev/null +++ b/manifests/s/Slonopotamus/Stevedore/4.1.1/Slonopotamus.Stevedore.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: Slonopotamus.Stevedore +PackageVersion: 4.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.installer.yaml b/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.installer.yaml new file mode 100644 index 0000000000000..c32ca8c9e2651 --- /dev/null +++ b/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Softros.TransparentLockScreen +PackageVersion: 26.7.6644.0 +InstallerLocale: und +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C39F1B69-762B-4748-9E31-5EA1CF71806F}' +AppsAndFeaturesEntries: +- DisplayName: Transparent Lock Screen 26.7.6644.0 + ProductCode: '{C39F1B69-762B-4748-9E31-5EA1CF71806F}' + UpgradeCode: '{69E7A08A-5249-4371-8ECA-682E0F9646EA}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Softros Systems\Transparent Lock Screen' +Installers: +- Architecture: x64 + InstallerUrl: https://download.softros.com/tls/TransparentLockScreen26.7.6644.msi + InstallerSha256: 237775D10971062DDC5AD1789D6B1BBBF24BD609D879D4F1818B560BDD470F34 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-22 diff --git a/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.locale.en-US.yaml b/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.locale.en-US.yaml new file mode 100644 index 0000000000000..63d8029408bb7 --- /dev/null +++ b/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Softros.TransparentLockScreen +PackageVersion: 26.7.6644.0 +PackageLocale: en-US +Publisher: Softros Systems +PublisherUrl: https://www.softros.com/ +PublisherSupportUrl: https://www.softros.com/support/ +PrivacyUrl: https://www.softros.com/policies/ +Author: Softros Systems +PackageName: Transparent Lock Screen +PackageUrl: https://lockscreen.softros.com/ +License: Proprietary +Copyright: © Softros Systems. 2025 +ShortDescription: Lock your computer while keeping your desktop visible with Transparent Lock Screen +Description: |- + Lock your computer while keeping your desktop visible with Transparent Lock Screen + + Lock Windows Transparently, Your Way + - Lock Windows as usual + - Use a customizable hotkey + - Run a Command Prompt command + + All Windows authentication methods are supported: Windows Hello (face recognition, PIN, fingerprint), password, and all sorts of MFA! + + Fully featured 15-day trial +Tags: +- LockScreen +- System +- Transparent +PurchaseUrl: https://lockscreen.softros.com/#Purchase +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lockscreen.softros.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.yaml b/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.yaml new file mode 100644 index 0000000000000..2dd24d2889bd7 --- /dev/null +++ b/manifests/s/Softros/TransparentLockScreen/26.7.6644.0/Softros.TransparentLockScreen.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: Softros.TransparentLockScreen +PackageVersion: 26.7.6644.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.installer.yaml new file mode 100644 index 0000000000000..e8a3b6ec9176b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1785401491-g022332 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1785401491-g022332/amp-windows-x64-baseline.exe + InstallerSha256: DAF2D1A2AACEAC6E21636C337DB9B82F0E1D69BED41B806BC23A12693431E233 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 0000000000000..f7c66257cdf18 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1785401491-g022332 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..88281e6ad89e6 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1785401491-g022332 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.yaml new file mode 100644 index 0000000000000..c54c90d849881 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1785401491-g022332/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1785401491-g022332 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.installer.yaml b/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.installer.yaml new file mode 100644 index 0000000000000..6c48ef14d0b87 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.11.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: discrawl.exe + PortableCommandAlias: discrawl +Commands: +- discrawl +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.11.9/discrawl_0.11.9_windows_amd64.zip + InstallerSha256: 7B77579B9153C03F0B8ABC1FCB326F2349A87145BE84EA9421204C41CFD0D10B +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.11.9/discrawl_0.11.9_windows_arm64.zip + InstallerSha256: C772C7CAF6487BD9ABAD6C06144D31258A8493AD906D22FF1F6514106768041D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.locale.en-US.yaml b/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.locale.en-US.yaml new file mode 100644 index 0000000000000..8e8af00993900 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.11.9 +PackageLocale: en-US +Publisher: Peter Steinberger +PublisherUrl: https://steipete.me/ +PublisherSupportUrl: https://github.com/steipete/discrawl/issues +Author: Peter Steinberger +PackageName: discrawl +PackageUrl: https://github.com/steipete/discrawl +License: MIT +LicenseUrl: https://github.com/openclaw/discrawl/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Peter Steinberger +CopyrightUrl: https://github.com/steipete/discrawl/blob/HEAD/LICENSE +ShortDescription: CLI for Discord with SQLite backend +Description: |- + discrawl mirrors Discord guild data into local SQLite so you can search, inspect, and query server history without depending on Discord search. + + It is a bot-token crawler. No user-token hacks. Data stays local. + + What It Does + - discovers every guild the configured bot can access + - syncs channels, threads, members, and message history into SQLite + - maintains FTS5 search indexes for fast local text search + - builds an offline member directory from archived profile payloads + - extracts small text-like attachments into the local search index + - records structured user and role mentions for direct querying + - tails Gateway events for live updates, with periodic repair syncs + - exposes read-only SQL for ad hoc analysis + - keeps schema multi-guild ready while preserving a simple single-guild default UX +Moniker: discrawl +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.yaml b/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.yaml new file mode 100644 index 0000000000000..0036599941be8 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.11.9/steipete.discrawl.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: steipete.discrawl +PackageVersion: 0.11.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.installer.yaml new file mode 100644 index 0000000000000..8af740c5481c8 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.70 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-07-30 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.70/DBX_0.5.70_x64-setup.exe + InstallerSha256: A48BFEB5B098281D8C922E7589C1FD61A8E166D2FB7E40A650AB350B4C8CE9B7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 0000000000000..d3d2b3a06c6f3 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,83 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.70 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: Apache-2.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - DuckDB — 改为独立原生驱动,通过 Agent 包单独分发和安装,不再随桌面主程序捆绑。 + - MCP 查询会话 — 新增固定后端连接的有状态查询会话,使跨调用的 USE、SET CATALOG 等会话状态持续生效。 (contributed by @lizujie) (closes #4747) + - 查询执行进度 — 实时展示多语句查询中当前语句及整体执行进度。 (contributed by @greathaoqi) (closes #3394, #4546) + - 跨数据库表粘贴 — 支持复制表后粘贴到其他数据库连接。 (contributed by @czs208112) + - 数据网格批量粘贴 — 支持将多行剪贴板数据直接批量粘贴为新记录。 (contributed by @czs208112) + - 侧边栏本地搜索 — 新增本地表名搜索,无需再次请求数据库即可快速定位对象。 (contributed by @yanguibao1997) + - 例程源码打开方式 — 函数、过程和视图源码可选择在数据标签页或弹出窗口中打开。 (contributed by @polemp) + - Elasticsearch 字段选择器 — 新增可搜索的层级字段选择器。 (contributed by @togls) (closes #3759) + - Redis 数据库别名 — 支持为逻辑数据库配置和显示别名。 (contributed by @wang-zhengxin) (closes #4780) + - Redis 键类型 — 在键浏览列表中直接显示键类型。 (contributed by @eryajf) (closes #4764) + - Anthropic Compatible — 新增 Anthropic 兼容 AI Provider。 (contributed by @CN-Scars) + - ClickHouse SQL 高亮 — SQL 编辑器新增 ClickHouse 专用语法高亮。 (contributed by @encyc) + - SQL 折叠快捷键 — 新增 Ctrl+. 切换代码折叠。 (contributed by @yangqinlong) + - 韩语界面 — 新增韩语本地化。 (contributed by @imhyuk-huno) + - DB2 Excel 导出 — XLSX 表头支持写入 DB2 字段注释。 (contributed by @tianyifeng-druid) (closes #4729) + - Xugu 私有同义词 — 在 Schema 树中展示私有同义词。 (contributed by @mapan0424) + 改进 + - 批量导入 — 限制 CSV 和 Excel 导入的内存占用,并完善取消响应。 (contributed by @onceMisery) + - 数据库导出 — 准备导出数据时显示进度反馈,避免长时间停留在空白进度弹窗。 (contributed by @xddcode) + - 数据筛选 — 优化复杂筛选条件的展开交互。 (contributed by @zipg) + - 数据库图标 — 同步桌面端与官网的数据库 Logo,并补充多种数据库图标。 + - Java Agent 运行时 — Java Agent、共享基础设施和模板统一使用 Java 21 工具链。 + 修复 + - 达梦 Schema 树 — 移除连接树中重复的 Schema 过滤入口。 (contributed by @zipg) (closes #4724) + - 达梦主键编辑 — 修复表结构编辑器无法正确维护主键的问题。 (contributed by @onenewcode) (closes #1559) + - GaussDB — 按兼容模式正确决定标识符引号,避免表数据查询自动加引号出错。 (contributed by @zipg) (closes #4592) + - Kingbase — 保持查询的 Schema 上下文,避免对象解析落入错误 Schema。 (contributed by @zipg) + - StarRocks 外部 Catalog — 打开对象和切换数据库时保留 Catalog 上下文。 (contributed by @jischeng) + - SQLite — 统一数据库上下文路由,避免查询和元数据操作使用错误上下文。 (contributed by @CN-Scars) + - 数据库结构对比 — 对视图跳过不安全的表元数据查询,避免失效视图或 Definer 导致结构对比失败。 (contributed by @DASungta) + - AI API 重试 — 正确处理 Retry-After,并在流式错误中保留 HTTP 状态。 (contributed by @Abeautifulsnow) + - 数据网格配色 — 恢复主题 Token 调整前的 DataGrid 行配色和可读性。 (contributed by @xddcode) + - 转置视图复制 — 字段名支持使用系统原生剪贴板复制。 (contributed by @eryajf) (closes #4789) + - 表复制与粘贴菜单 — 统一桌面端表对象复制、粘贴菜单的展示和行为。 (contributed by @eryajf) (closes #4680) + - MyBatis 参数执行 — 执行行首 SQL 时完整校验参数占位符,避免语句被错误截断。 (contributed by @zipg) + - 别名字段补全 — 按父表限制别名字段范围,避免混入其他表字段。 (contributed by @zipg) (closes #4767) + - 自定义 SQL 片段 — 恢复自定义代码片段触发键匹配。 (contributed by @zipg) + - 完整表名补全 — 支持通过完整表名继续补全字段。 (contributed by @zipg) (closes #4813) + - 危险 SQL 预览 — 默认换行展示危险操作 SQL,避免长语句被截断。 (contributed by @eryajf) (closes #4829) + - 设置页滚动位置 — 切换设置分类时重置滚动位置。 (contributed by @zipg) + - 新建连接弹窗 — 修复关闭弹窗后主界面出现空白区域。 (contributed by @zipg) (closes #4768) + - 深色样式与弹窗背景 — 限定旧版 WebView 的深色样式作用域,并恢复弹窗背景模糊效果。 + - 应用更新重启 — 重启前清理 Agent、SSH 隧道、Redis PubSub 等运行时资源,避免更新退出过程残留后台任务。 + 安装 + - Nix 打包 — 迁移 Cargo 依赖 vendoring,并将 Nix 打包调整为独立的非阻塞验证,减少平台差异对桌面发布的影响。 + - CNB 发布保留 — 按桌面版、Agent 等发布家族分别保留最近五个版本,避免不同标签系列相互挤占。 + > 国内下载:如果 GitHub 下载较慢,可从 CNB 镜像 下载桌面端安装包,Docker 镜像从 docker.cnb.cool/dbxio.com/dbx:v0.5.70 拉取。 +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.70 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.yaml new file mode 100644 index 0000000000000..27d0f05338301 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.70/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.70 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.installer.yaml b/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.installer.yaml new file mode 100644 index 0000000000000..b3393c668ad5c --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.12.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: VisiGrid-windows-x64\visigrid.exe + PortableCommandAlias: visigrid +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VisiGrid/VisiGrid/releases/download/v0.12.1/VisiGrid-windows-x64.zip + InstallerSha256: 72A29FF860F79DEA8FCA3C2412A0B86C3CF16CF623D0D7E6D9F80BD5889103AB +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-27 diff --git a/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.locale.en-US.yaml b/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.locale.en-US.yaml new file mode 100644 index 0000000000000..0ce9c462e2222 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.12.1 +PackageLocale: en-US +Publisher: VisiGrid +PublisherUrl: https://visigrid.app +PublisherSupportUrl: https://github.com/VisiGrid/VisiGrid/issues +PackageName: VisiGrid +PackageUrl: https://visigrid.app +License: AGPL-3.0 +LicenseUrl: https://github.com/VisiGrid/VisiGrid/blob/main/LICENSE +ShortDescription: A fast, local-first spreadsheet for serious data work. +Description: |- + VisiGrid is a native, GPU-accelerated spreadsheet built for keyboard-first workflows. + Features include 97 formula functions, vim mode, keyboard hints, Lua scripting, + and full offline capability with no cloud lock-in. +Tags: +- spreadsheet +- csv +- excel +- data +- productivity +- keyboard +ReleaseNotesUrl: https://github.com/VisiGrid/VisiGrid/releases/tag/v0.12.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.yaml b/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.yaml new file mode 100644 index 0000000000000..b7b2b2ea67907 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.12.1/VisiGrid.VisiGrid.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: VisiGrid.VisiGrid +PackageVersion: 0.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.installer.yaml b/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.installer.yaml new file mode 100644 index 0000000000000..bc30279e16efc --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.23.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-386.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.23.0/wakatime-cli-windows-386.zip + InstallerSha256: B9E7F1F508957FDE8C55DD889B63A095319C2B81E397FC9C8866319BBB93ADC9 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-amd64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.23.0/wakatime-cli-windows-amd64.zip + InstallerSha256: A221C8CA82D624B473A93CBAEF932DE6990ED3A7B5FBA6B56FECCAE72E31E951 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-arm64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.23.0/wakatime-cli-windows-arm64.zip + InstallerSha256: 9425E0B42DF07212112F16AF16C797B087341CCE21D3537C1D5E83CBE2913A1D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.locale.en-US.yaml b/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.locale.en-US.yaml new file mode 100644 index 0000000000000..4448f4beac025 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.23.0 +PackageLocale: en-US +Publisher: WakaTime +PublisherUrl: https://github.com/wakatime +PublisherSupportUrl: https://github.com/wakatime/wakatime-cli/issues +PrivacyUrl: https://wakatime.com/privacy +Author: Alan Hamlett +PackageName: WakaTime CLI +PackageUrl: https://github.com/wakatime/wakatime-cli +License: BSD-3-Clause +LicenseUrl: https://github.com/wakatime/wakatime-cli/blob/HEAD/LICENSE +Copyright: © WakaTime +ShortDescription: Command line interface used by all WakaTime text editor plugins +Moniker: wakatime-cli +Tags: +- analytics +- metrics +- productivity +- quantified-self +- time-tracker +ReleaseNotes: |- + Changelog + - Harden claude code transcript parsing #1519 + - Grok Build AI parser #1521 +ReleaseNotesUrl: https://github.com/wakatime/wakatime-cli/releases/tag/v2.23.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.yaml b/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.yaml new file mode 100644 index 0000000000000..5fefdb32fb8d4 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.23.0/Wakatime.CLIWakatime.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/walles/moor/2.16.1/walles.moor.installer.yaml b/manifests/w/walles/moor/2.16.1/walles.moor.installer.yaml new file mode 100644 index 0000000000000..d1f1593470e6a --- /dev/null +++ b/manifests/w/walles/moor/2.16.1/walles.moor.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: walles.moor +PackageVersion: 2.16.1 +InstallerType: portable +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +Commands: +- moor +ReleaseDate: 2026-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/walles/moor/releases/download/v2.16.1/moor-v2.16.1-windows-amd64.exe + InstallerSha256: 1314CA6981CD88376C879FF0944A86807F1D8B0661FF769EBF960B240E815B4C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/walles/moor/2.16.1/walles.moor.locale.en-US.yaml b/manifests/w/walles/moor/2.16.1/walles.moor.locale.en-US.yaml new file mode 100644 index 0000000000000..aace8cd19be5c --- /dev/null +++ b/manifests/w/walles/moor/2.16.1/walles.moor.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: walles.moor +PackageVersion: 2.16.1 +PackageLocale: en-US +Publisher: Johan Walles +PublisherUrl: https://github.com/walles +PublisherSupportUrl: https://github.com/walles/moor/issues +Author: Johan Walles +PackageName: Moor +PackageUrl: https://github.com/walles/moor +License: Proprietary +LicenseUrl: https://github.com/walles/moor/blob/master/LICENSE +Copyright: Copyright (c) 2013, johan.walles@gmail.com. All rights reserved. +CopyrightUrl: https://github.com/walles/moor/blob/master/LICENSE +ShortDescription: Moor is a pager. It's designed to just do the right thing without any configuration. +Moniker: moor +Tags: +- console +- console-application +- moar +- pager +ReleaseNotes: |- + Before this release, searching a huge line (hundreds of MB long) for a + common character could take ten seconds of full CPU before hits got + highlighted, and pay that same cost again on every redraw. + With this release, that same search is close to instant. +ReleaseNotesUrl: https://github.com/walles/moor/releases/tag/v2.16.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/walles/moor/2.16.1/walles.moor.yaml b/manifests/w/walles/moor/2.16.1/walles.moor.yaml new file mode 100644 index 0000000000000..21301bb5963f3 --- /dev/null +++ b/manifests/w/walles/moor/2.16.1/walles.moor.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: walles.moor +PackageVersion: 2.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.installer.yaml b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.installer.yaml new file mode 100644 index 0000000000000..4ac224ec6ef0b --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Xmind.Xmind +PackageVersion: 26.5.1105 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- xmind-zen +FileExtensions: +- xmind +ProductCode: fbd30ee5-8150-549e-9aed-fd9d444364fb +Installers: +- Architecture: x64 + InstallerUrl: https://www.xmind.app/xmind/downloads/Xmind-for-Windows-x64bit-26.05.01105-202607290750.exe + InstallerSha256: 6B401777EF198B79A5D6BC3B4A08531A523F7A3E90F2F2CDA3AED1F656014360 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.locale.en-US.yaml b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.locale.en-US.yaml new file mode 100644 index 0000000000000..40065a2a0c800 --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Xmind.Xmind +PackageVersion: 26.5.1105 +PackageLocale: en-US +Publisher: XMIND LTD. +PublisherUrl: https://xmind.app/ +PublisherSupportUrl: https://support.xmind.net/ +PrivacyUrl: https://xmind.app/privacy/ +Author: Xmind Ltd. +PackageName: Xmind +PackageUrl: https://xmind.app/ +License: Proprietary +LicenseUrl: https://xmind.app/terms/ +Copyright: © 2006 - 2026 XMIND LTD. +ShortDescription: A full-featured Swiss Army Knife for your brain. +Description: The full-featured mind mapping and brainstorming app. Like a Swiss Army Knife, Xmind offers a complete toolset for thinking and creativity. +Moniker: xmind-zen +Tags: +- mind-map +- mind-mapping +- mindmap +ReleaseNotesUrl: https://xmind.app/desktop/release-notes/ +PurchaseUrl: https://xmind.app/pricing/ +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://xmind.app/user-guide/xmind +- DocumentLabel: FAQ + DocumentUrl: https://xmind.app/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.locale.zh-CN.yaml b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2055211b59a93 --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Xmind.Xmind +PackageVersion: 26.5.1105 +PackageLocale: zh-CN +Publisher: XMIND LTD. +PublisherUrl: https://xmind.cn/ +PublisherSupportUrl: https://support.xmind.net/ +PrivacyUrl: https://xmind.cn/privacy/ +Author: 深圳市爱思软件技术有限公司 +PackageName: Xmind +PackageUrl: https://xmind.cn/ +License: 专有软件 +LicenseUrl: https://xmind.cn/terms/ +Copyright: © 2006 - 2026 XMIND LTD. +ShortDescription: 思如泉涌,成竹在图 +Description: Xmind 是一款 全功能 的思维导图和头脑风暴软件。像大脑的瑞士军刀一般,助你理清思路,捕捉创意。 +Tags: +- 思维导图 +- 脑图 +ReleaseNotesUrl: https://xmind.cn/desktop/release-notes/ +PurchaseUrl: https://xmind.cn/pricing +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://xmind.cn/user-guide/xmind/ +- DocumentLabel: 常见问题 + DocumentUrl: https://xmind.cn/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.yaml b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.yaml new file mode 100644 index 0000000000000..1bd2226995bd6 --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.5.1105/Xmind.Xmind.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: Xmind.Xmind +PackageVersion: 26.5.1105 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.113.0/Yandex.Music.installer.yaml b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.installer.yaml new file mode 100644 index 0000000000000..4d79392e6c179 --- /dev/null +++ b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.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: Yandex.Music +PackageVersion: 5.113.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 49494f9d-1887-5500-9c55-ef4cf0614971 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.113.0.exe + InstallerSha256: 523A459FF74D1E23CECA3CB82B933345F2D6DC7409FC0C96A69CAA07D0C6EE8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.113.0/Yandex.Music.locale.en-US.yaml b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.locale.en-US.yaml new file mode 100644 index 0000000000000..7b588f2380ea0 --- /dev/null +++ b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yandex.Music +PackageVersion: 5.113.0 +PackageLocale: en-US +Publisher: Яндекс Музыка +PublisherUrl: https://yandex.com/ +PublisherSupportUrl: https://yandex.com/support/ +PrivacyUrl: https://yandex.com/legal/confidential/en/ +Author: YANDEX LLC +PackageName: Яндекс Музыка +PackageUrl: https://music.yandex.com/ +License: Proprietary +LicenseUrl: https://yandex.com/legal/ +Copyright: Copyright © 2026 Яндекс Музыка +ShortDescription: Yandex Music is a service for finding and listening to music and podcasts that provides personalized recommendations for each user. +Tags: +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.113.0/Yandex.Music.locale.zh-CN.yaml b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.locale.zh-CN.yaml new file mode 100644 index 0000000000000..34eaea1d9efe4 --- /dev/null +++ b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.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: Yandex.Music +PackageVersion: 5.113.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Yandex Music 是一项寻找和收听音乐和播客的服务,可为每位用户提供个性化推荐。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.113.0/Yandex.Music.yaml b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.yaml new file mode 100644 index 0000000000000..b6023ff31a9c7 --- /dev/null +++ b/manifests/y/Yandex/Music/5.113.0/Yandex.Music.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: Yandex.Music +PackageVersion: 5.113.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.907/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..330a1057e47ad --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.907 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.907-win-x64.exe + InstallerSha256: 269712B3D6C62B17BB487D990395925A0C22258CD91EA83B4C43A58272C05BAA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.907-win-x64.exe + InstallerSha256: 269712B3D6C62B17BB487D990395925A0C22258CD91EA83B4C43A58272C05BAA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.907/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..a0f21a9fc718b --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.907 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + 0.0.907 + Features + - Added support for custom CA certificate bundles to connect through corporate TLS proxies. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.907/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d8bf7b15f6a6e --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.locale.zh-CN.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: yetone.Alma +PackageVersion: 0.0.907 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.907/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.yaml new file mode 100644 index 0000000000000..81f1c8f6855b9 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.907/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.907 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.installer.yaml b/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.installer.yaml new file mode 100644 index 0000000000000..e4bcb11db003a --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.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: yyqh01.reaper_yyqh +PackageVersion: "778.8" +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yyqh01/reaper_yyqh_plugins/releases/download/Snapshot/reaper_yyqh.778.8.exe + InstallerSha256: 5B02C5EB1E32CF0AF01100D1507521E6FA3E530A19BCB0B79BB06E5015730442 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-22 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.locale.zh-cn.yaml b/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.locale.zh-cn.yaml new file mode 100644 index 0000000000000..0631993ba9f45 --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.locale.zh-cn.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: yyqh01.reaper_yyqh +PackageVersion: "778.8" +PackageLocale: zh-cn +Publisher: yyqh01 +PublisherUrl: https://github.com/yyqh01 +PublisherSupportUrl: https://github.com/yyqh01/reaper_yyqh_plugins/issues +PackageName: reaper_yyqh +PackageUrl: https://github.com/yyqh01/reaper_yyqh_plugins +License: Proprietary +ShortDescription: yyqh installer +ReleaseNotesUrl: https://github.com/yyqh01/reaper_yyqh_plugins/releases/tag/Snapshot +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yyqh01/reaper_yyqh_plugins/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.yaml b/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.yaml new file mode 100644 index 0000000000000..4c46e6f6229cf --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.8/yyqh01.reaper_yyqh.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: yyqh01.reaper_yyqh +PackageVersion: "778.8" +DefaultLocale: zh-cn +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.installer.yaml b/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.installer.yaml new file mode 100644 index 0000000000000..7c9f1ebb3b50c --- /dev/null +++ b/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zarunbal.LogExpert +PackageVersion: 1.42.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: LogExpert.exe +ReleaseDate: 2026-07-30 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/LogExperts/LogExpert/releases/download/v1.42.0/LogExpert.1.42.0.zip + InstallerSha256: 1F7C42A8CDA86E8362198B53CE18776ED063350BA97A55008BBDB53BE995DEB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.locale.en-US.yaml b/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.locale.en-US.yaml new file mode 100644 index 0000000000000..db40be290b940 --- /dev/null +++ b/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zarunbal.LogExpert +PackageVersion: 1.42.0 +PackageLocale: en-US +Publisher: zarunbal +PublisherUrl: https://github.com/zarunbal +PublisherSupportUrl: https://github.com/zarunbal/LogExpert/issues +PackageName: LogExpert +PackageUrl: https://github.com/zarunbal/LogExpert +License: MIT License +LicenseUrl: https://github.com/LogExperts/LogExpert/blob/HEAD/LICENSE +ShortDescription: Windows tail program and log file analyzer. +Description: |- + LogExpert is a Windows tail program (a GUI replacement for the Unix tail command). + + Summary of (most) features: + - Tail mode + - MDI-Interface with Tabs + - Search function (including RegEx) + - Bookmarks + - A very flexible filter view and possibility to filter to tab + - Highlighting lines via search criteria + - Triggers (e.g. create Bookmark or execute a plugin) via search criteria + - Columnizers: Plugins which split log lines into columns + - Unicode support + - log4j XML file support + - 3rd party plugin support + - Plugin API for more log file data sources + - Automatical determine columnizer with given file name and content (Experimental) + - Serilog.Formatting.Compact format support (Experimental) + - Portable (all options / settings saved in application startup directory) +Tags: +- columnizer +- logger +- logger-interface +- logging +- winforms +ReleaseNotes: |- + What's Changed + - fix: portable mode re-prompting and stray trusted-plugins.json in AppData (#658) by @Hirogen in #659 + - Bump System.Security.Cryptography.Xml from 10.0.8 to 10.0.10 by @dependabot[bot] in #660 + - update harness by @Hirogen in #661 + - Extract timestamp lookup into TimestampLocator (LogWindow candidate 6) by @Hirogen in #664 + - ci: make PR builds work for fork PRs by @Hirogen in #667 + - Fix: "Highlight and action triggers" Export function by @Pr0metheus2 in #663 + - refactor: inject IPluginRegistry into LogWindow by @Hirogen in #668 + - refactor: extract the Tail Follow Engine into Core by @Hirogen in #669 + - refactor: split ILogWindow into role interfaces by @Hirogen in #670 + - refactor: name the two Log Window activation lifetimes by @Hirogen in #672 + - fix: make plugin hashes reproducible so the fork-PR verify gate can pass by @Hirogen in #674 + - refactor: generate built-in plugin hashes at build time instead of committing them by @Hirogen in #675 + - refactor: anchor build output paths on the repo instead of $(SolutionDir) by @Hirogen in #676 + - fix: resolve legacy code-page encodings without opening Preferences f… by @Hirogen in #677 + - Fix/encoding dropdown duplicate utf8 by @Hirogen in #678 + - Fix: "Text filter" save on exit by @Pr0metheus2 in #681 + - fix: store the window's own filter in Session Files, not the global list by @Hirogen in #682 + - fix: read legacy XML Session File filters with Newtonsoft again by @Hirogen in #683 + - fix: degrade malformed legacy XML Session Files instead of throwing by @Hirogen in #684 + - Fix: Open tabs order on next start by @Pr0metheus2 in #685 + - fix: keep floating tabs in GetAllWindowsFromDockPanel by @Hirogen in #687 + - Add GB2312 encoding, and build both encoding lists from one source by @Hirogen in #689 + New Contributors + - @Pr0metheus2 made their first contribution in #663 + Full Changelog: v1.41.0...v1.42.0 + What's Changed + - chore: update generated files for v1.41.0 [skip ci] by @prs-created-by-release-actions[bot] in #657 + - fix: portable mode re-prompting and stray trusted-plugins.json in AppData (#658) by @Hirogen in #659 + - Bump System.Security.Cryptography.Xml from 10.0.8 to 10.0.10 by @dependabot[bot] in #660 + - update harness by @Hirogen in #661 + - Extract timestamp lookup into TimestampLocator (LogWindow candidate 6) by @Hirogen in #664 + - ci: make PR builds work for fork PRs by @Hirogen in #667 + - Fix: "Highlight and action triggers" Export function by @Pr0metheus2 in #663 + - refactor: inject IPluginRegistry into LogWindow by @Hirogen in #668 + - refactor: extract the Tail Follow Engine into Core by @Hirogen in #669 + - refactor: split ILogWindow into role interfaces by @Hirogen in #670 + - refactor: name the two Log Window activation lifetimes by @Hirogen in #672 + - fix: make plugin hashes reproducible so the fork-PR verify gate can pass by @Hirogen in #674 + - refactor: generate built-in plugin hashes at build time instead of committing them by @Hirogen in #675 + - refactor: anchor build output paths on the repo instead of $(SolutionDir) by @Hirogen in #676 + - fix: resolve legacy code-page encodings without opening Preferences f… by @Hirogen in #677 + - Fix/encoding dropdown duplicate utf8 by @Hirogen in #678 + - Fix: "Text filter" save on exit by @Pr0metheus2 in #681 + - fix: store the window's own filter in Session Files, not the global list by @Hirogen in #682 + - fix: read legacy XML Session File filters with Newtonsoft again by @Hirogen in #683 + - fix: degrade malformed legacy XML Session Files instead of throwing by @Hirogen in #684 + - Fix: Open tabs order on next start by @Pr0metheus2 in #685 + - fix: keep floating tabs in GetAllWindowsFromDockPanel by @Hirogen in #687 + - Add GB2312 encoding, and build both encoding lists from one source by @Hirogen in #689 + New Contributors + - @Pr0metheus2 made their first contribution in #663 + Full Changelog: v1.41.0...v1.42.0 +ReleaseNotesUrl: https://github.com/LogExperts/LogExpert/releases/tag/v1.42.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/zarunbal/LogExpert/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.yaml b/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.yaml new file mode 100644 index 0000000000000..1b66577b15f31 --- /dev/null +++ b/manifests/z/zarunbal/LogExpert/1.42.0/zarunbal.LogExpert.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: zarunbal.LogExpert +PackageVersion: 1.42.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0