Phase 1: privacy indicator + OSS scaffolding + tagline - #40
Merged
Conversation
Makes the local-first moat visible and lowers the contributor barrier now that the repo is public. - Privacy indicator: Settings → Status shows "Fully on-device — no network used" vs "Sends final text to OpenAI" (and a local-LLM variant), driven by a pure, unit-tested PrivacyStatus helper (in OpenWhispCore). AppState delegates to it. - README: locked tagline (Wispr-style, fully on-device/free/open), a "verify it yourself" (nettop) note, secure-field + privacy-indicator bullets, link to SECURITY/CONTRIBUTING. - SECURITY.md (privacy model + verify-it-yourself + private vuln reporting), CONTRIBUTING.md (build/test conventions + privacy requirement), issue templates (bug/feature + config routing security→advisories, ideas→discussions), PR template (test + privacy checklist). - ROADMAP Phase 1 marked mostly done (demo GIF deferred — needs a recording). +4 PrivacyStatus tests; swift test 83/83; builds clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Launch/conversion polish for the now-public repo (ROADMAP Phase 1).
PrivacyStatushelper.+4 tests;
swift test83/83; builds clean. No demo GIF (can't record the app here).🤖 Generated with Claude Code