A simple, lightweight microphone mute toggle for Windows with global hotkey support
- Global Hotkey — Mute/unmute your microphone from anywhere using a customizable keyboard shortcut
- System Tray — Lives quietly in your system tray with a color-coded icon (🟢 unmuted / 🔴 muted)
- Quick Toggle — Single click on the tray icon to toggle mute state
- Modifier Support — Use complex hotkeys like
Ctrl + Alt + Mor simple ones likeF13 - Flexible Matching — Option to ignore additional modifiers (e.g., hotkey
Shift + F23also fires onCtrl + Shift + F23) - Auto-Start — Optionally launch with Windows
- Modern UI — Mica/Acrylic backdrop, smooth animations, native Windows 10/11 look
- Portable — No MSIX installer required, just extract and run
- Go to Releases page
- Download the latest
silence-vX.X-win-x64.zip - Extract to any folder
- Run
silence!.exe
Requirements:
- Windows 10 version 1809 (build 17763) or later
- .NET 8.0 SDK
- Visual Studio 2022 with "Windows application development" workload (optional)
# Clone the repository
git clone https://github.com/yourusername/silence.git
cd silence
# Build and publish
dotnet publish -c Release -r win-x64 --self-containedThe output will be in bin\Release\net8.0-windows10.0.19041.0\win-x64\publish\
This project is open source. Feel free to use, modify, and distribute.
Contributions are welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
Made with ❤️ for people who are tired of fumbling with mute buttons during meetings
developer: https://www.reddit.com/user/vertopolkaLF/ (for r/windows11 and r/windows verification)
