Litho
Daily driver · iOS beta / Android releasedA native third-party client for linux.do on iOS and Android: SwiftUI on iOS, Compose on Android, rendering the Discourse community natively while punching through Cloudflare and keeping you logged in.
Problem
linux.do runs on Discourse behind Cloudflare, so third-party tools and even simple scripts constantly hit challenge pages and lose their session. There is no smooth, native way to browse and interact from an iPhone.
Solution
Litho routes every request through an off-screen WKWebView gateway that borrows the browser UA / Cookie / TLS fingerprint, so it sails past Cloudflare and holds the login state. On that foundation it delivers a full SwiftUI experience: topic feeds, single-document post rendering, reactions, chat, private messages and real-time notifications via MessageBus.