# README
native-app
This is the go native backend for the SAGE App.
Building
To build the app, you need to have the go compiler installed. You can download it from here.
On linux, you will also need to install GTK related libraries (make sure to use version 4.1).
Once you have the go compiler installed, you can run the following command to build the app:
go build
[!NOTE]
If you are having issues building, you should rungit tag
and checkout the latest tag. This will ensure that you are building the latest version of the app which is known to work.
You can also find pre-built binaries in the releases section.
Issues
If you have any issues with the app, please open an issue in the issue tracker. See SECURITY.md for more information on how to report security issues.
LICENSE
This project is licensed under a SOURCE AVAILABLE license. See the LICENSE file for more details.