Columba 0.8.8-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.8.8-beta-armeabi-v7a.apk
| armeabi-v7a | Older 32-bit ARM phones & tablets |
columba-0.8.8-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.8.8-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.8.8-beta-universal.apk
| All | Universal fallback (larger download) |
Telemetry variants:
Each architecture also has a -no-sentry variant without crash reporting for maximum privacy.
Not sure which to pick? Most Android phones use arm64. If unsure, use the universal APK.
Verification
See SECURITY.md for verification instructions.
Signing Certificate Fingerprints:
SHA-256: 02:2B:12:20:48:63:A3:1F:BF:07:5B:C9:F9:34:1E:33:52:78:80:2E:80:C9:27:A4:75:46:E4:7E:2F:4A:0C:5F
SHA-1: 0A:6B:AE:58:4E:D7:B5:D0:35:8B:3C:7B:65:11:D6:3A:81:21:0D:CE
SHA256 Checksums:
41b964c1b68fd665475b4aa45bbff483c6f024b5cf1c7f3016f70e316a551b32 columba-0.8.8-beta-arm64-no-sentry.apk
3926fc6148e00e079745df04bd70d709b0dbc61a6140740a951fcf9ee02f6610 columba-0.8.8-beta-arm64.apk
892b9698cde279af7e18aa1aa4c948f403e1e4957bfd48fb16b5495bb91a093a columba-0.8.8-beta-armeabi-v7a-no-sentry.apk
7034f759a328dd92e8ddff6e9c1c4c75959663d9ea144644a0eb7f36fa133c7d columba-0.8.8-beta-armeabi-v7a.apk
618647a847577fe90fcfade60c2ae0b05d400d354918af9a4636315c3efcc69b columba-0.8.8-beta-universal-no-sentry.apk
a7b737c0c19021bc3c641f9eb22bcb58ad76bb5595f46070eef3e012ba52a139 columba-0.8.8-beta-universal.apk
69c52609ab13d70efa129b38a755d87d949d9475a66ff16fc2da9d4ad7928054 columba-0.8.8-beta-x86_64-no-sentry.apk
1e38bc9cd83fd9a56896ee1c25469ff79532cf2ee953e8c77f59e45cbbe6eae4 columba-0.8.8-beta-x86_64.apk
What's Changed
- fix: disable RNodeCompanionService on pre-API 31 devices (52afc95)
- fix: Oboe SIGSEGV on OpenSL ES + speaker toggle for native stream (#470)
- SIGSEGV fix in Oboe callback on 32-bit OpenSL ES devices
- Speaker toggle fix for native Oboe playback stream
- restartStream race fix
- getXRunCount TOCTOU fix
- Opus PLC and increased prebuffer
- PLC decoder race guard
- _call_handler_lock deadlock fix on call reconnect
- Stream lifecycle serialization
- Batch TX audio frames to eliminate progressive call degradation
Full Changelog: v0.8.7-beta...v0.8.8-beta