⇐ OpenSend Docs

GUI

This page assumes you have already installed Opensend. If not, follow the installation instructions on the installation page.

Installation

GUI Installation

Opensend GUI has been written in golang using fyne. Its source code can be found here:

 Opensend GUI

To download Opensend GUI, run the following command

git clone https://gitea.arsenm.dev/opensend/opensend-gui.git

To build Opensend GUI, go must be installed. The process for that is explained in the installation instructions for Opensend. Once go is installed, run:

go build

This may take a while as go downloads and compiles Opensend GUI and Fyne.

Once the build is complete, there should be a file named opensend-gui in the directory. Run this file to open the GUI which should look like this:

Opensend GUI on start