Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
61 lines (42 loc) · 1.81 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.81 KB

Fossil

A simple GTK Gopher/Gemini client written in Vala

Supported download protocols

  • Gopher
  • Gemini
  • Finger

Supported upload protocols

Noteworthy features

  • Tabs
  • Bookmarks
  • In-application image display
  • View page source option
  • Support for file:// URIs
  • Per tab history
  • Ability to save everything to disk
  • Cache
  • Works on Linux-based smartphones
  • Tries to be as themeable as possible using GTK themes and icon packs

How to build/install?

Note: to build Fossil you need the following dependencies:

  • gtk3+ - the graphics toolkit
  • valac - the Vala compiler
  • meson - the build system
  • cmake - used by meson
  • python 3.x
  • json-glib
  • gnutls
  • gettext

One-liner for Debian-based systems:

sudo apt install libgtk-3-dev valac meson cmake libgdk-pixbuf2.0-dev python3 libjson-glib-dev libgnutls28-dev gettext

To build and install Fossil, run the install.sh script, which will automatically setup the build folder, run ninja, put the output in the projects root directory, copy the files for Fossil to your system and registers the protocol handler. You should then find a new entry in your application launcher. If you want to use the stable version checkout to the latest tag before compiling.

Packaged builds

Arch Linux

If you want to use Fossil on Arch Linux you can install the package fossil-gemini-git from the AUR.

Flatpaks?

Flatpaks are coming soon! If you want to write a flatpak manifest file for Fossil submit a pull request.

Screenshot