Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 993 Bytes

File metadata and controls

27 lines (17 loc) · 993 Bytes

Columba

An iOS messaging app built on Reticulum for encrypted, off-grid communication. Supports text messaging, voice calls, location sharing, and file transfers over TCP, local WiFi, BLE, and LoRa radio.

Building

Requires Xcode 15+ and iOS 17+.

Open ColumbaApp.xcodeproj in Xcode, select a signing team, and build for your device.

Dependencies are resolved automatically via Swift Package Manager.

Architecture

  • ReticulumSwift — Core Reticulum protocol stack
  • LXMFSwift — LXMF messaging layer
  • LXSTSwift — Voice call transport
  • MapLibre — Offline-capable map rendering

Acknowledgements

License

AGPL-3.0