Show HN: Secret Management for Local Development Hi HN, I built a local secret management tool with Git-like workflows after almost committing production credentials one too many times. Most secret management solutions are either: - Cloud-based (overkill for local dev) - GUI-heavy password managers (not dev-friendly) - Enterprise tools requiring infrastructure (Vault, etc.) This is intentionally simple: version-controlled secrets with familiar Git semantics, running entirely on your machine. Features: - Offline-first - Simple CLI - Encrypted storage - No cloud dependencies - Python API Repo: https://ift.tt/fhezXbD Happy to answer questions about the architecture, encryption approach, or why I thought building this at 2 AM was a good idea. https://ift.tt/fhezXbD November 4, 2025 at 12:40AM
0 Comments