Wingetlywingetly
← All apps
P

piz

by AriesOxOv0.3.4

Last updated

piz 解决一个问题:你知道想做什么,但记不住具体命令。用自然语言描述你的需求,piz 自动翻译成适合当前系统和 Shell 的命令。

Install with winget

$ winget install --id AriesOxO.piz --exact --version 0.3.4

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for piz

piz uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i piz-x86_64-pc-windows-msvc.msi /quiet /norestart

See the full silent install reference for piz

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

piz 解决一个问题:你知道想做什么,但记不住具体命令。用自然语言描述你的需求,piz 自动翻译成适合当前系统和 Shell 的命令。

核心功能

- 自然语言转命令 — 描述需求,得到精确命令

- 多 LLM 后端 — 支持 OpenAI、Claude、Gemini、Ollama + 12 个 OpenAI 兼容供应商(DeepSeek、硅基流动、OpenRouter、Moonshot、智谱 GLM、百度千帆、阿里 DashScope、Mistral、Together、Minimax、字节 BytePlus 等)

- 安全加固 — 三层防护:Prompt 层拒绝非命令输入、注入检测(base64 载荷、环境变量泄露、反弹 Shell、curl 配置攻击)、正则危险分级

- 危险命令检测 — 正则 + LLM 双重防护,危险命令强制二次确认,无法跳过

- 命令解释 — piz -e 'command' 逐项拆解命令含义

- 命令纠错 — piz fix 自动诊断并修复失败命令,支持自动重试(最多 3 次)

- 交互式对话 — piz chat 多轮对话模式,支持 /help、/clear、/history 命令和历史持久化

- 多候选命令 — -n 参数生成多个命令方案,自主选择最优方案

- 本地缓存 — SQLite 缓存 + TTL 过期 + LRU 淘汰 + 最大条目数限制,重复查询秒返回

- 执行历史 — piz history 查看和搜索所有执行过的命令

- Shell 集成 — piz init <shell> 生成 Shell 包装函数,使 cd/export/source 在当前 Shell 中正确生效(bash、zsh、fish、PowerShell),内置便捷别名(p、pf、pc)

- Eval 模式 — --eval 将确认后的命令输出给 Shell 包装函数执行

- Shell 补全 — 支持 bash、zsh、fish、PowerShell 自动补全

- 管道模式 — --pipe 纯命令输出,便于脚本集成

- 多语言界面 — 中文、英文,安全提示信息全面国际化

- 跨平台 — Windows (PowerShell/cmd)、macOS、Linux (bash/zsh/fish),零侵入编码处理(不修改 chcp/OutputEncoding)

- 交互式配置 — 首次运行自动引导,内置供应商预设,无需手动编辑配置

- NO_COLOR 支持 — 尊重 NO_COLOR 环境变量

- API 容错 — 429/5xx 错误自动重试 + 指数退避

Installers · v0.3.4

ArchitectureTypeScopeInstallDownload
x64Portable
in ZIP
-Direct
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for piz.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • WorkBuddyTencent Technology (Shenzhen) Company Limited
    Tencent.WorkBuddyv5.5.6

    桌面智能体 办公新范式

  • Orison SpaceLumenStorm
    LumenStorm.OrisonSpacev0.3.0

    AI 驱动的小说创作 IDE — 从灵感到成稿的全流程工作台。

  • QClaw腾讯科技(深圳)有限公司
    Tencent.QClawv0.2.35

    随时随地,微信一下,Qclaw 帮你高效干活

  • Hermes StudioHermes Studio Contributors
    EKKOLearnAI.HermesStudiov0.7.22

    Hermes Agent 的全功能桌面应用

  • AutoClawZhipuAI
    ZhipuAI.AutoClawv1.18.4

    将 Agent 执行力装进一个 IM 入口

  • 千问Alibaba Group
    Alibaba.Qianwenv2.3.1

    千问是阿里通义千问大模型打造的 AI 对话助手,通义千问支持问答、写作、代码、翻译、录音、PPT 创作、文档处理、音视频速读。

More from AriesOxO or browse 人工智能, 命令行工具.

Frequently asked questions

How do I install piz on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id AriesOxO.piz --exact --version 0.3.4. winget downloads the installer from AriesOxO and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install piz silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id AriesOxO.piz --exact 0.3.4 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for piz?
piz uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i piz-x86_64-pc-windows-msvc.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall piz via winget?
Run: winget uninstall --id AriesOxO.piz --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from piz's Apps & Features entry.
Is piz free?
piz is distributed under MIT. Refer to the publisher (https://github.com/AriesOxO/piz) for the full license terms - Wingetly itself does not charge for installation.
Does piz work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls piz directly from the publisher.
How do I keep piz up to date?
Run winget upgrade --id AriesOxO.piz --exact, or winget upgrade --all to update everything winget tracks. We index 3 versions of piz from microsoft/winget-pkgs.

Recent versions

  • 0.3.4latest
  • 0.3.3
  • 0.3.2