{% extends "main.html" %} {% block tabs %} {{ super() }}


This is the Wails v3 Alpha website. This site will be updated as we progress through the alpha and beta releases.

Warning

The v3 alpha release is intended for testers and contributors. It is not ready for use in any other capacity. Expect things to fail. Expect things to change. Expect the documentation to be wrong.

Status


Operating System Status
Windows All examples are working
Mac Most examples are working
Linux Some examples are working


FAQ

What is the aim of the alpha release?

The aim of the alpha release is to get feedback on the new API and to get people experimenting with it. We want to make sure that the API is easy to use and that it is possible to build applications with it.

How do I provide feedback?

Please read this page for details on how to provide feedback.

Is there a Roadmap

Yes, you can find it here. Please feel free to raise PRs against this website. Every single PR helps us get closer to a release.

Thank you for sharing this journey with us.


Get started
{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %}