Gemini (protocol)

Gemini
Developed bySolderpunk et al.
IntroducedJune 2019 (2019-06)
Websitegemini.circumlunar.space
Gemtext
Filename extension
.gmi, .gmni, .gemini
Internet media typetext/gemini (unofficial)
Type codeTEXT
Developed bySolderpunk et al.
Latest release
0.16.1
30 January 2022; 7 months ago (2022-01-30)
Type of formatMarkup language
Open format?Yes
Websitegemini.circumlunar.space/docs/specification.gmi

Gemini is an application-layer internet communication protocol for accessing remote documents, similarly to the Hypertext Transfer Protocol (HTTP) and Gopher. It is intended as a third alternative to those protocols. It comes with a special document format, commonly called "gemtext", that allows linking to other documents. Started by a pseudonymous person known as Solderpunk, the protocol is now[when?] being finalized collaboratively and as of September 2022, has not been submitted to the IETF organization for standardization.

Design

The Gemini specification defines both the Gemini protocol and a native file format for that protocol (analogous to HTML for HTTP or plaintext for Gopher), known as "gemtext". The design is inspired by Gopher, with certain modern additions such as mandatory use of Transport Layer Security (TLS) for connections and a hypertext format as native content type.

The design is deliberately not easily extensible, in order to preserve one of the project's stated goals of simplicity.

Protocol

Gemini is designed within the framework of the Internet protocol suite. Like HTTP(S), Gemini functions as a request–response protocol in the client–server computing model. A Gemini browser (analogous to a web browser), for example, may be the client and an application running on a computer hosting a Gemini site may be the server. The client sends a Gemini request message to the server, and the server sends back a response message. Gemini uses a separate connection to the same server for every resource request.

Gemini mandates the use of TLS with privacy-related features and trust on first use (TOFU) verification being strongly suggested.

Gemini resources are identified and located on the network by Uniform Resource Locators (URLs), using the URI scheme gemini://. A Gemini request consists only of such a URL, terminated by CRLF; the header of a Gemini response consists of a two-digit status code, a space, and a "meta" field, also terminated by CRLF. If the server is successful in finding the requested file, the "meta" field is the MIME type of the returned file and after the header follows the file data.

Example session
Client
gemini://example.com/
Server
20 text/gemini
# Example Title
Welcome to my Gemini capsule.
* Example list item
=> gemini://link.to/another/resource Link text

Gemtext format

Text in the gemtext format is line-oriented which simplifies parsing and rendering. Notably, the first three characters of a line suffice to determine its type. Gemtext offers markup for headlines (three levels), flat list items, pre-formatted text, quotes, and link lines – no inline emphasis. As with HTTP hypertext, URIs are encoded as hyperlinks in gemtext documents, so as to form interlinked hypertext documents in the Gemini "web", which users refer to as Geminispace.

Geminispace

"Geminispace" denotes the whole of the public resources that are published on the Internet by the Gemini community via the Gemini protocol. Thus, Gemini spans an alternative communication web, with hypertext documents that include hyperlinks to other resources that the user can easily access.

As of September 2021, Geminispace consists of around 1200 online known Gemini appearances ("capsules") identified by crawling over 270,000 URIs.

Development

The Gemini project was started in June 2019 by Solderpunk. Additional work has been done by an informal community of users. According to Solderpunk's FAQ, Gemini is not intended to replace Gopher or HTTP, but to co-exist with them. Much of the development happened on the Gemini mailing list until the list disappeared end of 2021 due to a hardware issue. The creation of the Usenet newsgroup comp.infosystems.gemini in October 2021 was the first new newsgroup in the Big Eight hierarchy in eight years.

Software

Gemini clients

Amfora - Gemini client
AmiGemini - Gemini client

Due to the simplicity of the protocol and served media type, various Gemini browsers have been implemented. Command line clients are fairly popular due to Gemini's simple markup being easy to display in a text only format. The following is a non-exhaustive list of clients.

Name Platform License Written in
Amfora Terminal (TUI) GPL 3.0 Go
AmiGemini GUI (Intuition) MIT C, Intuition
asuka Terminal (TUI) MIT Rust, ncurses
AV-98 Terminal (CLI) 2 Clause BSD Python
Bollux Terminal MIT Bash
Bombadillo Terminal GPL 3.0 Go
Buran App (Android) GPL 3.0 Kotlin
Castor GUI (GTK) MIT Rust, GTK
Castor9 GUI (Plan 9) C
Deedum App (Android and iOS) GPL 3.0 Flutter, Dart
Diohsc Terminal (CLI) GPL 3.0 Haskell
Elaho (gemini-ios) App (iOS) MPL 2.0 Swift
Elpher GUI (Emacs) GPL 3.0 Emacs Lisp
Eva GUI (GTK) MIT Rust, GTK
Fafi GUI MIT Racket
GemiNaut GUI (Windows) GPL 3.0 C# for Microsoft Windows
Geopard GUI (GTK) GPL 3.0 Rust
gmni Terminal (CLI) GPL 3.0 C
gplaces Terminal (CLI) GPL 3.0 or later C
Jimmy App (macOS) MIT Swift
Kristall GUI (Qt) GPL 2.0 C++, Qt
Lagrange GUI 2 Clause BSD C, SDL
Moonlander GUI (GTK) MIT Rust, GTK
Offpunk Terminal (CLI) 2 Clause BSD Python
Rocketeer App (iOS, macOS) Swift
Seren App (Android) Kotlin
Starfish GUI (elementary OS/Linux) GPL 3.0 Vala, GTK
Twin Peaks GUI (Windows) GPL 3.0 C#
VIRGIL99 Terminal (TI-99) Assembly language

Alternatively to native Gemini clients, Gemini-to-HTTP gateways can be used with common web browsers not supporting the Gemini protocol. Known such proxy servers are the Mozz.us portal, Vulpes Proxy, and ondollo.

Gemini server software

Various server implementations exist; lists thereof are maintained online.

Reception

Gemini is praised for its simplicity but criticized for "excluding people who use ordinary web browsers".

See also


This page was last updated at 2022-09-12 09:27 UTC. Update now. View original page.

All our content comes from Wikipedia and under the Creative Commons Attribution-ShareAlike License.


Top

If mathematical, chemical, physical and other formulas are not displayed correctly on this page, please useFirefox or Safari