Private messenger for desktop and mobile platforms. It's mostly written in Haskell except for UI.
Goes to show that success is not determined by technology.
> cpp-for-mobile > Template for cross-platform mobile app with native UIs and C++ core
Their flake.nix indicates they use Haskell to generate cross compiled shared library for Android, iOS, Mac, Linux and Windows.
I am not expert in Nix but at high level I can see they are indeed using Haskell.
Private messenger for desktop and mobile platforms. It's mostly written in Haskell except for UI.