rtk-ai/rtk

Windows: add winget package support

Open

#383 建立於 2026年3月6日

在 GitHub 查看
 (7 留言) (14 反應) (1 負責人)Rust (2,914 fork)batch import
area:cieffort-mediumenhancementhelp wantedplatform:windowspriority:low

倉庫指標

Star
 (48,085 star)
PR 合併指標
 (平均合併 11天 1小時) (30 天內合併 45 個 PR)

描述

Summary

RTK is not available on winget (Windows Package Manager). Windows users currently have to either use cargo install or manually download the .zip from GitHub releases.

Current installation options on Windows

  • cargo install --git https://github.com/rtk-ai/rtk — requires Rust toolchain
  • Manual download from GitHub releases (rtk-x86_64-pc-windows-msvc.zip)

Expected

winget install rtk-ai.rtk

Steps to add winget support

  1. Create a winget manifest under microsoft/winget-pkgs (see contribution guide)
  2. Automate manifest updates in the release CI workflow (.github/workflows/release.yml)

A GitHub Actions step similar to the existing Homebrew formula update could handle this automatically on each release.

Context

Reported by Benjamin on Discord (Clean Coder community) — Windows users expect package manager support and the current options add unnecessary friction.

貢獻者指南