Releases: chillingpulsar/mike-bell
Releases · chillingpulsar/mike-bell
v0.1.1 beta
MikeBell v0.1.0
Keyboard and mouse “vibes” with procedural sound effects—no sample packs. Built with Tauri 2 and SvelteKit (Svelte 5), styled with Tailwind v4.
Highlights
- Procedural sounds – Multiple keyboard and mouse profiles synthesized in the app (Web Audio in the UI; native path for reliable desktop playback).
- Desktop integration – Global input hooks so sounds can fire when other apps are focused or the cursor is outside the window; native audio so playback stays reliable when the webview’s audio stack is suspended.
- Sound picker + volume – Choose keyboard/mouse sounds and adjust per-channel volume (UI + synced prefs into the native layer).
- Cross-platform builds – Bundle targets include macOS (app/dmg), Windows (msi/nsis), and Linux (deb/rpm/appimage) per Tauri config.
Permissions (desktop)
MikeBell needs OS-level permission to observe global keyboard/mouse events. See the project README for macOS (Accessibility + Input Monitoring), Linux (input device access), and Windows notes.
Install
Attach your built artifacts to this release (or link to your CI output). Users should install the bundle for their OS from the Assets section below.
Full changelog
- Initial public release track; includes volume controls, sound picker, native/desktop audio path, and platform/permission documentation in the README.
License
GPL-3.0 — see LICENSE in the repository.