A chrome extension that adds voice input and output to Claude.ai.
GitHub repository: softcery/claude-voice
Getting Started
- Clone the repository
- Run
pnpm install
- Run
pnpm run build
- Go to chrome://extensions/, click "Load unpacked", and select the
dist
folder. - Open Claude Voice extension and enter your OpenAI API key.
- Go to Claude.ai and give it a try!
Note: Remember to reload the Claude.ai page after changing any settings in the extension for changes to take effect.
Warning: Since this extension interacts with Claude's UI, it might break if Anthropic makes changes to their website. If this happens, please either open an issue on the repository or send a message to hey [at] softcery [dot] com.
Coming Soon
- Publishing to the Chrome Web Store – currently In Review.
- Refactoring the codebase to follow better practices and add proper documentation.
Warning: This is a quick weekend project and the codebase reflects that - it's functional but not well-organized or properly tested. If there's enough interest, I'll refactor the code to follow better practices and add proper documentation.
License
MIT
Top comments (0)