arpitpatel25/unmute-dictation — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a macOS voice dictation app called unmute. I want to press a key, talk, and have clean text pasted right where my cursor is in any app. It should feel fast and private, with no account or server, just my own Groq API key for transcription.

Please include a simple desktop UI where I can add and save my Groq key, choose the dictation key, see recent dictation history, and understand what permissions I need to grant. The key should be stored securely on the Mac. The app should ask for microphone, accessibility, and input monitoring permissions when needed.

I also want a separate instruction mode where I can select text anywhere and say things like “make this a bullet list” or “translate to French”, and it rewrites the selected text in place. Normal dictation should stay raw and not rewrite my words unless I explicitly use instruction mode.

Make it an Electron app with a small native macOS helper for global hotkeys. Look up current docs online if you need to.

Want more depth? Deep Reverse