Quick downloads
Install the prebuilt apps for your platform. No compiling required.
iPhone: Sideload from S3 (Developer Mode)
Until the App Store listing is live, install the signed .ipa using a Mac with Apple Configurator 2 or Xcode. Developer Mode is required on the device.
- Enable Developer Mode on iPhone
- Update iOS to the latest version.
- Go to Settings → Privacy & Security.
- Scroll to Developer Mode and toggle on, then restart.
- Install Required Software (Mac)
- Install Apple Configurator 2 from the Mac App Store (or Xcode).
- Sign in with an Apple ID if prompted.
- Download the iOS binary
- Download the
.ipa: VoiceTel-3.5.6.ipa - SHA256:
7fb52ca52a98c4b1eff67c138d52c933b0d1b8735d953e85a60a57bd036948ba
- Download the
- Install the IPA
- Connect iPhone via USB and unlock it.
- Open Apple Configurator 2 and drag the
.ipaonto the device. Alternatively, in Xcode → Window → Devices and Simulators, select your device and press the + to add the.ipa. - On first launch, if prompted, go to Settings → General → VPN & Device Management and trust the developer app.
Note: Installing an
.ipa requires a valid provisioning profile. If you encounter signing errors, contact your administrator for an enterprise/TestFlight build.Android: Install APK from S3 (Developer Options + ADB)
Until the Google Play listing is live, install the signed .apk from S3 via ADB.
- Enable Developer Options & USB Debugging
- Open Settings → About Phone and tap Build Number seven times.
- Go to Settings → System → Developer Options and enable USB Debugging.
- Install Platform Tools
- Install Android SDK Platform Tools (includes
adb) from Google. - Connect your device via USB and accept the debugging prompt on the phone.
- Install Android SDK Platform Tools (includes
- Download the APK
- Download: VoiceTel-3.5.6.apk
- SHA256:
99c49cf9e921662a0978bb4d6bce2c6317bb207858d423b3457e6825c0b0b84c
- Install with ADB
- Open Terminal/Command Prompt in the download directory.
- Run:
adb devicesto verify the device is listed. - Install:
adb install -r VoiceTel-3.5.6.apk
Tip: If you see device offline, run
adb kill-server then adb start-server, and reconnect the phone.Windows: Install Desktop App
- Download the installer (
.exe) from the VoiceTel release page. - Double‑click the file and follow the prompts.
- If SmartScreen appears, click More Info → Run Anyway.
- Launch VoiceTel Phone from the Start Menu.
macOS: Install Desktop App
- Download the
.dmgfrom the release page and open it. - Drag VoiceTel Phone to Applications.
- On first launch, if blocked, go to System Settings → Privacy & Security → Open Anyway.
Linux: Install Desktop App
- Download your preferred package:
.AppImage,.deb, or.rpm. - For AppImage:
- Right‑click the file → Properties → Permissions.
- Enable Allow executing file as program.
- Double‑click to launch.
- For Debian/Ubuntu:
- Open Terminal.
- Run
sudo apt install ./voicetel.deb.
- For Fedora/Red Hat:
- Open Terminal.
- Run
sudo rpm -i voicetel.rpm.
Troubleshooting
- iPhone not detected in Xcode:
- Unlock the phone and tap Trust This Computer.
- Try a different cable/USB port.
- Android build errors:
- Verify SDK/NDK versions in Android Studio.
- Run
File → Invalidate Caches / Restartand rebuild.
- Audio devices not found:
- Confirm OS microphone permissions.
- Select the correct input/output device in app settings.