App2026
PassStore

PassStore

PassStore is a native macOS vault for developers: it manages workspaces and secret items (API keys, .env groups, databases, S3/MinIO, SSH, service credentials) with dynamic fields, masking, safe copy and clipboard timeout. Everything stays local: no cloud sync, no external backend, no analytics. Sensitive values live in the macOS Keychain; metadata and references in SwiftData/SQLite. It includes inactivity auto-lock, optional Touch ID / LocalAuthentication unlock, .env import, encrypted export, a password generator, reusable templates, and a macOS-native utility UX with NavigationSplitView, search, filters, and keyboard shortcuts.

PassStore

I designed and built PassStore end-to-end: MVVM architecture, models for workspaces and secret items, a Keychain-backed SecretStore abstraction separate from metadata, and SwiftUI on NavigationSplitView with a sidebar (favorites, recents, tags, environments), a filterable list, and a detail pane with reveal/hide and quick actions. I implemented security flows (auto-lock, LocalAuthentication where appropriate, clipboard reset), import/export, and empty states; the app is meant as a fast, keyboard-first macOS utility.

Tools Used:
Swift
SwiftUI
Keychain
SwiftData
LocalAuthentication
PassStore - 1
PassStore - 2
PassStore - 3
PassStore - 4
PassStore - 5
#macOS#Swift#SwiftUI#Keychain#Developer Tools#Secrets#Local-first