v4.0.4
No more keychain-password prompts from the Mac agent.
- The agent's private keychain kept macOS's default lock-on-sleep policy, so after the Mac slept every TLS handshake popped a "keychain password" dialog, repeatedly. Auto-lock is now disabled for that keychain — it never locks, so it never prompts. (#34)
- You can now remove the agent:
install-agent-mac.sh --uninstall. And the app's "Share this Mac" mode no longer shares a config directory with the headless CLI agent.
Installing / updating an agent
curl -fsSL https://raw.githubusercontent.com/kennss/SiliconScope/main/scripts/install-agent.sh | shSame URL on Linux and macOS; re-running it upgrades in place. To remove a Mac agent: install-agent-mac.sh --uninstall. The app updates itself.
Assets: SiliconScope-4.0.4.dmg is the app. The sscope-agent-* binaries are the agents the installer fetches.