2020-08-21 08:07:37 +00:00
# Awesome Gemini [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re)
2020-08-21 07:54:14 +00:00
A collection of awesome things regarding the [gemini protocol][1] ecosystem.
Please contribute to this list to link to all the awesome gemini projects out there.
2021-02-01 08:21:13 +00:00
Repo mirrors:
* https://git.sr.ht/~kr1sp1n/awesome-gemini
* https://github.com/kr1sp1n/awesome-gemini/
2020-08-22 18:20:56 +00:00
## What is Gemini
[Excerpt from gemini.circumlunar.space ](https://gemini.circumlunar.space/docs/specification.html ):
> Gemini is a client-server protocol featuring request-response transactions, broadly similar to gopher or HTTP.
2020-11-20 07:40:25 +00:00
Connections are closed at the end of a single transaction and cannot be reused. When Gemini is served over TCP/IP, servers
2020-08-22 18:20:56 +00:00
should listen on port 1965 (the first manned Gemini mission, Gemini 3, flew in March'65).
This is an unprivileged port, so it's very easy to run a server as a "nobody" user, even if e.g. the server is written
in Go and so can't drop privileges in the traditional fashion.
2021-03-01 08:40:33 +00:00
## Gemini Specification
2021-12-15 17:19:12 +00:00
- [Official specification ](https://gemini.circumlunar.space/docs/specification.gmi )
- [protocol spec discussion and development ](https://gitlab.com/gemini-specification/protocol )
- [gemini-text spec discussion and development ](https://gitlab.com/gemini-specification/gemini-text )
2021-03-01 08:40:33 +00:00
2020-08-21 07:54:14 +00:00
## Contents
- [Clients ](#clients )
- [Terminal ](#terminal )
- [Graphical ](#graphical )
2020-08-28 06:37:01 +00:00
- [Cross-platform ](#cross-platform )
- [Mobile ](#mobile )
- [Windows ](#windows )
2022-06-19 06:00:55 +00:00
- [MacOS ](#macos )
2020-08-21 07:54:14 +00:00
- [Programming ](#programming )
2021-05-26 15:20:05 +00:00
- [Related Specifications ](#related-specifications )
2020-08-22 18:20:56 +00:00
- [Resources ](#resources )
2020-08-21 07:54:14 +00:00
- [Servers ](#servers )
2020-11-27 08:43:06 +00:00
- [Services ](#services )
2020-08-21 07:54:14 +00:00
- [Tools ](#tools )
2022-05-31 01:19:36 +00:00
- [Gemtext converters ](#gemtext-converters )
2020-08-21 07:54:14 +00:00
- [Web proxies ](#web-proxies )
2021-03-28 01:34:51 +00:00
- [Bots ](#bots )
2020-08-21 07:54:14 +00:00
## Clients
### Terminal
2021-03-23 09:12:22 +00:00
- [Amfora ](https://github.com/makeworld-the-better-one/amfora ) (Go) - "fancy" terminal client.
2021-07-14 15:18:28 +00:00
- [astro ](https://github.com/blmayer/astro ) (Shell) - terminal client using less written in POSIX shell script.
2020-11-06 21:26:25 +00:00
- [Asuka ](https://git.sr.ht/~julienxx/asuka ) (Rust) - an NCurses-based Gemini client.
2021-03-23 09:12:22 +00:00
- [AV-98 ](https://tildegit.org/solderpunk/AV-98 ) (Python) - Gemini client derived from the popular VF-1 Gopher client.
2022-06-08 13:19:39 +00:00
- [AV-98-fork ](https://notabug.org/tinyrabbit/AV-98-fork.git ) - A fork of AV-98.
2021-03-23 09:12:22 +00:00
- [bollux ](https://sr.ht/~acdw/bollux/ ) (Bash) - bash Gemini client.
- [bombadillo ](https://rawtext.club/~sloum/bombadillo.html ) (Go) - combined Gopher, Gemini, Finger, and File client with vim-inspired key mappings.
- [cgmnlm ](https://src.clttr.info/rwa/cgmnlm ) (C) - colorful gemini line-mode client, fork of gmni.
- [diohsc ](https://mbays.sdf.org/diohsc/ ) (Haskell) - simple line-based command-response terminal user interface with ANSI colour.
- [Elpher ](https://thelambdalab.xyz/elpher/ ) (Emacs) - combined Gopher and Gemini client for the popular text editor / operating system.
- [gem.awk ](git://git.vgx.fr/gem.awk ) (Awk) - minimal but usable interactive Gemini client in < 250 LOC of Awk .
2021-05-03 06:25:09 +00:00
- [gembro ](https://git.sr.ht/~rafael/gembro ) (Go) - gemini client using [Bubble Tea ](https://github.com/charmbracelet/bubbletea ).
2022-06-08 13:19:39 +00:00
- [Gemcurses ](https://github.com/crusom/Gemcurses ) (C) - A Gemini client, written in C using ncurses.
2021-03-23 09:12:22 +00:00
- [gemini-demo-1 ](https://tildegit.org/solderpunk/gemini-demo-1 ) (Python) - minimal but usable interactive Gemini client in < 100 LOC of Python 3 .
- [gemini-demo-2 ](https://tildegit.org/solderpunk/gemini-demo-2 ) (Lua) - minimal but usable interactive Gemini client in < 100 LOC of Lua .
- [gemini-demo-3 ](https://tildegit.org/solderpunk/gemini-demo-3 ) (Go) - minimal but usable interactive Gemini client in not quite < 100 LOC of Go .
- [gemini-fetch ](https://github.com/RangerMauve/gemini-fetch ) (Node.js) - cURL-like CLI for loading content from Gemini URLs.
- [gmni ](https://sr.ht/~sircmpwn/gmni/ ) (C) - CLI utility (like curl) and line-mode browser.
2021-04-17 09:55:34 +00:00
- [Gremlin ](https://github.com/actuday6418/gremlin ) (Rust) - TUI for browsing Gemini space
2021-06-26 07:59:29 +00:00
- [leo ](https://github.com/shantaram3013/leo ) (Python) - lightweight, prompt-driven Gemini client.
2020-09-19 09:18:33 +00:00
- [min ](https://github.com/a-h/min ) (Go) - supports advanced features like input and client certificate generation.
2021-03-23 09:12:22 +00:00
- [ncgopher ](https://github.com/jansc/ncgopher ) (Rust) - gopher and gemini client for the modern internet.
2021-08-15 13:52:57 +00:00
- [Romulus ](https://github.com/LukeEmmet/Romulus ) (C#) - interactive TUI client with menus and mouse support
2021-08-07 12:46:01 +00:00
- [Telescope ](//telescope.omarpolo.com ) (C) - w3m-inspired, multi-protocol client that supports Gemini, Gopher and Finger
2021-03-28 16:56:23 +00:00
- [tinmop ](https://www.autistici.org/interzona/tinmop.html ) (Common Lisp) - opinionated Mastodon and Gemini client
2022-04-14 05:39:11 +00:00
- [gplaces ](https://github.com/dimkr/gplaces ) (C) - command-driven, terminal based Gemini client in ~1K LOC of C.
2020-08-21 07:54:14 +00:00
### Graphical
2020-08-27 20:08:37 +00:00
#### Cross-platform
2021-03-23 09:12:22 +00:00
- [Agregore ](https://github.com/RangerMauve/agregore-browser#fetch-api-for-gemini ) - (Electron.js) - peer to peer web browser with support for loading Gemini pages.
2020-08-25 20:22:04 +00:00
- [Alrisha ](https://git.sr.ht/~fabrixxm/alrisha ) (QML) - QML-based Gemini client.
2021-03-23 09:12:22 +00:00
- [Castor ](https://git.sr.ht/~julienxx/castor ) (Rust) - graphical Gemini client using GTK.
- [Fafi ](https://git.sr.ht/~soapdog/fafi-browser ) (Racket) - graphical Gemini browser written in Racket.
2021-04-28 19:05:17 +00:00
- [Fossil ](https://github.com/koyuspace/fossil ) (Vala) - GTK3 Gemini browser written in Vala for desktop and mobile.
2021-08-05 21:42:55 +00:00
- [Galacteek ](https://gitlab.com/galacteek/galacteek ) (Python) - Browser for the distributed web, with support for the Gemini protocol
2021-07-28 12:12:02 +00:00
- [Gerbil ](https://gitlab.com/armen138/gerbil ) (Python) - Gemini and Spartan browser written in python with GTK and LibHandy for desktop and mobile
2021-03-23 09:12:22 +00:00
- [Lagrange ](https://git.skyjake.fi/skyjake/lagrange ) (C) - desktop GUI client with inline image viewing, multiple tabs, bookmarks and more.
2021-09-05 19:38:34 +00:00
- [Molasses ](https://github.com/jjsimpso/molasses ) (Racket) - full-featured graphical Gopher and Gemini client with tabs.
2020-08-25 20:22:04 +00:00
- [Moonlander ](https://sr.ht/~admicos/moonlander/ ) (Rust) - the fanciest Gemini client in the entire solar system.
2021-03-23 09:12:22 +00:00
- [Kristall ](https://github.com/MasterQ32/kristall ) (C++) - graphical Gopher and Gemini client using QT.
2021-08-09 07:55:15 +00:00
- [spacewar ](https://github.com/ResonAtom/spacewar ) (Electron.js) - EXPERIMENTAL and UNSTABLE Gemini browser running on Electron.
2020-08-27 20:08:37 +00:00
#### Mobile
2022-06-08 13:19:39 +00:00
- [Buran ](https://github.com/Corewala/Buran ) (Kotlin/Java) - Gemini browser for Android, fork of Ariane.
2020-08-27 20:08:37 +00:00
- [Deedum ](https://github.com/snoe/deedum ) (Dart) - an Android and iOS client made with Flutter.
2021-03-23 09:12:22 +00:00
- [Elaho ](https://github.com/pitr/gemini-ios ) (Swift) - full featured Gemini protocol browser for iOS.
- [Gem ](https://open-store.io/app/gem.aaron ) (Python) - Gemini client for Ubuntu Touch.
- [Xenia ](https://gitlab.com/tslocum/xenia ) (Java) - Gemini proxy for Android.
2021-02-07 19:44:07 +00:00
- [Phaedra ](https://oppen.digital/software/phaedra/ ) (Java) - Gemini client for Android supporting even very old ones; author recommends using Ariana if a current Android is at hand.
2020-08-21 07:54:14 +00:00
2020-08-27 20:08:37 +00:00
#### Windows
2021-03-23 09:12:22 +00:00
- [GemiNaut ](https://www.marmaladefoo.com/pages/geminaut ) (C#) - user friendly graphical Gemini client for MS Windows.
2020-08-27 20:08:37 +00:00
2022-06-19 06:00:55 +00:00
#### MacOS
- [Jimmy ](https://github.com/jfoucher/Jimmy ) (SwiftUI) - a lightweight native Gemini client for MacOS
2020-08-21 07:54:14 +00:00
## Programming
2021-03-23 09:12:22 +00:00
- [gemclient ](https://github.com/Koshroy/gemclient ) (Nim) - rich client library for the Gemini Protocol.
- [derhuerst/gemini ](https://github.com/derhuerst/gemini ) (Node.js) - server & client lib.
2020-11-02 08:08:57 +00:00
- [a-h/gemini ](https://github.com/a-h/gemini ) (Go) - Applications and libraries for building applications on Gemini.
2021-02-09 08:36:09 +00:00
- [cuipod ](https://github.com/aegis-dev/cuipod ) (C#) - Simple yet flexible framework for Gemini protocol server.
2021-03-23 09:12:22 +00:00
- [go-gemini ](https://git.sr.ht/~yotam/go-gemini ) (Go) - library that provides an easy interface to create client and servers.
- [go-gemini ](https://github.com/makeworld-the-better-one/go-gemini ) (Go) - more recent fork of the library above.
2021-10-15 14:15:13 +00:00
- [gemini ](https://github.com/kulak/gemini ) (Go) - Server side Gemini protocol + Titan protocol implementation that matches standard GO http API.
2021-03-23 09:12:22 +00:00
- [gig ](https://github.com/pitr/gig ) (Go) - Gemini framework.
2021-08-15 13:52:57 +00:00
- [html2gemini ](https://github.com/LukeEmmet/html2gemini ) (Go) - package library to convert HTML to Gemini (see also html2gmi for command line application)
2021-03-23 09:12:22 +00:00
- [ignition ](https://github.com/cbrews/ignition ) (Python) - Gemini client transport/request library for python3.
- [Agunua ](https://framagit.org/bortzmeyer/agunua ) (Python) - Gemini library to write clients. Includes IRI support, gemtext parsing and CLI tool.
2021-02-01 12:32:52 +00:00
- [kaksik ](https://github.com/sergetymo/kaksik ) (Deno/TypeScript) - middleware library for building server applications.
- [ruby-net-text ](https://git.umaneti.net/ruby-net-text/ ) (Ruby) - Gemini support in Net::* and URI::* stack.
2021-08-15 13:52:57 +00:00
- [SmolNetSharp ](https://github.com/LukeEmmet/SmolNetSharp ) (C#) - cross platform .NET (core/framework) client library for building Gemini and Gopher clients
2021-04-19 07:20:11 +00:00
- [warmuuh/jemini ](https://github.com/warmuuh/jemini/tree/main/gemini-client )(Java) - reactive gemini-client, part of jemini-project
2021-07-14 17:42:04 +00:00
- [geminic ](https://github.com/WarpEngineer/geminic ) (Erlang) - An Erlang library for building Gemini protocol clients.
2021-12-20 08:51:36 +00:00
- [dremini ](https://github.com/marty1885/dremini ) (C++) - Highly concurrent C++ Gemini server and client library
2022-05-18 18:44:22 +00:00
- [Opal ](https://github.com/aschuhardt/Opal ) (C#) - Gemini client library for .NET 6. Built-in support for TOFU and client certificates.
2021-05-26 15:20:05 +00:00
## Related Specifications
- [GemPub Specification ](https://codeberg.org/oppenlab/gempub ) - Gempub, the Gemini e-book (and capsule archive) container specification.
2021-06-25 13:08:04 +00:00
- [Gemini TinyLog Specification ](https://codeberg.org/bacardi55/gemini-tinylog-rfc ) - A Tinylog is a simple file with all "microblog" style entries to share small contents and interact with other geminauts' tinylog.
2021-05-26 15:20:05 +00:00
2020-08-22 18:20:56 +00:00
## Resources
2020-08-25 20:22:04 +00:00
- [Gemini Specification ](https://gemini.circumlunar.space/docs/specification.html ) - the Gemini protocol specification.
2021-03-23 09:12:22 +00:00
- [gemini.circumlunar.space/software ](https://portal.mozz.us/gemini/gemini.circumlunar.space/software/ ) - list of Gemini software.
- [transjovian.org/gemini ](https://transjovian.org/gemini/ ) - wiki space dedicated to Gemini communities and software.
2020-08-22 18:20:56 +00:00
2020-08-21 07:54:14 +00:00
## Servers
2021-03-23 09:12:22 +00:00
- [Agate ](https://github.com/mbrubeck/agate ) (Rust) - simple Gemini server for static files.
2022-01-23 22:43:56 +00:00
- [aiogemini ](https://github.com/rcarmo/aiogemini ) (Python) - minimalist Python 3 `asyncio` server.
2021-05-15 14:24:52 +00:00
- [Apogee ](https://github.com/bunburya/apogee ) (Kotlin) - Gemini server written in Kotlin for the JVM.
2020-11-02 08:08:57 +00:00
- [a-h/gemini ](https://github.com/a-h/gemini ) (Go) - Server for Linux, Mac, Raspberry Pi. Supports SNI for multiple domains on the same server, has Docker image.
2021-03-23 09:12:22 +00:00
- [blizanci ](https://github.com/mk270/blizanci ) (Erlang) - server designed primarily for robustness and security.
- [Denoscuri ](https://github.com/caranatar/denoscuri ) (Typescript) - simple Gemini server written using Deno and Typescript.
- [Dʒɛmɪ ni ](https://sr.ht/~rwv/dezhemini/ ) (Racket) - server with features like SNI and CGI.
- [Diamant ](https://git.umaneti.net/diamant/ ) (Ruby) - simple Gemini server for static files.
2021-04-25 00:17:47 +00:00
- [Doppio ](https://github.com/bhavanki/doppio ) (Java) - single-JAR Gemini server with CGI, authentication, and Atom feed support.
2021-03-23 09:12:22 +00:00
- [Duckling proxy 🦆 ](https://portal.mozz.us/gemini/gemini.marmaladefoo.com/blog/31-Aug-2020_The_Duckling_Proxy.gmi ) (Go) - scheme-specific filtering proxy for Gemini clients to access the web.
- [Earl Server ](https://github.com/mrletourneau/EarlServer ) (Kotlin) - Gemini fileserver for the JVM.
2021-10-18 10:32:43 +00:00
- [Enceladus ](https://github.com/modotte/Enceladus ) (F#) - A simple Gemini protocol server implementation in .NET Core and F#.
2021-03-23 09:12:22 +00:00
- [Ergol ](http://adele.work/code/ergol/ergol.gmi ) (PHP) - light Gemini server able to host several capsules with different cerificates.
- [GeGoBi ](https://tildegit.org/solderpunk/gegobi ) (Python) - server to facilitate easy Gemini-Gopher bi-hosting.
- [Gemeaux ](https://github.com/brunobord/gemeaux ) (Python) - server using only the Python standard library.
2021-02-25 21:23:44 +00:00
- [gemini-ipfs-gateway ](https://git.sr.ht/~hsanjuan/gemini-ipfs-gateway ) (Go) - an IPFS Gateway that makes IPFS content available over the Gemini protocol.
2021-03-23 09:12:22 +00:00
- [gemini-server ](https://hackage.haskell.org/package/gemini-server ) (Haskell) - lightweight server for the Gemini protocol.
- [geminid ](https://github.com/jovoro/geminid/ ) (C) - Gemini Server in C.
- [geminid ](https://www.upyum.com/cgit.cgi/geminid ) (Scheme) - Gemini Server in CHICKEN Scheme.
- [gemini-php ](https://opensource.glasgow.social/gemini-php ) (PHP) - simple Gemini server in PHP.
2021-02-23 19:52:29 +00:00
- [JAGS-php ](https://github.com/codeandcreate/JAGS-PHP ) (PHP) - fork of gemini-php with support of dynamic pages.
2022-03-28 01:08:28 +00:00
- [jsonresume-gemini ](https://github.com/michaelcaplan/jsonresume-gemini ) (PHP) - single purpose server implementation of the Gemini protocol to serve up your JSON Resume.
2021-01-20 19:55:40 +00:00
- [geminim ](https://github.com/ardek66/geminim ) (Nim) - an async lightweight Gemini server made in Nim.
2021-03-28 16:56:23 +00:00
- [gmid ](https://github.com/omar-polo/gmid ) (C) - simple and secure Gemini server.
2021-07-11 12:53:47 +00:00
- [gmifs ](https://github.com/n0x1m/gmifs ) (Go) - Gemini file server with auto indexing support, caching and auto TLS key pair creation.
2021-03-23 09:12:22 +00:00
- [gmnisrv ](https://sr.ht/~sircmpwn/gmnisrv/ ) (C) - high-performance Gemini server for POSIX systems.
- [Gemserv ](https://portal.mozz.us/gemini/80h.dev/projects/gemserv/ ) (Rust) - server with features like vhosts, CGI, SCGI, reverse-proxying and more.
2020-08-25 20:22:04 +00:00
- [Germinal ](https://github.com/jfmcbrayer/germinal ) (Common Lisp) - serves any type of document with an appropriate mime type.
2020-12-07 18:40:06 +00:00
- [GLV-1.12556 ](https://github.com/spc476/GLV-1.12556 ) (Lua) - the first Gemini protocol server with a lot of features.
2021-03-23 09:12:22 +00:00
- [Hydepark ](https://github.com/spektom/hydepark ) (Rust) - discussion forum application for Gemini.
- [Jetforce ](https://github.com/michael-lazar/jetforce ) (Python) - built-in static file server with support for gemini directories and CGI scripts.
2021-04-19 07:21:36 +00:00
- [warmuuh/jemini ](https://github.com/warmuuh/jemini )(Java) - dual gemini/http server on top of jetty with spring-boot integration
2021-03-23 09:12:22 +00:00
- [Lupa Pona ](https://github.com/kensanata/lupa-pona ) (Perl) - simple single directory Gemini server.
- [Marami ](https://github.com/MagnificentPako/Marami/ ) (Prolog) - server written in Prolog.
- [Molly Brown ](https://tildegit.org/solderpunk/molly-brown ) (Go) - full-featured Gemini server implemented in Go.
2021-05-26 20:15:24 +00:00
- [MoonGem ](https://sr.ht/~panda-roux/MoonGem ) (C) - gemini server with inline Lua scripting for dynamic content generation.
2021-03-23 09:12:22 +00:00
- [net-gemini ](https://github.com/jackdoe/net-gemini ) (Go) - gemini server inspired by Molly Brown.
- [northstar ](https://github.com/panicbit/northstar ) (Rust) - gemini server implementation.
- [Orbit ](https://tildegit.org/sumpygump/orbit ) (PHP) - Gemini server implemented in PHP.
- [Phoebe ](https://alexschroeder.ch/cgit/phoebe/about/ ) (Perl) - Gemini/web wiki.
- [pollux ](https://git.sr.ht/~julienxx/pollux ) (Rust) - simple server that will only serve one `index.gemini` file.
- [rc-gemd ](https://sr.ht/~moody/rc-gemd ) (Shell) - simple Gemini server written in rc (for plan9 operating systems).
- [Satellite ](https://sr.ht/~gsthnz/satellite/ ) (Go) - small Gemini server for serving static files.
- [Shavit ](https://git.sr.ht/~yotam/shavit ) (Go) - configurable Gemini server for UNIX operating systems.
2022-04-26 19:53:23 +00:00
- [Smolver ](https://gitlab.com/g2764/smolver ) (Swift) - a small Gemini server.
2021-03-23 09:12:22 +00:00
- [Space-Age ](https://gitlab.com/lambdatronic/space-age ) (Clojure) - Gemini server written in Clojure.
2021-03-26 09:03:36 +00:00
- [Taurus ](https://git.sr.ht/~garritfra/taurus )(Rust) - A Concurrent Gemini Server.
2021-03-23 09:12:22 +00:00
- [Titan ](https://github.com/jahzielv/titan ) (Rust) - simple TOML-configured Gemini server and an Express-like Gemini server framework.
2021-05-24 09:07:03 +00:00
- [twins ](https://code.rocketnine.space/tslocum/twins ) (Go) - YAML-configured Gemini server supporting vhosts, FastCGI and reverse-proxying.
2021-03-23 09:12:22 +00:00
- [vger ](https://tildegit.org/solene/vger ) (C) - Gemini server written in C used with inetd.
2022-03-31 02:35:57 +00:00
- [Windmark ](https://github.com/gemrest/windmark ) (Rust) - An elegant and highly performant async Gemini server framework
2020-08-21 07:54:14 +00:00
2020-11-27 08:43:06 +00:00
## Services
2022-01-26 14:33:40 +00:00
- __gemini://warmedal.se/~antenna/__ - Geminispace aggregator
2021-02-01 14:30:30 +00:00
- __gemini://drewdevault.com/cgi-bin/man.sh__ - look up a POSIX man page.
2021-02-10 05:56:36 +00:00
- __gemini://flounder.online__ ([https version](https://flounder.online/)) - host small Gemini web pages over https and Gemini ([repo](https://github.com/alexwennerberg/flounder)).
2021-02-04 05:37:57 +00:00
- __gemini://geminispace.info__ - public search provider for Gemini ([repo](https://src.clttr.info/rwa/geminispace.info)).
2021-02-17 22:46:33 +00:00
- __gemini://geddit.glv.one__ - interactive link service (with comments).
2021-03-23 09:12:22 +00:00
- __gemini://glv.one__ - free platform as a service (PaaS) that runs any Gemini server (packaged as a Docker image) in the cloud.
2021-03-28 16:56:23 +00:00
- __gemini://gemini.omarpolo.com/cgi/gempkg/__ - interface for the OpenBSD ports collection.
2021-03-23 09:12:22 +00:00
- __gemini://tictactoe.lanterne.chilliet.eu__ - Tic Tac Toe game ([repo](https://framagit.org/MCMic/gemini-tictactoe)).
2020-11-27 08:43:06 +00:00
- __gemini://ur.gs/__ - translate from en->es and es->en ([repo](https://code.ur.gs/lupine/capsule/src/branch/main/src/cgi-bin/translate)).
2021-02-01 14:30:30 +00:00
- __gemini://rawtext.club/~sloum/geminews/__ - Daily news feeds proxied to gemini.
- __gemini://rawtext.club/~sloum/cgi/othello/__ - Play othello/reversi against a computer opponent over gemini.
- __gemini://rawtext.club/~sloum/cgi/weather__ - US weather reports by zip code.
2020-12-02 18:47:29 +00:00
- [gemlog.blue ](https://gemlog.blue ) - Gemini hosting from a web frontend.
2021-05-30 10:59:28 +00:00
- __gemini://houston.gmi.bacardi55.io__ - A simple tool to check if a capsule is up or not
2021-12-20 08:51:36 +00:00
- __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)).
2020-11-27 08:43:06 +00:00
2020-08-21 07:54:14 +00:00
## Tools
2021-02-11 11:39:05 +00:00
- [CAPCOM ](https://tildegit.org/solderpunk/CAPCOM ) (Python) - Atom feed aggregator for gemini.
2021-05-02 17:56:21 +00:00
- [certified ](https://code.lag.net/robey/certified ) (Python) - Generate TOFU TLS certificates for gemini servers.
2021-03-14 07:11:28 +00:00
- [cl-yag ](git://bitreich.org/cl-yag ) (Common-Lisp) - Static site generator producing gemini, gopher and html.
2021-03-26 23:06:56 +00:00
- [comitium ](https://git.nytpu.com/comitium ) (C) - A feed aggregator for gemini supporting many formats and protocols.
2022-05-25 23:49:38 +00:00
- [gemini-antenna ](https://notabug.org/tinyrabbit/gemini-antenna ) (Python) - A feed-aggregator for Gemini, triggered by submissions.
2021-03-23 09:12:22 +00:00
- [geminize ](https://addons.mozilla.org/en-US/firefox/addon/geminize/ ) - Firefox addon that redirects gemini:// URLs and links to a customizable HTTP-to-Gemini proxy.
2022-06-05 15:30:37 +00:00
- [gemlog.sh ](https://git.sr.ht/~nytpu/gemlog.sh ) (Bash) - Utility for writing and managing gemini logs (gemlogs) and atom feeds (simple gemini static site generator/framework).
2020-12-08 06:45:15 +00:00
- [gem.git ](https://git.sr.ht/~fkfd/git.gmi/ ) (Python) - git frontend CGI script.
2021-03-23 09:12:22 +00:00
- [gemini_http ](https://github.com/cyevgeniy/gemini_http ) (Go) - simple tool for viewing gemini files that are placed on a http server.
- [gemmit ](https://github.com/t-900-a/gemmit ) (Go) - social news aggregation and web content rating website for the gemini protocol.
2021-09-19 15:12:31 +00:00
- [GemPress ](https://git.sr.ht/~aprates/gempress ) (C) - Yet another Gemini publishing framework with HTML and Atom support, written in Bash and Sugar-C.
2022-05-10 08:27:59 +00:00
- [gemtexter ](https://codeberg.org/snonux/gemtexter ) (Bash) - Site generator and blog engine for Gemini. Generates Atom and Gemfeeds , and also does Gemtext to HTML and Markdown conversion.
2020-08-27 15:24:31 +00:00
- [gloggery ](https://github.com/kconner/gloggery ) (Go) - basic static site generator for blogs in Gemini.
2021-03-23 09:12:22 +00:00
- [gmitohtml ](https://gitlab.com/tslocum/gmitohtml ) (Go) - proxy that renders Gemini pages using HTML.
2021-10-11 13:14:15 +00:00
- [gmnigit ](https://git.sr.ht/~kornellapacz/gmnigit ) (Go) - static git gemini viewer.
2021-03-23 09:12:22 +00:00
- [gssg ](https://git.sr.ht/~gsthnz/gssg ) (Go) - simple gemini static site generator. Generates pages, index and atom feeds.
- [kiln ](https://git.sr.ht/~adnano/kiln ) (Go) - simple static site generator for Gemini sites.
- [Lupa ](https://framagit.org/bortzmeyer/lupa ) - crawler to explore the geminispace and make statistics (you can see them at __gemini://gemini.bortzmeyer.org/software/lupa/stats.gmi ).
- [Manisha ](https://framagit.org/bortzmeyer/manisha ) - Nagios (and compatible, such as Icinga) plugin to monitor Gemini servers.
2020-12-07 18:40:06 +00:00
- [spacewalk ](https://tildegit.org/sloum/spacewalk ) (Go) - Page-hash based feed aggregator for gemini.
2021-03-23 09:12:22 +00:00
- [MastoGem ](https://git.rdelaage.ovh/rdelaage/mastoGem ) (Go) - Mastodon proxy for Gemini.
2021-04-14 23:39:23 +00:00
- [Hugo-2-Gopher-and-Gemini ](https://github.com/mkamarin/Hugo-2-Gopher-and-Gemini ) (Python) - A Hugo theme to convert a Hugo site to Gemini or Gopher.
- [Gopher-and-Gemini-Walker ](https://github.com/mkamarin/Gopher-and-Gemini-Walker ) (Python) - Terminal client (without network connectivity) to navigate a folder structure containing a Gemini capsule or Gopher hole.
2020-12-02 18:42:15 +00:00
2022-05-31 01:19:36 +00:00
### Gemtext converters
- [gemgen ](https://sr.ht/~kota/gemgen/ ) (Go) - A Markdown to Gemtext generator.
- [gemini-pandoc-lua-filter ](https://github.com/kr1sp1n/gemini-pandoc-lua-filter ) (Lua) - lua filter for pandoc to output Gemini text.
- [gemini-to-html ](https://github.com/RangerMauve/gemini-to-html ) (Node.js) - JavaScript library for parsing Gemini pages, and for rendering them to HTML.
- [gemtext2latex ](https://github.com/mk270/gemtext2latex ) - tool for converting Gemtext to reasonable LaTeX and thence PDF
- [gemtexter ](https://codeberg.org/snonux/gemtexter ) (Bash) - Site generator and blog engine for Gemini. Generates Atom and Gemfeeds , and also does Gemtext to HTML and Markdown conversion.
- [gmi2html ](https://github.com/shtanton/gmi2html ) (Zig) - tiny gemtext to HTML converter with a focus on performance.
- [gmi2html ](gemini://gemini.thegonz.net/gmi2html.sed ) (Sed) - sed script to convert text/gemini to html.
- [gmi-web ](https://codeberg.org/talon/gmi-web ) (JS) - generate _semantic_ HTML styled for readability and mobile-friendliness.
- [gmnhg ](https://git.tdem.in/tdemin/gmnhg ) (Go) - renders a Hugo site to a Gemini site.
- [Html2GeminiPy ](https://github.com/Aarontheissueguy/Html2GeminiPy ) (Python) - Converts Html sites to Gemini sites using markdownify and md2gemini.
- [html2gmi ](https://github.com/LukeEmmet/html2gmi ) (Go) - command line utility to convert HTML to gemtext
- [md2gmn ](https://git.tdem.in/tdemin/gmnhg ) (Go) - renders Markdown text to Gemini pages.
- [md2gemini ](https://github.com/makeworld-the-better-one/md2gemini ) (Python) - converter from Markdown to the Gemini text format.
- [Hugo-2-Gopher-and-Gemini ](https://github.com/mkamarin/Hugo-2-Gopher-and-Gemini ) (Python) - A Hugo theme to convert a Hugo site to Gemini or Gopher.
2020-12-02 18:42:15 +00:00
### Syntax Highlighting
2020-12-07 18:40:06 +00:00
- [gemini-vim-syntax ](https://tildegit.org/sloum/gemini-vim-syntax ) - text/gemini syntax highlighting for vim.
- [gemini.el ](https://git.carcosa.net/jmcbray/gemini.el ) - text/gemini syntax highlighting for emacs.
- [gemini.kak ](https://github.com/kakoune-editor/kakoune-extra-filetypes/blob/master/rc/gemini.kak ) - text/gemini syntax highlighting for kakoune.
- [gemini.nanorc ](https://github.com/yzzyx-network/nanorc/blob/master/gemini.nanorc ) - text/gemini syntax highlighting for nano.
2021-02-18 05:21:23 +00:00
- [gemini.sublime-syntax ](https://github.com/adiabatic/gemini.sublime-syntax ) - text/gemini syntax highlighting for bat (and maybe Sublime Text).
2021-03-27 15:52:19 +00:00
- [gemini.yml ](https://github.com/zyedidia/micro/blob/master/runtime/syntax/gemini.yaml ) - text/gemini syntax highlighting for micro.
2022-01-21 08:34:08 +00:00
- [language_gmi ](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/language_gmi.lua ) - gemtext syntax highlighting for lite-xl
2020-08-21 07:54:14 +00:00
## Web proxies
- [Mozz.us portal ](https://portal.mozz.us/gemini/gemini.circumlunar.space/ )
2020-09-07 05:55:19 +00:00
- [Soweli Lukin ](https://alexschroeder.ch/soweli-lukin )
2020-08-21 07:54:14 +00:00
- [Vulpes proxy ](https://proxy.vulpes.one/gemini/gemini.circumlunar.space/ )
2021-06-12 20:08:29 +00:00
- [koyu.space GemProxy ](https://gemproxy.koyu.space )
2020-08-21 07:54:14 +00:00
2021-03-28 01:34:51 +00:00
## Bots
- [Fortune Teller Bot ](https://github.com/t-900-a/gemini-fortune-bot ) - Generates a fortune gmi file, gemlog/index.gmi, and atom.xml every time the bot is executed
2020-08-21 07:54:14 +00:00
---
[1]: https://gemini.circumlunar.space/