diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.installer.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.installer.yaml new file mode 100644 index 000000000000..84289535c493 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- magnet +- thunder +FileExtensions: +- meta4 +- metalink +- torrent +ProductCode: MotrixNext +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.4/MotrixNext_3.9.4_x64-setup.exe + InstallerSha256: 0AA5D48ED2A0B3A4CE1FA2687FA9AB1DEA1D4F091D93D3CAB44BBF3B0DC90BCB +- Architecture: arm64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.4/MotrixNext_3.9.4_arm64-setup.exe + InstallerSha256: E0204A67FF258A0E7C98ED57142753931FDF4C93E4DCEDF6EBE9A71137AA46CD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.en-US.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.en-US.yaml new file mode 100644 index 000000000000..dd0d55187645 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +PackageLocale: en-US +Publisher: motrix +PublisherUrl: https://github.com/AnInsomniacy +PublisherSupportUrl: https://github.com/AnInsomniacy/motrix-next/issues +PackageName: MotrixNext +PackageUrl: https://github.com/AnInsomniacy/motrix-next +License: MIT +LicenseUrl: https://github.com/AnInsomniacy/motrix-next/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025-present AnInsomniacy +ShortDescription: A full-featured download manager — rebuilt from the ground up +Description: |- + Motrix by agalwood was one of the best open-source download managers available — clean UI, aria2-powered, cross-platform. It inspired thousands of users and developers alike. + However, the original project has been largely inactive since 2023. The Electron + Vue 2 + Vuex + Element UI stack accumulated technical debt, making it increasingly difficult to maintain, extend, or package for modern platforms. + + What we kept + We owe a great deal to the original Motrix and its community. The following were gratefully adopted and continue to serve as the foundation for parts of Motrix Next: + - Aria2 error code system and RPC client — the error handling conventions and JSON-RPC communication layer for the aria2 engine + - Internationalization — 25+ community-contributed locale files covering Chinese, Japanese, Korean, Arabic, French, German, and many more + - Download utilities — tracker list management, cURL command parsing, and other protocol-level helpers + + What we rebuilt + Motrix Next is not a fork — it is a complete rewrite. Every other layer of the application has been redesigned and reimplemented from scratch: + | Layer | Motrix (Legacy) | Motrix Next | + | ------------ | ----------------------- | ------------------------------- | + | Runtime | Electron | Tauri 2 (Rust) | + | Frontend | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI Framework | Element UI | Naive UI | + | Language | JavaScript | TypeScript + Rust | + | Styling | SCSS + Element theme | Vanilla CSS + custom properties | + | Engine Mgmt | Node.js `child_process` | Tauri sidecar | + | Build System | electron-builder | Vite + Cargo | + | Bundle Size | ~80 MB | ~20 MB | + | Auto-Update | electron-updater | Tauri updater plugin | + + Design & Motion + The overall UI layout stays true to Motrix's original design — the sidebar navigation, task list, and preference panels all follow the familiar structure that made Motrix intuitive from day one. + What changed is everything underneath. Every transition and micro-interaction has been carefully tuned to follow Material Design 3 motion guidelines: + - Asymmetric timing — enter animations are slightly longer than exits, giving new content time to land while dismissed content leaves quickly + - Emphasized easing curves — decelerate on enter (cubic-bezier(0.2, 0, 0, 1)), accelerate on exit (cubic-bezier(0.3, 0, 0.8, 0.15)), replacing generic ease curves throughout the codebase + - Spring-based modals — dialogs use physically-modeled spring animations for a natural, responsive feel + - Consistent motion tokens — all durations and curves are defined as CSS custom properties, ensuring a unified rhythm across 12+ components +Tags: +- download +- downloader +ReleaseNotes: |- + What's Changed + Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. + ✨ New Features + - Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. + - Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. + - History cleanup for deleted tasks — Deleted tasks can now remove matching history records. + - User-Agent management — Added user-agent management and improved related network preference controls. + - Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. + 🛠 Improvements + - Engine binaries — Updated bundled binaries for supported architectures. + - Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. + - Deletion messaging — Refined localized task deletion text for clarity and consistency. + - Text wrapping — Improved URI input wrapping and task name multiline display. + - Navigation layout — Improved sub-navigation responsiveness. + - Disk allocation default — Changed the default file allocation method to trunc. + - Proxy controls — Improved proxy button styling in network preferences. +ReleaseNotesUrl: https://github.com/AnInsomniacy/motrix-next/releases/tag/v3.9.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.zh-CN.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.locale.zh-CN.yaml new file mode 100644 index 000000000000..5c795cc379cf --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +PackageLocale: zh-CN +ShortDescription: 一款功能齐全的下载管理器——从零开始重新打造 +Description: |- + Motrix(由 agalwood 开发)曾是最优秀的开源下载管理器之一:界面简洁、基于 aria2 引擎、跨平台支持。它启发了成千上万的用户与开发者。 + 然而,自 2023 年以来,原项目已基本处于非活跃状态。其 Electron + Vue 2 + Vuex + Element UI 技术栈积累了大量技术债务,导致在现代平台上进行维护、扩展或打包变得愈发困难。 + + 我们保留的内容 + 我们深深感激原 Motrix 项目及其社区。以下内容被悉心采纳,并继续作为 Motrix Next 部分功能的基础: + - Aria2 错误码系统与 RPC 客户端:用于 aria2 引擎的错误处理规范及 JSON-RPC 通信层 + - 国际化:25 多个由社区贡献的语言包,涵盖中文、日文、韩文、阿拉伯文、法文、德文等多种语言 + - 下载工具:追踪器列表管理、cURL 命令解析及其他协议级辅助功能 + + 我们重构的内容 + Motrix Next 并非分支项目,而是一次彻底的重写。应用的每一其他层级均从零开始重新设计与实现: + | 层级 | Motrix(旧版) | Motrix Next | + | -------- | ----------------------- | ----------------------------- | + | 运行时 | Electron | Tauri 2(Rust) | + | 前端框架 | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI 框架 | Element UI | Naive UI | + | 编程语言 | JavaScript | TypeScript + Rust | + | 样式方案 | SCSS + Element 主题 | 原生 CSS + 自定义属性 | + | 引擎管理 | Node.js `child_process` | Tauri 侧车(sidecar) | + | 构建系统 | electron-builder | Vite + Cargo | + | 打包体积 | ~80 MB | ~20 MB | + | 自动更新 | electron-updater | Tauri 更新插件 | + + 设计与动效 + 整体 UI 布局忠实延续了 Motrix 的原始设计——侧边栏导航、任务列表及偏好设置面板均沿用那套自诞生之初便直观易用的熟悉结构。 + 真正改变的是其下所有底层实现。每一处转场与微交互均经过精心调校,严格遵循 Material Design 3 的动效指南: + - 非对称时序:进入动画略长于退出动画,使新内容有足够时间“落地”,而 dismissed 内容则快速离场 + - 强调缓动曲线:进入时减速(cubic-bezier(0.2, 0, 0, 1)),退出时加速(cubic-bezier(0.3, 0, 0.8, 0.15)),全面替代代码库中通用的 ease 曲线 + - 基于弹簧的模态框:对话框采用物理建模的弹簧动画,带来自然且响应灵敏的交互感受 + - 统一的动效令牌:所有持续时间与缓动曲线均定义为 CSS 自定义属性,确保 across 12+ 组件间节奏一致 +Tags: +- 下载 +- 下载器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.yaml new file mode 100644 index 000000000000..43fdcf1f4998 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.4/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.installer.yaml new file mode 100644 index 000000000000..8b1f5e794336 --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.installer.yaml @@ -0,0 +1,36 @@ +# 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: axpnet.AeroFTP +PackageVersion: 4.0.4 +InstallerLocale: en-US +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/axpdev-lab/aeroftp/releases/download/v4.0.4/AeroFTP_4.0.4_x64-setup.exe + InstallerSha256: BE7EB26F336ABB1CB1EEFDAC4744B57B24DDEEAB3F14C0E50424D44307A43690 + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + ProductCode: AeroFTP + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: AeroFTP + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\AeroFTP' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/axpdev-lab/aeroftp/releases/download/v4.0.4/AeroFTP_4.0.4_x64_en-US.msi + InstallerSha256: 442289BCB70908CDC3DC8014B8C6DA81E45BEC97E2C3E8810D1A06732451BF5E + ProductCode: '{C82559DB-58A8-4DBF-9B8A-FA5A8F4194AA}' + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: '{C82559DB-58A8-4DBF-9B8A-FA5A8F4194AA}' + UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/AeroFTP' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.locale.en-US.yaml new file mode 100644 index 000000000000..c9f3484cabba --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.locale.en-US.yaml @@ -0,0 +1,67 @@ +# 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: axpnet.AeroFTP +PackageVersion: 4.0.4 +PackageLocale: en-US +Publisher: axpnet +PublisherUrl: https://github.com/axpnet +PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues +Author: axpnet +PackageName: AeroFTP +PackageUrl: https://github.com/axpnet/aeroftp +License: GPL-3.0 +LicenseUrl: https://github.com/axpdev-lab/aeroftp/blob/HEAD/LICENSE +ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. +Description: |- + AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). + It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), + features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), + bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. + Available in 47 languages with 4 themes. +Moniker: aeroftp +Tags: +- cloud-storage +- encryption +- file-manager +- file-transfer +- ftp +- ftp-client +- multi-protocol +- rust +- s3 +- sftp +- sync +- tauri +- webdav +ReleaseNotes: |- + [4.0.4] - 2026-06-07 + Reversible Restricted-Filename Encoding, CLI Polish and Stability + A focused follow-up to v4.0.3. Filenames that a provider would otherwise reject now round-trip transparently on Box, Dropbox, Jottacloud and OpenDrive; the interactive CLI absorbs the next wave of the community wishlist (#270); and three stability bugs are fixed, including a long-standing tray crash on suspend/resume, a zero-size main window on macOS Tahoe (#290), and an OAuth reconnect that re-ran the full browser flow every time (#270). + Added + - Reversible restricted-filename encoding (#272, #266): Box, Dropbox, Jottacloud and OpenDrive now transparently encode filename characters the provider rejects (control characters plus each provider's reserved set) using the rclone-compatible reversible scheme (fullwidth and control-picture mappings, a quote-collision escape, and position-dependent space and dot rules), then decode them back on listing. A name like a:b round-trips intact instead of failing silently. The encode/decode runs once at the provider boundary, so it covers the GUI, every CLI cmd_* handler, CLI sync/benchmark, the transfer engine and the session manager at once, and is property-tested decode(encode(s)) == s over tens of thousands of cases per provider. Providers whose only restriction is control characters keep the clear localized error from v4.0.3. (@EhudKirsh, #272/#266) + - CLI interactive shell polish (#270): the profiles -i user-switch now accepts the compact u3 / 3u tokens (it was the only action that still required the spaced u form), and a # reorder reprints the table with a visual diff: a red struck-through ghost at the old slot, the live row at the new slot joined by a left-gutter arrow, and old -> new markers on every row whose index shifted. (@EhudKirsh, #270) + - Lightweight CI checks job: a fast workflow runs cargo fmt --check, cargo audit (RustSec advisory scan) and the vitest React suite on every PR and push, outside the heavy Tauri build/release matrix, closing three gaps in CI coverage. + Changed + - Discover health-check toggle is now an icon-only button: the Activity icon is lit when health checks are on and dimmed when off, replacing the sliding switch for the same on/off affordance (role=switch and aria-checked kept). The manual Check button is unchanged. + - My Servers filters: My Servers gains a "Local bridge" filter chip. The free/paid and HQ-country signals stay on the Discover page, where they help before you sign up, and were dropped from My Servers, where an already-saved server makes them redundant. + - PixelUnion catalog corrected to 16 GB free storage with a free API, regenerating the CLI catalog, README and docs/PROVIDERS.md from the single source of truth. + Fixed + - macOS Tahoe zero-size window (#290): the main window could come up at a 0x0 content size on macOS 26 Tahoe, leaving only a Dock icon. Two causes are addressed. First, a window-state file poisoned by the pre-v4.0.3 borderless builds saved a 0x0 size, so even after the v4.0.3 overlay title-bar fix the window was restored at zero size; the app now self-heals any restored inner size below the minimum (or zero) by resetting it to the computed initial size and re-centering, repairing already-poisoned state files without the user deleting anything (idempotent on healthy windows, cross-platform). Second, the reporter confirmed the WebKit content can still collapse to 0x0 at show() time even with a completely fresh config, so the size is now also re-asserted after the window is on screen (the documented WebKit workaround) and re-checked on a short delay, with timestamped [diag #290] lines added at four points to pinpoint exactly when a collapse lands. (@alexhorner, #290) + - Default account skipped welcome after tray Quit (#270): with more than one passphrase-free account the boot picker reappeared on every relaunch instead of entering the starred default, because a persisted password-free active user reported as already unlocked and bypassed the default-account fast path. The boot policy is now a pure, unit-tested decision that honors the default account on boot (the default wins over the last-active user); protected accounts still show their prompt and an explicit "switch account" still forces the picker. (@EhudKirsh, #270) + - OAuth reconnect re-authorized every time (#270): reconnecting an OAuth profile re-ran the full browser authorization instead of reusing the saved per-profile token, because a snake_case profile_id argument never bound through Tauri v2's camelCase mapping and the check fell back to the legacy singleton key. Passing profileId so it binds restores token reuse on reconnect. (@EhudKirsh, #270) + - Tray heap corruption on suspend/resume: tray badge updates mutated the StatusNotifierItem (over GDBus on Linux) directly from caller threads, including the background sync worker on a tokio worker thread, racing the GLib main loop and corrupting the GLib heap (the recurring malloc(): unaligned fastbin chunk detected abort). The RGBA icon is now generated off-thread and every tray mutation is marshalled onto the GTK main thread via run_on_main_thread. + - CLI bootstrap hardening + rclone FTPS export: --help, --version, agent-info, profiles, catalog and completions no longer depend prematurely on config / data-root / AIMD, the pre-clap parser no longer mistakes valued global options for subcommands, and a missing or unreadable default AIMD config no longer blocks metadata commands. rclone export now emits only explicit_tls = true for FTPS profiles; the previous tls = true meant implicit FTPS to rclone and produced an unusable remote. + Maintenance + - cargo fmt sweep across src-tauri (no semantic change, only re-wrapping and trailing-newline fixes) to bring the tree to cargo fmt --check compliance after several wishlist contributions, now enforced by the new CI checks job. + Contributors + Thanks to the people who shaped this release: + @EhudKirsh @alexhorner + Downloads: + - Windows: .msi installer, .exe, or .zip portable (no installation required) + - macOS: .dmg disk image + - Linux: .deb, .rpm, .snap, or .AppImage + Download AeroFTP +ReleaseNotesUrl: https://github.com/axpdev-lab/aeroftp/releases/tag/v4.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.yaml new file mode 100644 index 000000000000..54209e8c506e --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/4.0.4/axpnet.AeroFTP.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: axpnet.AeroFTP +PackageVersion: 4.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 000000000000..e3a928f783c0 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.30.0700 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: XYplorer64_28.30_Install.exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +ProductCode: XYplorer64 +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- DisplayName: XYplorer 28.30 + ProductCode: XYplorer64 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\XYplorer' +Installers: +- Architecture: x64 + InstallerUrl: https://www.xyplorer.com/download/xyplorer64_28.30.0700.zip + InstallerSha256: B266DBEC674DF113FE03FDA5EBF3D72CFE7161F973420F2C529FCBBDC2F0A332 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 000000000000..3e674c8f2188 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.30.0700 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com/ +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com/ +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 000000000000..865f29e53f16 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.30.0700/CologneCodeCompany.XYplorer.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: CologneCodeCompany.XYplorer +PackageVersion: 28.30.0700 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 000000000000..65630b4969c8 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.12 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241130tqe9q3y/Comfy%20Desktop%20Setup%201.0.12%20-%20Build%20260607jv5z8aiqd-x64.exe + InstallerSha256: 7420B86475D0F5B4E0226CA498F870B775B7D46486130AA7CFDDCC98F3DACE02 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 000000000000..e0b29cfa0bd4 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.12 +PackageLocale: en-US +Publisher: Comfy Org +PublisherUrl: https://comfy.org/ +PublisherSupportUrl: https://github.com/Comfy-Org/desktop/issues +PackageName: ComfyUI +PackageUrl: https://github.com/Comfy-Org/desktop +License: GPL-3.0 +LicenseUrl: https://github.com/Comfy-Org/desktop/blob/HEAD/LICENSE +Copyright: © 2026 Comfy Org +ShortDescription: A desktop app for ComfyUI, the most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface +Description: |- + ComfyUI Desktop is a packaged way to use ComfyUI and comes bundled with a few things: + - Stable version of ComfyUI from releases + - ComfyUI_frontend + - ComfyUI-Manager + - uv + On startup, it will install all the necessary python dependencies with uv and start the ComfyUI server. The app will automatically update with stable releases of ComfyUI, ComfyUI-Manager, and the uv executable as well as some desktop specific features. +Moniker: comfyui +Tags: +- comfyui +- diffusion +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..767d07d6d90e --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.12 +PackageLocale: zh-CN +ShortDescription: ComfyUI 的桌面应用程序。ComfyUI 是一款强大的模块化扩散模型 GUI、API 和后台,具有图形/节点界面 +Description: |- + ComfyUI Desktop 打包了 ComfyUI,包含: + - 取自 releases 的稳定版 ComfyUI + - ComfyUI_frontend + - ComfyUI-Manager + - uv + 软件在启动时会用 uv 安装所有必要的 Python 依赖项,并启动 ComfyUI 服务器。应用程序会自动更新 ComfyUI、ComfyUI-Manager 和 uv 可执行文件的稳定版本,以及一些桌面特定功能。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 000000000000..ba8af531a506 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.12/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.installer.yaml b/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.installer.yaml new file mode 100644 index 000000000000..189a3d3a295b --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.installer.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: cst8t.gitmun +PackageVersion: 0.7.0 +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/cst8t/gitmun/releases/download/v0.7.0/Gitmun_0.7.0_x64-setup.exe + InstallerSha256: F6C5BB7CDBF749AFBDBB79A58EFD4056C8211389D04F0D83185002702C55A854 + InstallerSwitches: + Custom: /SkipGitCheck + ProductCode: Gitmun + AppsAndFeaturesEntries: + - ProductCode: Gitmun + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Gitmun' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/cst8t/gitmun/releases/download/v0.7.0/Gitmun_0.7.0_x64.msi + InstallerSha256: F2FC3F66878900145ADBF45AF69EDA3CF5BA80D4A96346CCCABEA10EDAAEBD0B + ProductCode: '{BB10A0AF-73E0-4430-A8EA-605AA85D7AC3}' + AppsAndFeaturesEntries: + - ProductCode: '{BB10A0AF-73E0-4430-A8EA-605AA85D7AC3}' + UpgradeCode: '{CFD38D6F-06D8-500B-8162-2815A511EBAF}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Gitmun' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.locale.en-GB.yaml b/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.locale.en-GB.yaml new file mode 100644 index 000000000000..cbb065f0344a --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.locale.en-GB.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: cst8t.gitmun +PackageVersion: 0.7.0 +PackageLocale: en-GB +Publisher: cst8t +PublisherUrl: https://github.com/cst8t +PublisherSupportUrl: https://github.com/cst8t/gitmun/issues +Author: cst8t +PackageName: Gitmun +PackageUrl: https://github.com/cst8t/gitmun +License: GPL-3.0 +LicenseUrl: https://github.com/cst8t/gitmun/blob/HEAD/LICENSE +ShortDescription: A cross-platform Git GUI client +Description: Gitmun is a crossplatform desktop Git client built with Tauri +Moniker: gitmun +ReleaseNotes: |- + What's New + CLI Enhancements + - Modern command-line interface with intuitive subcommands + - gitmun open - Open repositories + - gitmun clone - Clone with flexible options + - gitmun init - Initialize new repositories + - Shell completions for bash, zsh, fish, and PowerShell + - Window routing with --reuse-window and --new-window options + Linux Terminal Support + - Choose your preferred terminal emulator (Konsole, GNOME Terminal, Alacritty, WezTerm, and more) + - Custom terminal command support with configurable launch options + - Auto-detection of installed terminals + Commit Message Improvements + - Split subject/body interface with improved editing experience + - Resizable commit box with saved height preferences + - Keyboard shortcuts (Cmd/Ctrl+Enter) for quick commits + - Better support for multi-line messages and trailers + Error Handling + - Persistent error toasts with dismiss button + - Configurable error message auto-close delay + - Improved error messages with actionable suggestions + - Better detection of unmerged branch deletion attempts + Reset Operations + - Hard reset support to discard tracked changes + Dependencies + - Updated Vitest 4.1.0, Esbuild 0.28.0, Chai 6.2.2 + - Loading skeletons for settings pages + - Improved test coverage + Fixes + - Commit message preservation for special characters and formatting + - Multi-line commit message handling with proper whitespace + - Unmerged branch deletion error messages + - Configuration persistence across sessions + - Various UI/UX improvements and stability fixes + Full Changelog: v0.6.4...v0.7.0 +ReleaseNotesUrl: https://github.com/cst8t/gitmun/releases/tag/v0.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.yaml b/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.yaml new file mode 100644 index 000000000000..7d7fe06ff357 --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.7.0/cst8t.gitmun.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: cst8t.gitmun +PackageVersion: 0.7.0 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.installer.yaml b/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.installer.yaml new file mode 100644 index 000000000000..5ee47b105956 --- /dev/null +++ b/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.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: DelphiBlocks.Blocks +PackageVersion: 0.5.2 +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/delphi-blocks/blocks/releases/download/v0.5.2/blocks-0.5.2-setup.exe + InstallerSha256: 91FF763335C00BF4DF92AE6548CEF55E77C90E599BAC0903F85CF15FCEB625C1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-07 diff --git a/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.locale.en-US.yaml b/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.locale.en-US.yaml new file mode 100644 index 000000000000..86fd4670b766 --- /dev/null +++ b/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DelphiBlocks.Blocks +PackageVersion: 0.5.2 +PackageLocale: en-US +Publisher: delphi-blocks +PublisherUrl: https://github.com/delphi-blocks +PublisherSupportUrl: https://github.com/delphi-blocks/blocks/issues +Author: Luca Minuti +PackageName: Blocks +PackageUrl: https://github.com/delphi-blocks/blocks +License: Apache-2.0 +ShortDescription: Download, compile, and install Delphi packages +Tags: +- console +- command-line +- delphi +- blocks +- package +- install +ReleaseNotesUrl: https://github.com/delphi-blocks/blocks/releases/tag/v0.5.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.yaml b/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.yaml new file mode 100644 index 000000000000..5c7a33a64a65 --- /dev/null +++ b/manifests/d/DelphiBlocks/Blocks/0.5.2/DelphiBlocks.Blocks.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: DelphiBlocks.Blocks +PackageVersion: 0.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.installer.yaml b/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.installer.yaml new file mode 100644 index 000000000000..2dc18cb2450b --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: detachhead.rebased +PackageVersion: 1.1.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ProductCode: Rebased 1.1.3 +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- ProductCode: Rebased 1.1.3 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\detachhead\Rebased' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DetachHead/rebased/releases/download/1.1.3/rebased.exe + InstallerSha256: 280361B1B12DC00519F1B23263AEA89225B56355E2B6A16A3F0E8898F213777E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.locale.en-US.yaml b/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.locale.en-US.yaml new file mode 100644 index 000000000000..04e7a2c29819 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: detachhead.rebased +PackageVersion: 1.1.3 +PackageLocale: en-US +Publisher: detachhead +PublisherUrl: https://github.com/DetachHead +PublisherSupportUrl: https://github.com/DetachHead/rebased/issues +Author: detachhead +PackageName: Rebased +PackageUrl: https://github.com/DetachHead/rebased +License: Apache-2.0 +LicenseUrl: https://github.com/DetachHead/rebased/blob/HEAD/LICENSE.txt +Copyright: Copyright 2026 detachhead +ShortDescription: An open-source remake of the short-lived jetbrains git client +ReleaseNotes: |- + - add git-related settings back to the right click menu on files and directories (#237) + - remove some bloat from the file/directory right click menu (#236) + - remove "External Libraries" from project view (#239) + - remove "Share the uninstall feedback" checkbox from the windows uninstaller (#238) + - fix restarting when using the appimage (#241) + - attempt to fix some more facet-related crashes (#242) +ReleaseNotesUrl: https://github.com/DetachHead/rebased/releases/tag/1.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.yaml b/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.yaml new file mode 100644 index 000000000000..23360cf39b57 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.3/detachhead.rebased.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: detachhead.rebased +PackageVersion: 1.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.installer.yaml b/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.installer.yaml new file mode 100644 index 000000000000..9b79d0929529 --- /dev/null +++ b/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.installer.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: edde746.Plezy +PackageVersion: 2.5.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /WINGET=1 /NORUN=1 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{4213385e-f7be-4f2b-95f9-54082a28bb8f}_is1' +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- ProductCode: '{4213385e-f7be-4f2b-95f9-54082a28bb8f}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Plezy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/edde746/plezy/releases/download/2.5.0/plezy-windows-installer.exe + InstallerSha256: 2D69291AB140DEC20DEC94E2AB366BF54D74E33AACAA750C997AB967F89DF53B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.locale.en-US.yaml b/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.locale.en-US.yaml new file mode 100644 index 000000000000..e2094a60afe8 --- /dev/null +++ b/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.locale.en-US.yaml @@ -0,0 +1,55 @@ +# 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: edde746.Plezy +PackageVersion: 2.5.0 +PackageLocale: en-US +Publisher: edde746 +PublisherUrl: https://github.com/edde746 +PublisherSupportUrl: https://github.com/edde746/plezy/issues +Author: edde746 +PackageName: Plezy +PackageUrl: https://github.com/edde746/plezy +License: GPL-3.0 +LicenseUrl: https://github.com/edde746/plezy/blob/HEAD/LICENSE +ShortDescription: A media streaming client for Plex +Tags: +- media +- player +- plex +- streaming +- video +ReleaseNotes: |- + Added + - Jellyfin extras support + - Jellyfin metadata editing + - Video and audio quality labels + - tvOS Top Shelf support + - New app menus + - Mobile settings shortcut in the home menu + - Mobile library browse options sheet + - A startup section setting + - Faster loading for large show detail pages + Improved + - More consistent back navigation + - Better TV and dpad focus behavior + - Better access to app bar actions on TV + - More UI text is localized + Fixed + - Jellyfin artwork uploads + - Jellyfin default track selection + - Subtitle search when no subtitle tracks exist (#1219) + - ExoPlayer transcode seek positions + - Player chrome overlay stability + - Play-next looping at end of file + - iOS video zoom and stretch fit + - iOS anamorphic video aspect ratio + - iOS frozen video after Control Center + - Profile 8 Dolby Vision decoding + - tvOS remote playback controls + - tvOS HDR toggle behavior + - Live TV time-shift skip overshoot + - Watch Together recent room actions on dpad +ReleaseNotesUrl: https://github.com/edde746/plezy/releases/tag/2.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.yaml b/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.yaml new file mode 100644 index 000000000000..1ac3f3f76a64 --- /dev/null +++ b/manifests/e/edde746/Plezy/2.5.0/edde746.Plezy.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: edde746.Plezy +PackageVersion: 2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 000000000000..19ce79123eb8 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.61 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{3C16E2C8-DE72-41DF-83A2-274AB7A7DE25}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{3C16E2C8-DE72-41DF-83A2-274AB7A7DE25}' + UpgradeCode: '{CB2D6759-52A6-4C5E-8D56-FF21F3E3CE9D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.61/ggcode-desktop_1.3.61_windows_x64.msi + InstallerSha256: 6E93DC07577CDF3B8DAEA313BE5FF7995E57BE99E78B659773FCCE50BC221B06 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-07 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 000000000000..dcf222219255 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.61 +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 Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.61 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.yaml new file mode 100644 index 000000000000..c63dcd26ce66 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.61/gg.ai.ggcode-desktop.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: gg.ai.ggcode-desktop +PackageVersion: 1.3.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 000000000000..bcbb90d8f6e4 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.62 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{9C237DE6-3FCB-4836-A374-E12191C63723}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{9C237DE6-3FCB-4836-A374-E12191C63723}' + UpgradeCode: '{CB2D6759-52A6-4C5E-8D56-FF21F3E3CE9D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.62/ggcode-desktop_1.3.62_windows_x64.msi + InstallerSha256: 26A77DA9A87EB385DFE6DBB90E02DD4FD970F918F4AFA40A0757C3EC466131D0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-07 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 000000000000..6e04cc43b3e2 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.62 +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 Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.62 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.yaml new file mode 100644 index 000000000000..d44db9c19a1a --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.62/gg.ai.ggcode-desktop.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: gg.ai.ggcode-desktop +PackageVersion: 1.3.62 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.installer.yaml b/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.installer.yaml new file mode 100644 index 000000000000..2327889bc658 --- /dev/null +++ b/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: HarumiWeb.Xlflow +PackageVersion: 0.12.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-07" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: xlflow.exe + PortableCommandAlias: xlflow + InstallerUrl: https://github.com/harumiWeb/xlflow/releases/download/v0.12.0/xlflow_windows_x86_64.zip + InstallerSha256: 33d72d3cc4b166f71a2d3f0740a664a0559cf41964cb5754c91d2f4f8cfc0e42 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.locale.en-US.yaml b/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.locale.en-US.yaml new file mode 100644 index 000000000000..6a0f1534bc9e --- /dev/null +++ b/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.locale.en-US.yaml @@ -0,0 +1,23 @@ +# 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: HarumiWeb.Xlflow +PackageVersion: 0.12.0 +PackageLocale: en-US +Publisher: HarumiWeb +PublisherUrl: https://github.com/harumiWeb +PublisherSupportUrl: https://github.com/harumiWeb/xlflow/issues +PackageName: xlflow +PackageUrl: https://github.com/harumiWeb/xlflow +License: MIT +LicenseUrl: https://github.com/harumiWeb/xlflow/blob/v0.12.0/LICENSE +ShortDescription: Excel VBA development framework for CLI-first humans and AI agents. +Description: Excel VBA development framework for CLI-first humans and AI agents. +Moniker: xlflow +Tags: + - go + - cli + - excel + - vba + - automation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.yaml b/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.yaml new file mode 100644 index 000000000000..2f0f1faf6d22 --- /dev/null +++ b/manifests/h/HarumiWeb/Xlflow/0.12.0/HarumiWeb.Xlflow.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: HarumiWeb.Xlflow +PackageVersion: 0.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.installer.yaml new file mode 100644 index 000000000000..4b5b84c81de1 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.25.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.25.0/ChatLab-0.25.0-setup.exe + InstallerSha256: D83205C2320CDB12A05C9DBE438FD64CD065EFC5ABD488C6EA21A3F3EF3931AF + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.25.0/ChatLab-0.25.0-setup.exe + InstallerSha256: D83205C2320CDB12A05C9DBE438FD64CD065EFC5ABD488C6EA21A3F3EF3931AF + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.locale.en-US.yaml new file mode 100644 index 000000000000..11df07c5a326 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.25.0 +PackageLocale: en-US +Publisher: digua +PublisherUrl: https://digua.moe/ +PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues +PackageName: ChatLab +PackageUrl: https://chatlab.fun/ +License: AGPL-3.0 +LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE +Copyright: Copyright © 2026 ChatLab +ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' +Description: |- + ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. + We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. + Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. + The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. + Core Features + - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. + - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). + - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. + - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. + - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. +Tags: +- chat +- chat-records +ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.25.0 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://chatlab.fun/usage/how-to-export.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.locale.zh-CN.yaml new file mode 100644 index 000000000000..3be8bd9f48d9 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.25.0 +PackageLocale: zh-CN +PackageUrl: https://chatlab.fun/cn/ +ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 +Description: |- + ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 + 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 + 核心特性 + - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 + - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 + - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 + - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 + - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 +Tags: +- 聊天 +- 聊天记录 +ReleaseNotes: |- + What's New + AI chat can now generate charts through skills, with fixes for tool rounds, the desktop title bar, and the development service lifecycle. + 更新内容 + AI 对话现在支持通过技能生成图表,修复工具轮次、桌面标题栏和开发服务生命周期问题。 +ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://chatlab.fun/cn/usage/how-to-export.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.yaml new file mode 100644 index 000000000000..1c933b23c942 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.25.0/hellodigua.ChatLab.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.installer.yaml new file mode 100644 index 000000000000..1cd51ed92e48 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.27.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-07" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.27.0/dune-admin_windows_amd64.zip + InstallerSha256: d1d01f59b4e5eb6d3832d21664f56bac0b8faae6aa70fe69f71a8b948c6ad05e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 000000000000..c0f805ed7fc7 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.27.0 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.yaml b/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.yaml new file mode 100644 index 000000000000..3bfa8c0b9c86 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.27.0/Icehunter.dune-admin.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: Icehunter.dune-admin +PackageVersion: 0.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 000000000000..583c57650ea8 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.1.5 +UpgradeBehavior: install +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.1.5/cc-sessions-viewer_0.1.5_x64-setup.exe + InstallerSha256: A97724EB06197C6978BAC721D37172B1A2FF37DB22F3E7883FB0C081D93C13C5 + ProductCode: cc-sessions-viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.1.5/cc-sessions-viewer_0.1.5_x64_en-US.msi + InstallerSha256: 400E3CC02F7456889CE1B7BE7D125D9FBECC1B81E2CC7FFD87B50321A63B67BF + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DC23DACD-1447-4A69-8424-027786FCD151}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C46AF9F0-5188-5D4B-878E-9218A1C8CC56}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 000000000000..de1658e9179c --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.1.5 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + Added + - Menu bar stats (macOS) — tray icon opens a native NSMenu with per-agent cost and token cards. Each card shows Today / 7 Days / 30 Days spend and token count, styled with brand-colored accent bars (Claude orange, Codex teal, Gemini purple). Auto-refreshes on every menu open with an animated spinner on the Refresh button. Background refresh every 5 minutes. + - Hide messages via right-click — right-click any message in the chat view to toggle its visibility. Hidden messages collapse into a subtle placeholder; a "Show all" action in the chat toolbar restores them. Per-session, persisted to localStorage. + - Settings & menu bar stats screenshots — added to all three READMEs (EN / 中文 / 日本語). +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/blob/HEAD/CHANGELOG.md#v015 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 000000000000..8c8543a2f7da --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.1.5 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 000000000000..3a24f3371f8c --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.5/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jftuga/less/704/jftuga.less.installer.yaml b/manifests/j/jftuga/less/704/jftuga.less.installer.yaml new file mode 100644 index 000000000000..8db22c3c18e8 --- /dev/null +++ b/manifests/j/jftuga/less/704/jftuga.less.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: jftuga.less +PackageVersion: '704' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: less.exe +- RelativeFilePath: lesskey.exe +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/jftuga/less-Windows/releases/download/less-v704/less-x86.zip + InstallerSha256: 9F849494E9B162F76F95BD9FAA95383282E361E58B2D67BA5240622BA8015A48 +- Architecture: x64 + InstallerUrl: https://github.com/jftuga/less-Windows/releases/download/less-v704/less-x64.zip + InstallerSha256: 9F5CFCC2452E5E06916F75077CFDBF331A85A3CBD249F93B2B4449216984D7BC +- Architecture: arm + InstallerUrl: https://github.com/jftuga/less-Windows/releases/download/less-v704/less-arm.zip + InstallerSha256: EE7BA9D447987151E435F3B4BE64F46ACC84F0FD2EA127354912BE50025D8556 +- Architecture: arm64 + InstallerUrl: https://github.com/jftuga/less-Windows/releases/download/less-v704/less-arm64.zip + InstallerSha256: BEC9D445ED45BAD10DF399336B52F56C1C6302F12DBD6B81ABB159CC0E37AF78 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jftuga/less/704/jftuga.less.locale.en-US.yaml b/manifests/j/jftuga/less/704/jftuga.less.locale.en-US.yaml new file mode 100644 index 000000000000..a8faa48f0165 --- /dev/null +++ b/manifests/j/jftuga/less/704/jftuga.less.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jftuga.less +PackageVersion: '704' +PackageLocale: en-US +Publisher: John Taylor +PublisherUrl: https://github.com/jftuga/less-Windows +PublisherSupportUrl: https://github.com/jftuga/less-Windows/issues +Author: Mark Nudelman +PackageName: less +PackageUrl: https://greenwoodsoftware.com/less +License: MIT +LicenseUrl: https://github.com/jftuga/less-Windows/blob/HEAD/LICENSE +Copyright: Copyright (C) 1984-2023 Mark Nudelman +CopyrightUrl: https://raw.githubusercontent.com/gwsw/less/master/LICENSE +ShortDescription: Less is a free, open-source file pager. +Tags: +- cli +- command-line +- cross-platform +- more +- open-source +- pager +ReleaseNotes: |- + Built with GitHub Actions at 2026-06-07T04:24:52Z + Release notes can be found here. +ReleaseNotesUrl: https://github.com/jftuga/less-Windows/releases/tag/less-v704 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jftuga/less/704/jftuga.less.yaml b/manifests/j/jftuga/less/704/jftuga.less.yaml new file mode 100644 index 000000000000..aafcbeeaeb0b --- /dev/null +++ b/manifests/j/jftuga/less/704/jftuga.less.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: jftuga.less +PackageVersion: '704' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml index 378942a682dc..d3305dfa8d8c 100644 --- a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml +++ b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml @@ -9,14 +9,14 @@ ProductCode: minuet Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1094-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AC058C2DDEED7BA2510D5B9C538B9056678FFD40E87290485BBF44DF8E448B90 + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1098-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 00FCEC8AEC00A428CE76850AEA29B8E19F956C64B9583C6803111D4205A0208E InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1094-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AC058C2DDEED7BA2510D5B9C538B9056678FFD40E87290485BBF44DF8E448B90 + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1098-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 00FCEC8AEC00A428CE76850AEA29B8E19F956C64B9583C6803111D4205A0208E InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 000000000000..67079ca610fa --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.11.1/P-ai_0.11.1_x64-setup.exe + InstallerSha256: 623306021A7E07994159370653F615AA08966898009A5A1978C8235143084B97 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 000000000000..18d616e5926f --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.1 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.11.0...v0.11.1' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.11.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 000000000000..2aa255bfd10e --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.1 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.yaml new file mode 100644 index 000000000000..51e6d88953c4 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.1/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 000000000000..4e20f8f91cc7 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.11.2/P-ai_0.11.2_x64-setup.exe + InstallerSha256: AB1024D29B81A43B4E8693BB6C29C9F1BCEDE882D50125439E5AFCC974D339C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 000000000000..954ed40ebf0f --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.2 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.11.1...v0.11.2' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.11.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 000000000000..14ba3476becb --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.2 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.yaml new file mode 100644 index 000000000000..f4b5597ee769 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.11.2/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.17/loonghao.vx.installer.yaml b/manifests/l/loonghao/vx/0.9.17/loonghao.vx.installer.yaml new file mode 100644 index 000000000000..8b5ccc728d13 --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.17/loonghao.vx.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: loonghao.vx +PackageVersion: 0.9.17 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vx.exe + PortableCommandAlias: vx +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/loonghao/vx/releases/download/v0.9.17/vx-x86_64-pc-windows-msvc.zip + InstallerSha256: 716BCF89D879A77D1CBF58A2D7BCDADA2B2F60340A3FDBEA2075DAFA283DFC70 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.17/loonghao.vx.locale.en-US.yaml b/manifests/l/loonghao/vx/0.9.17/loonghao.vx.locale.en-US.yaml new file mode 100644 index 000000000000..d651fbf9501c --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.17/loonghao.vx.locale.en-US.yaml @@ -0,0 +1,43 @@ +# 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: loonghao.vx +PackageVersion: 0.9.17 +PackageLocale: en-US +Publisher: loonghao +PublisherUrl: https://github.com/loonghao +PublisherSupportUrl: https://github.com/loonghao/vx/issues +PackageName: vx +PackageUrl: https://github.com/loonghao/vx +License: MIT +LicenseUrl: https://github.com/loonghao/vx/blob/HEAD/LICENSE +ShortDescription: Universal Development Tool Manager +Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest. +Tags: +- cli +- development +- go +- nodejs +- python +- rust +- tool-manager +- version-manager +ReleaseNotes: |- + 0.9.17 (2026-06-07) + Features + - ai: add vx ai headroom CLI skeleton with bridge runner (#962) (8fafbf4) + - headroom: implement MCP config setup for AI agents (4e1a355) + - headroom: implement proxy lifecycle management (6a15d7e) + - migrate hugo provider to github_smart_provider (PIP-558) (b449dcb) + - providers: add sentry-cli provider (getsentry/sentry-cli) (c967a03) + - providers: use vx-org/mirrors as stable download source (7db5c8a) + - providers: use vx-org/mirrors as stable download source for all providers (b5dfca4) + - providers: use vx-org/mirrors as stable download source for all providers (b5dfca4) + Bug Fixes + - headroom: add libc dependency for unix builds (3fad63e) + - headroom: reject invalid JSON configs, surface write errors (842a3d5) + Documentation + - add smart provider decision tree to creating-provider guide (#961) (b71b1e6) +ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/v0.9.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.17/loonghao.vx.yaml b/manifests/l/loonghao/vx/0.9.17/loonghao.vx.yaml new file mode 100644 index 000000000000..8d6963b85928 --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.17/loonghao.vx.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: loonghao.vx +PackageVersion: 0.9.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..58c587334aed --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.304.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.304.0&arch=x86 + InstallerSha256: 781948541F3ADBAE92D3D267C62A7050A0E82A91B519DC946AD496672BDBE9E5 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.304.0&arch=amd64 + InstallerSha256: 67869C313F563C0C0D47DA785FA834736D96BD6ABB727E739181387D50AF573F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..dfd5618633d6 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.304.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..bb627e206e4b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.304.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.304.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..e78f6e68859b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.310.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.310.0&arch=x86 + InstallerSha256: B3470CB08233FCC9154CC9CB94EC15F57FEFC5C610E3622A86BCE73979C725E3 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.310.0&arch=amd64 + InstallerSha256: CC6517702C2DCCA2C2A00C4B682EC84F3C91EB71ACEE34E992D4B15D1DC15724 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..cd7669e21a74 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.310.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..1e562225d27d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.310.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.310.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.installer.yaml b/manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.installer.yaml similarity index 74% rename from manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.installer.yaml rename to manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.installer.yaml index cc2b7cbdadab..c9c490bd96e3 100644 --- a/manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.installer.yaml +++ b/manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: NirSoft.AppReadWriteCounter -PackageVersion: "1.43" +PackageVersion: "1.45" InstallerLocale: en-US InstallerType: zip NestedInstallerType: portable @@ -12,17 +12,17 @@ NestedInstallerFiles: Installers: - Architecture: x86 InstallerUrl: https://www.nirsoft.net/utils/appreadwritecounter.zip - InstallerSha256: DCF918EDF7D360DEF27F282853C1019B309DBF274FC6243D8B3E6BB842AEB65A + InstallerSha256: C43C293BCB121A1D71D17905E08EB9EAE27214409794F237E75052B41550DCD7 UnsupportedOSArchitectures: - arm - arm64 - Architecture: x64 InstallerUrl: https://www.nirsoft.net/utils/appreadwritecounter-x64.zip - InstallerSha256: D8AC3FB8903358A36E74F3F7034082A1D67A9A51339A9D74F2DD81615B976044 + InstallerSha256: 154781DCEED4B2FD195775D7DBCFC7BE42CB4ED1F335D3E2DABA09D25A8974D3 UnsupportedOSArchitectures: - x86 - arm - arm64 ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2025-10-03 +ReleaseDate: 2026-06-06 diff --git a/manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.locale.en-US.yaml b/manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.locale.en-US.yaml similarity index 91% rename from manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.locale.en-US.yaml rename to manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.locale.en-US.yaml index 678c8e68e147..67de1c8e94be 100644 --- a/manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.locale.en-US.yaml +++ b/manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: NirSoft.AppReadWriteCounter -PackageVersion: "1.43" +PackageVersion: "1.45" PackageLocale: en-US Publisher: NirSoft PublisherUrl: https://www.nirsoft.net/ @@ -23,8 +23,8 @@ Description: |- At any time, you can clear the entire list and start with empty window by pressing Ctrl+X (Clear All). You can also reset the counters of selected items by pressing Ctrl+R (Reset Selected Counters). Moniker: appreadwritecounter ReleaseNotes: |- - - Version 1.43: - - Added 'Clear All' toolbar button. + - Version 1.45: + - The tooltip of the tray icon now displays the current information of the selected item: Read Bytes, Write Bytes, Read Speed, Write Speed ReleaseNotesUrl: https://www.nirsoft.net/utils/app_read_write_counter.html#:~:text=Versions%20History Documentations: - DocumentLabel: FAQ diff --git a/manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.yaml b/manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.yaml similarity index 88% rename from manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.yaml rename to manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.yaml index 810596302e7e..7451e4f42829 100644 --- a/manifests/n/NirSoft/AppReadWriteCounter/1.43/NirSoft.AppReadWriteCounter.yaml +++ b/manifests/n/NirSoft/AppReadWriteCounter/1.45/NirSoft.AppReadWriteCounter.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: NirSoft.AppReadWriteCounter -PackageVersion: "1.43" +PackageVersion: "1.45" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.4.21/nashsu.LLMWiki.installer.yaml b/manifests/n/nashsu/LLMWiki/0.4.21/nashsu.LLMWiki.installer.yaml new file mode 100644 index 000000000000..9428080a08db --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.4.21/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.4.21 +UpgradeBehavior: install +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.4.21/LLM.Wiki_0.4.21_x64-setup.exe + InstallerSha256: AE37D1E057E7257CCDB70461CA33D661E37B1AF10431FAA1688EBF5795F453E7 + ProductCode: LLM Wiki +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.4.21/LLM.Wiki_0.4.21_x64_en-US.msi + InstallerSha256: A5703434E6E99982F7FC690B092FDCD9D82BF8942B80ED5A1157E982FCF07A2C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{94E8D3DD-BED6-4CCF-8DAE-07D800D87230}' + AppsAndFeaturesEntries: + - UpgradeCode: '{51897FF7-F36A-570D-8EE2-BFED15681FB4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.4.21/nashsu.LLMWiki.locale.en-US.yaml b/manifests/n/nashsu/LLMWiki/0.4.21/nashsu.LLMWiki.locale.en-US.yaml new file mode 100644 index 000000000000..145cccefa439 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.4.21/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.4.21 +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.4.21/nashsu.LLMWiki.locale.zh-CN.yaml b/manifests/n/nashsu/LLMWiki/0.4.21/nashsu.LLMWiki.locale.zh-CN.yaml new file mode 100644 index 000000000000..9f57200fc071 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.4.21/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.4.21 +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.4.21 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.4.21/nashsu.LLMWiki.yaml b/manifests/n/nashsu/LLMWiki/0.4.21/nashsu.LLMWiki.yaml new file mode 100644 index 000000000000..7b3149a80f95 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.4.21/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.4.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/noclue/vtui/0.2.7/noclue.vtui.installer.yaml b/manifests/n/noclue/vtui/0.2.7/noclue.vtui.installer.yaml new file mode 100644 index 000000000000..a151727a9569 --- /dev/null +++ b/manifests/n/noclue/vtui/0.2.7/noclue.vtui.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: noclue.vtui +PackageVersion: 0.2.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vtui.exe + PortableCommandAlias: vtui +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/noclue/vtui/releases/download/v0.2.7/vtui-x86_64-pc-windows-msvc.zip + InstallerSha256: C4E178917DC452B5B666C91B7127C5C8647467EA0585DAB4E39A288A9F8D80FD +- Architecture: arm64 + InstallerUrl: https://github.com/noclue/vtui/releases/download/v0.2.7/vtui-aarch64-pc-windows-msvc.zip + InstallerSha256: 68DAE987008461D35FA5EE738B18C6FDBC053C62DC75F545203E601F9CF02A0E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/noclue/vtui/0.2.7/noclue.vtui.locale.en-US.yaml b/manifests/n/noclue/vtui/0.2.7/noclue.vtui.locale.en-US.yaml new file mode 100644 index 000000000000..50f8a18b8501 --- /dev/null +++ b/manifests/n/noclue/vtui/0.2.7/noclue.vtui.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: noclue.vtui +PackageVersion: 0.2.7 +PackageLocale: en-US +Publisher: noclue +PublisherUrl: https://github.com/noclue +PublisherSupportUrl: https://github.com/noclue/vtui/issues +PackageName: vtui +PackageUrl: https://github.com/noclue/vtui +License: Apache-2.0 +LicenseUrl: https://github.com/noclue/vtui/blob/HEAD/LICENSE +ShortDescription: Explore your vCenter environment in the terminal +ReleaseNotes: |- + Release Notes + Added + - Host Summary (s on the Host inventory table): opens a scrollable popup with the same interaction model as VM summary—Esc / q to close; ↑/↓, j/k, Page Up/Down, Home/End, g/G, and Ctrl+B/Ctrl+F to scroll. While open you briefly see Loading host summary…; vSphere work runs in the background so the rest of the UI stays responsive. The header shows name, vendor/model, CPU and RAM totals, overall status, connection and power state (with uptime when applicable), and current CPU and memory usage. Physical NICs list device, driver, MAC, link speed, and PCI details when available. Disks list SCSI LUNs (including NVMe volumes presented as SCSI) with device, vendor, model, capacity, SSD, and local indicators—without duplicating the same drive from nvme_topology. Optional memory tiering and graphics sections appear only when the API returns data. A Resident VMs table (up to 300 rows, with a total count when truncated) reuses familiar VM columns: ID, status, power, name, guest OS, used space, CPU, and memory. Perf polling pauses while either VM or Host summary is open. + - Responsive VM table columns: the Virtual Machine resource browser adapts to terminal width. Name always stays visible (minimum 20 character cells; it absorbs leftover width at full size). As width grows, columns appear in order: Status and Power together (before ID), then ID, Guest OS, Used Space, Memory, and finally CPU (sparkline + capacity). At full layout the VM ID column is six characters narrower than before (12 cells). Sorting, filtering, and selection continue to work when columns are hidden; search still matches ID and OS even when those columns are not shown. + Changed + - vim_rs 0.5: bumped from 0.4.x. ClientBuilder now uses an explicit reqwest client so cookie handling and insecure TLS options stay under vTUI’s control. + - Third-party dependencies: upgraded direct deps (tokio 1.52, indexmap 2.14, thiserror 2.0.18, toml 1.x) and refreshed Cargo.lock for transitive updates including ratatui, chrono, and reqwest. + Fixed + - Summary and action popups on very narrow terminals: VM summary, Host summary, and VM action dialogs no longer panic when the frame is narrower than the previous 20-column minimum; popup width and height clamp to the available area instead of writing past the buffer edge. + Install vtui 0.2.7 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/noclue/vtui/releases/download/v0.2.7/vtui-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/noclue/vtui/releases/download/v0.2.7/vtui-installer.ps1 | iex" + Install prebuilt binaries via Homebrew + brew install noclue/tap/vtui + Download vtui 0.2.7 + ──────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + vtui-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + vtui-x86_64-apple-darwin.tar.xz │Intel macOS │checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + vtui-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + vtui-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + vtui-aarch64-unknown-linux-gnu.tar.xz │ARM64 Linux │checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + vtui-x86_64-unknown-linux-gnu.tar.xz │x64 Linux │checksum + ──────────────────────────────────────────┴───────────────────┴───────────── +ReleaseNotesUrl: https://github.com/noclue/vtui/releases/tag/v0.2.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/noclue/vtui/0.2.7/noclue.vtui.yaml b/manifests/n/noclue/vtui/0.2.7/noclue.vtui.yaml new file mode 100644 index 000000000000..1f9d72be0abf --- /dev/null +++ b/manifests/n/noclue/vtui/0.2.7/noclue.vtui.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: noclue.vtui +PackageVersion: 0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.installer.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.installer.yaml new file mode 100644 index 000000000000..8f3e3db7a7aa --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.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: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.2 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: OpenRCT2 +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.5.2/OpenRCT2-v0.5.2-windows-installer-win32.exe + InstallerSha256: 73F114744A5F44C63225DB7A3897158ADDC83094797E52069D000B007D63A508 +- Architecture: x64 + InstallerUrl: https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.5.2/OpenRCT2-v0.5.2-windows-installer-x64.exe + InstallerSha256: F433CFFAE1CEE88F71DE0BB4A296D3C63B4802F907E08078C019D10A475BF050 +- Architecture: arm64 + InstallerUrl: https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.5.2/OpenRCT2-v0.5.2-windows-installer-arm64.exe + InstallerSha256: 3C0AB35A415907C883628A7113A20607041C00C2EF60419DA0F2EBFFCF0E5C8A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.locale.en-US.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.locale.en-US.yaml new file mode 100644 index 000000000000..5e08c501a4b2 --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.2 +PackageLocale: en-US +Publisher: OpenRCT2 +PublisherUrl: https://openrct2.io/ +PublisherSupportUrl: https://openrct2.io/get-help +PackageName: OpenRCT2 +PackageUrl: https://openrct2.io/download +License: GPL-3.0 +LicenseUrl: https://github.com/OpenRCT2/OpenRCT2/blob/HEAD/licence.txt +Copyright: Copyright (c) 2014-2026 OpenRCT2 developers +ShortDescription: Open source re-implementation of RollerCoaster Tycoon 2 +Description: An open-source re-implementation of RollerCoaster Tycoon 2, a construction and management simulation video game that simulates amusement park management. +Moniker: openrct2 +Tags: +- game +- gaming +- rollercoaster-tycoon +ReleaseNotes: |- + - Improved: [#26322] [Plugin] Add footpath flags to FootpathSurfaceObject in the plugin API. + - Improved: [#26566] Improve the performance of sorting sprites. + - Fix: [#26350] [Plugin] ListViews altered by plugins post their creation are not invalidated. + - Fix: [#26565] Game crashes when switching to another tab in the guest window. + - Fix: [#26583] The default tab is not highlighted when opening a ride window. + - Fix: [#26602] Crash when locating the nearest mechanic for a ride that has not previously been inspected. + - Fix: [#26615] Missing junction path tile in Build your own Six Flags Over Texas. + - Fix: [#26616] Fix gap in buyable land in Build your own Six Flags Magic Mountain. + - Fix: [#26624] Tile elements selected by clicking on them with the tile inspector open do not always redraw correctly. + - Fix: [#26634] Add missing park patch file for Build your own Six Flags Great Adventure. + Release created in https://github.com/OpenRCT2/OpenRCT2/actions/runs/27089751091 + SHA256 checksums: + 08869f7e5f34b44920a4209a0d81b2fb688b8fabb16fd23d7d486536e2f9e482 ./OpenRCT2-v0.5.2-linux-x86_64.AppImage + 162c61e65f4327d3d5406dcfebc0b634ba6a0c8b1d8a71fb12f7a14cebd3a158 ./OpenRCT2-v0.5.2-Linux-trixie-x86_64.tar.gz + 73f114744a5f44c63225db7a3897158addc83094797e52069d000b007d63a508 ./OpenRCT2-v0.5.2-windows-installer-win32.exe + f433cffae1cee88f71de0bb4a296d3c63b4802f907e08078c019d10a475bf050 ./OpenRCT2-v0.5.2-windows-installer-x64.exe + 54715dacc97370a38f83572d609135a9ef395324ae38fd6ae3864aa6de958d0d ./OpenRCT2-v0.5.2-Linux-resolute-x86_64.tar.gz + 34477e8339107d94ff441c99d00f6e94a26e481ab97727c4b744ab01b38d842a ./OpenRCT2-v0.5.2-windows-symbols-x64.zip + 2d8e436217a2351eeb016715652f205d8c1f21f7467b25e0f9895b8175a1040a ./OpenRCT2-v0.5.2-windows-symbols-win32.zip + 17561e865947ac69394fc21a978102b36b6a3681fd2e22bda45162f223a7d5f4 ./OpenRCT2-v0.5.2-windows-symbols-arm64.zip + 3c0ab35a415907c883628a7113a20607041c00c2ef60419da0f2ebffcf0e5c8a ./OpenRCT2-v0.5.2-windows-installer-arm64.exe + 247230c20657d5ae55494a6a5fb80f3050ef573c6be880a782283cf587813585 ./OpenRCT2-v0.5.2-windows-portable-win32.zip + 6bc105b4fa9c751e17ffa13af68a6070f8a0956b713d2602fcbf67d3380c945f ./OpenRCT2-v0.5.2-sha256sums.txt + 1e5bea5f11dcd44e803ecf6b51242ac33ae1ce3a5186ed07362c05fba7604892 ./OpenRCT2-v0.5.2-windows-portable-arm64.zip + b80fd9b439fb42d1c4d58245fb9215bbea89813326e3616b72e95181a8d06787 ./OpenRCT2-v0.5.2-macos-universal.zip + e5aea2add0bc140dc1a0b2bde6b02cbf569656ba4e0e4bf1402c99be6540b7d9 ./OpenRCT2-v0.5.2-windows-portable-x64.zip + 262f57a8b1859e58b5319e3aee12062d215170868b9ded5d963c67d53dce6b5d ./OpenRCT2-v0.5.2-Linux-noble-x86_64.tar.gz + 1cbe1db375094d64af72df042f291bbc92386fb63970c8260bc3cd1547cd842d ./OpenRCT2-v0.5.2-android.apk + 8f13a7d3a624f2ff56dd55545c6e38691801cb159065e5c56b12eebc818a5a95 ./OpenRCT2-v0.5.2-Linux-bookworm-x86_64.tar.gz +ReleaseNotesUrl: https://openrct2.io/download/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.openrct2.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/OpenRCT2/OpenRCT2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.locale.zh-CN.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.locale.zh-CN.yaml new file mode 100644 index 000000000000..427513d814bd --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.2 +PackageLocale: zh-CN +Publisher: OpenRCT2 +PackageName: OpenRCT2 +ShortDescription: 《过山车大亨 2》的开源再实现 +Description: 《过山车大亨 2》是一款模拟游乐园管理的建筑和管理模拟游戏。OpenRCT2 是对该游戏的开源再实现。 +Tags: +- 游戏 +- 过山车大亨 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.openrct2.io/ +- DocumentLabel: 维基 + DocumentUrl: https://github.com/OpenRCT2/OpenRCT2/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.yaml new file mode 100644 index 000000000000..b915ab2d0bf4 --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.2/OpenRCT2.OpenRCT2.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: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.installer.yaml b/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.installer.yaml new file mode 100644 index 000000000000..07f428e8375b --- /dev/null +++ b/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.installer.yaml @@ -0,0 +1,9 @@ +PackageIdentifier: PrimeBuild.ThreadPilot +PackageVersion: 1.4.0 +InstallerType: inno +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.4.0/ThreadPilot_v1.4.0_Setup.exe + InstallerSha256: 3280BB39258D6BC9D16537F07F0ED1017F9D67B675C62C8B86D53C9D8A4A1AD5 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.locale.en-US.yaml b/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.locale.en-US.yaml new file mode 100644 index 000000000000..7a4b925f3e5d --- /dev/null +++ b/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.locale.en-US.yaml @@ -0,0 +1,20 @@ +PackageIdentifier: PrimeBuild.ThreadPilot +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Prime Build +PublisherUrl: https://github.com/PrimeBuild-pc +PublisherSupportUrl: https://github.com/PrimeBuild-pc/ThreadPilot/issues +PackageName: ThreadPilot +PackageUrl: https://github.com/PrimeBuild-pc/ThreadPilot +License: AGPL-3.0-only +LicenseUrl: https://github.com/PrimeBuild-pc/ThreadPilot/blob/main/LICENSE +ShortDescription: Advanced Windows process and power plan manager. +Description: ThreadPilot is a Process Lasso style utility for process affinity, priority, and power plan automation on Windows. +ReleaseNotesUrl: https://github.com/PrimeBuild-pc/ThreadPilot/releases/tag/v1.4.0 +Tags: + - windows + - process + - power-plan + - performance +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.yaml b/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.yaml new file mode 100644 index 000000000000..b6b603b0cd30 --- /dev/null +++ b/manifests/p/PrimeBuild/ThreadPilot/1.4.0/PrimeBuild.ThreadPilot.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: PrimeBuild.ThreadPilot +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..18746ed2d622 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780803750-g55245f +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780803750-g55245f/amp-windows-x64-baseline.exe + InstallerSha256: E1824E828E3BDCB31C2A64C84B5CD0386DD6C7163E3793E1D23391FFF5C0CDC6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..91193aef0c61 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780803750-g55245f +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..615822d7126f --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780803750-g55245f +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..d68df20a6486 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780803750-g55245f/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780803750-g55245f +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..5bee4f552465 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780818304-g58b217 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780818304-g58b217/amp-windows-x64-baseline.exe + InstallerSha256: E4A1441F97EDA4530D019CFC703D09F8598AACC09A1B4064EF0CE53E8C251608 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..60307dc1b7f3 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780818304-g58b217 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..ada9b5344612 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780818304-g58b217 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..39402d1182e9 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780818304-g58b217/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780818304-g58b217 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..cb446ebc37c0 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780827515-ga4daec +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780827515-ga4daec/amp-windows-x64-baseline.exe + InstallerSha256: 8CCC619B3FFD0B95F2DE126D5859360312A5000033C008B6628524D28C8F152B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..8fcbcbacd1c4 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780827515-ga4daec +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..c2a3dcc5cf7c --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780827515-ga4daec +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..348dc44357e4 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780827515-ga4daec/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780827515-ga4daec +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.installer.yaml b/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.installer.yaml new file mode 100644 index 000000000000..866e109304e3 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: SpecScore.CLI +PackageVersion: 0.8.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-07" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: specscore.exe + PortableCommandAlias: specscore + InstallerUrl: https://github.com/specscore/specscore-cli/releases/download/v0.8.0/specscore_0.8.0_windows_amd64.zip + InstallerSha256: 1958b77dba46f0087bb5523ced99121837921c0ddb225ca5d3e6f5610086854d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.locale.en-US.yaml b/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..1d4c6381a55e --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# 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: SpecScore.CLI +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: SpecScore +PublisherUrl: https://specscore.md +PackageName: SpecScore +PackageUrl: https://specscore.md +License: Apache-2.0 +ShortDescription: Lint, validate, and navigate Markdown specifications. +Description: | + SpecScore is a CLI for working with Markdown-based specifications: + validate spec trees against structural conventions, search across + features, and inspect feature/plan/task relationships. +Moniker: SpecScore +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.yaml b/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.yaml new file mode 100644 index 000000000000..d3655ca06882 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.8.0/SpecScore.CLI.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: SpecScore.CLI +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.installer.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.installer.yaml new file mode 100644 index 000000000000..32bd53ccebda --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WalkMe.WalkMeEditor +PackageVersion: 5.5.1 +UpgradeBehavior: install +Protocols: +- walkme-editor +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://cdn.walkme.com/walkme-editor/Container/Distributables/GA/x64/Windows/PerUserInstallers/WalkMe%20Editor-5.5.1-7-commercial.exe + InstallerSha256: 6897580D42E8386906995B0747F4AD8547A7133307F2C09387DAB2B7B6E5FC6E + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: WalkMeEditor +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://cdn.walkme.com/walkme-editor/Container/Distributables/GA/x64/Windows/PerMachineInstallers/WalkMe%20Editor-5.5.1-7-commercial.msi + InstallerSha256: BD12D5A2CC148F10588DE2594E102761BBC98D4E30C9BE90662F0EE8B93DC223 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{6DC20A7E-2966-4903-989D-51A688E3C279}' + AppsAndFeaturesEntries: + - ProductCode: '{6DC20A7E-2966-4903-989D-51A688E3C279}' + UpgradeCode: '{C0F5EF7E-FB96-45D5-AE2A-EA42F9C64277}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.locale.en-US.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.locale.en-US.yaml new file mode 100644 index 000000000000..295780fc1ff4 --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WalkMe.WalkMeEditor +PackageVersion: 5.5.1 +PackageLocale: en-US +Publisher: WalkMe Ltd. +PublisherUrl: https://www.walkme.com/ +PublisherSupportUrl: https://support.walkme.com/ +PrivacyUrl: https://www.walkme.com/privacy-policy/ +Author: WalkMe Ltd. +PackageName: WalkMe Editor +PackageUrl: https://www.walkme.com/download/ +License: Proprietary +LicenseUrl: https://www.walkme.com/terms-and-conditions/ +ShortDescription: A desktop application for building, managing, and publishing WalkMe content. +Description: WalkMe Editor is a desktop Electron-based application that is used for building, managing, and publishing all of the content that your users will view. This includes Smart Walk-Thrus, ShoutOuts, and other WalkMe items. Using the editor, you can build WalkMe content on the most popular browsers, including Chrome and Chromium Edge. +PurchaseUrl: https://www.walkme.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.locale.zh-CN.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.locale.zh-CN.yaml new file mode 100644 index 000000000000..e155d2b590fc --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: WalkMe.WalkMeEditor +PackageVersion: 5.5.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于构建、管理和发布 WalkMe 内容的桌面应用程序。 +Description: WalkMe 编辑器是一款基于 Electron 的桌面应用程序,用于构建、管理和发布用户将查看的所有内容,包括 Smart Walk-Thrus、ShoutOuts 和其它 WalkMe 项目。通过该编辑器,你可以在 Chrome 和 Chromium Edge 等流行浏览器上创建 WalkMe 内容。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.yaml new file mode 100644 index 000000000000..eb18dc9d7ddd --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.1/WalkMe.WalkMeEditor.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: WalkMe.WalkMeEditor +PackageVersion: 5.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0