diff --git a/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..4e71c1968146b --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.120 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_x64-setup.exe + InstallerSha256: C27E1B1B601673D34C782F93C3AEAE0EEB1FAAF4FF23B19318B50246CBF230F3 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_arm64-setup.exe + InstallerSha256: C4D159F5DFE39ECFE990B573D2D243DAE3805164A87EE6178188B9ADC042072A + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_x64_en-US.msi + InstallerSha256: 339895E00C257473A84E7B13800D0B9FC5C0D8FEE80E6FE527D7A623B0027AB1 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{D0E5CFD0-EC66-49BA-9A64-9A6F3202301A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_arm64_en-US.msi + InstallerSha256: 9D3473A6C33C7B8159B4015E5E9CD1619DABF349AF2DF91281F1C33602CA0056 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{3F1C9838-A13C-4E27-9CD1-F037DF1D361C}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..d887f3d86accd --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.120 +PackageLocale: en-US +ShortDescription: ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client +Description: |- + ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client + + Features + Chat and Models + - Multi-provider support — Compatible with all OpenAI-compatible APIs including OpenAI, Anthropic Claude, Google Gemini, etc. + - Model management — Supports remote fetching of model lists and custom parameters (temperature, max tokens, top-p, etc.) + - Multi-key round-robin — Configure multiple API keys per provider; automatically rotates to distribute rate-limit pressure + - Streaming output — Real-time token-by-token rendering; thinking blocks can be folded or expanded + - Message versions — Each response supports multiple versions for easy comparison of different models or parameter settings + - Conversation branching — Create new branches from any message node, enabling side-by-side branch comparisons + - Conversation management — Supports pinning, archiving, time-based grouping, and batch operations + - Conversation compression — Automatically compresses long conversations, preserving key information to save context space + - Multi-model same query — Ask the same question to multiple models simultaneously, with support for comparative analysis of responses + AI Agent + - Agent mode — Switch to Agent mode, allowing AI to autonomously perform multi-step tasks: reading/writing files, running commands, code analysis, etc. + - Three-tier permissions — Default mode (edits require approval), accept edits (automatically approve changes), full access (no prompts), ensuring secure and controlled operation + - Workspace sandbox — Agent operations strictly confined to designated workspace directory, preventing unauthorized access + - Tool approval panel — Real-time display of tool invocation requests, supporting per-item review, one-click always allow or deny + - Cost tracking — Real-time token usage and cost statistics for each session + Content Rendering + - Markdown rendering — Full support for syntax highlighting, LaTeX math formulas, tables, and task lists + - Monaco code editor — Embedded Monaco Editor in code blocks, supporting syntax highlighting, copy, and diff preview + - Chart rendering — Built-in Mermaid flowchart and D2 architecture diagram rendering + - Artifact panel — Preview code snippets, HTML drafts, Markdown notes, reports in isolated panels + - Real-time voice chat — (Coming soon) WebRTC-based real-time voice, compatible with OpenAI Realtime API + Search and Knowledge + - Web search — Integrated with Tavily, Zhipu WebSearch, Bocha, etc., with search results annotated with source references + - Local knowledge base (RAG) — Supports multiple knowledge bases; upload documents to automatically parse, segment, and build indexes, then semantically retrieve relevant passages during chat + - Memory system — Supports multi-namespace conversation memory; entries can be manually added or automatically extracted by AI (AI auto-extraction coming soon) + - Context management — Flexibly attach files, search results, knowledge base snippets, memory entries, and tool outputs + Tools and Extensions + - MCP protocol — Fully implements Model Context Protocol, supporting both stdio and HTTP transport methods + - Built-in tools — Includes ready-to-use built-in MCP tools such as @aqbot/fetch + - Tool execution panel — Visual display of tool invocation requests and return results + API Gateway + - Local API gateway — Built-in local API server with native OpenAI-compatible, Claude, Gemini interfaces; can serve as backend for any compatible client + - API key management — Generate, revoke, enable, or disable access keys with descriptive notes + - Usage statistics — Analyze request volume and token usage by key, provider, and date + - SSL/TLS support — Built-in self-signed certificate generation, also supports mounting custom certificates + - Request logs — Fully record all API requests and responses passing through the gateway + - Configuration templates — Pre-configured integration templates for common CLI tools like Claude, Codex, OpenCode, Gemini + Data and Security + - AES-256 encryption — Sensitive data such as API keys are encrypted and stored locally using AES-256; master key has file permission 0600 + - Data directory isolation — Application state stored in ~/.aqbot/, user files in ~/Documents/aqbot/ + - Automatic backup — Supports scheduled automatic backups to local directories or WebDAV storage + - Backup recovery — One-click restore full data from historical backups + - Chat export — Export conversations as PNG screenshots, Markdown, plain text, or JSON format + Desktop Experience + - Theme switching — Dark/light themes,可 follow system preference or be manually set + - Interface language — Fully supports Simplified Chinese, Traditional Chinese, English, Japanese, Korean, French, German, Spanish, Russian, Hindi, and Arabic; switch anytime in settings + - System tray — Minimizes to system tray on window close, without interrupting background services + - Always on top — Keep main window permanently on top + - Global shortcuts — Customizable global hotkeys to summon the main window at any time + - Auto-start on boot — Option to launch automatically with the system + - Proxy support — Supports HTTP and SOCKS5 proxy configurations + - Auto-update — Automatically checks for new versions on startup and prompts to update +Tags: +- ai +- chatbot +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e030bd7921309 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,90 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.120 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🐛 Bug 修复 + - acp: 修复问卷组件 Checkbox/Radio 的 TypeScript 编译错误 (#3504789) + - acp: 修复 Grok Build 启动失败并优化品牌图标 (#7ac158e) + 📦 杂项 + - deps: 更新 markstream-vue 以支持 ACP 对话样式 (#abedf16) + 🚀 新功能 + - acp: 完善 Agent 会话交互、计划持久化与权限始终允许 (#9b112cd) + - acp: 新增 ACP Agent 工作台与设置 (#b798652) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.120 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..6063820f0c667 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.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: AQBot.AQBot +PackageVersion: 0.0.120 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.installer.yaml b/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.installer.yaml new file mode 100644 index 0000000000000..fd885f551ec73 --- /dev/null +++ b/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.installer.yaml @@ -0,0 +1,34 @@ +# 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: allentown521.Saladict +PackageVersion: 4.0.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- silentWithProgress +UpgradeBehavior: install +Protocols: +- '0' +- '3' +- GPL +FileExtensions: +- exe +ProductCode: saladict +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- DisplayName: saladict + Publisher: town + ProductCode: saladict +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\saladict' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/allentown521/saladict/releases/download/4.0.2/saladict_4.0.2_x64_fix_webview2_runtime-setup.exe + InstallerSha256: A1CC7296935BF987CD48407AB9C1319F171FA14F570079497D8F8539CC371F27 +- Architecture: arm64 + InstallerUrl: https://github.com/allentown521/saladict/releases/download/4.0.2/saladict_4.0.2_arm64_fix_webview2_runtime-setup.exe + InstallerSha256: C30DB8F200D7A09F58870F6C0F1EE81104311EFAFCCD35B3A46660ED8D7D2552 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.locale.en-US.yaml b/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.locale.en-US.yaml new file mode 100644 index 0000000000000..991394992d522 --- /dev/null +++ b/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: allentown521.Saladict +PackageVersion: 4.0.2 +PackageLocale: en-US +Publisher: allentown521 +PublisherUrl: https://github.com/allentown521 +PublisherSupportUrl: https://github.com/allentown521 +PrivacyUrl: https://github.com/allentown521 +Author: allentown521 +PackageName: Saladict +PackageUrl: https://saladict-app.aichatone.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/allentown521/saladict/blob/HEAD/LICENSE +Copyright: Copyright (c) Focus Apps +CopyrightUrl: https://github.com/allentown521/saladict/blob/master/LICENSE +ShortDescription: A cross-platform software for text translation and recognize. +Tags: +- saladict +- tauri +- translate +- translation +ReleaseNotes: |- + 4.0.2 (2026-08-08) + Bugs fixed: + - fix bing translate not working + - fix deepseek model name +ReleaseNotesUrl: https://github.com/allentown521/saladict/releases/tag/4.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.yaml b/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.yaml new file mode 100644 index 0000000000000..132b3e5e358dd --- /dev/null +++ b/manifests/a/allentown521/Saladict/4.0.2/allentown521.Saladict.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: allentown521.Saladict +PackageVersion: 4.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/aroum/che/26.8.7/aroum.che.installer.yaml b/manifests/a/aroum/che/26.8.7/aroum.che.installer.yaml new file mode 100644 index 0000000000000..f613310357c91 --- /dev/null +++ b/manifests/a/aroum/che/26.8.7/aroum.che.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: aroum.che +PackageVersion: 26.8.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: che-v26.8.7-x86_64-pc-windows-msvc\ch.exe + PortableCommandAlias: ch +- RelativeFilePath: che-v26.8.7-x86_64-pc-windows-msvc\che.exe + PortableCommandAlias: che +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aroum/che/releases/download/v26.8.7/che-v26.8.7-x86_64-pc-windows-msvc.zip + InstallerSha256: 3C1F6BDBBBD6BFA5CC78FC785E7175118FB58988D674D6D87D8F34E599256183 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/aroum/che/26.8.7/aroum.che.locale.en-US.yaml b/manifests/a/aroum/che/26.8.7/aroum.che.locale.en-US.yaml new file mode 100644 index 0000000000000..f1e07be0aae9c --- /dev/null +++ b/manifests/a/aroum/che/26.8.7/aroum.che.locale.en-US.yaml @@ -0,0 +1,17 @@ +# 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: aroum.che +PackageVersion: 26.8.7 +PackageLocale: en-US +Publisher: aroum +PublisherUrl: https://github.com/aroum +PackageName: che +PackageUrl: https://github.com/aroum/che +License: MIT +LicenseUrl: https://github.com/aroum/che/blob/HEAD/LICENSE +ShortDescription: Blazing fast terminal file manager written in Rust, based on async I/O with true dual panel mode +ReleaseNotes: 'Full Changelog: v0.2.0...v26.8.7' +ReleaseNotesUrl: https://github.com/aroum/che/releases/tag/v26.8.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aroum/che/26.8.7/aroum.che.yaml b/manifests/a/aroum/che/26.8.7/aroum.che.yaml new file mode 100644 index 0000000000000..162227a5e4983 --- /dev/null +++ b/manifests/a/aroum/che/26.8.7/aroum.che.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: aroum.che +PackageVersion: 26.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..257309fc64ed0 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk +PackageVersion: 8.7.0 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ProductCode: 百度云管家 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_8.7.0.101.exe + InstallerSha256: 312EA90A0623E1E414652B04B9275A06BF47E071A83CACFAF31FBBB734C9B748 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..4703a86cbb377 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.en-US.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: Baidu.BaiduNetdisk +PackageVersion: 8.7.0 +PackageLocale: en-US +Author: Beijing Duyou Technology Co., Ltd. +License: Proprietary +ShortDescription: Personal cloud service product by Baidu. +Description: Baidu Netdisk is a convenient and easy-to-use cloud storage product that is serving more than 700 million users, which has mass storage and several self-hosted data centers, supports backup, sharing, viewing and processing multiple types of files, and protects users' data security under two top international security certifications ISO27001 and ISO27018. It would be your best choice if you want to back up your data, free up your phone's space, share files with others or operate files online. +Tags: +- backup +- china +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- prc +- share +- sync +- upload +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a3bc5cd56ac32 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.7.0 +PackageLocale: zh-CN +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: https://privacy.baidu.com/policy +Author: 北京度友科技有限公司 +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: 专有软件 +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2026 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 百度公司出品的个人云服务产品 +Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 百度云 +- 百度云管家 +- 网盘 +ReleaseNotes: |- + 1. 百度网盘全新升级 + 2. 【智能播放器】播放器新增 AI 字幕、音频提取、逐帧观看、外网资源导入(Windows 本地图片右键打开方式选择智能播放器) + 3. 【时光轴】端内图片支持时光轴模式,支持按时间线和标签回溯图片,查找更高效 + 4. 【悬浮球】一键轻松截取长页面,信息记录更完整;新增独立悬浮提示,传输进度看得见 +PurchaseUrl: https://pan.baidu.com/buy/center +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..bfa15c88b527f --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk +PackageVersion: 8.7.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml new file mode 100644 index 0000000000000..3d26f091ecaef --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/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.7.1 +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.7.1/dji-metadata-embedder-setup-2.7.1.exe + InstallerSha256: 45660DCB5AD946D52B331BE301A06A5B8C8CEF3AE2BCB72CC0BFA7F17B2F8BAA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..50dd010b9b1bd --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/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.7.1 +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.7.1 +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.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml new file mode 100644 index 0000000000000..6a032e1f18eaa --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/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.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.installer.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.installer.yaml new file mode 100644 index 0000000000000..7656f94322ca5 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: MyTerminal +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CrazyFigure/MyTerminal/releases/download/v0.7.2/MyTerminal_0.7.2_windows_x64-setup.exe + InstallerSha256: 18F91044DB0BE83CF451162FF4D04F3A2F4D45519C493ADA849DA00815696297 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.en-US.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.en-US.yaml new file mode 100644 index 0000000000000..5fd099370c2cd --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.en-US.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: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +PackageLocale: en-US +ShortDescription: A modern desktop SSH terminal manager built with Rust, Tauri 2, and React. +Description: |- + A modern desktop SSH terminal manager built with Rust, Tauri 2, and React. + MyTerminal brings terminal tabs, SSH profiles with jump hosts and proxies, SFTP file management, remote file editing, local port forwarding, and WebDAV backup into one clean desktop app. It is designed for developers and operators who want a lightweight, open, and hackable alternative to heavyweight remote terminal suites. +Tags: +- console +- download +- file +- remote +- server +- sftp +- shell +- ssh +- terminal +- transfer +- upload +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.zh-CN.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.zh-CN.yaml new file mode 100644 index 0000000000000..22f8f28333377 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +PackageLocale: zh-CN +Publisher: myterminal +PublisherUrl: https://github.com/CrazyFigure +PublisherSupportUrl: https://github.com/CrazyFigure/MyTerminal/issues +PackageName: MyTerminal +PackageUrl: https://github.com/CrazyFigure/MyTerminal +License: MIT +LicenseUrl: https://github.com/CrazyFigure/MyTerminal/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 CrazyFigure +ShortDescription: 一个基于 Rust、Tauri 2 和 React 构建的现代桌面 SSH 终端管理工具。 +Description: |- + 一个基于 Rust、Tauri 2 和 React 构建的现代桌面 SSH 终端管理工具。 + MyTerminal 把终端标签页、支持跳板机与代理的 SSH 连接管理、SFTP 文件管理、远程文件编辑、本地端口转发和 WebDAV 备份放到一个清爽的桌面应用里。它面向开发者和运维场景,希望提供一个轻量、开放、可折腾的远程终端工具。 +Tags: +- sftp +- shell +- ssh +- 上传 +- 下载 +- 传输 +- 控制台 +- 文件 +- 服务器 +- 终端 +- 远程 +ReleaseNotes: |- + 新增: + - 实现终端分屏功能支持标签拖拽布局 + 修复: + - 本次暂无修复项。 + 优化: + - update star history +ReleaseNotesUrl: https://github.com/CrazyFigure/MyTerminal/releases/tag/v0.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.yaml new file mode 100644 index 0000000000000..c18e71793e374 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.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: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.installer.yaml b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.installer.yaml new file mode 100644 index 0000000000000..8ef0a43af3d33 --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.4.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.4.0/entra-emulator_0.4.0_windows_arm64.zip + InstallerSha256: 4a028a0f2f9bda2c0895141955d87e655d0c6c3aa763e15f9b5deec3089c8f1a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.4.0/entra-emulator_0.4.0_windows_amd64.zip + InstallerSha256: 95ab9f0b9b165c2781a27d5d10c3e9d99a7950d0d41e413470c39230592fd2d2 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.locale.en-US.yaml b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.locale.en-US.yaml new file mode 100644 index 0000000000000..d29513f36cfac --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.locale.en-US.yaml @@ -0,0 +1,27 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: calvinchengx +PackageName: entra-emulator +PackageUrl: https://github.com/calvinchengx/entra-emulator +License: Apache-2.0 +ShortDescription: A local, MSAL-compatible emulator of Microsoft Entra ID (Azure AD) in a single Go binary. +Description: | + Entra Emulator is a local, MSAL-compatible emulator of Microsoft Entra ID + (Azure AD) in a single Go binary: the OIDC/OAuth 2.0 v2.0 endpoints MSAL + talks to, a minimal read-only Microsoft Graph, and an admin REST API — so + you can develop sign-in, token acquisition, and protected-API calls + offline with no cloud tenant. Local development tool only. +Moniker: entra-emulator +Tags: + - entra + - azure-ad + - oidc + - oauth2 + - msal + - emulator +ReleaseNotesUrl: https://github.com/calvinchengx/entra-emulator/releases/tag/v0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.yaml b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.yaml new file mode 100644 index 0000000000000..ac54975c1a1ee --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 0000000000000..bb7beff291ee0 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.33.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.33.1/Termpolis.Setup.1.33.1.exe + InstallerSha256: 9CA79041D39506A684A1295249BD66CA47EBE96A73348182B8658B73377E7DB5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 0000000000000..a757bb052f5ff --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.33.1 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: |- + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.33.0...v1.33.1 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.33.0...v1.33.1 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.33.0...v1.33.1 +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.33.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76b2e956c1c1d --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.33.1 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.yaml new file mode 100644 index 0000000000000..559dab130a697 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.33.1/DavidEngelhart.Termpolis.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.33.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 0000000000000..0146747ed7a75 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ReasonixReasonix +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.21.3/Reasonix-windows-amd64-installer.exe + InstallerSha256: 57EF26E65C4254590ACD39CE1A531D3CF5EC98DE5813DA31836FF27BB7C798D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..15da73401d2f1 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 此版本为思考过程带来 Markdown 渲染,为自定义网关提供显式 Kimi K3 推理支持,新增存储路径展示与自适应无进展防护,并修复 Windows 安装位置、任务栏分组、重试导致的提前压缩以及流合并问题。 + 发布渠道:稳定版 · v1.21.3 + English → · 网页版完整更新日志 → + 使用攻略 + - 自定义 Kimi K3 网关设置 — 了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。 + - 自定义 Kimi K3 网关设置(中文) — 了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。 + 概览 + Reasonix v1.21.3 — Reasonix v1.21.3 + 此版本为思考过程带来 Markdown 渲染,为自定义网关提供显式 Kimi K3 推理支持,新增存储路径展示与自适应无进展防护,并修复 Windows 安装位置、任务栏分组、重试导致的提前压缩以及流合并问题。 + 发布日期:2026-08-08 + 重点内容 + - 思考过程现在以 Markdown 渲染 — 推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。 (#7940) + - 存储路径可见,Windows 保留安装位置 — 设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。 (#7942) + - 自定义网关的显式 Kimi K3 推理 — 自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。 (#7903) + - 修复 Windows 任务栏图标分组 — 从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。 (#7925) + - 修复重试导致的提前压缩决策 — 自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。 (#7930) + - 自适应无进展防护取代固定轮次计数 — 代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。 (#7915) + - 流合并现在在热路径上生效 — 修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。 (#7905) + 新功能 + - 自定义网关的显式 Kimi K3 推理 — 自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。 (#7903) + 改进 + - 思考过程现在以 Markdown 渲染 — 推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。 (#7940) + - 存储路径可见,Windows 保留安装位置 — 设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。 (#7942) + - 自适应无进展防护取代固定轮次计数 — 代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。 (#7915) + 修复 + - 修复 Windows 任务栏图标分组 — 从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。 (#7925) + - 修复重试导致的提前压缩决策 — 自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。 (#7930) + - 流合并现在在热路径上生效 — 修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。 (#7905) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola、@esengine + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.21.3 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74d1d26249211 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 0000000000000..fd57a33b1f1ae --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.installer.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.installer.yaml new file mode 100644 index 0000000000000..ebdbc9edc8d13 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-x64-en-US.msi + InstallerSha256: CEB1CE9FE52FC0E3D3A09314CA62A0CFB615EAF637CF0FB85A61BA05E9C75D08 + InstallerLocale: en-US + ProductCode: '{AB308767-EAB8-43C3-8655-60FD9E2CBB40}' + AppsAndFeaturesEntries: + - ProductCode: '{AB308767-EAB8-43C3-8655-60FD9E2CBB40}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: arm64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-arm64-en-US.msi + InstallerSha256: FBAEE1057B0289BC5C8F6F44B7108E1D82571850852074533B62C4AFC3A6718B + InstallerLocale: en-US + ProductCode: '{F1600262-3E6D-41FD-9A9C-B160962A78F9}' + AppsAndFeaturesEntries: + - ProductCode: '{F1600262-3E6D-41FD-9A9C-B160962A78F9}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-x64-zh-CN.msi + InstallerSha256: D0DEF46A20A26683190FA1C805AA367CFCB2B7FD14CDDA65D1F86C41BDDAAEE6 + InstallerLocale: zh-CN + ProductCode: '{A97D7C7F-7EBF-46DA-A3EE-D7E800657D20}' + AppsAndFeaturesEntries: + - ProductCode: '{A97D7C7F-7EBF-46DA-A3EE-D7E800657D20}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: arm64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-arm64-zh-CN.msi + InstallerSha256: 5CF092FF96F1AB9F66CBE463AEC46F02ED80FC9230B81179F28B8BA459B9BA50 + InstallerLocale: zh-CN + ProductCode: '{6E443018-80AC-49FA-9BBA-612E3F44E6B7}' + AppsAndFeaturesEntries: + - ProductCode: '{6E443018-80AC-49FA-9BBA-612E3F44E6B7}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.en-US.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.en-US.yaml new file mode 100644 index 0000000000000..3401d50a2802b --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +PackageLocale: en-US +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/en/support +PrivacyUrl: https://fafarunner.com/en/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: Enjoy smooth gameplay, stunning graphics, and endless fun. +Description: | + Step into the enchanting world of FaFa Runner: Dawn Legends, where an epic adventure awaits! Developed using Flutter and the Flame engine, this RPG delivers a seamless gaming experience with stunning visual effects. + + Embark on your journey as a brave adventurer, explore mysterious lands, uncover hidden secrets, and face endless challenges. With rich story-driven quests and diverse character progression systems, every battle offers a unique sense of achievement. + + Key Features: + + Dynamic Combat System: Enjoy intuitive controls and fluid action as you take on powerful enemies and formidable bosses. + Gorgeous Visuals: Experience vivid graphics and captivating animations, thanks to the powerful Flutter and Flame engine. + Rich Quest System: Engage in main quests and side stories, with each adventure offering surprises and challenges. + Customizable Character Growth: Tailor your hero with various skills and equipment to build the ultimate warrior. + Interactive World Exploration: Discover hidden treasures and secret locations across a fantastical map. + + Join FaFa Runner: Dawn Legends and create your own legendary tale in this magical world. Download now and begin your epic adventure! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v3.2.2.397/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.zh-CN.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16e381777b778 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +PackageLocale: zh-CN +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/zh/support +PrivacyUrl: https://fafarunner.com/zh/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: 享受流畅的游戏、令人惊叹的图形和无尽的乐趣。 +Description: | + 踏入《发发跑酷》的魔幻世界,开启一段前所未有的奇幻旅程!这款RPG游戏由Flutter和Flame引擎精心打造,为你带来流畅的游戏体验和绚丽的视觉效果。 + + 在这里,你将化身为一位勇敢的冒险者,探索神秘的大陆,解锁隐藏的秘密,迎接无尽的挑战。游戏中拥有丰富的剧情任务和多样的角色成长系统,让你在每一次战斗中都能体验到前所未有的成就感。 + + 主要特点: + + 动感十足的战斗系统:使用直观的操作,体验流畅的动作打击感,挑战各种强大的敌人和首领。 + 绚丽的视觉效果:利用Flutter和Flame引擎的强大性能,呈现精美的画面和生动的动画效果。 + 丰富的任务系统:从主线任务到支线剧情,每一次冒险都充满惊喜和挑战。 + 多样化的角色成长:自由定制你的角色,选择不同的技能和装备,打造最强的战斗力。 + 互动式的世界探索:探索充满奇幻的地图,发现隐藏的宝藏和秘密地点。 + + 加入《发发跑酷》,在这个奇妙的世界中书写属于你的传奇故事。赶快下载,开启你的冒险之旅吧! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v3.2.2.397/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.yaml new file mode 100644 index 0000000000000..e1fe8866c14d3 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.installer.yaml b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.installer.yaml new file mode 100644 index 0000000000000..7af4c60a1af8c --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.39.46.4170 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fluxzy.exe + PortableCommandAlias: fluxzy +- RelativeFilePath: fluxzynetcap.exe + PortableCommandAlias: fluxzynetcap +ReleaseDate: 2026-08-07 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/haga-rak/fluxzy.core/releases/download/v1.39.46.4170/fluxzy-cli-1.39.46.4170-win-x86.zip + InstallerSha256: 0B26732F6A87F2001151CEDD39D046D0322A9BA14432D18CFACF4A3BDEBFA7AC +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.locale.en-US.yaml b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.locale.en-US.yaml new file mode 100644 index 0000000000000..14018ab2c376d --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.39.46.4170 +PackageLocale: en-US +Publisher: Fluxzy SAS +PublisherUrl: https://github.com/haga-rak +PublisherSupportUrl: https://github.com/haga-rak/fluxzy.core/issues +PackageName: Fluxzy +PackageUrl: https://github.com/haga-rak/fluxzy.core +License: GPLv3 +LicenseUrl: https://github.com/haga-rak/fluxzy.core/blob/HEAD/LICENSE.md +ShortDescription: MITM HTTP debugging proxy for intercepting and altering HTTP/1.1, H2, and WebSocket traffic +Tags: +- csharp +- dotnet +- http +- http-archive +- http2 +- https +- impersonate +- mitm +- mitmproxy +- pcap +- proxy +ReleaseNotes: |- + Official .NET builds are signed and published at nuget.org. + vv1.39.46 vv1.39.46 + - CLI binaries are available as assets or downloadable via this page. + - Docker images are available at Docker Hub. + CLI Installation + npm (Windows, macOS, Linux): + npm install -g @fluxzy/cli + Or run directly without installing: + npx @fluxzy/cli start --llo + Windows (winget): + winget install Fluxzy.Fluxzy + macOS (Homebrew): + brew tap haga-rak/fluxzy + brew install fluxzy + What's Changed + Fixes + - Fix/track downstream http stream halves by @bbartels in #764 + - Fix event writer body dispatch by @bbartels in #766 + Dependencies + - Bump Fluxzy.Core from 1.37.2 to 1.39.45 by @dependabot[bot] in #759 + - Bump Fluxzy.Core.Pcap from 1.38.20 to 1.39.45 by @dependabot[bot] in #760 + - Bump Grpc.Tools from 2.82.0 to 2.83.0 by @dependabot[bot] in #761 + - Bump System.Threading.AccessControl from 10.0.9 to 10.0.10 by @dependabot[bot] in #771 + - Bump System.IO.Pipelines from 10.0.9 to 10.0.10 by @dependabot[bot] in #770 + - Bump MessagePack from 2.5.301 to 2.5.302 by @dependabot[bot] in #762 + - Bump Grpc.Net.Client from 2.80.0 to 2.83.0 by @dependabot[bot] in #769 + Other Changes + - Use the native macOS authorization dialog for graphical elevation by @haga-rak in #757 + - Fix downstream exchange channel completion by @bbartels in #763 + - Coalesce HTTP/1 chunk frames and use memory-based copy paths by @bbartels in #765 + - Fix HTTP/2 stream buffer ownership by @bbartels in #767 + Full Changelog: v1.39.45.50076...v1.39.46.4170 +ReleaseNotesUrl: https://github.com/haga-rak/fluxzy.core/releases/tag/v1.39.46.4170 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.yaml b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.yaml new file mode 100644 index 0000000000000..a599c484c2be3 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.39.46.4170 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..30c959d54851a --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/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.89 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.89/TK-Copilot.Setup.1.8.89.exe + InstallerSha256: A9E5905B02593467343B3AD8C84A70FD5DBDF539B0182F7DC7F0D9EAC7ADD7B1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.89/TK-Copilot.Setup.1.8.89.exe + InstallerSha256: A9E5905B02593467343B3AD8C84A70FD5DBDF539B0182F7DC7F0D9EAC7ADD7B1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..6b7d46a295132 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/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.89 +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.89 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f857a20a7f21 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/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.89 +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.89/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..40f454772e02a --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/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.89 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.installer.yaml b/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.installer.yaml new file mode 100644 index 0000000000000..0df7274ece3f8 --- /dev/null +++ b/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gentian28.ResumeBuilder +PackageVersion: 1.2.3 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Gentian28/resume-builder/releases/download/v1.2.3/ResumeBuilder-win-Setup.exe + InstallerSha256: 003B2D9C0AE3A583B8464157B5DAF0C9DE4CFAC1DA1B20B3D2F75FD97F6A6E8A +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.locale.en-US.yaml b/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.locale.en-US.yaml new file mode 100644 index 0000000000000..2c60126b25ee6 --- /dev/null +++ b/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gentian28.ResumeBuilder +PackageVersion: 1.2.3 +PackageLocale: en-US +Publisher: Gentian Shkembi +PublisherUrl: https://www.gentianshkembi.com +PublisherSupportUrl: https://github.com/Gentian28/resume-builder/issues +Author: Gentian Shkembi +PackageName: Resume Builder +PackageUrl: https://github.com/Gentian28/resume-builder +License: MIT +LicenseUrl: https://github.com/Gentian28/resume-builder/blob/main/LICENSE +Copyright: Copyright (c) 2026 Gentian Shkembi +CopyrightUrl: https://github.com/Gentian28/resume-builder/blob/main/LICENSE +ShortDescription: Offline resume builder with 25 templates, live PDF preview and ATS keyword analysis. +Description: |- + A cross-platform desktop resume builder. Edit in a live editor with a real-time PDF preview, + pick from 25 resume templates and 3 cover-letter templates, and export to PDF, DOCX, HTML, + PNG, plain text or JSON Resume. Import from a LinkedIn data export, an existing PDF, or + JSON Resume. + + Your resume never leaves your machine. There is no account and no upload: resumes are stored + in a local SQLite database, and the optional AI features can run against a local model such as + Ollama or LM Studio, so summaries, skill suggestions and bullet rewrites work fully offline. + Keyword matching and ATS scoring are local computation and need no model at all. + + Exporting is free and always has been - there is no paywall between you and your own resume. +Moniker: resume-builder +Tags: +- ats +- avalonia +- cover-letter +- curriculum-vitae +- cv +- cv-builder +- dotnet +- offline +- open-source +- pdf +- privacy +- resume +- resume-builder +ReleaseNotesUrl: https://github.com/Gentian28/resume-builder/releases/tag/v1.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.yaml b/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.yaml new file mode 100644 index 0000000000000..cfd0a7378d80e --- /dev/null +++ b/manifests/g/Gentian28/ResumeBuilder/1.2.3/Gentian28.ResumeBuilder.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: Gentian28.ResumeBuilder +PackageVersion: 1.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.installer.yaml b/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.installer.yaml new file mode 100644 index 0000000000000..6a3aa8a1cdcc0 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.installer.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.1.6 +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.1.6/GitHub-Copilot-windows-x64-setup.exe + InstallerSha256: DF436F0F460DCDA87BC0806A3EB9A0E081C8D47BE43A56D71C2E628A63C6D52D + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.1.6/GitHub-Copilot-windows-x64.msi + InstallerSha256: 0FD0E1B901DA13A40F6912B0D08B6AF53312EE2DBE98B7A13669E24EF40751FB + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{39C52387-8A4A-49B9-821E-43A1D2CB6C05}' + AppsAndFeaturesEntries: + - ProductCode: '{39C52387-8A4A-49B9-821E-43A1D2CB6C05}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.1.6/GitHub-Copilot-windows-arm64-setup.exe + InstallerSha256: FE691FDA6D52462EDA0E0B10F29728A9EA216A29CD1DDD9D9E5CB215D62666B5 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.1.6/GitHub-Copilot-windows-arm64.msi + InstallerSha256: D3DB394E058802A2A9B5F4DBDACED8BC43297B52C4270F8F209AB37F160BF055 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{8162AB7A-06F3-42AD-B68A-3E8D32318C56}' + AppsAndFeaturesEntries: + - ProductCode: '{8162AB7A-06F3-42AD-B68A-3E8D32318C56}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.locale.en-US.yaml b/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.locale.en-US.yaml new file mode 100644 index 0000000000000..39ddb177aacee --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.1.6 +PackageLocale: en-US +Publisher: GitHub Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +Author: GitHub Inc. +PackageName: GitHub Copilot +PackageUrl: https://github.com/features/preview/github-app +License: Proprietary +LicenseUrl: https://github.com/github/app/blob/HEAD/License.md +ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place. +Description: |- + The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs. + + The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself. +Moniker: copilot-app +ReleaseNotes: |- + What's new in v1.1.6 + + Highlights + - Added controls to delete outdated local review comments and conversations from the Changes view without affecting GitHub review data. + - Pull request review comments now show an Outdated badge when their original code has changed, with a simplified file path label. + - Improved the Manage marketplaces dialog with clearer source rows, in-dialog error and progress feedback, and better focus handling. + - Sidebar and right-side panels now open and close instantly, without animation, keeping your conversation scroll position stable. + - Bulk-archiving sessions now prioritizes closed and merged pull request sessions first before archiving everything in a section. + + Added + - Added controls to delete outdated local review comments and conversations from the Changes view without affecting GitHub review data. + - Show an Outdated badge on pull request review comments whose original code has since changed, and simplify the location label to just the file path. + + Changed + - Archiving closed or merged pull request sessions from the sidebar now happens immediately, without a confirmation dialog. + - Bulk-archiving sessions grouped by date or status now prioritizes archiving closed and merged pull request sessions first, only falling back to archiving all sessions in a section when there is nothing completed to clean up. + - Improved the Manage marketplaces dialog with clearer source rows, in-dialog error and progress feedback, and better focus handling when removing marketplaces or their plugins. + - Issue and pull request timeline events now show clearer per-event icons, including a distinct closed icon for pull requests that were closed without merging. + - Moved the context window (long context) option into the reasoning picker in the composer, keeping the model details view focused on informational pricing details. + - Sidebar and right-side panels now open and close instantly, without animation, and keep your conversation scroll position stable. + - Simplified merge blocker messages for repository rules, required checks, and approvals to be more concise. + - Simplified the wording and layout of the storage and worktree location settings. + + Fixed + - "Open in Visual Studio" now opens the workspace's solution file instead of landing on the folder view. + - Editing a Markdown file with nested lists indented using something other than four spaces no longer rewrites the whole file's list indentation and adds stray backslashes on save. + - Fixed a blank conversation view when opening a child session immediately after creating it; a "Creating worktree..." progress indicator now shows until the session is ready. + - Fixed a bug in the Files tab where right-clicking a nested folder and choosing New file, New folder, Rename folder, or Delete folder could unexpectedly collapse its parent folder, hiding the resulting input field. + - Fixed a bug where enabling or refreshing plugins during an active session could break the session and cause subsequent messages to fail. + - Fixed a bug where the new automation dialog could get stuck showing "Loading tools…" indefinitely when cloud automation tools failed to load; it now shows the error with a retry option. + - Fixed a crash that could occur when attaching a file while the cursor was in certain positions in the prompt box. + - Fixed a double scrollbar in the outdated comments panel and improved spacing between comment groups from different files. + - Fixed a failed session archive removing the session from the sidebar even though it was never actually archived. + - Fixed a failing check's "Open on GitHub" action not opening when its log link couldn't be resolved safely, falling back to the pull request's checks page instead. + - Fixed a phantom media player showing up in the system tray/notification area on Linux. + - Fixed a session's sidebar status staying stuck on Done when the agent resumed work on its own without a new message from you. + - Fixed an issue on macOS where a file change in one folder could incorrectly be reported for a same-named file in a different folder. + - Fixed an issue on Windows where the app could fail to recover its local data after an unexpected shutdown or corruption. + - Fixed an issue where long-running responses could be stopped unexpectedly after conversation compaction happened multiple times in a row. + - Fixed an issue where switching models or manually compacting a conversation could incorrectly trigger the "compaction repeated too quickly" safety message on the next response. + - Fixed archiving or deleting a workspace on Windows sometimes failing because an open terminal was still using the workspace's folder + - Fixed crashes that could occur in markdown rendering, the Invertocat animation, and tab navigation. + - Fixed duplicate/ghost file headers appearing in the diff view around review threads until scrolling. + - Fixed extension canvas content in the right panel sometimes staying misaligned over the conversation after resizing the sidebar or panel layout. + - Fixed external links on Windows re-prompting after you dismissed a shell-open prompt, and added a copyable error toast when a link genuinely fails to open. + - Fixed external links sometimes silently failing to open on Windows by falling back to the system file explorer when the default launch method fails. + - Fixed GitHub issue and pull request links in automation run transcripts so they open in the run's side panel instead of doing nothing. + - Fixed inbox widget links pointing to github.com instead of the correct GitHub Enterprise URL for PRs and issues. + - Fixed issue and pull request labels sometimes showing the wrong color family (e.g. a pale yellow label appearing auburn). + - Fixed local-only branches not appearing as selectable base branches when creating a new workspace from an existing branch. + - Fixed removing a project appearing to do nothing while it deletes, which could let a second confirmation trigger duplicate deletion attempts. The project now disappears immediately with a status toast, and reappears automatically if removal fails. + - Fixed reopening a pull request that was previously closed getting stuck with a broken session instead of starting a fresh one. + - Fixed the bottom fade in the conversation view overlaying the last message when the transcript is scrolled to the bottom. + - Fixed the changed-files list briefly showing an empty state instead of loading while file changes were still being loaded. + - Fixed the chat transcript getting stuck and unable to scroll while text was selected. + - Fixed the cloud automation dialog blocking creation when no optional tools were selected, so automations relying only on built-in tools can now be created. + - Fixed the composer's slash-command skill menu getting permanently stuck and no longer showing newly available skills after a failed skill list refresh. + - Fixed the conversation and composer shifting and getting clipped when changing the app's zoom level on Linux. + - Fixed the Enterprise Cloud server address field getting stuck after a failed sign-in attempt, so you can correct and resubmit the address. + - Fixed the environment picker sometimes hiding "This machine" as an option after attaching an existing project's checkout on another environment. + - Fixed the header corners of a collapsed inline comment thread appearing disconnected from an open reply draft. + - Fixed the in-app feedback form incorrectly staying unavailable after switching from a managed account to a personal account. + - Fixed the Insights tab not appearing when clicking "View session insights" from the session title popover. + - Fixed the Manage sessions title overlapping the sidebar toggle when collapsed. + - Fixed the markdown editor endlessly widening a code span that contains only spaces every time the file was saved or reopened. + - Fixed the message edit box scrolling out of view or being hidden behind the composer when editing a chat message. + - Fixed the model picker sometimes resetting to "Select model" and losing the session's reasoning effort and context tier after switching models while a turn was in progress. + - Fixed the outdated comments panel overlapping or duplicating content in the diff view, and grouped multiple outdated comments for the same file under one heading. + - Fixed the plugin details dialog sometimes showing skills from the previously-viewed plugin when switching between plugins. + - Fixed the Terminal tab being unusable in a new local folder session until the first message was sent. + - Fixed unpublished pull request and issue comments being lost when navigating away and back. + - Launching the app again while it's already running now focuses the existing window instead of opening a duplicate instance. + - Links in assistant responses that point to files in your project now open in the Files panel instead of being stripped as invalid links. + - MCP server statuses in Settings no longer flicker to unauthenticated or failed while reconnecting after opening MCP settings or changing a server. Failed connections now show a clearer "Connection failed" message with full, readable error details. + - Screen readers now announce the default timeout hint when adding or editing MCP servers + - Uninstalling or disabling a plugin now stops its extension process instead of leaving it running in the background. + - When a commit fails or appears to hang because your signing key can't prompt for a passphrase, the app now explains what happened and how to fix it, instead of showing a raw git error or seeming to do nothing. + - WSL environment settings no longer appear on macOS and Linux, where they can't be used. +ReleaseNotesUrl: https://github.com/github/app/releases/tag/v1.1.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.yaml b/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.yaml new file mode 100644 index 0000000000000..5280168573c98 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.6/GitHub.CopilotApp.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: GitHub.CopilotApp +PackageVersion: 1.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..44bfd2a950ace --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.3.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.0/Gitify-Setup-7.3.0.exe + InstallerSha256: 3154C20EC313AC20A4BEBD2CA48016C68FBEA7E340D35672575C6C230B802110 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.0/Gitify-Setup-7.3.0.exe + InstallerSha256: 3154C20EC313AC20A4BEBD2CA48016C68FBEA7E340D35672575C6C230B802110 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..0adcfea5e4464 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.0 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotes: |- + 7.3.0 (2026-08-08) + 🚀 Features + - metrics: add pills for issue and stacked (#3159) (c0b8718) + - theme: add a Glass option to show status icon colors (19fa9fd) + - theme: add a Glass option to show status icon colors (#3158) (a17ca8a) + - theme: add design-language chrome token layer via @theme inline (f21a27a) + - theme: add design-language settings axis with Classic/Glass selector (21e4c9a) + - theme: add Glass design language (#3130) (3505bbe) + - theme: add Glass shell surfaces with per-platform material branch (b4c1e5e) + - theme: add useAppearance hook with design-language root attributes (83126c1) + - theme: apply Glass to controls, list rows, and overlays (fe3afab) + - theme: bare the Glass account-profile button inside account cards (22ab3d0) + - theme: degrade Glass to solid under reduced transparency / contrast (e5859d6) + - theme: desaturate Glass status palette toward a native tone (627957e) + - theme: dissolve sidebar into unified Glass and mute the primary CTA (d9065bd) + - theme: float the Glass account header directly on the glass (3aa607a) + - theme: lighten Glass tints, soften blur, and use a translucent nav selection (fb7fae2) + - theme: make Glass translucency always-on and add a visible sidebar divider (86dcbf9) + - theme: make the sidebar logo follow the icon colour under Glass (80b6298) + - theme: re-add high contrast for Classic, driven by the setting and the OS (1446862) + - theme: refine Glass surfaces (26a88db) + - theme: soften notification grouping bands and count pills under Glass (10db05d) + - theme: wire macOS window vibrancy via IPC for Glass (8ecbe70) + - ui: fade scrollable content at the top and bottom edges (#3124) (cd6a1ad) + 🐛 Bug Fixes + - bitbucket: fallback for missing notification URLs (#3131) (0fbe08f) + - correct online state on startup instead of waiting for a network event (#3147) (1110bde) + - online state (3d45a5d) + - rollback failed notification interaction with visual warning (#3145) (cfa12a2) + - seed online status from the online manager on first render (b5f72e2) + - sonarqube issues (046bb8e) + - theme: construct a transparent vibrant window on macOS so Glass material shows (9cc01ea) + - theme: harden the native-theme sync (9b3df25) + - theme: keep Glass status icons monochrome (39744c0) + - theme: keep Glass translucent after a runtime Classic to Glass switch (f926d56) + - theme: make Glass vibrancy show the real desktop on macOS (11433a1) + - theme: resolve Glass tokens under the System theme (5242380) + - theme: resolve the base colour tokens under the System theme (3d77d37) + - theme: restore the notification status icon colours (850f7c0) + 🧼 Code Refactoring + - api: configure gc and stale time (#3146) (a9c0021) + - bitbucket: simplify repo url transform (#3133) (c15b323) + - components: import Primer directly instead of the ui barrel (da34ca4) + - correct online state before any query can run (223992f) + - settings: drop the redundant "value display" comments (a421629) + - simplify bitbucket repo url (c15b323) + - theme: drop the redundant light-dark scoping comment (6c03cf7) + - theme: route renderer through app-owned ui/ layer with import boundary (ab9fc5b) + - theme: source the base colour tokens from Primer (#3148) (28a3566) + - theme: trim non-essential comments (90dc3f3) + 🤖 Continuous Integration + - deploy website after the release pipeline publishes (#3123) (da807d2) + - format contributors section as unordered list (#3126) (a9726d3) + - skip release PR generation when a release was just created (#3120) (4fc6f83) + 🫶 Contributors + - @ShiroKSH + - @afonsojramos + - @setchy + New Contributors + - @ShiroKSH made their first contribution in https://github.com/gitify-app/gitify/pull/3131 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.3.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d6db17d88877d --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.3.0 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.0.1 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..8c38b2a7b0cfc --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..ccd33b84f2796 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.3.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.1/Gitify-Setup-7.3.1.exe + InstallerSha256: 98494FB7A7963BA1EA2A4112BC25291D0E95943F076F77822B35483A38724FE1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.1/Gitify-Setup-7.3.1.exe + InstallerSha256: 98494FB7A7963BA1EA2A4112BC25291D0E95943F076F77822B35483A38724FE1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..707fc978e9506 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.1 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotes: |- + 7.3.1 (2026-08-08) + 🐛 Bug Fixes + - restart to install update, and three update-flow bugs (#3167) (01fed23) + 🫶 Contributors + - @afonsojramos +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.3.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fede60b42fa80 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.3.1 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.0.1 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..5f637ef55811b --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.installer.yaml similarity index 55% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.installer.yaml index fb9421dc0fdf4..48234cc435d4d 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.7992.3 +PackageVersion: 153.0.7997.0 InstallerType: exe Scope: user InstallModes: @@ -35,16 +35,16 @@ FileExtensions: - xht - xhtml ProductCode: Google Chrome -ReleaseDate: 2026-08-05 +ReleaseDate: 2026-08-08 Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ad4e7jkxup2joc74tlaqpaqil3dq_153.0.7992.3/153.0.7992.3_chrome_installer_uncompressed.exe - InstallerSha256: D8575FEEAAE6DCB108135F513B9FEF38B3FD874EC7A5A595D21BE431C83A8806 + InstallerUrl: https://dl.google.com/release2/chrome/bzaginktbjh5i3pjjt5zt4stmi_153.0.7997.0/153.0.7997.0_chrome_installer_uncompressed.exe + InstallerSha256: AB26BF207BBF0884F1FE4B67D0A9451186A51EE9D537FFC624877658B566AD01 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ad4w7bii3exotamrwnao4lw36gvq_153.0.7992.3/153.0.7992.3_chrome_installer_uncompressed.exe - InstallerSha256: E27604E2A815074A1C0A34A22732AE4340A51A8C34382539729EC991C28DDE2C + InstallerUrl: https://dl.google.com/release2/chrome/hx22n3fxfoqorvss7vzicv65sq_153.0.7997.0/153.0.7997.0_chrome_installer_uncompressed.exe + InstallerSha256: 97FD92BE796BBD71777DDCAAEF0B660F3C7F2CE20E9E2FCE59C2829C624D8626 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acef2jhtxoeuydjq64oj3xrs3naq_153.0.7992.3/153.0.7992.3_chrome_installer_uncompressed.exe - InstallerSha256: 132F5FBBCC36A29375117E059C47055CEEFA9FFD244AAD77D22AA836C77F9ABA + InstallerUrl: https://dl.google.com/release2/chrome/ac4cig4wtaae5ntdyukca5hp4ilq_153.0.7997.0/153.0.7997.0_chrome_installer_uncompressed.exe + InstallerSha256: 280726AA08D001CA174770862DA546CDDFECEB9E1FA69A0D5BBA4A6197FD21AD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.en-US.yaml index aede47abd46e3..040f97fabfcef 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.7992.3 +PackageVersion: 153.0.7997.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.nb-NO.yaml index d2c6a6d061502..c67d674ae3625 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.7992.3 +PackageVersion: 153.0.7997.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.zh-CN.yaml index f75991d1222ed..f61082b782ffa 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.7992.3 +PackageVersion: 153.0.7997.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.yaml index a20c9cf386ba3..54b5ad8dad994 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.7992.3 +PackageVersion: 153.0.7997.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.installer.yaml b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.installer.yaml new file mode 100644 index 0000000000000..3100133d1cf69 --- /dev/null +++ b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.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: GregoryKieffer.MarkdownBlaze +PackageVersion: 1.0.21 +InstallerLocale: en-US +InstallerType: inno +Scope: user +ProductCode: '{8B5E2A4C-6F1D-4E9A-9C3B-2D7A1F0E5B66}_is1' +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- ProductCode: '{8B5E2A4C-6F1D-4E9A-9C3B-2D7A1F0E5B66}_is1' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\MarkdownBlaze' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bwets/MarkdownBlaze/releases/download/v1.0.21/MarkdownBlaze-1.0.21-win-x64-setup.exe + InstallerSha256: E77E271793E9B8662FC5930549B2A172A5A92DAFF128B3B39F41794563118656 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.locale.en-US.yaml b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.locale.en-US.yaml new file mode 100644 index 0000000000000..77b4a6475aaa5 --- /dev/null +++ b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GregoryKieffer.MarkdownBlaze +PackageVersion: 1.0.21 +PackageLocale: en-US +Publisher: Gregory Kieffer +PublisherUrl: https://github.com/bwets +PublisherSupportUrl: https://github.com/bwets/MarkdownBlaze/issues +PackageName: MarkdownBlaze +PackageUrl: https://github.com/bwets/MarkdownBlaze +License: MIT +LicenseUrl: https://github.com/bwets/MarkdownBlaze/blob/HEAD/LICENSE +ShortDescription: A fast, offline Markdown viewer — syntax highlighting, Mermaid diagrams, callouts, and a live outline. +ReleaseNotes: 'Full Changelog: v1.0.18...v1.0.21' +ReleaseNotesUrl: https://github.com/bwets/MarkdownBlaze/releases/tag/v1.0.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.yaml b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.yaml new file mode 100644 index 0000000000000..be20f4cb3905a --- /dev/null +++ b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.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: GregoryKieffer.MarkdownBlaze +PackageVersion: 1.0.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..6ff45fef91264 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.198 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.198/ggcode_1.3.198_windows_x64.msi + InstallerSha256: D7D79F57D0864E2B346113AB03E3A31C659FD818046E12422B19C86C4565201D + ProductCode: '{5D83E45E-0DAB-4562-ACB1-4AF3AD9EFD05}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{5D83E45E-0DAB-4562-ACB1-4AF3AD9EFD05}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.198/ggcode_1.3.198_windows_arm64.msi + InstallerSha256: 8DDEDEA30CC209F4DF31571500BC2F567C214FFF818DD94369FE45313414E4F7 + ProductCode: '{F3E748B5-A93E-42B0-86E7-EDED48BAA5B3}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{F3E748B5-A93E-42B0-86E7-EDED48BAA5B3}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..b1a741b7971c8 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.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: gg.ai.ggcode-cli +PackageVersion: 1.3.198 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.198 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..8e1e87966f704 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.198 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.installer.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.installer.yaml new file mode 100644 index 0000000000000..16d820729ed84 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/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.5 +InstallerType: portable +Commands: +- codewhale +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.5/codewhale-tui-windows-x64.exe + InstallerSha256: 4F758E62071D5E71C23C97AA0242176AAD8E2BA4666D9236ACAFE181950BE687 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.en-US.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.en-US.yaml new file mode 100644 index 0000000000000..ed90e665053a6 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.9.5 +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 +ReleaseNotes: |- + Codewhale v0.9.5 consolidates the terminal application into one compiled runtime while preserving the familiar codewhale and codew commands. It also expands the managed Runtime API, makes session and Fleet work easier to inspect and resume, and removes the hidden local continuation backstop that could end productive work without a final assistant response. + Added + - model = "auto" for prompt-based tier selection: When set, the dispatcher analyses the user's prompt before delegating to the TUI and selects deepseek-v4-pro for complex tasks or deepseek-v4-flash for simple tasks (PR #5257). + - Runtime API controls for persistent goals, bounded memory inspection, MCP server and skill lifecycle management, and durable Fleet receipt evidence. + - Append-only session-tree history with /tree, /branch, /fork, and /resume, plus /rc remote control and managed login. + - A unified Fleet roster for built-in dispatch postures and a pinned indicator that keeps active background work visible above the composer. + - Incremental MCP registry refreshes that return the local snapshot immediately and update it in the background. + - Scout and Reviewer agents can use a bounded direct-command evidence shell for read-only workspace, Git, and GitHub inspection, and can keep private working notes in their own To-do while the durable transcript retains their evidence. + Changed + - codewhale-cli now contains the terminal runtime directly. Release installers expose byte-identical codewhale and codew commands without a separate TUI executable. The v0.9.5 asset set alone retains deprecated codewhale-tui-* filenames as byte-identical compatibility copies so installed v0.9.4 clients can discover and complete this upgrade. + - Startup release checks cache successful lookups for one hour. The updater downloads and verifies the primary runtime once, then refreshes any existing codew or legacy codewhale-tui command paths from the same bytes. + - Headless codewhale exec runs and verifier benchmark rollouts no longer impose a 100-step default. --max-turns remains available as an explicit opt-in ceiling; Fleet workers retain their separately configured budget. + - Goal token and time budgets are telemetry rather than default stop conditions, and automatic goal continuation is unlimited unless the user explicitly configures a continuation ceiling. + - Command-palette and slash-completion shadowing now share one alias-aware discovery contract. + - The website install guidance, localized product copy, navigation controls, social metadata, and Cloudflare build pipeline now describe and deploy the same one-runtime release contract. + Fixed + - The hidden 20-step no-user-input backstop no longer ends productive turns. Tool results, queued steering, child completions, REPL feedback, and goal continuations can all reach the next provider step and a final assistant response; explicit user-configured limits and genuine stuck-loop guards remain. + - Complete error details are directly inspectable after a failure instead of leaving the terminal with a clipped, unrecoverable error fragment. + - A newly minted OAuth credential is adopted in the same provider-selection flow instead of requiring a second picker trip. + - Fresh session titles can replace a stale cached New Session placeholder, unknown model context limits fail loudly, and release/source-install fallbacks no longer request binaries removed by the single-runtime conversion. + Contributors + - Sh1Zuku (@SparkofSpike) fixed stale cached session titles that could pin the New Session placeholder. + - Paulo Aboim Pinto (@aboimpinto) built the shared alias-aware command discovery contract and acceptance coverage. + - Sun Zhenyuan (@bistack) contributed the background incremental MCP Registry refresh. + - SKY ZHAO (@skyzhao1223) contributed prompt-based model = "auto" routing in PR #5257. +ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/CHANGELOG.md#095---2026-08-08 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.zh-CN.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9e3edd6572d34 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/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.5 +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.5/HunterBown.CodeWhale.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.yaml new file mode 100644 index 0000000000000..aa0b0a29a4548 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/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.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.installer.yaml similarity index 73% rename from manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml rename to manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.installer.yaml index a716d8cb0dfd6..4191f7e5403d8 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.29-8228f98 +PackageVersion: 2026.08.06-68d97a2 InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: Hypixel StudiosHytale Launcher -ReleaseDate: 2026-07-29 +ReleaseDate: 2026-08-08 AppsAndFeaturesEntries: - ProductCode: Hypixel StudiosHytale Launcher InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\Programs\Hypixel Studios\Hytale Launcher' Installers: - Architecture: x64 - InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.07.29-8228f98.exe - InstallerSha256: 3331A72E737EF041863A1C26ABC96B953C18A5DBDAC49342130748B91F92EA74 + InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.08.06-68d97a2.exe + InstallerSha256: 837CB6EA097F59AC24DC15EADD4CB999A3C218A742A69A9A70B1DBD12344572A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.locale.en-US.yaml similarity index 96% rename from manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml rename to manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.locale.en-US.yaml index 63b51773e1b15..e2a700d1d5bb4 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.29-8228f98 +PackageVersion: 2026.08.06-68d97a2 PackageLocale: en-US Publisher: Hypixel Studios Canada inc. PublisherUrl: https://hytale.com/ diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.yaml similarity index 84% rename from manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml rename to manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.yaml index c7c4af84b5ea7..f7db2a9c68891 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.29-8228f98 +PackageVersion: 2026.08.06-68d97a2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.installer.yaml b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.installer.yaml new file mode 100644 index 0000000000000..bc0b22dce1f63 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.installer.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.0 +InstallerLocale: en-US +InstallModes: +- interactive +UpgradeBehavior: install +Commands: +- zux +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.1.0/zux_1.1.0_x64-setup.exe + InstallerSha256: 8FA14E9BD63D1F66E077F54EC5BF80FEF4A56841F799ADE641B716904317393E + ProductCode: zux + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: zux + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\zux' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.1.0/zux_1.1.0_x64_en-US.msi + InstallerSha256: E7E3BC582FABED5E3EE5DC2230949062CB63C6BCFAC8D01209E72D07B10EB5F0 + ProductCode: '{06A643B8-8BAC-4AA5-B8F4-0FDACEF6B214}' + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: '{06A643B8-8BAC-4AA5-B8F4-0FDACEF6B214}' + UpgradeCode: '{5815D5F5-1FC0-5793-BA28-8FF79F8636D3}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/zux' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.locale.en-US.yaml b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.locale.en-US.yaml new file mode 100644 index 0000000000000..2970ec16e8a39 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/zux/issues +Author: hrzlgnm +PackageName: zux +PackageUrl: https://github.com/hrzlgnm/zux +License: MIT +LicenseUrl: https://github.com/hrzlgnm/zux/blob/HEAD/LICENSE +Copyright: Copyright (c) hrzlgnm +ShortDescription: zux +Description: mDNS-SD visualizer with force-directed graph visualization +Tags: +- mdns-sd +- sveltejs +- tauri-app +- tauri-v2 +- vis-network +ReleaseNotes: |- + What's Changed + - Throttle mDNS event delivery and retry transient browse failures by @hrzlgnm in #116 + Full Changelog: v1.0.3...v1.1.0 +ReleaseNotesUrl: https://github.com/hrzlgnm/zux/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.yaml b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.yaml new file mode 100644 index 0000000000000..d29c86fbe68b9 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.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: hrzlgnm.zux +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.installer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.installer.yaml new file mode 100644 index 0000000000000..35c6c1faf5e74 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.1.320 +InstallerType: portable +Commands: +- qiv +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/download/v2.250.1.320/QuickImageViewer.exe + InstallerSha256: 6AA9FF804DE65D3DAB1F6638B78CA603B3780C1E4536FE3E6327E5EDAB6CD5D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.locale.en-US.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..67f9e0ac98f5d --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.locale.en-US.yaml @@ -0,0 +1,33 @@ +# 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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.1.320 +PackageLocale: en-US +Publisher: IcyHotY2K +PublisherUrl: https://github.com/icyhoty2k +PublisherSupportUrl: https://github.com/icyhoty2k/QuickImageViewer/issues +PackageName: QuickImageViewer +PackageUrl: https://github.com/icyhoty2k/QuickImageViewer +License: AGPL-3.0 +LicenseUrl: https://github.com/icyhoty2k/QuickImageViewer/blob/HEAD/LICENSE +Copyright: Copyright © 2026 All rights reserved, Ivan Hristov Yanev +ShortDescription: Fast native Windows image viewer. +Tags: +- cpp +- fast-image-viewer +- image-viewer +- lightweight-app +- native-cpp +- no-install +- performance-optimized +- portable-exe +- webp +- win32 +ReleaseNotes: tcp/ip protocol additions +ReleaseNotesUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/tag/v2.250.1.320 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/icyhoty2k/QuickImageViewer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.yaml new file mode 100644 index 0000000000000..39f27e3468717 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.1.320 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.installer.yaml new file mode 100644 index 0000000000000..a016c251996f8 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImputNet.Helium +PackageVersion: 0.15.3.1 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Log: /VERBOSE-LOGGING /LOG-FILE="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: imput Helium +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- InstallerType: exe +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.15.3.1/helium_0.15.3.1_x64-installer.exe + InstallerSha256: 9D413B60EE344C4F23307589AC57033D0D2B1D37D1952971348DB897B79B9F46 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.15.3.1/helium_0.15.3.1_x64-installer.exe + InstallerSha256: 9D413B60EE344C4F23307589AC57033D0D2B1D37D1952971348DB897B79B9F46 + InstallerSwitches: + Custom: /SYSTEM +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.15.3.1/helium_0.15.3.1_arm64-installer.exe + InstallerSha256: E4B7443FE44620F3F604E017B250C23C02A332B2826F78AE2FB161B536774AEA +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.15.3.1/helium_0.15.3.1_arm64-installer.exe + InstallerSha256: E4B7443FE44620F3F604E017B250C23C02A332B2826F78AE2FB161B536774AEA + InstallerSwitches: + Custom: /SYSTEM +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.locale.en-US.yaml b/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.locale.en-US.yaml new file mode 100644 index 0000000000000..273dc0a0dcbc3 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.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: ImputNet.Helium +PackageVersion: 0.15.3.1 +PackageLocale: en-US +Publisher: The Helium Authors +PublisherUrl: https://imput.net/ +PublisherSupportUrl: https://github.com/imputnet/helium/issues +PrivacyUrl: https://helium.computer/privacy +PackageName: Helium +PackageUrl: https://helium.computer/ +License: GPL-3.0 +LicenseUrl: https://github.com/imputnet/helium/blob/HEAD/LICENSE +Copyright: 2026 The Helium Authors. All rights reserved. +ShortDescription: Private, fast, and honest web browser. +Description: The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise. +Moniker: helium +Tags: +- chromium +- helium-browser +- heliumbrowser +- manifestv2 +- mv2 +- web-browser +- webbrowser +ReleaseNotes: |- + Changes since last build: + helium-windows + 2cf0643 update: helium 0.15.3.1 (#347) + helium-chromium + 6212115c revision: bump to 3 (#2290) + 39d1887c helium/settings: remove new autofill pages (#2286) + b51e059b helium/core: add global privacy control and network settings UI (#2284) + df7a0420 helium/settings: add GPC toggle, "Security" -> "Network and security" + a4c22250 helium/core: backport global privacy control, add helium pref and wiring + ceaddaa5 helium/core/network: move the ech flag to network subdir and after noise + 1b718a76 helium/core: disable webui omnibox (#2283) + 32996295 merge: update to chromium 151.0.7922.108 (#2277) + 90e5b02b patches: refresh for chromium 151.0.7922.108 + 79928ca1 merge: update ungoogled-chromium to 151.0.7922.108 + ecbcc4c1 Update to Chromium 151.0.7922.108 + + See this GitHub Actions Run for the Workflow file used as well as the build logs and artifacts +ReleaseNotesUrl: https://github.com/imputnet/helium-windows/releases/tag/0.15.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.yaml b/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.yaml new file mode 100644 index 0000000000000..56d70e7ca54a7 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.15.3.1/ImputNet.Helium.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: ImputNet.Helium +PackageVersion: 0.15.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2353/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2353/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..ad88ed7e934ad --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2353/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.2353 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-08-08 +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.2353/Jackett.Installer.Windows.exe + InstallerSha256: 633DB96CFD995D192C91AF8C289941D0053FCFD8525CF8F5BBD056A6667ADA08 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2353/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2353/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..323547c6f3278 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2353/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2353 +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: + - 49a2569 torrentdownload: add 14 missing category mappings (#16994) + - 6eef530 devil-torrents: search can be blank + - 4ed94d2 devil-torrents: add config info about zero results + - bb6bb1d build(deps): bump github/codeql-action from 4.37.3 to 4.37.6 (#16993) + - 3078615 tornado: update cats + - 389808b simurg: use the correct api key authorization format for downloads (#16992) + - 8b69e41 desigaane: switch to API key authentication (#16991) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2353 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2353/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2353/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..901b0d1400c7b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2353/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.2353 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.installer.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.installer.yaml new file mode 100644 index 0000000000000..aa796f0fdc4fb --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.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: jetyu.Snaptium +PackageVersion: 2.2.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 58fb3351-66b2-52bf-917d-2e5a8c35a106 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/jetyu/Snaptium/releases/download/v2.2.3/Snaptium-Windows-x64.exe + InstallerSha256: 2DC20A3A8980B22B8DC616EAB74FB73643B921B9A145BBDB58102C153C4F0763 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/jetyu/Snaptium/releases/download/v2.2.3/Snaptium-Windows-x64.exe + InstallerSha256: 2DC20A3A8980B22B8DC616EAB74FB73643B921B9A145BBDB58102C153C4F0763 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.en-US.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.en-US.yaml new file mode 100644 index 0000000000000..7e46513bb6605 --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jetyu.Snaptium +PackageVersion: 2.2.3 +PackageLocale: en-US +Publisher: Snaptium Team +PublisherUrl: https://jetyu.me/ +PublisherSupportUrl: https://github.com/jetyu/Snaptium/issues +PackageName: Snaptium +PackageUrl: https://github.com/jetyu/Snaptium +License: MIT +LicenseUrl: https://github.com/jetyu/Snaptium/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Snaptium Team +ShortDescription: A modern cross-platform note-taking desktop application built with Electron, featuring local data storage for complete security and control. +Description: |- + A modern cross-platform note-taking desktop application built with Electron, featuring local data storage for complete security and control. + Features + - Minimalist Interface: Simple, pure, and ad-free + - Cross-Platform: Supports Windows, macOS, and Linux + - Easy Migration: Supports complete Snaptium proprietary format (.nwp) for full import/export, as well as Markdown (.md) format import/export + - Local Encrypted Storage: All note data can be encrypte(AES-256-GCM algorithm) and stored under the user's local control. + - Markdown Support: Real-time preview of Markdown rendering + - AI-Powered Writing Assistant: AI-powered writing assistance to make your writing easier (Off by default) + - Internationalization: Supports 19 languages and regional settings worldwide +Tags: +- article +- docs +- document +- editor +- markdown +- writing +ReleaseNotes: This update optimizes details and the user experience. +ReleaseNotesUrl: https://github.com/jetyu/Snaptium/blob/HEAD/docs/Changelog/history_en.md#v223---2026-08-08 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/jetyu/Snaptium/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.zh-CN.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.zh-CN.yaml new file mode 100644 index 0000000000000..635cc8f479f58 --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.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: jetyu.Snaptium +PackageVersion: 2.2.3 +PackageLocale: zh-CN +ShortDescription: 一款基于 Electron 开发的现代化跨平台桌面级笔记应用,数据本地存储,让数据始终安全可控。 +Description: |- + 一款基于 Electron 开发的现代化跨平台桌面级笔记应用,数据本地存储,让数据始终安全可控。 + 功能特点 + - 极简界面:简单纯粹无广告 + - 跨平台:支持 Windows、macOS 和 Linux 系统 + - 便捷迁移:支持 Snaptium 专有格式 (.nwp) 完整导入导出,支持 Markdown (.md) 格式导入导出 + - 本地加密存储:所有笔记数据可加密 (AES-256-GCM 算法) 保存在本地,安全可控 + - Markdown 支持:实时预览 Markdown 渲染效果 + - AI 智能辅助写作:AI 智能辅助写作,让您的写作更轻松 (默认关闭) + - 国际化:支持全球 19 种语言及地区设置 +Tags: +- markdown +- 写作 +- 文档 +- 文稿 +- 文章 +- 编辑器 +ReleaseNotes: 本次更新优化了细节及用户体验。 +ReleaseNotesUrl: https://github.com/jetyu/Snaptium/blob/HEAD/docs/Changelog/history_cn.md#v223---2026-08-08 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.yaml new file mode 100644 index 0000000000000..1f99e761e2905 --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.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: jetyu.Snaptium +PackageVersion: 2.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.installer.yaml b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.installer.yaml new file mode 100644 index 0000000000000..b70462b29ec5c --- /dev/null +++ b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Karoterra.Aulua +PackageVersion: 0.11.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aulua.exe + PortableCommandAlias: aulua +UpgradeBehavior: install +Commands: +- aulua +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/karoterra/aviutl2-aulua/releases/download/v0.11.0/aulua-v0.11.0-windows-x64.zip + InstallerSha256: D52F763C42B01FC4EA4617C54858414C96050E28F5B82BF88F50253C86F131FB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.locale.en-US.yaml b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.locale.en-US.yaml new file mode 100644 index 0000000000000..626d9d266b2f2 --- /dev/null +++ b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Karoterra.Aulua +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: Karoterra +PublisherUrl: https://karoterra.com/ +PublisherSupportUrl: https://github.com/karoterra/aviutl2-aulua/issues +Author: Karoterra +PackageName: aulua +PackageUrl: https://github.com/karoterra/aviutl2-aulua +License: MIT +LicenseUrl: https://github.com/karoterra/aviutl2-aulua/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 karoterra +ShortDescription: AviUtl2 Lua script build & install tool +Description: aulua is a command-line development tool for AviUtl ExEdit2 scripts. It helps automate building and installing Lua scripts and related resources. +Tags: +- aviutl2 +ReleaseNotes: |- + What's Changed + Features + - feat: 言語ファイルの生成・更新・検査機能を追加 by @karoterra in #66 + Full Changelog: v0.10.1...v0.11.0 +ReleaseNotesUrl: https://github.com/karoterra/aviutl2-aulua/releases/tag/v0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.yaml b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.yaml new file mode 100644 index 0000000000000..568f2666bb40b --- /dev/null +++ b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.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: Karoterra.Aulua +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.installer.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.installer.yaml new file mode 100644 index 0000000000000..3726fdf03d7ce --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +InstallerType: inno +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{B53A7C5D-F22A-4B4F-B255-6C7C5C687780}}_is1' +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kindness-Kismet/stelliberty/releases/download/v2.0.21/stelliberty-v2.0.21-win-x64-setup.exe + InstallerSha256: 04A8209250ABDFAD8F0F067E0D6E12B7BFD90C88E552AD80A9E90435DF4775D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.en-US.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.en-US.yaml new file mode 100644 index 0000000000000..a61e06495c791 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +PackageLocale: en-US +License: Freeware +ShortDescription: A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style +Description: |- + A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style + ✨ Features + - 🎨 MD3M Design System: Unique Material Design 3 Modern style combining MD3 color management with acrylic glass effects + - 🦀 Rust Backend: High-performance core powered by Rust with Flutter UI + - 🌐 Multi-language Support: Built-in i18n support using slang + - 🔧 Subscription Management: Full subscription and override configuration support + - 📊 Real-time Monitoring: Connection tracking and traffic statistics + - 🪟 Native Desktop Integration: Windows service, system tray, and auto-start support + - 🔄 Built-in UWP Loopback Manager: Manage Windows UWP app loopback exemptions (Windows only) + 🏆 Implementation Highlights + This might be one of the most detail-oriented Flutter desktop applications: + - ✨ System Tray Dark Mode: Adaptive tray icons for Windows dark/light themes + - 🚀 Flicker-Free Launch: Maximized window startup without visual artifacts + - 👻 Smooth Window Transitions: Show/hide animations without flickering + - 🎯 Pixel-Perfect UI: Carefully crafted MD3M design system +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- network +- proxy +- vpn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c0bdd8e7d32d --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.zh-CN.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: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +PackageLocale: zh-CN +Publisher: Stelliberty +PublisherUrl: https://github.com/Kindness-Kismet +PublisherSupportUrl: https://github.com/Kindness-Kismet/Stelliberty/issues +PackageName: Stelliberty +PackageUrl: https://github.com/Kindness-Kismet/Stelliberty +License: 免费软件 +Copyright: Copyright © 2026 Stelliberty. All rights reserved. +ShortDescription: 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 +Description: |- + 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 + ✨ 特性 + - 🎨 MD3M 设计系统:结合 MD3 色彩管理与亚克力玻璃效果的独特 Material Design 3 Modern 风格 + - 🦀 Rust 后端:由 Rust 提供高性能核心,搭配 Flutter 用户界面 + - 🌐 多语言支持:使用 slang 实现内置 i18n 支持 + - 🔧 订阅管理:完整支持订阅与覆盖配置 + - 📊 实时监控:连接追踪与流量统计 + - 🪟 原生桌面集成:支持 Windows 服务、系统托盘及自动启动 + - 🔄 内置 UWP 回环管理器:管理 Windows UWP 应用回环豁免(仅 Windows) + 🏆 实现亮点 + 这可能是最注重细节的 Flutter 桌面应用之一: + - ✨ 系统托盘暗黑模式:针对 Windows 明暗主题自适应的托盘图标 + - 🚀 无闪烁启动:最大化窗口启动无视觉瑕疵 + - 👻 平滑窗口过渡:显示/隐藏动画无闪烁 + - 🎯 像素级精准 UI:精心打造的 MD3M 设计系统 +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- vpn +- 代理 +- 网络 +ReleaseNotes: |- + - Reverted to single-process mode because process separation did not provide clear benefits + - Fixed some override scripts not taking effect + + - 回退到单进程模式,目前看起来并没有得到有效反馈 + - 修复某些覆写脚本不生效的问题 +ReleaseNotesUrl: https://github.com/Kindness-Kismet/stelliberty/releases/tag/v2.0.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.yaml new file mode 100644 index 0000000000000..0c64e92f2f173 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.installer.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.installer.yaml new file mode 100644 index 0000000000000..e23da89f8e157 --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- lime +ProductCode: lime +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/limecloud/lime/releases/download/v1.124.0/Lime-1.124.0.Setup.exe + InstallerSha256: DA7C2A5B12DA0022D385884E3AB9AEDCE0F5FAFE4E8C59B161A0A26ACA97A60C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.en-US.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.en-US.yaml new file mode 100644 index 0000000000000..0a8abc9fa94cf --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +PackageLocale: en-US +License: Proprietary +ShortDescription: An open-source AI content workbench built for Chinese creators. +Description: |- + Lime is an open-source Electron desktop AI content workbench designed for Chinese creators, brand operators, research-oriented writers, and small teams. It covers AI writing, topic research, asset management, prompt accumulation, knowledge bases, and multi-model creative workflows. + + You can think of it as an AI workspace better suited for long-term creation: + - It’s not just about single questions and answers; it’s about making continuous progress on a project. + - It’s not about finding references and rewriting prompts every time; it’s about accumulating references, styles, and methodologies. + - It’s not about results getting lost in chat history after generation; it’s about saving results so they can be reused next time. + - It’s not tied to a single AI service; it allows you to use the model capabilities you have already configured. + If you frequently switch between bookmarks, documents, chat tools, image tools, and model backends, Lime aims to consolidate these actions into a single creative space. + + What you can do with Lime: + - AI Writing and Content Creation: Write WeChat Official Account articles, Xiaohongshu notes, video scripts, podcast outlines, and livestream scripts. + - Research and Knowledge Organization: Organize webpages, notes, screenshots, interviews, and historical materials to generate reports or briefs. + - Topic Analysis and Content Review: Deconstruct viral cases, competitor content, publishing cadences, and expression styles. + - Prompt Management and Style Reuse: Save common writing styles, brand tones, topic selection methods, and team templates. + - Multimodal Creative Preparation: Generate image prompts, cover directions, presentation structures, or webpage drafts. + - Multi-Model Workflow: Use your own configured AI providers and models to continuously edit, expand, compress, or cross-post within the same task. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.zh-CN.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..78f6a55872d64 --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.zh-CN.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +PackageLocale: zh-CN +Publisher: Lime +PublisherUrl: https://limeai.run/ +PublisherSupportUrl: https://github.com/limecloud/lime/issues +PrivacyUrl: https://limeai.run/privacy/ +PackageName: Lime +PackageUrl: https://limeai.run/ +License: 专有软件 +LicenseUrl: https://limeai.run/terms/ +Copyright: © 2026 Lime +ShortDescription: 给中文创作者用的开源 AI 内容工作台 +Description: |- + Lime 是一个开源的 Electron 桌面端 AI 内容工作台,面向中文创作者、品牌运营、研究型写作者和小团队,覆盖 AI 写作、选题研究、素材管理、提示词沉淀、知识库和多模型创作流程。 + + 你可以把它理解成一个更适合长期创作的 AI 工作台: + - 不是只问一句、答一句,而是围绕一个项目持续推进 + - 不是每次都重新找资料、重新写提示词,而是把参考、风格和做法沉淀下来 + - 不是生成完就散落在聊天记录里,而是把结果保存起来,下一次还能继续用 + - 不是绑定某一家 AI 服务,而是让你使用自己已经配置好的模型能力 + 如果你经常在收藏夹、文档、聊天工具、图片工具和模型后台之间来回切换,Lime 想帮你把这些动作收回到同一个创作空间里。 + + 你可以用 Lime 做什么 + - AI 写作与内容创作:写公众号文章、小红书笔记、视频脚本、播客提纲和直播话术 + - 资料研究与知识整理:整理网页、笔记、截图、访谈和历史材料,生成报告或简报 + - 选题分析与内容复盘:拆解爆款案例、竞品内容、发布节奏和表达风格 + - 提示词管理与风格复用:保存常用写法、品牌语气、选题方法和团队模板 + - 多模态创作准备:生成图片提示词、封面方向、演示稿结构或网页草稿 + - 多模型工作流:使用自己配置的 AI 服务商和模型,在同一个任务里持续修改、扩写、压缩或换平台发布 +ReleaseNotes: |- + Lime v1.124.0 + 新功能 + - 将 Lime 的产品定位升级为全栈 AI Agent:统一覆盖代码、文件、终端、工具、MCP、Skills、多模态、Provider 和多 Agent 长任务。 + - 新增 current App Server v2 文件系统与进程能力,支持目录/文件读写、复制、删除、监听、终端进程启动、输出流、stdin、终止与状态恢复。 + - 将 Agent 工作区、Thread/Turn/Item 投影、artifact 和桌面 GUI 连接到同一条可追踪执行链,面向类似 Claude Code、WorkBuddy、Codex 的任务型 Agent 使用方式。 + - 补齐 current Plugin package、Browser 能力资产和 Gate B 打包/运行验证入口。 + 修复 + - 修复文件、进程、后台终端和 Agent 任务状态在 App Server、Electron host、gateway 与 GUI 之间的投影不一致。 + - 修复 current runtime 在长任务、取消、输出流和历史恢复场景中的生命周期边界,保持失败关闭和权限审阅语义。 + - 修复协议 schema、生成客户端和模型/Provider 能力目录在 v2 迁移后的漂移,避免不可执行模型进入 Agent 路由。 + 优化与重构 + - 物理删除已退役的 Plugin runtime、旧 worker、旧 v0 文件/进程/插件 wire 与脱离构建图的 Electron/Renderer facade,不保留生产 mock fallback 或兼容双轨。 + - 收敛 App Server v2 protocol、schema registry、Rust/TypeScript typed client、runtime owner 与 GUI gateway,保持 Electron Desktop Host -> App Server JSON-RPC -> RuntimeCore -> Thread/Turn/Item projection -> GUI 单一产品链。 + - 将文件、进程、工具、Skills、MCP、Plugin 和多 Agent 能力归回各自 current owner,减少重复入口和跨层状态复制。 + 测试与质量 + - 新增文件系统、进程、后台终端、Agent runtime、Plugin package 和协议 v2 的 Rust、TypeScript、JSON-RPC 与真实 Electron 回归。 + - 扩展 current Agent fixture、工具/Skills/MCP 场景、Gate B 打包验证、历史恢复和取消/重试路径证据。 + - 同步 generated protocol schema/types、命令契约、legacy 回流守卫、脚本治理、五语言 GUI 回归与 README 定位文档。 + 文档 + - 重写中英文根 README,明确 Lime 是类似 Claude Code、WorkBuddy、Codex 的全栈桌面 AI Agent,并保留原有产品图片。 + - 更新 App Server 文件/进程边界、Agent runtime 主链、Plugin current owner、治理路线图和 v2 协议说明。 + 其他 + - 将根应用、CLI npm 包、Rust workspace 与 Cargo.lock 版本统一提升到 1.124.0。 + 完整变更:v1.123.0 → v1.124.0 +ReleaseNotesUrl: https://github.com/limecloud/lime/releases/tag/v1.124.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.yaml new file mode 100644 index 0000000000000..3e2bfbe0dd20b --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..69f3fea5bce55 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/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.124 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.124/CLIProxyAPI_7.2.124_windows_amd64.zip + InstallerSha256: C3E7922C77458C95DBA60174D26B20A91C000D2FFDA80B1834C62B7C83D75CE6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..c73463b3c9163 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.2.124 +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 + - fix(claude): synthesize belated tool_use starts for empty-name calls (37609fa1) + - fix(cliproxy): centralize client error status mapping and apply context cancellation/deadline HTTP codes (4b3cc55c) + - fix(kimi): canonicalize K2.7 Code model aliases to official Kimi-For-Coding IDs (36936340) + - fix(codex): resolve credential-aware model before forwarding API-key alpha search requests (e64cdbf5) + - fix(cliproxy): delegate OpenAI-compatible OAuth refresh to plugin auth providers (01a21b77) + - fix(cliproxy): stop non-streaming keep-alive after OpenAI handler execution (9829bd9d) + - fix(codex): deduplicate Responses tools when converting to OpenAI Chat Completions (aff2095a) + - feat(signature): identify Kimi thinking signatures by fixed size (8558f443) + - feat(signature): add Grok as a target-only provider family (4abb0e66) + - fix(codex): normalize custom_tool_call IDs with ctc_ prefix during Codex input sanitization (197f5204) + What's Changed + - feat(signature): identify Kimi thinking signatures and scope Grok as target-only by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4835 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.123...v7.2.124 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.124 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a851be70481cf --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/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.124 +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.124/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..dc5d17666f5fb --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/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.124 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.installer.yaml b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.installer.yaml new file mode 100644 index 0000000000000..d728fe0287e3e --- /dev/null +++ b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.installer.yaml @@ -0,0 +1,164 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MPC-BE.MPC-BE +PackageVersion: 1.9.1 +InstallerType: zip +NestedInstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- "265" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- asx +- au +- avi +- avs +- awb +- bdmv +- bik +- cda +- cue +- dav +- dff +- divx +- dsa +- dsf +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dvr-ms +- eac3 +- ec3 +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- h264 +- h265 +- hdmov +- hevc +- hm10 +- ifo +- ismv +- ivf +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpls +- mpv2 +- mpv4 +- mts +- mxf +- nut +- obu +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pva +- ra +- ram +- rec +- rm +- rmi +- rmm +- rmvb +- roq +- sfd +- smk +- snd +- spx +- ssif +- swf +- tak +- tp +- trp +- ts +- tta +- vc1 +- vob +- vpy +- w64 +- wav +- weba +- webm +- wm +- wma +- wmp +- wmv +- wpl +- wtv +- wv +- xspf +- y4m +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: MPC-BE.1.9.1.x86.exe + InstallerUrl: https://github.com/Aleksoid1978/MPC-BE/releases/download/1.9.1/MPC-BE.1.9.1.x86-installer.zip + InstallerSha256: 73E1A09678FC720FA3A64BDBA2804CBFD8B23B2B06C87B9C215B6214B8F6A662 + ProductCode: '{903D098F-DD50-4342-AD23-DA868FCA3126}_is1' +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: MPC-BE.1.9.1.x64.exe + InstallerUrl: https://github.com/Aleksoid1978/MPC-BE/releases/download/1.9.1/MPC-BE.1.9.1.x64-installer.zip + InstallerSha256: 99BCEB6A712F90BEFF2615928F332CE321BD089F2C688C9A6428207D817B24CE + ProductCode: '{FE09AF6D-78B2-4093-B012-FCDAF78693CE}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.locale.en-US.yaml b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.locale.en-US.yaml new file mode 100644 index 0000000000000..c4a6cd8c2f3ef --- /dev/null +++ b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MPC-BE.MPC-BE +PackageVersion: 1.9.1 +PackageLocale: en-US +Publisher: MPC-BE Team +PublisherUrl: https://sourceforge.net/projects/mpcbe +PublisherSupportUrl: https://sourceforge.net/projects/mpcbe/support +Author: MPC-BE Team +PackageName: MPC-BE +PackageUrl: https://sourceforge.net/projects/mpcbe +License: GPL-3.0 +LicenseUrl: https://github.com/Aleksoid1978/MPC-BE/blob/master/LICENSE.txt +Copyright: Copyright © 2002-2026 +ShortDescription: Media Player Classic - BE is a free and open source audio and video player for Windows. +Tags: +- audio +- media +- multimedia +- music +- player +- video +ReleaseNotes: |- + Source filters + Added support for network streams whose "Content-Type" field contains an additional "codecs" parameter. + MP4Splitter + Added support for Dolby Vision in AV1 ('dav1'). + MpaDecFilter + Added support for MS ADPCM and IMA ADPCM. + MPCVideoDec + Fixed hardware decoding for older Intel graphics. + Expanded support for Dolby Vision in AV1 ('dav1'). + yt-dlp + Fixed detection of the VP9 video codec for some video hosting services. + Protocol "http_dash_segments" is not supported. + Player + Fixed remembering the title of the entry in the playlist for URLs processed by yt-dlp. + Fixed getting icon for file properties window when path length is 260 or more characters. + The "Use Blur Behind effect" setting has been removed because it does not work correctly. + Added the ability to speed up video by long-pressing the left mouse button. + Fixed text in the file name field in saved thumbnails. + Added the ability to use the Ctrl+BackSpace keyboard shortcut to delete the last word in the command, history, and playlist filter fields. + Various interface fixes. + Installer + Updated MPC Video Renderer 0.10.7. + Added Vietnamese translation (by vuanhvu11982-afk). + Updated German translation (by Klaus1189). + Updated Romanian translation (by Andrei Miloiu). + Updated Japanese translation (by tsubasanouta). + Updated Korean translation (by Hackjjang). + Updated Turkish translation (by cmhrky). + Updated Hungarian translation (by mickey). + Updated Bulgarian translation (by jekovcar). + Updated libraries: + dav1d 1.5.4; + Detours v4.0.1-131-gd644ce9; + ffmpeg n8.2-dev-2721-gf944afd040; + nanosvg git-239e102; + vvdec v3.2.0. +ReleaseNotesUrl: https://github.com/Aleksoid1978/MPC-BE/releases/tag/1.9.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.locale.zh-CN.yaml b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d74cd1e524774 --- /dev/null +++ b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.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: MPC-BE.MPC-BE +PackageVersion: 1.9.1 +PackageLocale: zh-CN +Publisher: MPC-BE Team +PublisherUrl: https://sourceforge.net/projects/mpcbe +PublisherSupportUrl: https://sourceforge.net/projects/mpcbe/support +Author: MPC-BE Team +PackageName: MPC-BE +PackageUrl: https://sourceforge.net/projects/mpcbe +License: GPL-3.0 +LicenseUrl: https://github.com/Aleksoid1978/MPC-BE/blob/master/LICENSE.txt +Copyright: 版权所有 © 2002-2026 +ShortDescription: Media Player Classic - BE 是一款免费开源的 Windows 音视频播放器。 +Tags: +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 音乐 +- 音频 +ReleaseNotesUrl: https://github.com/Aleksoid1978/MPC-BE/releases/tag/1.9.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.yaml b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.yaml new file mode 100644 index 0000000000000..b9dd1fff62e13 --- /dev/null +++ b/manifests/m/MPC-BE/MPC-BE/1.9.1/MPC-BE.MPC-BE.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: MPC-BE.MPC-BE +PackageVersion: 1.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml b/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml index 23275b14c195c..aeb8016d5dd4b 100644 --- a/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml +++ b/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml @@ -9,10 +9,10 @@ InstallerSuccessCodes: - 2 UpgradeBehavior: install ProductCode: ColorByte -ReleaseDate: 2026-07-20 +ReleaseDate: 2026-08-07 Installers: - Architecture: x64 - InstallerUrl: https://yunxiu-dl.meitudata.com/electron/colorbyte/7.9.3/8271/MeituYunxiu7.9.3.exe - InstallerSha256: B85228C1C2BFD0FDF9496498F51500AB638C933F58C64E6B5D5E5868FE54D5CB + InstallerUrl: https://yunxiu-dl.meitudata.com/electron/colorbyte/7.9.3/8306/MeituYunxiu7.9.3.exe + InstallerSha256: 74CA64FD288040F51ECDFE74F525A2DA1120FC0C103D938CA1199F6A246F540C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.installer.yaml b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.installer.yaml new file mode 100644 index 0000000000000..ccbda5d84e850 --- /dev/null +++ b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MelianMiko.OpenFreebuds +PackageVersion: 0.18.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: OpenFreebuds_APP +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- ProductCode: OpenFreebuds_APP +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\MelianMiko\OpenFreebuds' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/melianmiko/OpenFreebuds/releases/download/v0.18.0/openfreebuds_0.18.0_x86_64_windows.exe + InstallerSha256: B576FEA295CBA9F2CD2FB2EE0A0EC081A75934BAAC9A1F4EC9DB6E975E5F3E98 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.locale.en-US.yaml b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.locale.en-US.yaml new file mode 100644 index 0000000000000..b1e02d5d58606 --- /dev/null +++ b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MelianMiko.OpenFreebuds +PackageVersion: 0.18.0 +PackageLocale: en-US +Publisher: MelianMiko +PublisherUrl: https://mmk.pw/en/ +PublisherSupportUrl: https://github.com/melianmiko/OpenFreebuds/issues +PackageName: OpenFreebuds +PackageUrl: https://mmk.pw/en/openfreebuds/ +License: GPL-3.0 +LicenseUrl: https://github.com/melianmiko/OpenFreebuds/blob/HEAD/LICENSE +ShortDescription: OpenFreebuds is a management software for HUAWEI FreeBuds/Honor EarBuds series devices for computer. +Tags: +- ai-life +- freebuds +- honor-earbuds +- huawei +ReleaseNotes: |- + FreeBuds Pro 5, FreeClip compactibility, initial macOS build ability (no release binaries + currently), low battery pop-up. + - [Platform] Initial macOS compatibility (thx @IAL32) + - [Device compatibility] HUAWEI FreeBuds Pro 5 (thx @JehuAlv) + - [Device compatibility] HUAWEI FreeClip / FreeClip 2 (thx @hereshui3) + - [Feature] Low battery / device connection popup (thx @Ast1va) +ReleaseNotesUrl: https://github.com/melianmiko/OpenFreebuds/releases/tag/v0.18.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.yaml b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.yaml new file mode 100644 index 0000000000000..c3041f4cca990 --- /dev/null +++ b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.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: MelianMiko.OpenFreebuds +PackageVersion: 0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 0000000000000..0393e1aed1f7a --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.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: MicroClaw.MicroClaw +PackageVersion: 0.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.4.0/microclaw-0.4.0-x86_64-windows-msvc.zip + InstallerSha256: 7051ED8065B708F3B68E742447221CCF8C1B034EF7B1FF14803B6F95B2FF9E6D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..529767ca65bbf --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.en-US.yaml @@ -0,0 +1,81 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: MicroClaw +PublisherUrl: https://microclaw.ai/ +PublisherSupportUrl: https://github.com/microclaw/microclaw/issues +PackageName: MicroClaw +PackageUrl: https://microclaw.ai/ +License: MIT +LicenseUrl: https://github.com/microclaw/microclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 everettjf +ShortDescription: An agentic AI assistant that lives in your chats, inspired by nanoclaw and incorporating some of its design ideas. Built with Rust +Description: |- + MicroClaw is a Rust chat bot that connects LLM to your chats with agentic tool execution. It can run shell commands, read and edit files, search codebases, browse the web, schedule tasks, and keep persistent memory across conversations. It is a Rust rewrite of nanoclaw (TypeScript) with additional capabilities and a single-binary deployment model. + + What makes it different + - Agentic loop with tool execution, not just a single API call + - Full file system and shell tooling from inside chat + - Long-lived memory backed by AGENTS.md files + - Built-in scheduler for cron and one-time tasks + - Group chat catch-up: reads all messages since last reply + - Multi-chat permission model (control_chat_ids) for cross-chat tool authorization + - Agent skills system with bundled skills (including macOS Apple Notes/Reminders/Calendar helpers) + - Customizable personality via SOUL.md files (global + per-chat) + + How it works + chat message + | + v + Store in SQLite --> Load chat history + memory + | + v + LLM API (with tools) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + Send reply Execute tool(s) + | + v + Feed results back + to LLM (loop) + MicroClaw enters an agentic loop for every message. LLM can call tools, inspect results, call more tools, and reason through multi-step tasks before responding. The loop is capped by MAX_TOOL_ITERATIONS for safety. + + Core capabilities + - Agentic tool use (bash, file I/O, glob, grep) + - Web search, fetch, and browser automation + - Scheduling with cron expressions + - Mid-conversation messaging for progress updates + - Persistent memory (global + per-chat) + - Personality customization via SOUL.md + - Conversation archiving (automatic before compaction, manual via /archive) + - Typing indicator that stays active during tool use +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + What's Changed + - build(deps-dev): bump the web-development-non-major group in /web with 2 updates by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/476 + - Revert "build(deps-dev): bump the web-development-non-major group in /web with 2 updates" by @everettjf in https://github.com/microclaw/microclaw/pull/477 + - v0.4.0 workstreams: competitive intel, plan, and full implementation by @everettjf in https://github.com/microclaw/microclaw/pull/478 + - release: prepare v0.4.0 (web approval buttons, benchmark script portability) by @everettjf in https://github.com/microclaw/microclaw/pull/479 + Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.5...v0.4.0 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.4.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: Quick Start + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..83f6ea9bd6d97 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.zh-CN.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.4.0 +PackageLocale: zh-CN +ShortDescription: 一个驻留在你聊天中的自主 AI 助手,灵感来自 nanoclaw,并融入了其部分设计理念。使用 Rust 构建 +Description: |- + MicroClaw 是一个使用 Rust 编写的聊天机器人,可将大语言模型(LLM)与聊天集成,并支持智能体式的工具执行。它能够运行 Shell 命令、读写和编辑文件、搜索代码库、浏览网页、安排任务,并在不同对话之间保持持久记忆。MicroClaw 是 nanoclaw(TypeScript 版本)的 Rust 重写版本,具备更多功能,并采用单二进制文件部署模式。 + + 是什么让它与众不同 + - 具备工具执行能力的智能体循环,而不仅是一次性 API 调用 + - 可直接在聊天中访问完整的文件系统与 Shell 工具 + - 由 AGENTS.md 文件支持的长期记忆机制 + - 内置调度器,支持定时(cron)和一次性任务 + - 群组聊天跟进功能:读取上次回复以来的所有消息 + - 多聊天权限模型(control_chat_ids),实现跨聊天会话的工具授权 + - 智能体技能系统,附带预置技能(包括 macOS 的 Apple 笔记/提醒事项/日历助手) + - 通过 SOUL.md 文件自定义个性(全局 + 每个聊天独立设置) + + 工作原理 + 聊天消息 + | + v + 存入 SQLite --> 加载聊天历史 + 记忆 + | + v + LLM API(带工具) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + 发送回复 执行工具(s) + | + v + 将结果反馈给 LLM(循环) + MicroClaw 对每条消息都会进入一个智能体循环。LLM 可调用工具,检查结果,继续调用更多工具,并在回应前完成多步骤任务的推理。为保障安全,循环受 MAX_TOOL_ITERATIONS 参数限制。 + + 核心功能 + - 智能体式工具调用(bash、文件读写、glob、grep) + - 网络搜索、内容获取与浏览器自动化 + - 支持 cron 表达式的任务调度 + - 在任务进行中发送中间消息以更新进度 + - 持久化记忆(全局 + 每聊天独立) + - 通过 SOUL.md 自定义个性 + - 对话归档(压缩前自动归档,或通过 /archive 手动归档) + - 在工具执行期间持续显示“正在输入”提示 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: 快速开始 + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.yaml new file mode 100644 index 0000000000000..59404a05941e6 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.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: MicroClaw.MicroClaw +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..d4587ae0f1dfc --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.62.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.62.0&arch=x86 + InstallerSha256: A4DAB78306987012E077C3D231DE349531EC10BB789B2C3C321EEE39BF818E13 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.62.0&arch=amd64 + InstallerSha256: E5050937293E0A3AA2ABDE31FDF470D6736C12D2AAF3123B1390E5F8E3035588 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..1717f6caa4501 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.62.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..5a80de302474c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.62.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..2e2c3ba0999a6 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.65.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.65.0&arch=x86 + InstallerSha256: 87D091049E8B97C9A231AA4710F5195991738D72CE9EE9BDA45EAA295EDEB144 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.65.0&arch=amd64 + InstallerSha256: 281BFEA8FFDFDD68F427D3B7EFBD2461783BDA9E8D2CBCEC91AEF207B4F5AA8A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..13de7360a8bce --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.65.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..f638ab9bbb969 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.65.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.65.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..d2a7e76ac6e9f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.67.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.67.0&arch=x86 + InstallerSha256: FD6515136780AE1955EC4E5AE06490D196F582ECFDACA5107A432382F8EAC120 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.67.0&arch=amd64 + InstallerSha256: A60B8B17DD66C7D033F7969D99FA0C5E4E4CCEF73AA399B8FF39154584551C5C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..56c3b92fb0a6a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.67.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..6ae432d40736a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.67.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..a4efb3e70098d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.69.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.69.0&arch=x86 + InstallerSha256: 987640BA118C8FC1A5F7EAAA4DB450E917B8AF1B23A291B05076DF41ECA1F37E +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.69.0&arch=amd64 + InstallerSha256: 5AF469D633C736FF16B15644272AB2E938B47E47E11B4B4BDE27A17386EAFDC0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..ad79dec1e3cdc --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.69.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..9872b771d2139 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.69.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.installer.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.installer.yaml new file mode 100644 index 0000000000000..4fd0842072152 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.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: Mockzilla.Mockzilla +PackageVersion: 2.8.6 +InstallerType: portable +Commands: +- mockzilla +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.6/mockzilla-v2.8.6-windows-amd64.exe + InstallerSha256: 3B56D4A9B70B2B60F6DDE836CF596E1733D70CE4366E3C02FD5E89F2FE83A4F7 +- Architecture: arm64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.6/mockzilla-v2.8.6-windows-arm64.exe + InstallerSha256: 82FF173D082DAD9EB9DD278654B0CCFB87224BB2F1A7AC264F8822665F36AA27 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.locale.en-US.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.locale.en-US.yaml new file mode 100644 index 0000000000000..db6f7c4ba390c --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.8.6 +PackageLocale: en-US +Publisher: Mockzilla +PublisherUrl: https://github.com/mockzilla +PublisherSupportUrl: https://github.com/mockzilla/mockzilla/issues +PackageName: Mockzilla +PackageUrl: https://github.com/mockzilla/mockzilla +License: MIT +LicenseUrl: https://github.com/mockzilla/mockzilla/blob/HEAD/LICENSE +ShortDescription: Generate API mocks with meaningful responses, configurable latency, error codes and more +Description: Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more. +Moniker: mockzilla +Tags: +- api +- mock +- mocking +- openapi +- testing +ReleaseNotes: |- + What's Changed + - Resolve a $ref that carries sibling keys to the schema it names by @jbn2336mz in #62 + Full Changelog: v2.8.5...v2.8.6 +ReleaseNotesUrl: https://github.com/mockzilla/mockzilla/releases/tag/v2.8.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.yaml new file mode 100644 index 0000000000000..d587b1d1a56c6 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.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: Mockzilla.Mockzilla +PackageVersion: 2.8.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.installer.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.installer.yaml new file mode 100644 index 0000000000000..9579ce0b074eb --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.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: misxzaiz.Polaris +PackageVersion: 10.2.3 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{25ABDC90-ED0A-40BC-90C2-04D8F94728DE}' +ReleaseDate: 2026-08-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{B90F6FC4-DDEE-59A6-9DE8-49A41A495360}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/misxzaiz/Polaris/releases/download/v10.2.3/polaris_10.2.3_x64_en-US.msi + InstallerSha256: 2A7A4C581B17DE1895C2082BBF7DE70862C300323293D7920270AAEB5577ACB3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.en-US.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.en-US.yaml new file mode 100644 index 0000000000000..30829f7e4b15f --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.en-US.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: misxzaiz.Polaris +PackageVersion: 10.2.3 +PackageLocale: en-US +License: Freeware +ShortDescription: Cross-platform desktop client for multi-engine AI coding assistants +Description: Polaris is a cross-platform desktop application built with Tauri 2.x, providing a unified graphical interface for multiple AI coding CLI tools. It supports OpenAI Codex CLI, Claude Code CLI, and OpenAI-compatible APIs, enabling AI-assisted programming without the command line. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.zh-CN.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74d4f9d66741e --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.zh-CN.yaml @@ -0,0 +1,104 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: misxzaiz.Polaris +PackageVersion: 10.2.3 +PackageLocale: zh-CN +Publisher: polaris +PublisherUrl: https://github.com/misxzaiz +PublisherSupportUrl: https://github.com/misxzaiz/Polaris/issues +PackageName: polaris +PackageUrl: https://github.com/misxzaiz/Polaris +License: 免费软件 +ShortDescription: 多引擎 AI 编程助手的跨平台桌面客户端 +Description: Polaris 是一款基于 Tauri 2.x 构建的跨平台桌面应用,为多种 AI 编程 CLI 工具提供统一的图形化操作界面。支持 OpenAI Codex CLI、Claude Code CLI 和 OpenAI 兼容 API 三种引擎,让你无需命令行也能享受 AI 辅助编程的体验。 +Tags: +- claude-code +- codex +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + Polaris 10.2.3 发布说明 + 本次发布包含 Tauri 桌面端 + Web 独立服务双端产物。 + 优化与变更 + - ca810972 chore: release v10.2.3 + - 96bf33f5 fix(ai): 修复 AI 引擎 session 生命周期回调 & 集成管理器思考事件节流 + - f54207c3 fix: Pi 引擎 IM 集成缺 provider 配置导致空回复 + 多项 TS 修复 + - 2b712b81 fix: 统一引擎顺序为 claude → codex → pi → simple-ai + - cb29a6e1 refactor: 统一引擎注册与元数据分发,消除硬编码 + - 2a2d0165 refactor: 统一 MCP 配置准备逻辑,抽取 SessionLauncher 模块 + - ca5c3494 fix(lsp): 注册 LSP 模式下跳转定义快捷键 (Mod-Alt-b) + - 9f441f3b fix(dingtalk): 使用 sessionWebhook 回复消息 + - 85d2a5d3 fix: 去掉 max-width 封顶,改用基于列数的 min-width 动态宽度 + - 2732e968 fix(dingtalk): 移除等待 REGISTERED 消息的逻辑 + - aa4f1b4a fix: 用 JS 动态计算列宽并插入 colgroup,替代纯 CSS 方案 + - a89bdf6b fix(dingtalk): 添加 EVENT 订阅以接收系统消息 + - bba1cb0a fix: 将 td code 的 word-break: break-all 改为 overflow-wrap: anywhere + - 0450fe0b feat: 流式图片渲染 - LightweightMarkdown 支持 图片语法 + - 996addd6 debug(dingtalk): 添加注册阶段消息日志 + - 1f6762e5 fix: 优化 Markdown 表格列宽,防止列被压窄且限制表格整体宽度 + - ae071065 chore: 规范化换行符 + 表格 CSS 溢出修复 + - bb1aa615 feat: 流式表格渲染 - 未完成表格走 marked 完整渲染替代 LightweightMarkdown + - ae8f5a63 fix: 流式代码块未闭合时直接渲染为代码块容器而非纯文本 + - cabc51aa Revert "fix(chat): 工具调用块运行时自动展开 + 原始内容查看" + - 15f387a3 fix(dingtalk): 处理 Binary 帧和 Frame 变体 + - 4277a0d6 fix(chat): 工具调用块运行时自动展开 + 原始内容查看 + - 8856aa2d refactor(dingtalk): 切换为 Stream Mode 连接方式 + - e58be907 style(chat): 思考块改为呼吸光晕风格 - 蓝色调 + - 9fad452f refactor: 简化优化架构 — 引擎基类提取/死代码清理/状态瘦身 + - 01591c94 fix(chat): 修复思考块流式渲染冻结问题 + 视觉优化 + - 2e17793e fix(dingtalk): 修复 WebSocket 连接 URL 域名和路径 + - a21868c3 feat: Pi 引擎集成 + 系统提示词设置重构 + 压缩交接进度面板位置修复 + - 2683f76e feat: 统一机器人管理面板,移除设置页中的独立机器人 Tab + - 088b24d0 feat: 移除 Mimo 引擎 + - 532c07d0 fix(pi): MCP 工具结果结构化数据透传,支持预览卡片渲染 + - d75812c2 fix(pi): toTypeBox 处理 JSON Schema required 字段,可选参数无需必填 + - 014a2528 feat: Pi MCP 桥接并行化 + 三内置 MCP 插件注册 + 模型提供者预设入口移除 + - ea7da34e fix(pi): agent_end drain + kill 兜底,消除 EPIPE 崩溃与无响应中断 + - efb1130f fix: Pi MCP 桥接 — 配置保存路径 + alias 兼容 + fileURLToPath + 分组白名单 + - 99d25e96 Revert "fix: update pi engine" + - ede26eca fix: update pi engine + - 561169ff fix: update pi engine, dialog index, and conversation store + - 57655410 fix(chat): 修复中断时消息消失与误报异常退出 — P0 保留 currentMessage + P1 主动中断标志 + - 21f44eeb feat(engine): 引擎完整支持 — Pi 图片/用量/压缩/MCP 桥接 + 辅助引擎 + AI 标题生成 + - 3deb944e fix(history): 修复 PI 引擎会话不展示在历史面板 + - 1c05c313 fix(chat): 工具调用展开详情始终显示起止时间,去掉 >1s 限制 + - 6fb17a4c feat: integrate pi agent engine + - 241f6bd2 fix(dingtalk): 修复钉钉集成两个致命缺陷 — initIntegration 未传配置 & app_handle 未注入 + - 1484e503 feat(integrations): 添加钉钉机器人支持 + - ef3051e9 fix(claude): 增强 CLI 异常退出时 stderr 错误回传与前端兜底 + - 69540b10 fix(simpleai): 剥离 CLI 私有模型后缀 [1m],注入 Anthropic beta 信号 + - bcb42e39 fix(browser): 应用启动时清理残留 WebView 会话 + - 370d3880 feat(pocket): 文件管理器 + 签名文档 + CI workflow + - 241be8b8 feat(pocket): 实施 v2 工具链 Phase 3 — Android 原生桥接 + - 1d424cb5 feat(pocket): 实施 v2 工具链 Phase 1-2 + - c9fb925b chore(pocket): 添加 .apk.idsig 到 gitignore + - 1fb082a2 docs(pocket): 添加 v2 规格与技术计划文档 + - a9677395 fix(pocket): 还原 Agent 循环集成到 ChatPage + - fc19fe95 docs(pocket): 添加 AI 工具调用扩展重构总结文档 + - e8dfb585 fix(pocket): 修正 mobile.json 插件权限名 + - f4d2577c docs(acknowledgment): add OpenMinis technical reference and acknowledgment + - cd70f948 feat(pocket): 大幅扩展 AI 工具 — 定位修复+文件系统+通知+扫码+震动+原生插件 + - 4a41778f fix(pocket): 输入框自适应高度 + 停止时保留部分回复 + - 600382d1 feat(pocket): AI 回复 Markdown 渲染 + 空状态建议 + 消息操作 + 设置精简 + - 8a8be80b refactor(pocket): 精简导航为三 Tab + 新增 AI 供应商管理 + 清理旧页面 + - 94a24899 refactor(mobile): 删除旧版 ?mobile=1 MobileApp 壳代码,精简 platform.ts 仅保留 isMobileTauriRuntime + - e53ea9a7 fix(pocket): 修复 AI 对话无响应 + 连接桌面无 Token 输入 + - 350d2e06 docs(pocket): 新增 Android 打包文档 + APK 问题记录 + - f6b23c02 feat(pocket): 新增 Polaris Pocket 独立 AI 多功能工具 + - 1f2af24d feat(mobile): 手动断开连接 + 历史记录支持 + - 13c2674a feat: AI 窗口默认开启多会话模式 + - 9e7f96ed docs: 完善 ngrok 连接问题修复文档(含多层次根因分析 + 验证结果) + - bd449b46 fix(mobile): UA 修复保留 Android 关键字避免平台误判 + - b91d6c1b fix: 浏览器 acquire 超时返回详细错误信息 + - 382ecc9a docs: 新增 ngrok 连接问题修复文档 + 浏览器 MCP 输出格式修复 + - 112254c8 fix(mobile): 用非标准 User-Agent 绕过 ngrok 中间页 + - 5c659611 feat: 移动端打包 — 新增 ngrok-skip-browser-warning 请求头跳过中间页 +ReleaseNotesUrl: https://github.com/misxzaiz/Polaris/releases/tag/v10.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.yaml new file mode 100644 index 0000000000000..078196b319702 --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.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: misxzaiz.Polaris +PackageVersion: 10.2.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 0000000000000..2a678d3194e65 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 2.2.4 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v2.2.4/NetSentinel-Setup-2.2.4.exe + InstallerSha256: 9EB22D31496F8F2AD1155C9D09DE1789C679D84885F4816B02D38AC86D392ABA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..fc58488c1034d --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.2.4 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v2.2.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ossianericson/netsentinel/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.yaml new file mode 100644 index 0000000000000..3e37884346172 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.4/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 2.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 0000000000000..b39ada07e8a33 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 2.2.5 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v2.2.5/NetSentinel-Setup-2.2.5.exe + InstallerSha256: CDF8637ECAFC147D76D6CCDD62E2F69919EEEBFD185112945D201EB53D605A57 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..241c393276339 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.2.5 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v2.2.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ossianericson/netsentinel/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.yaml new file mode 100644 index 0000000000000..caa8a1046687d --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 2.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.installer.yaml b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.installer.yaml new file mode 100644 index 0000000000000..0bad37498c27c --- /dev/null +++ b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.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: Nihitdev.yoo +PackageVersion: 1.0.0 +InstallerType: portable +Commands: +- yoo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nihitdev/yo-cli/releases/download/v1.0.0/yoo-windows-x86_64.exe + InstallerSha256: 30FED97AAB9AA9501DD8B8804BC9F3FBE5D3D358FE493826BB7F6254BC685E9A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.locale.en-US.yaml b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.locale.en-US.yaml new file mode 100644 index 0000000000000..84214d6f3f318 --- /dev/null +++ b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nihitdev.yoo +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Nihitdev +PublisherUrl: https://github.com/nihitdev +PublisherSupportUrl: https://github.com/nihitdev/yo-cli/issues +PackageName: yoo +PackageUrl: https://github.com/nihitdev/yo-cli +License: GPL-3.0 +ShortDescription: Local CLI for project, Git, and development environment information. +Tags: +- cargo +- cli +- developer-tools +- environment +- git +- productivity +- project +- rust +- terminal +ReleaseNotesUrl: https://github.com/nihitdev/yo-cli/releases/tag/v1.0.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://github.com/nihitdev/yo-cli/blob/main/docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.yaml b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.yaml new file mode 100644 index 0000000000000..b273d3a4c9dbe --- /dev/null +++ b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.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: Nihitdev.yoo +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nub/Nub/0.7.4/Nub.Nub.installer.yaml b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.installer.yaml new file mode 100644 index 0000000000000..c8fde1d21146e --- /dev/null +++ b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nub.Nub +PackageVersion: 0.7.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./bin/nub.exe + PortableCommandAlias: nubx +- RelativeFilePath: bin/nub.exe + PortableCommandAlias: nub +Commands: +- nub +- nubx +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nubjs/nub/releases/download/v0.7.4/nub-win32-x64.zip + InstallerSha256: 70002FA46598417E57F532D50C650F2FC42C0C9EB31C2EBF0592CEBF52D6E3F9 +- Architecture: arm64 + InstallerUrl: https://github.com/nubjs/nub/releases/download/v0.7.4/nub-win32-arm64.zip + InstallerSha256: B5057366E920ABA6226C368026578855D19439F5D1493BEA577247709E46A3A0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nub/Nub/0.7.4/Nub.Nub.locale.en-US.yaml b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.locale.en-US.yaml new file mode 100644 index 0000000000000..31ed043e5a780 --- /dev/null +++ b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nub.Nub +PackageVersion: 0.7.4 +PackageLocale: en-US +Publisher: nub contributors +PublisherUrl: https://nubjs.com/ +PublisherSupportUrl: https://github.com/nubjs/nub/issues +Author: nub contributors +PackageName: Nub +PackageUrl: https://nubjs.com/ +License: MIT +LicenseUrl: https://github.com/nubjs/nub/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 nub contributors +CopyrightUrl: https://github.com/nubjs/nub/blob/HEAD/LICENSE +ShortDescription: The all-in-one JavaScript toolkit that augments Node.js instead of trying to replace it. +Description: "An all-in-one toolkit for Node.js. One Rust binary to run your files and scripts, install dependencies, and manage Node itself — a Bun-like modern DX on top of the node you already have. There's no new runtime to adopt and no lock-in: every augmentation rides on Node's own public extension surfaces." +Moniker: nub +Tags: +- javascript-runtime +- node-version-manager +- nodejs +- package-manager +- script-runner +ReleaseNotes: |- + Nub 0.7.4 adds guided config setup and makes missing-package errors authoritative during installs. + Configuration + nub config init creates a commented, behavior-neutral nub.jsonc at the project root. nub config init --global creates the user config instead, and both forms refuse to replace an existing file. + The config command now uses project scope by default, --global for user scope, and nub global config as the prefix form. The former --location option has been removed. Protected npm credentials continue to default to the user .npmrc; --local selects a project credential explicitly. (#694) + + Package installation + Missing registry packages now fail with ERR_NUB_PACKAGE_NOT_FOUND before similarity or package-age warnings run. Public unscoped typos can include a non-interactive suggestion; scoped package names no longer suggest unrelated basenames from another namespace. (#693) + + Documentation and site + ─────────────────┬──────────────────────────────────────────────────────────────────────────┬──────────── + Area │What changed │Commit + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Release archive │Added the Nub 0.7.3 release post │5b690fb + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Blog structure │Reorganized the Nub 0.7.0 post and extracted the reusable Nub introduction│9888c8a + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Table of contents│Kept identifiers together when sidebar entries wrap │a825d75 + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Config copy │Tightened the config docs and Nub introduction │55b6294 + ─────────────────┴──────────────────────────────────────────────────────────────────────────┴──────────── + + What's Changed + - fix(add): report missing packages before reputation warnings by @colinhacks in #693 + - config: add init and global scope grammar by @colinhacks in #694 +ReleaseNotesUrl: https://github.com/nubjs/nub/releases/tag/v0.7.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://nubjs.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nub/Nub/0.7.4/Nub.Nub.yaml b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.yaml new file mode 100644 index 0000000000000..8af5fec21975d --- /dev/null +++ b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.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: Nub.Nub +PackageVersion: 0.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.installer.yaml b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.installer.yaml new file mode 100644 index 0000000000000..f61556afc9715 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.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: nashsu.LLMWiki +PackageVersion: 0.6.8 +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.6.8/LLM.Wiki_0.6.8_x64-setup.exe + InstallerSha256: 0C06F7E9607B3EDE4DA8845F5EC5FE37A1C537800ACE183A4FE5BD173D7CAA67 + ProductCode: LLM Wiki +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.6.8/LLM.Wiki_0.6.8_x64_en-US.msi + InstallerSha256: B39CDB9633B872E09E2729EF925240BD9A558073B1ECA58E5C2BBE574FF24341 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{D97A56EE-D932-4429-8F07-FC2B6C76FF9E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{51897FF7-F36A-570D-8EE2-BFED15681FB4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.locale.en-US.yaml b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.locale.en-US.yaml new file mode 100644 index 0000000000000..ddc24516ca2a4 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nashsu.LLMWiki +PackageVersion: 0.6.8 +PackageLocale: en-US +Publisher: llmwiki +PublisherUrl: https://www.nashsu.com/ +PublisherSupportUrl: https://github.com/nashsu/llm_wiki/issues +PackageName: LLM Wiki +PackageUrl: https://github.com/nashsu/llm_wiki +License: GPL-3.0 +LicenseUrl: https://github.com/nashsu/llm_wiki/blob/HEAD/LICENSE +ShortDescription: A personal knowledge base that builds itself. LLM reads your documents, builds a structured wiki, and keeps it current. +Description: |- + LLM Wiki is a cross-platform desktop application that turns your documents into an organized, interlinked knowledge base — automatically. Instead of traditional RAG (retrieve-and-answer from scratch every time), the LLM incrementally builds and maintains a persistent wiki from your sources. Knowledge is compiled once and kept current, not re-derived on every query. + This project is based on Karpathy's LLM Wiki pattern — a methodology for building personal knowledge bases using LLMs. We implemented the core ideas as a full desktop application with significant enhancements. + + Features + - Two-Step Chain-of-Thought Ingest — LLM analyzes first, then generates wiki pages with source traceability and incremental cache + - 4-Signal Knowledge Graph — relevance model with direct links, source overlap, Adamic-Adar, and type affinity + - Louvain Community Detection — automatic knowledge cluster discovery with cohesion scoring + - Graph Insights — surprising connections and knowledge gaps with one-click Deep Research + - Vector Semantic Search — optional embedding-based retrieval via LanceDB, supports any OpenAI-compatible endpoint + - Persistent Ingest Queue — serial processing with crash recovery, cancel, retry, and progress visualization + - Folder Import — recursive folder import preserving directory structure, folder context as LLM classification hint + - Deep Research — LLM-optimized search topics, multi-query web search, auto-ingest results into wiki + - Async Review System — LLM flags items for human judgment, predefined actions, pre-generated search queries + - Chrome Web Clipper — one-click web page capture with auto-ingest into knowledge base +Tags: +- agent +- agentic +- ai +- chatbot +- knowledge-base +- large-language-model +- llm +- wiki +ReleaseNotesUrl: https://github.com/nashsu/llm_wiki/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.locale.zh-CN.yaml b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1c2beb25886cf --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: nashsu.LLMWiki +PackageVersion: 0.6.8 +PackageLocale: zh-CN +ShortDescription: 一个能自我构建的个人知识库。LLM 阅读你的文档,构建结构化 Wiki,并持续保持更新。 +Description: |- + LLM Wiki 是一个跨平台桌面应用,能将你的文档自动转化为有组织、相互关联的知识库。与传统 RAG(每次查询都从头检索和回答)不同,LLM 会从你的资料中增量构建并维护一个持久化的 Wiki。知识只编译一次并持续更新,而非每次查询都重新推导。 + 本项目基于 Karpathy 的 LLM Wiki 方法论 —— 一套使用 LLM 构建个人知识库的方法论。我们将其核心理念实现为一个完整的桌面应用,并做了大量增强。 + + 功能亮点 + - 两步思维链摄入 — LLM 先分析再生成 Wiki 页面,来源可追溯,支持增量缓存 + - 四信号知识图谱 — 直接链接、来源重叠、Adamic-Adar、类型亲和四维关联度模型 + - Louvain 社区检测 — 自动发现知识聚类,内聚度评分 + - 图谱洞察 — 惊奇连接与知识空白检测,一键触发 Deep Research + - 向量语义搜索 — 可选的 embedding 检索,基于 LanceDB,支持任意 OpenAI 兼容端点 + - 持久化摄入队列 — 串行处理,崩溃恢复,取消/重试,进度可视化 + - 文件夹导入 — 递归导入保留目录结构,文件夹路径作为 LLM 分类上下文 + - 深度研究 — LLM 智能生成搜索主题,多查询网络搜索,研究结果自动摄入 Wiki + - 异步审核系统 — LLM 在摄入时标记需人工判断的项,预定义操作,预生成搜索查询 + - Chrome 网页剪藏 — 一键捕获网页内容,自动摄入知识库 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 百科 +- 知识库 +- 维基 +- 聊天机器人 +- 自主智能 +ReleaseNotes: See the assets below for download links. +ReleaseNotesUrl: https://github.com/nashsu/llm_wiki/releases/tag/v0.6.8 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.yaml b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.yaml new file mode 100644 index 0000000000000..acd14041edb9b --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.8/nashsu.LLMWiki.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: nashsu.LLMWiki +PackageVersion: 0.6.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.installer.yaml b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.installer.yaml new file mode 100644 index 0000000000000..3a8becedf14dd --- /dev/null +++ b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Objz.Rmcl +PackageVersion: 0.4.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart +UpgradeBehavior: install +Commands: +- rmcl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/objz/rmcl/releases/download/v0.4.0/rmcl-x86_64-pc-windows-msvc.msi + InstallerSha256: A1838F2D9BAF636FB8D427715C290566E25CE790EC4748961F8A532B81EAD0F9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.locale.en-US.yaml b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.locale.en-US.yaml new file mode 100644 index 0000000000000..5466a31b858e0 --- /dev/null +++ b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Objz.Rmcl +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: objz +PublisherUrl: https://github.com/objz +PublisherSupportUrl: https://github.com/objz/rmcl/issues +Author: objz +PackageName: rmcl +PackageUrl: https://github.com/objz/rmcl +License: GPL-3.0-only +LicenseUrl: https://github.com/objz/rmcl/blob/master/LICENSE +Copyright: Copyright (c) objz +ShortDescription: Minecraft launcher TUI +Description: A fully featured Minecraft launcher TUI with Microsoft account authentication, instance management, mod loaders, imports, content management, and launch support. +Moniker: rmcl +Tags: +- minecraft +- launcher +- cli +- tui +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.yaml b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.yaml new file mode 100644 index 0000000000000..82df1e8c44c2b --- /dev/null +++ b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Objz.Rmcl +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.installer.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.installer.yaml new file mode 100644 index 0000000000000..1563cdd196f97 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenListTeam.OpenList +PackageVersion: 4.2.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openlist.exe +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.5/openlist-windows-386.zip + InstallerSha256: 1391C0C4D49C8A81DE282174AAE19DD87C6374C6569A861327270E3559F5CD21 +- Architecture: x64 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.5/openlist-windows-amd64.zip + InstallerSha256: 12A627F91D5832E73F2D4045A9F6116435E08F423C4F2698AC3E25FDDB946A76 +- Architecture: arm64 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.5/openlist-windows-arm64.zip + InstallerSha256: B163A97FA82E0EC282EAE51C977A6FB49AF89B4A85A42DE5E7C0DDD7751750AB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.en-US.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.en-US.yaml new file mode 100644 index 0000000000000..7e18a1b29450e --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenListTeam.OpenList +PackageVersion: 4.2.5 +PackageLocale: en-US +Publisher: OpenList Team +PublisherUrl: https://oplist.org/ +PublisherSupportUrl: https://github.com/OpenListTeam/OpenList/issues +PackageName: OpenList +PackageUrl: https://oplist.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/OpenListTeam/OpenList/blob/HEAD/LICENSE +ShortDescription: A file list program that supports multiple storage, powered by Gin and Solidjs. +Tags: +- file +- server +- share +- storage +ReleaseNotes: |- + 🚀 Features + - drivers: Add GuangYaPan driver with offline download support - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2882 (6f80d) + - fs: Add pipelined multipart upload - by @thetapilla in https://github.com/OpenListTeam/OpenList/issues/2723 (cca77) + 🐞 Bug Fixes + - ci: + - Allow pr check to run by default - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2856 (6b92c) + - Change missed pull_request to pull_request_target - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2873 (f2f7e) + - deps: + - Update module github.com/sheltonzhu/115driver to v1.3.5 - in https://github.com/OpenListTeam/OpenList/issues/2895 (a4ae2) + - Update module github.com/nwaples/rardecode/v2 to v2.3.0 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2898 (c9717) + - Update module github.com/shirou/gopsutil/v4 to v4.26.7 - in https://github.com/OpenListTeam/OpenList/issues/2896 (ec1f9) + - Update module golang.org/x/sys to v0.47.0 - in https://github.com/OpenListTeam/OpenList/issues/2751 (194f9) + - Update azure-sdk-for-go monorepo - in https://github.com/OpenListTeam/OpenList/issues/2700 (2e278) + - Update module github.com/ipfs/go-cid to v0.6.2 - in https://github.com/OpenListTeam/OpenList/issues/2738 (d8ad2) + - Update module golang.org/x/net to v0.57.0 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2748 (6d4ad) + - Update module gorm.io/driver/mysql to v1.6.0 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/819 (cc87e) + - drivers/guangyapan: + - Remove default value - by @xrgzs in https://github.com/OpenListTeam/OpenList/issues/2894 (f68f3) + - drivers/lanzou: + - Handle acw_sc__v2 challenge in Login function - by @zf1234d in https://github.com/OpenListTeam/OpenList/issues/2876 (940b6) + - stream: + - Allow seeking beyond file size per Go convention - by @Ovear and @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2667 (7e908) +ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.5 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://oplist.org/guide/ +- DocumentLabel: Config + DocumentUrl: https://oplist.org/config/ +- DocumentLabel: FAQ + DocumentUrl: https://oplist.org/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.zh-CN.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.zh-CN.yaml new file mode 100644 index 0000000000000..854f884e464e0 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.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: OpenListTeam.OpenList +PackageVersion: 4.2.5 +PackageLocale: zh-CN +PublisherUrl: https://oplist.org/zh/ +PackageUrl: https://oplist.org/zh/ +ShortDescription: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。 +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.5 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://oplist.org/zh/guide/ +- DocumentLabel: 配置 + DocumentUrl: https://oplist.org/zh/config/ +- DocumentLabel: 常见问题 + DocumentUrl: https://oplist.org/zh/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.yaml new file mode 100644 index 0000000000000..be6027d5da195 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.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: OpenListTeam.OpenList +PackageVersion: 4.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.installer.yaml b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.installer.yaml new file mode 100644 index 0000000000000..b631978393161 --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.5.0/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.5.0 +InstallerType: portable +Commands: +- tinta +ReleaseDate: 2026-08-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oipoistar/tinta/releases/download/v2.5.0/tinta.exe + InstallerSha256: C8A13AC039BF0D2D4FC2FC696C2B61233E81BE83224FB7048B9C2944B2BC4FD2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.locale.en-US.yaml b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.locale.en-US.yaml new file mode 100644 index 0000000000000..b914e1d9fa201 --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.5.0/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.5.0 +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.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.yaml b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.yaml new file mode 100644 index 0000000000000..147828f0d4d4a --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.5.0/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.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.installer.yaml b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.installer.yaml new file mode 100644 index 0000000000000..3f1b62c157c4b --- /dev/null +++ b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: PXStudio.OpenPnt +PackageVersion: 1.1 +InstallerType: inno +Installers: + - Architecture: x64 + InstallerUrl: https://codeberg.org/PXStudio/OpenPnt/releases/download/1.1/OpenPnt_setup.exe + InstallerSha256: dbf3d366ed9fbeb2c21d4872c9036506daf5413562a54999428734f942592807 + Scope: machine + InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /SILENT + Custom: /SUPPRESSMSGBOXES /NORESTART /SP- +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.locale.en-US.yaml b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.locale.en-US.yaml new file mode 100644 index 0000000000000..d007a838cf56e --- /dev/null +++ b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.locale.en-US.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: PXStudio.OpenPnt +PackageVersion: 1.1 +PackageLocale: en-US +PackageName: OpenPnt +Publisher: PXStudio +PackageUrl: https://codeberg.org/PXStudio/OpenPnt +License: GPL-3.0 +LicenseUrl: https://codeberg.org/PXStudio/OpenPnt/src/branch/main/LICENSE +ShortDescription: Lightweight open-source image editor built with Python and PyQt6. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.yaml b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.yaml new file mode 100644 index 0000000000000..e8e82ba81f9b3 --- /dev/null +++ b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: PXStudio.OpenPnt +PackageVersion: 1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.installer.yaml b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.installer.yaml new file mode 100644 index 0000000000000..57e89b6dd8ae4 --- /dev/null +++ b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: rustty.Rustty +PackageVersion: 1.69.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{87C6ED0D-2692-4553-8792-C389D0386F21}' +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- ProductCode: '{87C6ED0D-2692-4553-8792-C389D0386F21}' + UpgradeCode: '{3B253B6F-30AE-53D8-984C-60148C2CAC85}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rustty' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aleixenandros/Rustty/releases/download/v1.69.0/Rustty_1.69.0_x64.msi + InstallerSha256: 12EB423C310914F5A0EED583B451604763127AE500A98A1BFF4DE83434A8920F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.locale.es-ES.yaml b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.locale.es-ES.yaml new file mode 100644 index 0000000000000..d6376f89f9b8f --- /dev/null +++ b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.locale.es-ES.yaml @@ -0,0 +1,37 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: rustty.Rustty +PackageVersion: 1.69.0 +PackageLocale: es-ES +Publisher: rustty +PublisherUrl: https://rustty.es/ +PublisherSupportUrl: https://github.com/Aleixenandros/Rustty/issues +PrivacyUrl: https://rustty.es/politica-privacidad +Author: Alejandro Soriano +PackageName: Rustty +PackageUrl: https://github.com/Aleixenandros/Rustty +License: Apache-2.0 +LicenseUrl: https://github.com/Aleixenandros/Rustty/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alejandro Soriano +CopyrightUrl: https://github.com/Aleixenandros/Rustty/blob/main/NOTICE +ShortDescription: Cliente de terminal y gestor de conexiones SSH/SFTP/RDP multiplataforma, escrito en Rust +Description: Rustty es un cliente de terminal y gestor de conexiones multiplataforma, moderno y ligero. Soporta SSH, SFTP, FTP, FTPS y RDP, con terminal acelerado por GPU, panel de ficheros integrado, túneles SSH, snippets y paleta de comandos. +Moniker: rustty +Tags: +- console +- ftp +- ftps +- rdp +- rust +- sftp +- shell +- ssh +- tauri +- terminal +ReleaseNotes: Ver CHANGELOG para detalles. +ReleaseNotesUrl: https://github.com/Aleixenandros/Rustty/releases/tag/v1.69.0 +Documentations: +- DocumentUrl: https://rustty.es/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.yaml b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.yaml new file mode 100644 index 0000000000000..d06b760771963 --- /dev/null +++ b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.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: rustty.Rustty +PackageVersion: 1.69.0 +DefaultLocale: es-ES +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.installer.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.installer.yaml similarity index 67% rename from manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.installer.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.installer.yaml index 66256a37c0180..f072b29a19113 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.installer.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: 12.6.4 +PackageVersion: 12.6.5 InstallerLocale: en-US InstallerType: msi Scope: machine @@ -11,14 +11,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{3F824CEE-4622-4AE9-9145-74D690E42843}' +ProductCode: '{A672613C-70C0-42A6-BEF5-B64FB684D443}' AppsAndFeaturesEntries: -- ProductCode: '{3F824CEE-4622-4AE9-9145-74D690E42843}' +- ProductCode: '{A672613C-70C0-42A6-BEF5-B64FB684D443}' UpgradeCode: '{5CFCD001-B0A1-47C0-8E2E-0F9A02ECB6DA}' Installers: - Architecture: x86 InstallerUrl: https://download.softros.com/SoftrosLANMessengerSetup.msi - InstallerSha256: F97DB6AC18CC65AA8CD893D39A7DDD3B00CC62B8A3C1C03956F725F8C9FBCB68 + InstallerSha256: A6BFBEB5BC539A40369A00C2576BA0E7AD36C6C0E0FA61E2AA3C2D1D225FC793 ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-08-07 +ReleaseDate: 2026-08-08 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.locale.en-US.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.locale.en-US.yaml similarity index 96% rename from manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.locale.en-US.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.locale.en-US.yaml index 8f9e6286186ca..e7374ec0e6c5e 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.locale.en-US.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: 12.6.4 +PackageVersion: 12.6.5 PackageLocale: en-US Publisher: Softros Systems PublisherUrl: https://www.softros.com/ diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.yaml similarity index 88% rename from manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.yaml index 048611a09a06a..1b3216df2a319 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: 12.6.4 +PackageVersion: 12.6.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.installer.yaml index a2a2e625cf849..6e6b1022b3488 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-08-08 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1786190746-gd7496c/amp-windows-x64-baseline.exe - InstallerSha256: 8F1B06580ABB9B6115FB9D80EBD87A90F77CCC88D17A8FE062C3E762CF03408E + InstallerUrl: https://static.ampcode.com/cli/0.0.1786205170-g724a7d/amp-windows-x64-baseline.exe + InstallerSha256: C949BE658BCE1389912B51FC8703EF295196BC2DC5E05B8200E435D54C50370C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.en-US.yaml index b0401b3fc991b..1e774507feb24 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.zh-CN.yaml index 1065bb0dd1676..6bd46bd37e382 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.yaml index 7509fba998f19..fc0a1bfbe25ca 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..d053a82ef9a82 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# 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: Speakeasy.speakeasy +PackageVersion: 1.791.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-03" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.791.1/speakeasy_windows_386.zip + InstallerSha256: 18b0e3286457ef40e59ccf97c7d3de6e919bc0508ee93f025eee292d0f8b442d + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.791.1/speakeasy_windows_arm64.zip + InstallerSha256: 59ef0d3c07a757011c4e4d4190bab653ae6cfe94cedb9205024d14c96ef82043 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.791.1/speakeasy_windows_amd64.zip + InstallerSha256: beb7227ca3218ce43d2b2f7a833ca26144bccb65a27f1951c9d156db8076e0cf + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..45a8b4ce75411 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# 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: Speakeasy.speakeasy +PackageVersion: 1.791.1 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.791.1 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.791.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..c2396d3afd516 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.791.1/Speakeasy.speakeasy.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: Speakeasy.speakeasy +PackageVersion: 1.791.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.installer.yaml b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.installer.yaml new file mode 100644 index 0000000000000..5a97131b90e86 --- /dev/null +++ b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: sakura-editor.sakura +PackageVersion: 2.4.3 +InstallerType: zip +NestedInstallerType: inno +FileExtensions: +- txt +- log +- c +- cpp +- cs +- h +- md +- ini +- java +- rst +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/sakura-editor/sakura/releases/download/v2.4.3/sakura-tag-v2.4.3-build2916-fe1a4a281-Win32-Release-Installer.zip + InstallerSha256: ABDBFCD349C47885C1DB6911C83D73CF9057ACC1FABD1F4E4E4DA84C79752F03 + NestedInstallerFiles: + - RelativeFilePath: sakura_install2-4-3-7173-x86.exe + ProductCode: sakura editor_is1 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.locale.en-US.yaml b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.locale.en-US.yaml new file mode 100644 index 0000000000000..5acbfa7b81ee8 --- /dev/null +++ b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: sakura-editor.sakura +PackageVersion: 2.4.3 +PackageLocale: en-US +Publisher: SAKURA Editor +PublisherUrl: https://sakura-editor.github.io/index.en.html +PublisherSupportUrl: https://github.com/sakura-editor/sakura/issues +PackageName: SAKURA Editor +PackageUrl: https://github.com/sakura-editor/sakura +License: Zlib +ShortDescription: SAKURA Editor (Japanese text editor for MS Windows) +Tags: +- editor +- sakura +- sakura-editor +- text-editor +ReleaseNotesUrl: https://github.com/sakura-editor/sakura/blob/master/CHANGELOG.md +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sakura-editor/sakura/wiki +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.locale.ja-JP.yaml b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3a75e0cae2c8e --- /dev/null +++ b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.locale.ja-JP.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: sakura-editor.sakura +PackageVersion: 2.4.3 +PackageLocale: ja-JP +Publisher: SAKURA Editor +PublisherUrl: https://sakura-editor.github.io/ +PublisherSupportUrl: https://github.com/sakura-editor/sakura/issues +PackageName: SAKURA Editor +PackageUrl: https://github.com/sakura-editor/sakura +License: Zlib +ShortDescription: サクラエディタはMS Windows上で動作する日本語テキストエディタです。 +Tags: +- editor +- sakura +- sakura-editor +- text-editor +ReleaseNotesUrl: https://github.com/sakura-editor/sakura/blob/master/CHANGELOG.md +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sakura-editor/sakura/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.yaml b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.yaml new file mode 100644 index 0000000000000..02a4619591047 --- /dev/null +++ b/manifests/s/sakura-editor/sakura/2.4.3/sakura-editor.sakura.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: sakura-editor.sakura +PackageVersion: 2.4.3 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.installer.yaml b/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.installer.yaml new file mode 100644 index 0000000000000..74a3eb77e546d --- /dev/null +++ b/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.installer.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: srwi.EverythingToolbar.Deskband +PackageVersion: 3.1.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /ALLUSERS +UpgradeBehavior: install +ProductCode: '{b5f0ac2d-98da-4392-9d12-78444db9caa9}_is1' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- DisplayName: EverythingToolbar 3.1.0.0 + ProductCode: '{b5f0ac2d-98da-4392-9d12-78444db9caa9}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\EverythingToolbar' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/srwi/EverythingToolbar/releases/download/3.1.0/EverythingToolbar-3.1.0-x64.exe + InstallerSha256: 0D15DDAEFFCFAC7375259DB888C2FA4803D7C6A1B9C97A5D0CF08B5A9FB471FA +- Architecture: arm64 + InstallerUrl: https://github.com/srwi/EverythingToolbar/releases/download/3.1.0/EverythingToolbar-3.1.0-arm64.exe + InstallerSha256: 32961408DEAA60578C133123732450268DE909CBFAE9A29D3480384C07577D06 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.locale.en-US.yaml b/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.locale.en-US.yaml new file mode 100644 index 0000000000000..a5ca76793c499 --- /dev/null +++ b/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: srwi.EverythingToolbar.Deskband +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: Stephan Rumswinkel +PublisherUrl: https://github.com/srwi/EverythingToolbar +PublisherSupportUrl: https://github.com/srwi/EverythingToolbar/issues +Author: Stephan Rumswinkel +PackageName: EverythingToolbar +PackageUrl: https://github.com/srwi/EverythingToolbar +License: MIT License +LicenseUrl: https://github.com/srwi/EverythingToolbar/blob/HEAD/LICENSE +ShortDescription: Everything integration for the Windows taskbar (Deskband variant) +Description: |- + With EverythingToolbar you can instantly search files and folders by name directly in the Windows taskbar with Everything. + It allows quick and easy file indexing and fast searches. +Tags: +- everything +- everything-search +- taskbar +- taskbar-application +- taskbar-launcher +- toolbar +- windows-taskbar +ReleaseNotes: |- + Changes + - The taskbar search box now dynamically sizes itself to available space between taskbar elements (#768) + - The taskbar search box now smoothly animates when repositioning + - Added a "Copy file name" option to the result context menu (#765) 💖 @Starkxim + - Added an option to always use the legacy IPC SDK instead of the Everything 1.5 pipe client to fix potential compatibility issues (#769) + - Potentially fixed the global keyboard shortcut failing to bring the window to the foreground (#754) + - Fixed incorrect search window positioning on multi-monitor setups with different DPI scaling (#767) + - Fixed the search window no longer appearing above an auto-hiding taskbar (#566) + - Restored the application font in settings menus (#766) 💖 @Starkxim + - Improved translations via Crowdin 💖 + How to verify your download + Every installer here comes with a build provenance attestation: a signed record proving it was built by this repository's release workflow from this repository's source, and has not been modified since. To check it, install the GitHub CLI and run: + gh attestation verify EverythingToolbar-3.1.0-x64.exe --repo srwi/EverythingToolbar + Substitute the name of the file you actually downloaded. +ReleaseNotesUrl: https://github.com/srwi/EverythingToolbar/releases/tag/3.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.yaml b/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.yaml new file mode 100644 index 0000000000000..f16130ef28d53 --- /dev/null +++ b/manifests/s/srwi/EverythingToolbar/Deskband/3.1.0/srwi.EverythingToolbar.Deskband.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: srwi.EverythingToolbar.Deskband +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.installer.yaml b/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.installer.yaml new file mode 100644 index 0000000000000..64f69fb73843c --- /dev/null +++ b/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.installer.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: srwi.EverythingToolbar.Launcher +PackageVersion: 3.1.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{b5f0ac2d-98da-4392-9d12-78444db9caa9}_is1' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- DisplayName: EverythingToolbar 3.1.0.0 + ProductCode: '{b5f0ac2d-98da-4392-9d12-78444db9caa9}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/srwi/EverythingToolbar/releases/download/3.1.0/EverythingToolbar-3.1.0-x64.exe + InstallerSha256: 0D15DDAEFFCFAC7375259DB888C2FA4803D7C6A1B9C97A5D0CF08B5A9FB471FA + InstallerSwitches: + Custom: /CURRENTUSER /mode=launcher +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/srwi/EverythingToolbar/releases/download/3.1.0/EverythingToolbar-3.1.0-x64.exe + InstallerSha256: 0D15DDAEFFCFAC7375259DB888C2FA4803D7C6A1B9C97A5D0CF08B5A9FB471FA + InstallerSwitches: + Custom: /ALLUSERS /mode=launcher + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\EverythingToolbar' +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/srwi/EverythingToolbar/releases/download/3.1.0/EverythingToolbar-3.1.0-arm64.exe + InstallerSha256: 32961408DEAA60578C133123732450268DE909CBFAE9A29D3480384C07577D06 + InstallerSwitches: + Custom: /CURRENTUSER /mode=launcher +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/srwi/EverythingToolbar/releases/download/3.1.0/EverythingToolbar-3.1.0-arm64.exe + InstallerSha256: 32961408DEAA60578C133123732450268DE909CBFAE9A29D3480384C07577D06 + InstallerSwitches: + Custom: /ALLUSERS /mode=launcher + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\EverythingToolbar' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.locale.en-US.yaml b/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.locale.en-US.yaml new file mode 100644 index 0000000000000..7c4961f2dba9b --- /dev/null +++ b/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: srwi.EverythingToolbar.Launcher +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: Stephan Rumswinkel +PublisherUrl: https://github.com/srwi/EverythingToolbar +PublisherSupportUrl: https://github.com/srwi/EverythingToolbar/issues +Author: Stephan Rumswinkel +PackageName: EverythingToolbar +PackageUrl: https://github.com/srwi/EverythingToolbar +License: MIT License +LicenseUrl: https://github.com/srwi/EverythingToolbar/blob/HEAD/LICENSE +ShortDescription: Everything integration for the Windows taskbar (Launcher variant) +Description: |- + With EverythingToolbar you can instantly search files and folders by name directly in the Windows taskbar with Everything. + It allows quick and easy file indexing and fast searches. +Tags: +- everything +- everything-search +- taskbar +- taskbar-application +- taskbar-launcher +- toolbar +- windows-taskbar +ReleaseNotes: |- + Changes + - The taskbar search box now dynamically sizes itself to available space between taskbar elements (#768) + - The taskbar search box now smoothly animates when repositioning + - Added a "Copy file name" option to the result context menu (#765) 💖 @Starkxim + - Added an option to always use the legacy IPC SDK instead of the Everything 1.5 pipe client to fix potential compatibility issues (#769) + - Potentially fixed the global keyboard shortcut failing to bring the window to the foreground (#754) + - Fixed incorrect search window positioning on multi-monitor setups with different DPI scaling (#767) + - Fixed the search window no longer appearing above an auto-hiding taskbar (#566) + - Restored the application font in settings menus (#766) 💖 @Starkxim + - Improved translations via Crowdin 💖 + How to verify your download + Every installer here comes with a build provenance attestation: a signed record proving it was built by this repository's release workflow from this repository's source, and has not been modified since. To check it, install the GitHub CLI and run: + gh attestation verify EverythingToolbar-3.1.0-x64.exe --repo srwi/EverythingToolbar + Substitute the name of the file you actually downloaded. +ReleaseNotesUrl: https://github.com/srwi/EverythingToolbar/releases/tag/3.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.yaml b/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.yaml new file mode 100644 index 0000000000000..486dffa95ce27 --- /dev/null +++ b/manifests/s/srwi/EverythingToolbar/Launcher/3.1.0/srwi.EverythingToolbar.Launcher.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: srwi.EverythingToolbar.Launcher +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml index 622b8a62d8c02..851e4d4c3b0be 100644 --- a/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml @@ -11,6 +11,6 @@ ReleaseDate: 2026-08-08 Installers: - Architecture: x86 InstallerUrl: https://trustsing.com/publish/iDefender.exe - InstallerSha256: 6B09EC5700DC3B9A0D62F7A26A19D773F744645A672E88A1F013932A8ABEBD03 + InstallerSha256: E0641FBEAEA4314EB81D22DD91D4043806A93EB378E025900E69F89E7FD0BA70 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.installer.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.installer.yaml similarity index 78% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.installer.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.installer.yaml index ca38a228175af..72567ba8967b1 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.installer.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 InstallerType: exe Scope: machine InstallModes: @@ -13,10 +13,10 @@ InstallerSwitches: SilentWithProgress: /skipdlgs UpgradeBehavior: install ProductCode: Internet Download Manager -ReleaseDate: 2026-07-22 +ReleaseDate: 2026-08-08 Installers: - Architecture: x86 - InstallerUrl: https://download.internetdownloadmanager.com/idman643build7.exe - InstallerSha256: 006F87A8CD6AEFA83185B8ABBF7057F8C2FE2D5063DA3B224F61FB68BEA4CFF7 + InstallerUrl: https://download.internetdownloadmanager.com/idman643build8.exe + InstallerSha256: 8DE10E88309F0F2C011704CFD039E5B0568402D89470B2992C134F3568426BEF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.en-US.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.en-US.yaml similarity index 81% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.en-US.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.en-US.yaml index 9ad76bb1739fe..3f9802f94be42 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.en-US.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 PackageLocale: en-US Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ @@ -19,7 +19,10 @@ Moniker: idm Tags: - download - downloader -ReleaseNotes: '- Fixed a problem causing IDM download panel not to appear on some websites' +ReleaseNotes: |- + - Resolved the problem that caused a "403 Forbidden" error when downloading some files + - Fixed errors that occurred when muxing certain MKV files + - Resolved audio-video desynchronization issues when converting certain TS files to MP4 format ReleaseNotesUrl: https://www.internetdownloadmanager.com/news.html PurchaseUrl: https://secure.internetdownloadmanager.com/buy_idm.html Documentations: diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.zh-CN.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.zh-CN.yaml similarity index 98% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.zh-CN.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.zh-CN.yaml index e8ef56c60fb7e..0eacdd5cbcd44 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.zh-CN.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 PackageLocale: zh-CN Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.yaml similarity index 91% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.yaml index ec307ec71788b..ad0d9dd47483d 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.installer.yaml b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.installer.yaml similarity index 76% rename from manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.installer.yaml rename to manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.installer.yaml index 916d3c162fc79..1dbb14aa77711 100644 --- a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.installer.yaml +++ b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.installer.yaml @@ -1,15 +1,15 @@ -# 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: VovSoft.FolderSplitter -PackageVersion: 1.2.0.0 +PackageVersion: 1.3.0.0 InstallerLocale: en-US Installers: - Architecture: x86 InstallerType: inno Scope: machine InstallerUrl: https://files.vovsoft.com/folder-splitter.exe - InstallerSha256: D575A885553DD5A7A2982C9C82B679D16F06AE207E17A3C9B75B1772932BD268 + InstallerSha256: 4FDAE8F679613AF8FA494BC9E4B3018F7B05A51694ECD8869F9D3A0335F29098 InstallModes: - interactive - silent @@ -28,8 +28,8 @@ Installers: - RelativeFilePath: foldersplitter.exe PortableCommandAlias: foldersplitter InstallerUrl: https://files.vovsoft.com/folder-splitter-portable.zip - InstallerSha256: A89922AF299223C943FE6C2E879F6C63CBCB47F72A4250FA794006521BC15FEE + InstallerSha256: 16744B893AA5CF917E920311D6CA63AA119913B0A9712772BA3C8FEEF46010D2 ArchiveBinariesDependOnPath: true ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2024-05-04 +ReleaseDate: 2026-08-08 diff --git a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.locale.en-US.yaml b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.locale.en-US.yaml similarity index 96% rename from manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.locale.en-US.yaml rename to manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.locale.en-US.yaml index 00f01a791504a..24bd54fbeca58 100644 --- a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.locale.en-US.yaml +++ b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.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: VovSoft.FolderSplitter -PackageVersion: 1.2.0.0 +PackageVersion: 1.3.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.yaml b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.yaml similarity index 73% rename from manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.yaml rename to manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.yaml index 2e010243bc8fd..edb3ed610656e 100644 --- a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.yaml +++ b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.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: VovSoft.FolderSplitter -PackageVersion: 1.2.0.0 +PackageVersion: 1.3.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.installer.yaml b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.installer.yaml new file mode 100644 index 0000000000000..1f16dff181e46 --- /dev/null +++ b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: venipa.ytmdesktop +PackageVersion: 1.4.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- ytmd +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Venipa/ytmdesktop2/releases/download/v1.4.4/YouTube-Music-for-Desktop-1.4.4-setup.exe + InstallerSha256: F7729C9C78E7B110499DBD0896D346AE50E25825E9AE57EAB7A40F25EE2700B4 + ProductCode: 8b02f17e-6072-51f9-89f1-5d7ee6ee4c2c + AppsAndFeaturesEntries: + - DisplayName: YouTube Music for Desktop + Publisher: Venipa + DisplayVersion: 1.4.4 + ProductCode: 8b02f17e-6072-51f9-89f1-5d7ee6ee4c2c + InstallerType: nullsoft +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.locale.en-US.yaml b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..59b7934d95963 --- /dev/null +++ b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.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: venipa.ytmdesktop +PackageVersion: 1.4.4 +PackageLocale: en-US +Publisher: Venipa +PublisherUrl: https://github.com/Venipa +PublisherSupportUrl: https://github.com/Venipa/ytmdesktop2/issues +Author: Venipa +PackageName: YouTube Music for Desktop +PackageUrl: https://youtube-music.app +License: CC0-1.0 +LicenseUrl: https://github.com/Venipa/ytmdesktop2/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Venipa +CopyrightUrl: https://github.com/Venipa/ytmdesktop2/blob/HEAD/LICENSE +ShortDescription: Beautiful Unofficial YouTube Music desktop app that includes several customizations for users and developers. +Description: |- + Unofficial YouTube Music desktop client for Windows, macOS, and Linux. + Features Discord Rich Presence, custom themes, Last.fm scrobbling, tray view, + Stream Deck support, local API, OBS overlays, and ytmd:// shared links. +Moniker: ytmdesktop +Tags: +- discord +- electron +- lastfm +- music +- obs +- player +- scrobble +- streamdeck +- theme +- tray +- youtube +- youtube-music +- ytmdesktop +ReleaseNotes: |- + - feat: enhance Last.fm integration with reauthentication and session validation + - fix: improve type safety and null handling in various components + - chore: web route typings + - fix: Last.fm session management with counterpart video support + - fix: trayview album cover drag should be disabled + - fix: track navigate to empty page +ReleaseNotesUrl: https://github.com/Venipa/ytmdesktop2/releases/tag/v1.4.4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://youtube-music.app +- DocumentLabel: GitHub README + DocumentUrl: https://github.com/Venipa/ytmdesktop2#readme +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.yaml b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.yaml new file mode 100644 index 0000000000000..0f821877b11b6 --- /dev/null +++ b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.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: venipa.ytmdesktop +PackageVersion: 1.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml index 929c9f8ea1432..607cd15d31ba3 100644 --- a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml +++ b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml @@ -17,7 +17,7 @@ ReleaseDate: 2026-07-22 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerUrl: https://fdfs.xmcdn.com/storages/e758-audiofreehighqps/A5/0D/GAqhQKIONlp2ACAAAAS7Q8AV.exe + InstallerUrl: https://nativedl.pcdn.xmcdn.com/storages/e758-audiofreehighqps/A5/0D/GAqhQKIONlp2ACAAAAS7Q8AV.exe InstallerSha256: 5B189D2CB9B4BA264C70784D210113B11CD0179E034AF02908F161DB1375FFE8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml index 9653046156ac8..91af4c7218118 100644 --- a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml +++ b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml @@ -24,6 +24,5 @@ Tags: - 电子书 - 语音 - 音频 -ReleaseNotes: '- 修复一些已知问题' ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.installer.yaml b/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.installer.yaml new file mode 100644 index 0000000000000..eb9384a15ead9 --- /dev/null +++ b/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.installer.yaml @@ -0,0 +1,30 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: YACReader.YACReader +PackageVersion: 10.2.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{019AC70F-0312-76B8-BD8F-BE9DCBF49E25}_is1' +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- DisplayName: YACReader v10.2.0.260808325 + DisplayVersion: 10.2.0.260808325 + ProductCode: '{019AC70F-0312-76B8-BD8F-BE9DCBF49E25}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\YACReader' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/YACReader/yacreader/releases/download/10.2.0/YACReader-v10.2.0.260808325-winx64-7z-qt6.exe + InstallerSha256: D8A248280A72245E9A6CDB53B1D2847EBF0CDC8E59B445CCF6EB63AC157A08CB +- Architecture: arm64 + InstallerUrl: https://github.com/YACReader/yacreader/releases/download/10.2.0/YACReader-v10.2.0.260808325-winarm64-7z-qt6.exe + InstallerSha256: 3C2BE97BAA91EB0EB93BD3FEAAAF5166FEF7D24B84DCE045AF60E31D86CC7969 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.locale.en-US.yaml b/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.locale.en-US.yaml new file mode 100644 index 0000000000000..ea38567f235ef --- /dev/null +++ b/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: YACReader.YACReader +PackageVersion: 10.2.0 +PackageLocale: en-US +Publisher: YACReader +PublisherUrl: https://www.yacreader.com/ +PublisherSupportUrl: https://github.com/YACReader/yacreader/issues +Author: YACReader +PackageName: YACReader +PackageUrl: https://www.yacreader.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/YACReader/yacreader/blob/develop/COPYING.txt +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/YACReader/yacreader/blob/develop/COPYING.txt +ShortDescription: Read, browse and manage your comics collection. +Moniker: yacreader +Tags: +- comic +- comics +- read +- reader +- yacreader +ReleaseNotes: |- + YACReader + - Change default shortcuts for modifying the magnifying glass size to avoid conflicts with the page zoom shortcuts, [, ]. + - Add an optional circular magnifying glass, with an optional ring drawn around it. The configured size is kept as a rectangle, so switching back and forth doesn't lose it. + - Add optional edge easing for the magnifying glass. The magnified region is pushed toward the edges of the view, so content near the border can be inspected without pushing the cursor all the way into the corner. + - Require a full wheel notch before the magnifying glass changes size or zoom, so a light trackpad gesture no longer resizes it. + - Fix showing the go to flow bar asking for permission to control the computer on macOS. Moving the cursor into the bar now works without granting any accessibility permission, where before it was silently doing nothing. + - Add a setting to control what the Escape key does. It can keep quitting the reader, as before, or instead cancel the topmost active mode: magnifying glass, dictionary, go to flow and then fullscreen. + - Fix crash caused by changing reading direction while quickly turning pages. + - Use pinch and ctrl+wheel mouse to change the zoom level. + + YACReaderLibrary + - Add a library repair function to restore missing covers and rescan files that previously failed to be added. + - Add actions to create and restore library database backups. + - Automatically create and retain database backups in .yacreaderlibrary/backups. + - When database corruption is detected, offer to attempt a repair or restore a backup. Damaged originals are preserved in .yacreaderlibrary/recovery. + - Fix comics info export/import and covers package import/export error handling. + - Fix grid comic cells info height so the title doesn't overlap the other fields. + - Add a function to open the library root location. + - Add a help dialog for the search engine. Use the drop down menu in the search field. + - Add quick search presets. Use the drop down menu in the search field. + - Fix open containing folder asking for permission to control Finder on macOS. + - Improve the server dialog UI a bit and add the option to open the Web UI from it. + + YACReaderLibraryServer + - Add the repair-library command to restore missing covers and rescan files that previously failed to be added. + - Add the backup-library, list-backups, and restore-library commands. + - Automatically create and retain database backups in .yacreaderlibrary/backups. + - Add the repair-library-db command to attempt to repair a damaged database. Damaged originals are preserved in .yacreaderlibrary/recovery. + + WebUI + - Add a very basic web reader. + - Add rescan xml functionality to the webui. + - Add more metadata fields to the detail view. + + All GUI apps + - New settings dialogs. + + All apps + - Unify comics sorting to use the string based universal number everywhere. + - Experimental support for image based comics in epub format. +ReleaseNotesUrl: https://github.com/YACReader/yacreader/releases/tag/10.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/YACReader/yacreader/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.yaml b/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.yaml new file mode 100644 index 0000000000000..acebdd55ec6e3 --- /dev/null +++ b/manifests/y/YACReader/YACReader/10.2.0/YACReader.YACReader.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: YACReader.YACReader +PackageVersion: 10.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.925/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..c9e12c1bda7f9 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/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.925 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.925-win-x64.exe + InstallerSha256: A0649D18031E58DFD5EC500E747FEF651D399B709B085F0A004E370937A5B57C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.925-win-x64.exe + InstallerSha256: A0649D18031E58DFD5EC500E747FEF651D399B709B085F0A004E370937A5B57C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..ea5c83b4832f2 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/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.925 +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.925 + Bug Fixes + - Fixed the right dock so it sits flush against the sidebar when maximized, instead of overlapping it. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7d4a7b562c629 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/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.925 +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.925/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.yaml new file mode 100644 index 0000000000000..29c908802245d --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/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.925 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.installer.yaml b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.installer.yaml new file mode 100644 index 0000000000000..dca5ea4bae5cd --- /dev/null +++ b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.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: ynjmxn.Gengchou +PackageVersion: 2.4.1 +Platform: +- Windows.Desktop +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gengchou.exe + PortableCommandAlias: gengchou +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ynjmxn/gengchou/releases/download/v2.4.1/gengchou-windows-x64.zip + InstallerSha256: FDD9D3814563F0A575EF9202B9E57213EE40453B04FE802D50643F0A6A51EC6C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.locale.en-US.yaml b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.locale.en-US.yaml new file mode 100644 index 0000000000000..4349fd63ba048 --- /dev/null +++ b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ynjmxn.Gengchou +PackageVersion: 2.4.1 +PackageLocale: en-US +Publisher: ynjmxn +PublisherUrl: https://github.com/ynjmxn +PublisherSupportUrl: https://github.com/ynjmxn/gengchou/issues +PrivacyUrl: https://github.com/ynjmxn/gengchou/blob/v2.4.1/README.md#data--privacy +Author: Craig Constable, Jianxin Yin, and contributors +PackageName: Gengchou +PackageUrl: https://github.com/ynjmxn/gengchou +License: MIT +LicenseUrl: https://github.com/ynjmxn/gengchou/blob/v2.4.1/LICENSE +Copyright: Copyright (C) 2025 Craig Constable; modifications Copyright (C) 2026 Jianxin Yin +CopyrightUrl: https://github.com/ynjmxn/gengchou/blob/v2.4.1/LICENSE +ShortDescription: A Windows taskbar and tray AI quota monitor for Claude, Codex, and Antigravity. +Description: Gengchou is a lightweight native Windows taskbar widget and system-tray app for viewing the quota windows reported by Claude, Codex, and Google Antigravity without opening a provider dashboard. On first start it asks once for permission, then detects which providers are signed in on this machine and shows only those. Nothing is read before permission is granted, and access can be revoked per provider at any time. It has no analytics, telemetry, or separate backend service, and it does not store provider tokens. +Moniker: gengchou +Tags: +- antigravity +- claude-code +- codex +- remote-desktop +- rust +- system-tray +- taskbar +- usage-monitor +- windows +ReleaseNotes: Reserves the Windows warning glyph for notifications that require action. Routine provider detection, quota reset, and Claude Code update notifications use the Gengchou app icon and remain silent. Adds current provider integration and OpenCode Go engineering notes. +ReleaseNotesUrl: https://github.com/ynjmxn/gengchou/releases/tag/v2.4.1 +InstallationNotes: WinGet portable packages do not create a Start menu shortcut. Open a new terminal and run "gengchou", then answer the one-time permission prompt that covers every provider. Access can be revoked for a single provider later under "Provider access"; optionally enable "Start with Windows" from the app context menu. +Documentations: +- DocumentLabel: README + DocumentUrl: https://github.com/ynjmxn/gengchou/blob/v2.4.1/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.locale.zh-CN.yaml b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.locale.zh-CN.yaml new file mode 100644 index 0000000000000..81c3baa961c9a --- /dev/null +++ b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ynjmxn.Gengchou +PackageVersion: 2.4.1 +PackageLocale: zh-CN +Publisher: ynjmxn +PackageName: 更筹 Gengchou +License: MIT +ShortDescription: 面向 Windows 的 Claude、Codex 和 Antigravity 配额监视器,提供任务栏组件、浮窗和托盘图标。 +Description: 更筹是轻量级原生 Windows 任务栏组件与系统托盘应用,无需打开服务商控制台 即可查看 Claude、Codex 和 Google Antigravity 实际报告的配额窗口。 首次启动只请求一次授权,随后探测本机有哪些服务商已登录,并只显示探测到的。 未获授权前不读取任何凭据,且可随时按服务商单独撤销。 应用不包含分析、遥测或独立后端服务,也不会保存服务商令牌。 +InstallationNotes: WinGet 的 portable 包不会创建开始菜单快捷方式。安装后请在新终端中运行“gengchou”,并回答那一次覆盖全部服务商的授权提示;之后可在“服务商访问权限”菜单中按服务商单独撤销。如需开机启动,可在应用右键菜单中启用“Start with Windows”。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.yaml b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.yaml new file mode 100644 index 0000000000000..d1ecfcc2e0783 --- /dev/null +++ b/manifests/y/ynjmxn/Gengchou/2.4.1/ynjmxn.Gengchou.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: ynjmxn.Gengchou +PackageVersion: 2.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.installer.yaml b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.installer.yaml new file mode 100644 index 0000000000000..b00f64ed35cf0 --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.16/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.16" +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yyqh01/reaper_yyqh_plugins/releases/download/Snapshot/reaper_yyqh.778.16.exe + InstallerSha256: D674BAADA209E29070ECA5B6A3429F7F85DE4AF86381E2915D8ADD922881518F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-22 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.locale.zh-cn.yaml b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.locale.zh-cn.yaml new file mode 100644 index 0000000000000..17bbc77dccda1 --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.16/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.16" +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.16/yyqh01.reaper_yyqh.yaml b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.yaml new file mode 100644 index 0000000000000..5961a7cb30c61 --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.16/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.16" +DefaultLocale: zh-cn +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.installer.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.installer.yaml new file mode 100644 index 0000000000000..e02afaf524a92 --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.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: ZMGID.Kivio +PackageVersion: 2.8.8 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: Kivio Desktop +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ZMGID/kivio/releases/download/v2.8.8/Kivio.Desktop_2.8.8_x64-setup.exe + InstallerSha256: 4815098BE6AB7D0E8CE69644E86137AC88A8BCD3F72402F9C8B1178E51DD740E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.en-US.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.en-US.yaml new file mode 100644 index 0000000000000..209f06cfaedd4 --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZMGID.Kivio +PackageVersion: 2.8.8 +PackageLocale: en-US +Publisher: zmair +PublisherUrl: https://github.com/ZMGID +PublisherSupportUrl: https://github.com/ZMGID/kivio/issues +PackageName: Kivio +PackageUrl: https://github.com/ZMGID/kivio +License: GPL-3.0 +LicenseUrl: https://github.com/ZMGID/kivio/blob/HEAD/LICENSE +ShortDescription: 'A lightweight desktop AI client and screen-level agent: chat, tools, translation, OCR, and visual Q&A in one small app.' +Description: |- + Kivio is a compact desktop AI client with a built-in agent runtime. It stays in the tray or menu bar, opens when you need it, and keeps a much smaller footprint than a browser-based AI workspace. + - Kivio Agent — chat, projects, assistants, memory, file/image attachments, MCP, Skills, and native tools (file ops, shell, web fetch/search, Pyodide run_python). + - Lens — screenshot-based visual Q&A, OCR, formula extraction, text polishing, and optional web-aware answers. + - Fast translation — typed text, selected text, windows, and arbitrary screen regions. + - Bring your own models — OpenAI-compatible providers and Anthropic Messages, with per-feature model routing and multi-key failover. + - Document-ready — PDF / Word / Excel workflows run on a bundled offline Pyodide sandbox, no first-run CDN download required. + - Private by default — no telemetry; API keys and conversation data stay on your machine. +Tags: +- ai +- chatbot +- large-language-model +- llm +ReleaseNotes: |- + - Conversation library — new conversation manager with search, shelves, sort/group, bulk actions, and archive. Plugin management moves to Settings. + - Prompt-cache duration — set provider cache retention to off, short, or long. + - Extension-center languages — Assistant, Skill, MCP, Knowledge, Notes, and Plugin pages follow the app language. + - Session usage — the composer shows input, cache-hit, and output tokens for the current session. + - Title animation — generated conversation titles replace the temporary title with a typewriter effect. + - Cursor Composer — shows context window and pricing for Composer 1 / 1.5 / 2 / 2.5. + - Sidebar actions — pin and one-click archive; full menu on right-click; wave indicator while generating. + - Settings and usage stats — cleaner settings nav and memory layout; usage stats include request success rate. + - Bug fixes — lost content after stream failures, duplicate messages, scroll glitches, leftover bulk-delete state, and white flashes when switching shelves. +ReleaseNotesUrl: https://github.com/ZMGID/kivio/releases/tag/v2.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.zh-CN.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..843b119da5c5e --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.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: ZMGID.Kivio +PackageVersion: 2.8.8 +PackageLocale: zh-CN +ShortDescription: 轻量桌面 AI 客户端与屏幕级 Agent:聊天、工具、翻译、OCR、视觉问答,放进一个小应用。 +Description: |- + Kivio 是一个小体积桌面 AI 客户端,内置 Agent 运行时。常驻托盘或菜单栏,需要时再出现,比浏览器里的 AI 工作台更轻。 + - Kivio Agent —— 聊天、项目、助手、记忆、文件/图片附件、MCP、Skills、本地工具(文件操作、终端、网页抓取/搜索、Pyodide run_python)。 + - Lens —— 基于截图的视觉问答、OCR、公式提取、文本优化,可选联网来源回答。 + - 快速翻译 —— 输入文本、选中文本、窗口、任意屏幕区域。 + - 自带模型选择权 —— 支持 OpenAI 兼容接口与 Anthropic Messages,可按功能分别路由模型,多 Key 故障转移。 + - 文档可直接用 —— PDF / Word / Excel 工作流跑在随包的离线 Pyodide 沙箱,不依赖首次运行从 CDN 下载。 + - 默认安静 —— 无遥测;API Key 与对话数据留在本机 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + - Windows — Kivio.Desktop_2.8.8_x64-setup.exe(NSIS 安装包 / installer) + - macOS — Kivio.Desktop_2.8.8_aarch64.dmg(Apple Silicon,未签名 / unsigned) + - 首次启动:右键 → 打开,或运行 xattr -cr "/Applications/Kivio Desktop.app" + - First launch: right-click → Open, or run xattr -cr "/Applications/Kivio Desktop.app" +ReleaseNotesUrl: https://github.com/ZMGID/kivio/releases/tag/v2.8.8 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.yaml new file mode 100644 index 0000000000000..aa41a2ae2efa7 --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.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: ZMGID.Kivio +PackageVersion: 2.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml index 5add4fe45ce09..8f2201c85c115 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-08-07 +ReleaseDate: 2026-08-08 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 9FC3F79BA70DBFFADA8CB85B6E7150F5A31814B5715CFDFE9C58111430B4DB24 + InstallerSha256: 9E49A0804FF5566D5BA2AADC5981990F2E818661B3C8311DF3001385F291C35B AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: 35DB5029FBE3132C20B638D2C9FAA077C8C0837052F283E2B99C34F472B65B8F + InstallerSha256: 4A7B93F778AF847679132028B304A0D5A92176786F233BCDABF054810B264A61 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer