| 1 | # Scout |
| 2 | |
| 3 |  |
| 4 | |
| 5 | A native iOS client for the [Gemini protocol](https://geminiprotocol.net/) — a lightweight, privacy-focused alternative to the web. |
| 6 | |
| 7 | ## Features |
| 8 | |
| 9 | - Browse Gemini capsules with full `text/gemini` rendering (headers, links, lists, preformatted text) |
| 10 | - URL bar with navigation history (back/forward) |
| 11 | - Tab management |
| 12 | - Bookmarks |
| 13 | - Media preview support (images, audio, video) |
| 14 | - Input prompt handling (status 10/11) |
| 15 | - Automatic redirect following (status 30/31) |
| 16 | - TOFU (Trust on First Use) certificate verification |
| 17 | - Client certificate generation and management |
| 18 | - Theming support (custom background and text colors) |
| 19 | |
| 20 | ## Requirements |
| 21 | |
| 22 | - iOS 16+ |
| 23 | - Xcode 15+ |
| 24 | |
| 25 | ## Build & Run |
| 26 | |
| 27 | Open `Scout.xcodeproj` in Xcode and run with `Cmd+R`. |
| 28 | |
| 29 | ## License |
| 30 | |
| 31 | MIT |