Interact with my blogs by signing in
Interact with my blogs by signing in
Mike Bell is a small desktop app that gives your typing and clicking audible character while you stream or work—without relying on paid tiers. It’s open source (GPL v3).
I love streaming while I code, and I love hearing keyboard and mouse sounds on stream. I used MechVibes, but on macOS there was no mouse-click sound. I tried Keybell — great experience and mouse support — but the free tier only lasted about 30 minutes before I’d need premium. I didn’t want to pay, so I built my own little app. Mike Bell is that project: a small desktop app with a Rust + Tauri shell and a Svelte UI, made to feel light and stay out of your way.
Svelte for the interface, Tauri to wrap it in a native app, Rust for global input and reliable audio output. The web side uses the Web Audio API for previews; the shipped app uses native audio so streaming stays consistent.
Download from the landing page or build from GitHub. Install guides for macOS, Windows, and Linux live in the repo if you need them.