Extensions I made that install plug-ins for the Dillo web browser have just been added to the x86_64 repo. These plug-ins written by Charles E. Lehner add support for browsing the Gopher, Gemini, and Git (sort-of) protocols.
The extensions are named: dillo-gopher, dillo-gemini, and dillo-git
The dillo-gemini extension also works on x86 because it's a Bash script, though it doesn't seem to have been added to that repo yet.
The plug-ins are automatically installed for all users with a /home directory when the extension in loaded. Note that as extensions are loaded before mydata.tgz is unpacked during start-up, only the tc user will exist when the extension loads from onboot.lst, so it won't be available for other users unless it's been installed for them previously (eg. by loading the extension manually after boot then backing up to mydata.tgz). The extension is configured in ~/.dillo/dpidrc. For the Gemini extension, the directory ~/.ssb/blobs/tmp is also symlinked to /tmp/ssb/blobs for the storage of temporary files.
So basically load one of the above extensions after loading the Dillo extension of your choice, launch Dillo, then just enter URLs eg.
gopher://quux.org/1/
gemini://gemini.circumlunar.space/
git://github.com/tinycorelinux/Core-scripts
Some other x86_64 extensions that I submitted including Xpdf and a build of Links with graphics support enabled are available now as well.