Stream your mic from one PC to another over the network. No cloud. No accounts. No bullshit.
Typical setup: any PC Send Mic → your main PC Receive, piping into VB-CABLE so Discord, OBS, games, whatever just sees it as a normal microphone.
It remembers your last peer, mode, devices, and format, so it just reconnects on launch instead of making you set it up every time.
https://github.com/litruv/micbeam/releases
- Windows - unzip, run
CrossPlatformMicStreamer.exe. Allow on Windows Firewall if it asks. - Linux -
chmod +x MicBeam-x86_64.AppImage && ./MicBeam-x86_64.AppImage(you may needlibfuse2depending on distro)- use something like AppImageLauncher to make it easier to launch later
Requires .NET 8 SDK.
dotnet run --project src/CrossPlatformMicStreamer.\packaging\build-windows.ps1 # dist/MicBeam-win-x64.zip
.\packaging\build-appimage.ps1 # AppImage build (Windows + WSL works)bash packaging/build-linux.sh # native Linux build, same AppImage output