Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: ghost-him.ZeroLaunch-rs
PackageVersion: 0.5.4
InstallerType: wix
Scope: machine
InstallerSwitches:
InstallLocation: INSTALLDIR="<INSTALLPATH>"
ReleaseDate: 2025-11-09
AppsAndFeaturesEntries:
- UpgradeCode: '{0D8E70B2-4DC8-584D-88B0-7A83BA565C03}'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/download/v0.5.4/zerolaunch-rs_0.5.4_x64_en-US.msi
InstallerSha256: 963FAF164ADA2B0AE610F2D39396D8E3D4B5E59C9BBB14C649C7EAE5CB9E592E
ProductCode: '{1A156673-3AFE-40AB-877C-92DBDC0D157E}'
- Architecture: arm64
InstallerUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/download/v0.5.4/zerolaunch-rs_0.5.4_arm64_en-US.msi
InstallerSha256: 79F6B2EE7ECC9DCB92809F17768A561636FDE4CCC5799C2536A396531A3B77EE
ProductCode: '{EA9A3DC8-BD2C-4658-BDAC-6573327EAF8E}'
ManifestType: installer
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json

PackageIdentifier: ghost-him.ZeroLaunch-rs
PackageVersion: 0.5.4
PackageLocale: en-US
ShortDescription: A Windows smart launcher that understands your typing!
Description: ZeroLaunch is a Windows smart launcher that understands your typing. It excels at Pinyin and fuzzy matching, and can optionally add AI semantic understanding—so typos and vague queries still get instant results. Clean, offline, and built for speed.
Tags:
- fast
- fuzzy-search
- launcher
- launchy
- listary
- pinyin
- powertoys
- productivity
- qidongqi
- rust
- search
- tauri
- utility
- utools
- wox
InstallationNotes: Welcome to ZeroLaunch-rs! If you encounter any issues during use, feel free to ask questions in GitHub Issues!
ManifestType: locale
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json

PackageIdentifier: ghost-him.ZeroLaunch-rs
PackageVersion: 0.5.4
PackageLocale: zh-CN
Publisher: ghost-him
PublisherUrl: https://github.com/ghost-him
PublisherSupportUrl: https://github.com/ghost-him/ZeroLaunch-rs/issues
PrivacyUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/PRIVACY.md
Author: ghost-him
PackageName: ZeroLaunch-rs
PackageUrl: https://github.com/ghost-him/ZeroLaunch-rs
License: GPL-3.0
LicenseUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/LICENSE.txt
Copyright: Copyright (c) 2024-2025 ghost-him
CopyrightUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/LICENSE.txt
ShortDescription: 一个可以容忍错别字的 Windows 应用程序启动器!
Description: 打错字照样秒开应用!ZeroLaunch 是一款纯粹专注的 Windows 应用程序启动器,拥有智能纠错能力和毫秒级的极速响应。它基于 Rust、Tauri 和 Vue.js 构建,旨在提供极致的性能和纯粹的体验。主要特性包括:高效智能搜索,得益于独创的算法,程序在全称/拼音/首字母三重匹配的基础上具备卓越的拼写纠错能力,并支持中英文混合查询;隐私至上,软件完全离线运行,零数据采集,您的所有数据和设置都严格保留在本地设备中;轻巧纯粹,专注于应用程序搜索与启动,无任何冗余复杂的功能,开箱即用;高度可定制,外观界面支持高度自定义,包括背景、颜色、字体、窗口大小等,并支持微调搜索算法以满足个性化需求。核心功能还包括:快速搜索并启动普通应用及 UWP 应用,智能唤醒已打开的程序窗口,支持自定义添加程序、文件、网页搜索和系统命令,智能加载程序和 Steam 游戏图标,以及防止游戏时误触的游戏模式。
Moniker: zerolaunch
Tags:
- launchy
- listary
- powertoys
- rust
- tauri
- utools
- wox
- 启动器
- 工具
- 快速
- 拼音
- 搜索
- 模糊搜索
- 生产力
ReleaseNotes: |-
What's Changed
- build: release v0.5.4 (9b07a6d)
- chore(deps): bump dependencies to latest versions (f6f17e7)
- fix: 修复了内置命令没有被排序算法追踪的问题 (d150198)
- feat(logs): 支持一键导出日志 (298efa0)
- fix: 修复了某些文件(*.md, *.txt 等)的图标无法正确提取的问题 (f9c4298)
- feat: 添加支持参数与参数(github #25) (eeda28c)
- fix: 解决了无法搜索.symlink 的 ntfs 链接文件(无 .symlink 后缀)(github #31) (a1bc803)
- chore(pre-commit): 在 commit 前会先对当前的暂存区做检查,防止出现有未提交的文件 (81213fc)
- style: 格式化了代码 (ce4f217)
- fix: 修复了更新语言时,搜索栏中内置命令的语言没有更改的 bug (5ebfd9a)
- feat: 支持通过搜索栏调用 ZeroLauch-rs 系统托盘中的功能(github #27) (6faaa5a)
- feat(settings): 程序搜索->添加路径->目标路径 在输入框增加一个按钮来直接从系统文件对话框选择目录 (github #30) (0b90da0)
- fix: 刚刚改了以后忘记 add 了,重新 commit (7b7c13c)
- chore: 将本身 commit 检查与 ci 工作流同步,优化了 ci 工作流 (232d91b)
- fix: 修复了加载某些网站的图标时,加载成了小图标的问题(github #26) (d25f77b)
- chore: 修复了 ci workflow 中重复构建的问题,加快了 ci 检查的流程 (39c1889)
- docs: 添加了 wiki 页面,不过还没开始写内容 (eb66a6e)
- docs: 在 readme 中添加总下载量的徽章 (6faab99)
Contributors
- @ghost-him
- @Lambda
Full Changelog: https://github.com/ghost-him/ZeroLaunch-rs/compare/v0.5.3...v0.5.4
📦 版本说明
- 安装版 (.exe/.msi): 提供传统的安装体验。
- 便携版 (.zip): 无需安装,解压即用,适合移动或绿色版爱好者。
完整版包含 AI 智能搜索功能,而 精简版 (lite) 不含 AI 功能,体积更小。

🤖 关于 AI 功能
重要提示:AI 智能搜索功能需要单独下载模型权重文件才能使用。
模型下载地址:
- GitHub: https://github.com/ghost-him/ZeroLaunch-rs/releases/tag/model
- Gitee: https://gitee.com/ghost-him/ZeroLaunch-rs/releases/tag/model
- GitCode: https://gitcode.com/ghost-him/ZeroLaunch-rs/releases/model
请根据模型发布页中的说明进行配置。
ReleaseNotesUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/tag/v0.5.4
InstallationNotes: 欢迎使用 ZeroLaunch-rs !如果使用过程中遇到什么问题,欢迎到 Issue 中提问!
ManifestType: defaultLocale
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json

PackageIdentifier: ghost-him.ZeroLaunch-rs
PackageVersion: 0.5.4
DefaultLocale: zh-CN
ManifestType: version
ManifestVersion: 1.10.0