Columba 0.7.6-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.7.6-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.7.6-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.7.6-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:
d70ecb0c9b8b1e4db295c0750857d7ffa7eb3b0d3e8ccfd2ce2ef09b5d92e174 columba-0.7.6-beta-arm64-no-sentry.apk
964a963192cf03b933326a09096d23b77f118ce4c29129b2865fe85033a575ba columba-0.7.6-beta-arm64.apk
4e238398e8da2247bfe5f2ff7676cfad5dc225c3c92ff420c9f6ef216dda48ad columba-0.7.6-beta-universal-no-sentry.apk
d8fe84809a52062143beb3f3af1f7d20b458b7e7f33e9b8828c7a981ef7195f3 columba-0.7.6-beta-universal.apk
8089c9862a9f4c1fd24e5bdca2bf61d3949c9de2b4d4bc5ab8cbbf6899126030 columba-0.7.6-beta-x86_64-no-sentry.apk
fa2d5158cfb2d5bd99e0a24daa08f2c9334a52c909113f789426b3149611562f columba-0.7.6-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- fix: upgrade MapLibre to 11.13.5 to fix MTE crash on GrapheneOS by @torlando-tech in #398
- feat: improve link management and last seen indicator by @torlando-tech in #402
- fix: show peer display name instead of ID in notifications by @torlando-tech in #403
- feat: add sort mode selector for discovered interfaces by @torlando-tech in #399
- refactor: extract shared utilities for text sanitization and hash computation by @torlando-tech in #404
- fix: privacy - remove message content and display names from debug logs by @torlando-tech in #406
- feat: add configurable auto-connect limit for interface discovery by @torlando-tech in #407
Full Changelog: v0.7.5-beta...v0.7.6-beta