Skip to content

refactor: rename product brand to Wisper#19

Merged
hudsonbrendon merged 2 commits into
mainfrom
rename/wisper
Jun 20, 2026
Merged

refactor: rename product brand to Wisper#19
hudsonbrendon merged 2 commits into
mainfrom
rename/wisper

Conversation

@hudsonbrendon

Copy link
Copy Markdown
Collaborator

What

Rebrand the user-facing product from OpenWispr to Wisper (domain wisper.chat).

Replaces the brand string across:

  • UI components + i18n (all languages)
  • User-facing Rust strings (permission prompts, etc.)
  • productName, README, landing site, npm package name

The competitor mention "Wispr Flow" is left untouched (word-boundary replace).

Intentionally preserved (don't break existing installs)

  • Bundle identifier com.hudsonbrendon.openwispr → keeps macOS TCC (Mic/Accessibility) grants and the per-user data dir.
  • GitHub repo / OTA URL → keeps auto-update continuity.
  • Rust crate / binary name → internal, no user impact.

Test

  • vitest: 201/201 pass.
  • cargo check: clean.
  • pnpm tauri build → builds Wisper.app; reinstalled and launched, TCC grants carried over.

Follow-ups (separate, heavier)

Renaming the bundle id + GitHub repo and pointing the landing site at wisper.chat break TCC/OTA continuity and are out of scope here.

🤖 Generated with Claude Code

hudsonbrendon and others added 2 commits June 20, 2026 18:06
The openwhispr.com name was already taken; rebrand the user-facing product
to "Wisp". Replaces the OpenWispr display string across the UI, i18n,
user-facing Rust strings, productName, README, landing site, and the npm
package name.

Internal identifiers are intentionally preserved to avoid breaking
existing installs:
- bundle identifier com.hudsonbrendon.openwispr (keeps macOS TCC grants
  and the per-user data directory)
- the GitHub repo / OTA update URL (keeps auto-update continuity)
- the Rust crate / binary name (no user impact)

The macOS bundle now builds as Wisp.app; the updater swaps the bundle
contents in place, so existing users keep their permissions and data.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rebrand the user-facing product to "Wisper" (domain wisper.chat). Replaces
the brand string across the UI, i18n, user-facing Rust strings,
productName, README, landing site, and the npm package name. The
competitor mention "Wispr Flow" is deliberately left untouched
(word-boundary replace).

Internal identifiers are intentionally preserved to avoid breaking
existing installs:
- bundle identifier com.hudsonbrendon.openwispr (keeps macOS TCC grants
  and the per-user data directory)
- the GitHub repo / OTA update URL (keeps auto-update continuity)
- the Rust crate / binary name (no user impact)

The macOS bundle now builds as Wisper.app.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@hudsonbrendon, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 54 minutes and 3 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0054cf51-a2d3-424a-9239-a711227a0b67

📥 Commits

Reviewing files that changed from the base of the PR and between 69d42f8 and 3212022.

📒 Files selected for processing (14)
  • README.md
  • package.json
  • site/index.html
  • src-tauri/src/commands.rs
  • src-tauri/src/config.rs
  • src-tauri/src/inject.rs
  • src-tauri/src/text.rs
  • src-tauri/src/uitext.rs
  • src-tauri/tauri.conf.json
  • src/components/Sidebar.test.tsx
  • src/components/Sidebar.tsx
  • src/lib/i18n.tsx
  • src/routes/Dashboard.test.tsx
  • src/routes/Dictionary.test.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch rename/wisper

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@hudsonbrendon hudsonbrendon merged commit 4ea2381 into main Jun 20, 2026
2 of 4 checks passed
@hudsonbrendon hudsonbrendon deleted the rename/wisper branch June 20, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant