💾 Archived View for station.martinrue.com › simious › 9f97d830377646fab274637379e4f4f8 captured on 2023-09-08 at 17:25:52. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-22)

➡️ Next capture (2023-09-28)

🚧 View Differences

-=-=-=-=-=-=-

👽 simious

I would like for my iMac G4 running OSX Tiger to have a simple gemini browser with a GUI. Which is hard to find. mcross is close. It's python/tkinter, but it uses ttk widgets, which don't work on tigerbrew's python3.7 install. I *think* I can just fall back to tk widgets and it should work, but I haven't tried it. For now I'm just using openssl directly on the commandline like god intended. (And lagrange on a modern mac, e.g. to write this.)

4 months ago · 👍 justyb

Actions

👋 Join Station

3 Replies

👽 simious

Update: I edited the mcross source to replace all instances of `ttk` in the code with `tk`, and it Just Worked(tm). Now it just needs to support certificates, and sending text strings :)

Still todo is a PR to the mcross repo... · 3 months ago

👽 simious

Yes, good point. I do have a command-line client that runs natively, but I want my lickable aqua UI! · 3 months ago

👽 bitdweller

If you have a machine you can connect to, you could SSH into that and use amfora or any other to browse gemini. It isn't ideal, but should work. · 4 months ago