Skip to content

v4.0.4

Choose a tag to compare

@kennss kennss released this 24 Jul 07:44
· 45 commits to main since this release

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 | sh

Same 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.