Open
Conversation
- CoreWLAN WiFi diagnostics (SSID, RSSI, channel, noise, PHY mode) - WiFi site survey for ESP32 node placement - macOS system info + USB serial driver detection (CP210x, CH340, FTDI) - Permissions checker (network, USB, WiFi scan, location) - Entitlements for network, USB, serial, Bonjour access - Overlay titlebar with native traffic lights - DMG installer with Applications shortcut - Universal binary (lipo ARM64+x64) in CI - Code signing + notarization workflow (when secrets configured) - macOS diagnostics page in UI (conditional, only on macOS) - Install script: scripts/install-macos.sh - Cargo cache in CI, separate runners per arch Co-Authored-By: Claude Opus 4.6 (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.
Summary
scripts/install-macos.sh)Files changed (14 files, +1129/-87)
New files:
entitlements.plist- macOS sandbox entitlementssrc/commands/macos.rs- WiFi info, scan, system info, permissions (4 Tauri commands)ui/src/pages/MacOSDiagnostics.tsx- diagnostics UI pagescripts/install-macos.sh- curl installerModified:
tauri.conf.json- DMG config, overlay titlebar, macOS bundle settings, CSPsrc/lib.rs- conditional macOS command registration viacfg(target_os = "macos")src/commands/mod.rs- macOS moduledesktop-release.yml- DMG builds, universal binary, signing, notarization, cargo cacheApp.tsx- macOS nav itemdesign-system.css- macOS titlebar drag regionmain.tsx- macOS class detectiontypes.ts- macOS type definitionsversion.ts- bump to 0.4.5Test plan
cargo check -p wifi-densepose-desktopon macOSmacos_wifi_info,macos_system_info,macos_check_permissions🤖 Generated with Claude Code