Cedric Bail

Using private repository with Geoffrey

Connecting to private GitHub or GitLab repositories with Geoffrey, our tool to build and deliver cross platform native Fyne applications, is now possible with deploy keys. The simplest way to go over this feature, is to set up a new private repository in Geoffrey....

Easy selfupdate deployment for go application

For the past few months FyneLabs has been working on an automated tool to build and distribute Fyne application in the easiest possible way. We released this as Geoffrey, an online tool that can access your application from GitHub or GitLab and in a few clicks build...

Self update for your Fyne application!

Fynelabs has been working on solving the problem of distributing applications to multiple platforms. Our first contribution to the Fyne ecosystem to help solve this problem is an updated selfupdate module and fyneselfupdate to integrate it visually in your Fyne...

Easy MQTT application with Fyne

This small blog will introduce you to how easy it is to use Fyne to quickly get a visual and portable go application that connect to the network and IoT devices. For this example application, we will be connecting the application to a MQTT broker which publishes data...