chore(darwin): 標準/CLI と重複する GUI ユーティリティを撤去 - #88
Merged
Conversation
macOS 標準がカバーする領域と重複するため Objective-See から2つ外す。 - oversight → マイク/カメラ使用中インジケータ (ドット+コントロールセンター) - blockblock → Background Task Management のバックグラウンド項目追加通知 lulu (送信ファイアウォールは標準に無し) / ransomwhere / knockknock は残す。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- reikey: 自前の event tap ツール (Karabiner/Espanso/keebmouse/Hammerspoon) で誤検知が濁り、標準の入力監視一覧で静的確認できるため - taskexplorer: codesign / otool / vmmap / lsof で代替可能なため - deskreen: LocalSend / KDE Connect と役割が重複し使用実績も無いため Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
標準CLIで完全に代替できるため。 - netiquette: lsof -nP -i / nettop - whatsyoursign: codesign -dvv / spctl -a -vv これで Objective-See は lulu (送信FW) / ransomwhere (挙動検知) / knockknock (VT照合つき単発スキャン) の代替不能な3つに集約。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
何を
macOS 標準機能や標準CLIでカバーできる GUI ユーティリティを cask から外す。
Objective-See(標準重複)
Objective-See(CLI/静的リストで代替)
codesign -dvv/otool -L/vmmap/lsof -plsof -nP -i/nettopcodesign -dvv/spctl -a -vv重複ユーティリティ
残すもの(代替不能)
適用
merge 後に実機で `just rebuild`(cleanup=uninstall)すると対象アプリが自動アンインストールされる。oversight/blockblock/reikey は特権ヘルパー・Login Item を仕込むため、rebuild 前に各アプリ設定から常駐を無効化しておくと残骸が出ない。
🤖 Generated with Claude Code