fix: rebrand Tauri desktop app and Rust crate from Marco Reid to Voxlen #4761
ccantynzcommented Jun 3, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| voxlen | Preview, Comment | Jun 3, 2026 10:54pm |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/voxlen/pull/40
Summary
Completes the rebrand of the desktop app — no more "Marco Reid" visible anywhere in the build artifacts, installers, or system keychain.
tauri.conf.json: identifiercom.marcoreid.voice→ai.voxlen, window title, tray tooltip, bundle long description and copyrightCargo.toml: package namemarco-reid-voice→voxlen, lib namemarco_reid_voice_lib→voxlen_lib, description and authorssrc/main.rs: updated lib crate call tovoxlen_lib::run()keyring.rs: OS keychain service namecom.marcoreid.voice→ai.voxlencapabilities/default.json: description textsdk/src/types.ts: comment example textNote
Existing users who had API keys stored in the macOS/Windows/Linux keychain under
com.marcoreid.voicewill need to re-enter them once after upgrading (the service name changed). This is a one-time migration and affects stored API keys only — no user content or settings are lost.https://claude.ai/code/session_011MFNHeFKrhfuSrEYVgrdyr
Generated by Claude Code