Tuesday, August 18, 2026

Show HN: macOS data protection keychain for Electron apps https://ift.tt/gfz7wnW

Show HN: macOS data protection keychain for Electron apps Hey HN, I've been working on Hansel [1] (an encrypted personal data store you can query with agents), and there wasn't a good way to use the modern macOS Data Protection Keychain. Electron's safeStorage [2] uses the legacy file-based keychain, which allows other apps/agents to query it with the `security` CLI. Not great when you have a dozen agents running in the background! The Data Protection Keychain is nice because it limits access via code-signing access groups and lets you set access rules like Touch ID and/or password. 1: https://hansel.so/ 2. https://ift.tt/WKg2Ve1 https://ift.tt/apkWe6i August 18, 2026 at 10:55PM

No comments:

Post a Comment

Show HN: Voidleap Code – agentic IDE, own harness, swap models mid-conversation https://ift.tt/dhEgjp9

Show HN: Voidleap Code – agentic IDE, own harness, swap models mid-conversation We wanted to build a development environment that can make y...