Microsip Linux Here
| Softphone | Package | Pros | |-----------|---------|------| | | linphone | Native, GUI + CLI, encrypted | | Jami | jami | P2P, no server required | | Ekiga | ekiga | Old but stable, GNOME-friendly | | Twinkle | twinkle | Console-based, great for terminals | | SIPp | sipp | For testing, not daily use |
sudo apt install wine-pulse Grab the latest portable ZIP from the official site:
wget https://www.microsip.org/download/MicroSIP-3.21.3.zip unzip MicroSIP-3.21.3.zip -d ~/MicroSIP cd ~/MicroSIP No installation needed – just the .exe file. Launch it directly: microsip linux
wine MicroSIP.exe The first run may open a Wine configuration dialog. Accept defaults. Save this as ~/.local/share/applications/microsip.desktop :
wine --version 💡 Install wine-pulse or wine-alsa for better audio drivers: Save this as ~/
If you're a Linux user looking for a no-nonsense, resource-friendly SIP softphone, you've likely heard of . It’s famous on Windows for being a 300 KB executable that just works. But what about Linux?
Published: April 14, 2026 | Reading time: 6 minutes Published: April 14, 2026 | Reading time: 6 minutes #
#!/bin/bash export PULSE_LATENCY_MSEC=30 export STAGING_AUDIO_DURATION=30 wine ~/MicroSIP/MicroSIP.exe Make it executable: chmod +x run_microsip.sh If you want a 100% native client, here are solid alternatives: