2019-04-08 19:24:20 +10:00
<p align="center" style="text-align: center">
2021-10-16 15:47:02 +11:00
<img src="logo.png" width="55%"><br/>
2019-04-08 19:24:20 +10:00
</p>
2019-04-08 19:29:17 +10:00
<p align="center">
2021-02-26 15:34:58 +11:00
Build desktop applications using Go & Web Technologies.<br/><br/>
2019-04-11 08:43:50 +10:00
<a href="https://github.com/wailsapp/wails/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a>
<a href="https://goreportcard.com/report/github.com/wailsapp/wails"><img src="https://goreportcard.com/badge/github.com/wailsapp/wails"/></a>
<a href="http://godoc.org/github.com/wailsapp/wails"><img src="https://img.shields.io/badge/godoc-reference-blue.svg"/></a>
<a href="https://www.codefactor.io/repository/github/wailsapp/wails"><img src="https://www.codefactor.io/repository/github/wailsapp/wails/badge" alt="CodeFactor" /></a>
<a href="https://github.com/wailsapp/wails/issues"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="CodeFactor" /></a>
2019-08-19 22:29:04 +10:00
<a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fwailsapp%2Fwails?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwailsapp%2Fwails.svg?type=shield"/></a>
2019-04-29 18:43:27 +10:00
<a href="https://houndci.com"><img src="https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg"/></a>
2019-06-16 17:13:40 +10:00
<a href="https://github.com/avelino/awesome-go" rel="nofollow"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" alt="Awesome"></a>
2020-01-12 23:54:22 +02:00
<a href="https://github.com/wailsapp/wails/workflows/release/badge.svg?branch=master" rel="nofollow"><img src="https://github.com/wailsapp/wails/workflows/release/badge.svg?branch=master" alt="Release Pipelines"></a>
2019-04-08 19:29:17 +10:00
</p>
2019-04-08 19:18:39 +10:00
2021-05-31 19:11:11 +08:00
<span id="nav-1"></span>
## Internationalization
2021-07-26 12:23:37 +08:00
English | [简体中文 ](README.zh-Hans.md )
2021-05-31 19:11:11 +08:00
2021-09-27 21:05:43 +10:00
The traditional method of providing web interfaces to Go programs is via a built-in web server. Wails offers a different
approach: it provides the ability to wrap both Go code and a web frontend into a single binary. Tools are provided to
make this easy for you by handling project creation, compilation and bundling. All you have to do is get creative!
2019-04-08 19:18:39 +10:00
2019-12-10 18:11:49 +11:00
The official docs can be found at [https://wails.app ](https://wails.app ).
2021-09-27 21:30:57 +10:00
Click [here ](https://wails.io ) if you are interested in trying out v2 Beta for Windows.
2021-05-31 19:11:11 +08:00
<span id="nav-2"></span>
## Contents
- [1. Internationalization ](#nav-1 )
- [2. Contents ](#nav-2 )
- [3. Features ](#nav-3 )
- [4. Sponsors ](#nav-4 )
- [5. Installation ](#nav-5 )
2021-09-27 21:05:43 +10:00
- [5.1 MacOS ](#nav-5-1 )
- [5.2 Linux ](#nav-5-2 )
- [5.2.1 Debian/Ubuntu ](#nav-5-2-1 )
- [5.2.2 Arch Linux / ArchLabs / Ctlos Linux ](#nav-5-2-2 )
- [5.2.3 Centos ](#nav-5-2-3 )
- [5.2.4 Fedora ](#nav-5-2-4 )
- [5.2.5 VoidLinux & VoidLinux-musl ](#nav-5-2-5 )
- [5.2.6 Gentoo ](#nav-5-2-6 )
- [5.3 Windows ](#nav-5-3 )
2021-05-31 19:11:11 +08:00
- [6. Installation ](#nav-6 )
- [7. Next Steps ](#nav-7 )
- [8. FAQ ](#nav-8 )
- [9. Contributors ](#nav-9 )
- [10. Special Mentions ](#nav-10 )
2021-06-27 19:11:23 +10:00
- [11. Special Thanks ](#nav-11 )
2021-05-31 19:11:11 +08:00
<span id="nav-3"></span>
2019-04-08 19:18:39 +10:00
## Features
2021-02-26 15:34:58 +11:00
- Use standard Go for the backend
2019-04-08 19:18:39 +10:00
- Use any frontend technology to build your UI
2019-06-18 08:18:49 +10:00
- Quickly create Vue, Vuetify or React frontends for your Go programs
2019-04-08 19:18:39 +10:00
- Expose Go methods/functions to the frontend via a single bind command
- Uses native rendering engines - no embedded browser
- Shared events system
- Native file dialogs
- Powerful cli tool
- Multiplatform
2021-05-31 19:11:11 +08:00
<span id="nav-4"></span>
2021-03-25 00:04:01 +11:00
## Sponsors
2021-04-03 07:12:46 +11:00
This project is supported by these kind people / companies:
2021-03-25 00:04:01 +11:00
2021-08-12 17:54:28 +10:00
<a href="https://github.com/sponsors/leaanthony" style="width:100px;">
<img src="sponsors/bronze%20sponsor.png" width="100"/>
</a>
2021-08-12 17:45:52 +10:00
<a href="https://github.com/snider" style="width:100px;">
<img src="https://github.com/snider.png?size=100" width="100"/>
2021-08-12 08:56:19 +10:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/codydbentley" style="width:100px">
<img src="https://github.com/codydbentley.png?size=100" width="100"/>
</a>
<br/>
2021-08-12 08:56:19 +10:00
<br/>
2021-07-26 12:23:37 +08:00
<a href="https://github.com/matryer" style="width:100px">
<img src="https://github.com/matryer.png" width="100"/>
</a>
<a href="https://www.jetbrains.com?from=Wails" style="width:100px">
2021-10-12 20:35:38 +11:00
<img src="/img/jetbrains-grayscale.png" width="100"/>
2021-07-26 12:23:37 +08:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/tc-hib" style="width:55px">
<img src="https://github.com/tc-hib.png?size=55" width="55"/>
2021-03-25 00:16:24 +11:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/picatz" style="width:50px">
<img src="https://github.com/picatz.png?size=50" width="50"/>
2021-03-29 09:24:21 +11:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/tylertravisty" style="width:50px">
<img src="https://github.com/tylertravisty.png?size=50" width="50"/>
2021-04-02 15:38:43 +11:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/akhudek" style="width:50px">
<img src="https://github.com/akhudek.png?size=50" width="50"/>
2021-04-19 20:32:52 +10:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/trea" style="width:50px">
<img src="https://github.com/trea.png?size=50" width="50"/>
2021-04-27 19:34:36 +10:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/LanguageAgnostic" style="width:55px">
<img src="https://github.com/LanguageAgnostic.png?size=55" width="55"/>
2021-05-16 13:56:00 +10:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/fcjr" style="width:55px">
<img src="https://github.com/fcjr.png?size=55" width="55"/>
2021-07-10 19:37:16 +10:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/nickarellano" style="width:60px">
<img src="https://github.com/nickarellano.png?size=60" width="60"/>
2021-06-27 04:34:05 +10:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/bglw" style="width:65px">
<img src="https://github.com/bglw.png?size=65" width="65"/>
2021-07-23 08:25:11 +10:00
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/jugglingjsons" style="width:50px">
<img src="https://github.com/jugglingjsons.png?size=50" width="50"/>
2021-07-21 20:08:03 +10:00
</a>
2021-10-20 17:40:57 +11:00
<a href="https://github.com/marcus-crane" style="width:65px">
<img src="https://github.com/marcus-crane.png?size=65" width="65"/>
2021-09-30 07:00:46 +10:00
</a>
<a href="https://github.com/bbergshaven" style="width:45px">
<img src="https://github.com/bbergshaven.png?size=45" width="45"/>
</a>
2021-10-05 23:34:04 +11:00
<a href="https://github.com/Gilgames000" style="width:45px">
<img src="https://github.com/Gilgames000.png?size=45" width="45"/>
</a>
2021-10-12 20:35:38 +11:00
<a href="https://github.com/ilgityildirim" style="width:50px">
<img src="https://github.com/ilgityildirim.png?size=50" width="50"/>
</a>
2021-10-20 17:40:57 +11:00
<a href="https://github.com/ondoki" style="width:65px">
<img src="https://github.com/ondoki.png?size=65" width="65"/>
</a>
<a href="https://github.com/questrail" style="width:50px">
<img src="https://github.com/questrail.png?size=50" width="50"/>
</a>
2021-10-26 19:04:55 +11:00
<a href="https://github.com/DonTomato" style="width:45px">
<img src="https://github.com/DonTomato.png?size=45" width="45"/>
</a>
2021-10-05 23:34:04 +11:00
2021-07-26 12:23:37 +08:00
<span id="nav-5"></span>
2019-04-29 23:23:29 +10:00
2019-04-08 19:18:39 +10:00
## Installation
2021-09-27 21:05:43 +10:00
Wails uses cgo to bind to the native rendering engines so a number of platform dependent libraries are needed as well as
an installation of Go. The basic requirements are:
2019-04-08 19:18:39 +10:00
2021-05-16 13:56:00 +10:00
- Go 1.16
2019-04-08 19:18:39 +10:00
- npm
2021-05-31 19:11:11 +08:00
<span id="nav-5-1"></span>
2019-04-08 19:18:39 +10:00
### MacOS
Make sure you have the xcode command line tools installed. This can be done by running:
`xcode-select --install`
2021-05-31 19:11:11 +08:00
<span id="nav-5-2"></span>
2019-04-08 19:18:39 +10:00
### Linux
2021-05-31 19:11:11 +08:00
<span id="nav-5-2-1"></span>
2019-08-27 23:19:48 +03:00
#### Debian/Ubuntu
2019-04-08 19:18:39 +10:00
2019-07-29 19:12:05 +03:00
`sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev`
2019-04-08 19:18:39 +10:00
2019-08-27 23:19:48 +03:00
_Debian: 8, 9, 10_
2019-09-13 22:51:29 +03:00
2019-08-27 23:19:48 +03:00
_Ubuntu: 16.04, 18.04, 19.04_
2021-05-31 19:11:11 +08:00
_Also succesfully tested on: Zorin 15, Parrot 4.7, Linuxmint 19, Elementary 5, Kali, Neon_ , Pop!\_OS
<span id="nav-5-2-2"></span>
2019-08-25 22:02:49 +03:00
2020-09-03 14:42:03 +05:00
#### Arch Linux / ArchLabs / Ctlos Linux
2019-05-03 19:09:36 +10:00
`sudo pacman -S webkit2gtk gtk3`
2019-10-06 11:14:05 +03:00
_Also succesfully test on: Manjaro & ArcoLinux_
2019-08-27 23:19:48 +03:00
2021-05-31 19:11:11 +08:00
<span id="nav-5-2-3"></span>
2019-08-27 23:19:48 +03:00
#### Centos
2019-08-05 11:35:04 +03:00
`sudo yum install webkitgtk3-devel gtk3-devel`
2019-08-27 23:19:48 +03:00
_CentOS 6, 7_
2021-05-31 19:11:11 +08:00
<span id="nav-5-2-4"></span>
2019-08-27 23:19:48 +03:00
#### Fedora
2019-05-12 09:06:23 +12:00
2019-07-29 19:12:05 +03:00
`sudo yum install webkit2gtk3-devel gtk3-devel`
2019-05-12 09:06:23 +12:00
2019-08-27 23:19:48 +03:00
_Fedora 29, 30_
2021-05-31 19:11:11 +08:00
<span id="nav-5-2-5"></span>
2019-08-27 23:19:48 +03:00
#### VoidLinux & VoidLinux-musl
`xbps-install gtk+3-devel webkit2gtk-devel`
2021-05-31 19:11:11 +08:00
<span id="nav-5-2-6"></span>
2019-08-05 11:35:04 +03:00
#### Gentoo
2019-07-29 19:12:05 +03:00
2019-08-05 11:35:04 +03:00
`sudo emerge gtk+:3 webkit-gtk`
2019-04-08 19:18:39 +10:00
2021-05-31 19:11:11 +08:00
<span id="nav-5-3"></span>
2019-04-08 19:18:39 +10:00
### Windows
2021-09-27 21:05:43 +10:00
Windows requires gcc and related tooling. The recommended download is
from [http://tdm-gcc.tdragon.net/download ](http://tdm-gcc.tdragon.net/download ). Once this is installed, you are good to
go.
2019-04-08 19:18:39 +10:00
2021-05-31 19:11:11 +08:00
<span id="nav-6"></span>
2019-04-08 19:18:39 +10:00
## Installation
2019-06-16 17:13:40 +10:00
**Ensure Go modules are enabled: GO111MODULE=on and go/bin is in your PATH variable.**
2019-04-08 19:18:39 +10:00
Installation is as simple as running the following command:
<pre style='color:white'>
2019-12-10 19:37:34 +11:00
go get -u github.com/wailsapp/wails/cmd/wails
2019-04-08 19:18:39 +10:00
</pre>
2021-05-31 19:11:11 +08:00
<span id="nav-7"></span>
2019-04-08 19:18:39 +10:00
## Next Steps
It is recommended at this stage to read the comprehensive documentation at [https://wails.app ](https://wails.app ).
2021-05-31 19:11:11 +08:00
<span id="nav-8"></span>
2019-04-08 19:18:39 +10:00
## FAQ
2021-05-31 19:11:11 +08:00
- Is this an alternative to Electron?
2019-04-08 19:18:39 +10:00
2021-09-27 21:05:43 +10:00
Depends on your requirements. It's designed to make it easy for Go programmers to make lightweight desktop
applications or add a frontend to their existing applications. Whilst Wails does not currently offer hooks into native
elements such as menus, this may change in the future.
2019-04-08 19:18:39 +10:00
2021-05-31 19:11:11 +08:00
- Who is this project aimed at?
2019-04-08 19:18:39 +10:00
2021-09-27 21:05:43 +10:00
Go programmers who want to bundle an HTML/JS/CSS frontend with their applications, without resorting to creating a
server and opening a browser to view it.
2019-04-29 23:23:29 +10:00
2021-05-31 19:11:11 +08:00
- What's with the name?
2019-04-29 23:23:29 +10:00
2021-09-27 21:05:43 +10:00
When I saw WebView, I thought "What I really want is tooling around building a WebView app, a bit like Rails is to
Ruby". So initially it was a play on words (Webview on Rails). It just so happened to also be a homophone of the
English name for the [Country ](https://en.wikipedia.org/wiki/Wales ) I am from. So it stuck.
2019-04-08 19:18:39 +10:00
2021-05-31 19:11:11 +08:00
<span id="nav-9"></span>
2019-04-08 19:18:39 +10:00
2021-04-03 07:12:46 +11:00
## Contributors
2021-04-03 07:26:30 +11:00
<a href="https://github.com/qaisjp"><img src="https://github.com/qaisjp.png?size=40" width="40"/></a>
<a href="https://github.com/alee792"><img src="https://github.com/alee792.png?size=40" width="40"/></a>
<a href="https://github.com/lanzafame"><img src="https://github.com/lanzafame.png?size=40" width="40"/></a>
<a href="https://github.com/mattn"><img src="https://github.com/mattn.png?size=40" width="40"/></a>
<a href="https://github.com/0xflotus"><img src="https://github.com/0xflotus.png?size=40" width="40"/></a>
<a href="https://github.com/mdhender"><img src="https://github.com/mdhender.png?size=40" width="40"/></a>
<a href="https://github.com/fishfishfish2104"><img src="https://github.com/fishfishfish2104.png?size=40" width="40"/></a>
<a href="https://github.com/intelwalk"><img src="https://github.com/intelwalk.png?size=40" width="40"/></a>
<a href="https://github.com/ocelotsloth"><img src="https://github.com/ocelotsloth.png?size=40" width="40"/></a>
<a href="https://github.com/bh90210"><img src="https://github.com/bh90210.png?size=40" width="40"/></a>
<a href="https://github.com/iceleo-com"><img src="https://github.com/iceleo-com.png?size=40" width="40"/></a>
<a href="https://github.com/fallendusk"><img src="https://github.com/fallendusk.png?size=40" width="40"/></a>
<a href="https://github.com/Chronophylos"><img src="https://github.com/Chronophylos.png?size=40" width="40"/></a>
<a href="https://github.com/Vaelatern"><img src="https://github.com/Vaelatern.png?size=40" width="40"/></a>
<a href="https://github.com/mewmew"><img src="https://github.com/mewmew.png?size=40" width="40"/></a>
<a href="https://github.com/kraney"><img src="https://github.com/kraney.png?size=40" width="40"/></a>
<a href="https://github.com/JackMordaunt"><img src="https://github.com/JackMordaunt.png?size=40" width="40"/></a>
<a href="https://github.com/MichaelHipp"><img src="https://github.com/MichaelHipp.png?size=40" width="40"/></a>
<a href="https://github.com/tmclane"><img src="https://github.com/tmclane.png?size=40" width="40"/></a>
<a href="https://github.com/Rested"><img src="https://github.com/Rested.png?size=40" width="40"/></a>
<a href="https://github.com/Jarek-SRT"><img src="https://github.com/Jarek-SRT.png?size=40" width="40"/></a>
<a href="https://github.com/konez2k"><img src="https://github.com/konez2k.png?size=40" width="40"/></a>
<a href="https://github.com/sayuthisobri"><img src="https://github.com/sayuthisobri.png?size=40" width="40"/></a>
<a href="https://github.com/dedo1911"><img src="https://github.com/dedo1911.png?size=40" width="40"/></a>
<a href="https://github.com/fdidron"><img src="https://github.com/fdidron.png?size=40" width="40"/></a>
<a href="https://github.com/Splode"><img src="https://github.com/Splode.png?size=40" width="40"/></a>
<a href="https://github.com/Lyimmi"><img src="https://github.com/Lyimmi.png?size=40" width="40"/></a>
<a href="https://github.com/Unix4ever"><img src="https://github.com/Unix4ever.png?size=40" width="40"/></a>
<a href="https://github.com/timkippdev"><img src="https://github.com/timkippdev.png?size=40" width="40"/></a>
<a href="https://github.com/kyoto44"><img src="https://github.com/kyoto44.png?size=40" width="40"/></a>
<a href="https://github.com/artooro"><img src="https://github.com/artooro.png?size=40" width="40"/></a>
<a href="https://github.com/ilgityildirim"><img src="https://github.com/ilgityildirim.png?size=40" width="40"/></a>
<a href="https://github.com/gelleson"><img src="https://github.com/gelleson.png?size=40" width="40"/></a>
<a href="https://github.com/kmuchmore"><img src="https://github.com/kmuchmore.png?size=40" width="40"/></a>
<a href="https://github.com/aayush420"><img src="https://github.com/aayush420.png?size=40" width="40"/></a>
<a href="https://github.com/Rezrazi"><img src="https://github.com/Rezrazi.png?size=40" width="40"/></a>
<a href="https://github.com/misitebao"><img src="https://github.com/misitebao.png?size=40" width="40"/></a>
<a href="https://github.com/DrunkenPoney"><img src="https://github.com/DrunkenPoney.png?size=40" width="40"/></a>
<a href="https://github.com/SophieAu"><img src="https://github.com/SophieAu.png?size=40" width="40"/></a>
<a href="https://github.com/alexmat"><img src="https://github.com/alexmat.png?size=40" width="40"/></a>
<a href="https://github.com/RH12503"><img src="https://github.com/RH12503.png?size=40" width="40"/></a>
<a href="https://github.com/hi019"><img src="https://github.com/hi019.png?size=40" width="40"/></a></a>
<a href="https://github.com/Igogrek"><img src="https://github.com/Igogrek.png?size=40" width="40"/></a></a>
2021-04-12 06:32:03 +10:00
<a href="https://github.com/aschey"><img src="https://github.com/aschey.png?size=40" width="40"/></a></a>
2021-05-16 13:25:14 +10:00
<a href="https://github.com/akhudek"><img src="https://github.com/akhudek.png?size=40" width="40"/></a></a>
2021-07-31 00:10:27 +10:00
<a href="https://github.com/s12chung"><img src="https://github.com/s12chung.png?size=40" width="40"/></a></a>
2021-04-03 07:12:46 +11:00
2021-05-31 19:11:11 +08:00
<span id="nav-10"></span>
2021-04-03 07:12:46 +11:00
## Special Mentions
2019-04-08 19:18:39 +10:00
Without the following people, this project would never have existed:
2021-09-27 21:05:43 +10:00
- [Dustin Krysak ](https://wiki.ubuntu.com/bashfulrobot ) - His support and feedback has been immense. More patience than
you can throw a stick at (Not long now Dustin!).
- [Serge Zaitsev ](https://github.com/zserge ) - Creator of [Webview ](https://github.com/zserge/webview ) which Wails uses
for the windowing.
- [Byron ](https://github.com/bh90210 ) - At times, Byron has single handedly kept this project alive. Without his
incredible input, we never would have got to v1.
2019-04-29 23:23:29 +10:00
This project was mainly coded to the following albums:
2021-05-31 19:11:11 +08:00
- [Manic Street Preachers - Resistance Is Futile ](https://open.spotify.com/album/1R2rsEUqXjIvAbzM0yHrxA )
- [Manic Street Preachers - This Is My Truth, Tell Me Yours ](https://open.spotify.com/album/4VzCL9kjhgGQeKCiojK1YN )
- [The Midnight - Endless Summer ](https://open.spotify.com/album/4Krg8zvprquh7TVn9OxZn8 )
- [Gary Newman - Savage (Songs from a Broken World) ](https://open.spotify.com/album/3kMfsD07Q32HRWKRrpcexr )
- [Steve Vai - Passion & Warfare ](https://open.spotify.com/album/0oL0OhrE2rYVns4IGj8h2m )
- [Ben Howard - Every Kingdom ](https://open.spotify.com/album/1nJsbWm3Yy2DW1KIc1OKle )
- [Ben Howard - Noonday Dream ](https://open.spotify.com/album/6astw05cTiXEc2OvyByaPs )
- [Adwaith - Melyn ](https://open.spotify.com/album/2vBE40Rp60tl7rNqIZjaXM )
- [Gwidaith Hen Fran - Cedors Hen Wrach ](https://open.spotify.com/album/3v2hrfNGINPLuDP0YDTOjm )
- [Metallica - Metallica ](https://open.spotify.com/album/2Kh43m04B1UkVcpcRa1Zug )
- [Bloc Party - Silent Alarm ](https://open.spotify.com/album/6SsIdN05HQg2GwYLfXuzLB )
- [Maxthor - Another World ](https://open.spotify.com/album/3tklE2Fgw1hCIUstIwPBJF )
- [Alun Tan Lan - Y Distawrwydd ](https://open.spotify.com/album/0c32OywcLpdJCWWMC6vB8v )
2019-04-08 19:18:39 +10:00
2021-06-27 19:11:23 +10:00
<span id="nav-11"></span>
2020-02-09 13:25:59 +11:00
2021-01-04 19:52:12 +11:00
## Special Thanks
<p align="center" style="text-align: center">
2021-01-04 19:57:56 +11:00
<a href="https://pace.dev"><img src="pace.jpeg"/></a><br/>
2021-08-12 17:45:52 +10:00
A <i>huge<i/> thanks to <a href="https://pace.dev">Pace</a> for sponsoring the project and helping the efforts to get Wails ported to Apple Silicon!<br/><br/>
2021-01-04 19:52:12 +11:00
If you are looking for a Project Management tool that's powerful but quick and easy to use, check them out!<br/><br/>
</p>
2020-02-09 13:25:59 +11:00
<p align="center" style="text-align: center">
A special thank you to JetBrains for donating licenses to us!<br/><br/>
Please click the logo to let them know your appreciation!<br/><br/>
2020-02-09 13:26:46 +11:00
<a href="https://www.jetbrains.com?from=Wails"><img src="jetbrains-grayscale.png" width="30%"></a>
2020-02-09 13:25:59 +11:00
</p>