1
0
Fork 0
mirror of https://github.com/kr1sp1n/awesome-gemini.git synced 2024-11-20 11:26:40 -05:00
gemini/README.md
2020-09-14 09:17:13 +02:00

7.3 KiB

Awesome Gemini Awesome

A collection of awesome things regarding the gemini protocol ecosystem.

Please contribute to this list to link to all the awesome gemini projects out there.

What is Gemini

Excerpt from gemini.circumlunar.space:

Gemini is a client-server protocol featuring request-response transactions, broadly similar to gopher or HTTP. Connections are closed at the end of a single transaction and cannot be reused. When Gemini is served over TCP/IP, servers 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.

Contents

Clients

Terminal

  • Amfora (Go) - a "fancy" terminal client.
  • Asuka (Rust) - an NCurses-based Gemini client.
  • AV-98 (Python) - a Gemini client derived from the popular VF-1 Gopher client.
  • bollux (Bash) - a bash Gemini client.
  • Bombadillo (Go) - a combined Gopher and Gemini client with vim-inspired key mappings.
  • diohsc (Haskell) - a simple line-based command-response terminal user interface with ANSI colour.
  • Elpher (Emacs) - a combined Gopher and Gemini client for the popular text editor / operating system.
  • gemini-demo-1 (Python) - a minimal but usable interactive Gemini client in < 100 LOC of Python 3.
  • gemini-demo-2 (Lua) - a minimal but usable interactive Gemini client in < 100 LOC of Lua.
  • gemini-demo-3 (Go) - a minimal but usable interactive Gemini client in not quite < 100 LOC of Go.
  • gemini-fetch (Node.js) - a cURL-like CLI for loading content from Gemini URLs.

Graphical

Cross-platform

  • Agregore - (Electron.js) - a peer to peer web browser with support for loading Gemini pages.
  • Alrisha (QML) - QML-based Gemini client.
  • Castor (Rust) - a graphical Gemini client using GTK.
  • Fafi (Racket) - a graphical Gemini browser written in Racket.
  • Lagrange (C) - a desktop GUI client with inline image viewing, multiple tabs, bookmarks and more.
  • Moonlander (Rust) - the fanciest Gemini client in the entire solar system.
  • Kristall (C++) - a graphical Gopher and Gemini client using QT.
  • spacewar (Electron.js) - a Gemini browser running on Electron.

Mobile

  • Deedum (Dart) - an Android and iOS client made with Flutter.
  • Gemini Browser (Swift) - iOS native browser.
  • Två (Kotlin/Java) - a Gemini protocol client for Android based OS.

Windows

  • GemiNaut (C#) - a user friendly graphical Gemini client for MS Windows.

Programming

  • gemini (Node.js) - a server & client lib.
  • gemini (Go) - Applications and libraries for building applications on Gemini.
  • gig (Go) - a Gemini framework.

Resources

Servers

  • Agate (Rust) - a simple Gemini server for static files.
  • blizanci (Erlang) - a server designed primarily for robustness and security.
  • Denoscuri (Typescript) - a simple Gemini server written using Deno and Typescript.
  • Duckling proxy 🦆 (Go) - a scheme-specific filtering proxy for Gemini clients to access the web.
  • GeGoBi (Python) - a server to facilitate easy Gemini-Gopher bi-hosting.
  • gemini-server (Haskell) - a lightweight server for the Gemini protocol.
  • geminid (C) - a Gemini Server in C.
  • geminid (Scheme) - a Gemini Server in CHICKEN Scheme.
  • Gemserv (Rust) - a server with features like vhosts, CGI, SCGI, reverse-proxying and more.
  • Germinal (Common Lisp) - serves any type of document with an appropriate mime type.
  • GLV-1.12556 (Lua) - the first Gemini protocol server with a lot of features
  • Jetforce (Python) - a built-in static file server with support for gemini directories and CGI scripts.
  • Marami (Prolog) - a server written in Prolog.
  • Molly Brown (Go) - a full-featured Gemini server implemented in Go.
  • pollux (Rust) - a simple server that will only serve one index.gemini file.
  • Shavit (Go) - a configurable Gemini server for UNIX operating systems.
  • Space-Age (Clojure) - a Gemini server written in Clojure.
  • Titan (Rust) - a simple TOML-configured Gemini server and an Express-like Gemini server framework.

Tools

  • gemini-pandoc-lua-filter (Lua) - a lua filter for pandoc to output Gemini text.
  • gemini-to-html (Node.js) - a JavaScript library for parsing Gemini pages, and for rendering them to HTML.
  • gloggery (Go) - basic static site generator for blogs in Gemini.

Web proxies