MicYou is a powerful tool that turns your Android device into a high-quality wireless microphone for your PC. Built with Kotlin Multiplatform and Jetpack Compose/Material 3.
Based on the AndroidMic project.
- Multiple Connection Modes: Support for Wi-Fi, USB (ADB/AOA), and Bluetooth.
- Audio Processing: Built-in Noise Suppression, Auto Gain Control (AGC), and Dereverberation.
- Cross-Platform:
- Android Client: Modern Material 3 interface, dark/light theme support.
- Desktop Server: Receive audio on Windows/Linux/macOS.
- Virtual Microphone: Works seamlessly with VB-Cable to act as a system microphone input.
- Customizable: Adjust sample rate, channel count, and audio format.
| Main Screen | Settings |
|---|---|
![]() |
![]() |
- Download from Android Developers
- Install via package manager
winget install -e --id Google.PlatformToolssudo apt install android-tools-adbsudo pacman -S android-tools- ...
In most cases ADB will be added to your environment variables automatically. If not, please add it manually.
Using OneUI 8 as an example
- Go to Settings, tap
About phone - Tap
Software information, findBuild number, tap it 7 times. When you see "No need, developer mode has been enabled", it means the developer mode has been successfully enabled. - Go back to Settings, tap
Developer options, findUSB debugging, and enable it.
Use a stable data cable, and set the connection mode to USB on both the desktop app and the Android app.
Ensure your Android device and PC are on the same network, and set the connection mode to Wi-Fi on both the desktop app and the Android app.
- Download and install the APK on your Android device.
- Ensure your device is on the same network as your PC (for Wi-Fi) or connected via USB.
- Run the desktop application.
- Configure the connection mode to match the Android app.
Important
If you are using an Apple Silicon Mac, Bluetooth mode cannot be used without Rosetta 2 translation.
To ensure your experience, you need to install some dependencies via Homebrew:
brew install blackhole-2ch --cask
brew install switchaudio-osx --formulaeBlackHole must be installed. If you don't have Homebrew, go to https://existential.audio/blackhole/download/ to download the installer. Regardless of whether you install via Homebrew or the installer, please restart after installation.
After downloading the app from GitHub Releases and installing it in your Applications folder, Gatekeeper may block it during first use.
If prompted with “Untrusted Developer,” navigate to System Settings/System Preferences -> Privacy & Security to allow the app to run.
If prompted with “The application is damaged,” resolve it by executing the following command:
sudo xattr -r -d com.apple.quarantine /Applications/MicYou.appPre-built packages are available in GitHub Releases.
DEB package (Debian/Ubuntu/Mint etc.):
# Download the .deb package from GitHub Releases
sudo dpkg -i MicYou-*.deb
# If dependencies are missing:
sudo apt install -fRPM package (Fedora/RHEL/openSUSE etc.):
# Download the .rpm package from GitHub Releases
sudo rpm -i MicYou-*.rpm
# Or use dnf/yum:
sudo dnf install MicYou-*.rpmAUR (Arch Linux and derivatives):
# Clone the AUR repo and install the package
git clone https://aur.archlinux.org/micyou-bin.git
cd micyou-bin
makepkg -si
# Or use an AUR helper like paru/yay
paru -S micyou-binRun the application:
# After installation, you can run MicYou from your application menu
# Or from terminal:
MicYouTip
Having issues? Check out the FAQ
We welcome contributions of all kinds! Whether you want to report a bug, suggest a feature, help with translations, or contribute code, please check our Contributing Guidelines to get started.
Made with contrib.rocks.


