https://github.com/vertopolkalf/silence
Simple WinUI app to mute your mic on global level (for all apps). Sounds, overlay and customization included!
https://github.com/vertopolkalf/silence
app customization mic micmute mute mutemic utility windows windows10 windows11
Last synced: 3 months ago
JSON representation
Simple WinUI app to mute your mic on global level (for all apps). Sounds, overlay and customization included!
- Host: GitHub
- URL: https://github.com/vertopolkalf/silence
- Owner: vertopolkaLF
- License: apache-2.0
- Created: 2025-11-25T19:17:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T07:37:08.000Z (3 months ago)
- Last Synced: 2026-03-27T01:55:21.548Z (3 months ago)
- Topics: app, customization, mic, micmute, mute, mutemic, utility, windows, windows10, windows11
- Language: C#
- Homepage: https://vertopolkalf.github.io/silence/
- Size: 1.51 MB
- Stars: 82
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
silence!
A simple, lightweight microphone mute toggle for Windows with global hotkey support
---
## ✨ Features
- **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 + M` or simple ones like `F13`
- **Flexible Matching** — Option to ignore additional modifiers (e.g., hotkey `Shift + F23` also fires on `Ctrl + 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
## 📸 Screenshot

## 🚀 Installation
### Download Release (Recommended)
1. Go to [Releases](../../releases) page
2. Download the latest `silence-vX.X-win-x64.zip`
3. Extract to any folder
4. Run `silence!.exe`
### Build from Source
**Requirements:**
- Windows 10 version 1809 (build 17763) or later
- [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
- Visual Studio 2022 with "Windows application development" workload (optional)
```powershell
# Clone the repository
git clone https://github.com/yourusername/silence.git
cd silence
# Build and publish
dotnet publish -c Release -r win-x64 --self-contained
```
The output will be in `bin\Release\net8.0-windows10.0.19041.0\win-x64\publish\`
## 📝 License
This project is open source. Feel free to use, modify, and distribute.
## 🤝 Contributing
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)