Conversation
Windows / macOS 版は未署名のため初回起動で「発行元不明」警告が出るが、 ランディングにもドキュメントにもその事実と解消への導線がなかった。 Windows 向けの OSS 無料コード署名 (SignPath Foundation) は 「誰も知らないソースコードには署名できない」として実際に使われている 実績を審査で見るため、Star とダウンロード数がそのまま材料になる。 一方 macOS の公証は Apple Developer Program の費用のみが壁で、 こちらは Sponsor が効く。両者を分けて書き分けた。 - ダウンロードのプラットフォーム一覧の下に未署名の注記を追加し、 Google Play / App Store カードと同じく #store-distribution へ飛ばす - #store-distribution をストア配布専用から「配布の壁」全般に一般化し、 Star カードを追加 (3 カラム化)。primary CTA を Star に移し Sponsor は plain に降格 - docs/install.md に「初回起動時の警告」節を追加 (回避手順 + 導線) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe landing page now documents unsigned Windows and macOS builds, expands distribution support messaging, and updates CTA styling and layout. The installation guide adds warning, approval, verification, and signing guidance. ChangesDistribution guidance
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
なぜ
Windows / macOS 版は未署名で配布しているため初回起動で「発行元不明」の警告が出るが、ランディングにもドキュメントにもその事実と、解消に向けた導線がなかった。
Windows 向けの OSS 無料コード署名(SignPath Foundation)は「誰も知らないソースコードには署名できない」として、実際に使われている実績を審査で見ている(形式的な Star 数の閾値はない)。つまり Star とダウンロード数がそのまま材料になる。
一方 macOS の公証は Apple Developer Program の年会費のみが壁で、こちらは Star ではなく Sponsor が効く。Google Play / App Store の「Coming soon」カードが
#store-distributionに飛ばしているのと同じ形で、デスクトップ側にも導線を用意した。変更
#store-distributionへ飛ばす#store-distribution: ストア配布専用から「配布の壁」全般に一般化。GitHub で Starカードを追加して 3 カラム化し、primary CTA を Star に移動(Sponsor は plain に降格)。Sponsor カードに macOS 公証の話を追記site/docs/install.md: 「初回起動時の警告」節を追加(SmartScreen / Gatekeeper の回避手順、ビルドの検証可能性、Star 導線)アンカー ID
#store-distributionは既存リンクのため据え置き。確認
pnpm docs:build成功🤖 Generated with Claude Code
Summary by CodeRabbit