Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 23 May 22:05
· 66 commits to main since this release
f2d3b9e

Eridanus 0.1.9

Which APK?

Eridanus ships two flavors, one running the official Reticulum reference implementation,
and another running an unfinished, experimental, mostly AI-generated port of Reticulum to kotlin.
Both aspire to behave identically and both
attach to a shared Reticulum instance on your device (Sideband, Columba v2.0.0-beta or newer,
rnsd in Termux, Reticulum-for-Android). The only
intended difference is which Reticulum implementation runs in-process:

APK Reticulum implementation Size
eridanus-python-0.1.9.apk upstream python Reticulum, embedded via chaquopy — the reference implementation larger (bundles a Python runtime)
eridanus-kotlin-0.1.9.apk reticulum-kt (experimental kotlin port, WIP, AI-Generated) smaller

The Python version is highly recommended, unless you are willing to experiment and are open to the risks of missing or broken behavior at the cryptography layers,
and really need the smaller APK.

Installation

Download one APK and install on your Android device (Android 8.0+).

Verification

Signing Certificate Fingerprints (both APKs, same keystore):

SHA-256: DA:1B:A5:86:3A:49:B0:15:CB:6F:3F:1D:31:7B:D8:4D:4A:FB:B3:B2:89:68:1A:25:6F:95:F4:F4:B1:10:FC:74
SHA-1:   74:99:34:10:31:8D:ED:7C:01:34:B7:9A:34:71:18:22:47:B3:20:4B

SHA256 Checksums:

143403c0700e27e67753411c2b246dcada948112ca97b83e640bc3c0fd15be31  eridanus-kotlin-0.1.9.apk
2003db70e062d510302998fa7c7ae6f15607ca44bff8521ec9119c486e4c26c8  eridanus-python-0.1.9.apk

What's Changed

See the release notes below for details.

What's Changed

  • python flavor: pip-install RNS + native crypto, drop Reticulum submodule by @torlando-tech in #16

Full Changelog: v0.1.8...v0.1.9