<!DOCTYPE html> <html lang="en"> <head> <title>iGopherBrowser</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://unpkg.com/@sakun/system.css" /> <script defer data-domain="web.navan.dev" src="https://plausible.io/js/script.js"></script> </head> <body> <style> </style> <div class="window"> <div class="title-bar"> <button aria-label="Close" class="close"></button> <h1 class="title">iGopherBrowser</h1> <button aria-label="Resize" disabled class="hidden"></button> </div> <div class="separator"></div> <div class="window-pane"> <p>A modern gopher client for <span role="img" class="apple" aria-label="Apple"></span> devices</p> <a href="https://apps.apple.com/in/app/igopherbrowser/id647463884"><img src="https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg" alt="Download on the App Store" height="40"></a> <p>Gopher might be a protocol from the past, but it is still alive and well. iGopherBrowser is a modern gopher client for iOS and macOS, which lets you browse the gopherspace with ease.</p> <p>Built on top of the <a href="https://github.com/navanchauhan/swift-gopher">swift-gopher</a> library, iGopherBrowser is a new way to browse the gopherspace.</p> <ul> <li>Supports original RFC 1436</li> <li>Support for major gopher types, along with preview support through QuickLook</li> <li>Hierarchical view of gopher menus (macOS only)</li> <li>Full accessibility support</li> <li>Clean, modern UI</li> <li>Supports all gopher search implementations</li> </ul> <div class="modal-dialog outer-border"> <div class="inner-border center"> <div class="modal-contents"> <center> <h1 class="modal-text">Screenshot</h1> <img src="screenshots.jpg" alt="Screenshot" width="90%"> </center> <section class="field-row" style="justify-content: flex-end"> <a href="https://github.com/navanchauhan/iGopherBrowser" class="btn" style="width:95px;">GitHub</a> </section> </div> </div> </div> </div> </div> </body> </html>