--- layout: fullwidth permalink: /release/release-notes-:title ---

Apache Guacamole {{ page.title }} {% unless page.released %} (Draft) {% endunless %} {% if page.archived %} (Archived) {% endif %}

{% unless page.released %}

Apache Guacamole {{ page.title }} has not yet been released! The artifacts and release notes below are drafts for a proposed release of Apache Guacamole which has not yet occurred.

{% endunless %} {% if page.archived %} {% assign latest = site.releases | where: 'released', 'true' | sort: 'date' | last %}

Apache Guacamole {{ page.title }} is an archived release, and was originally released on {{ page.date | date: "%Y-%m-%d" }}. The latest release of Apache Guacamole is {{ latest.title }}.

{% endif %}

Apache Guacamole is split into two subprojects: "guacamole-client", the HTML5 web application which serves the Guacamole client to users, and "guacamole-server", the remote desktop proxy which the web application communicates with. The source code for each of these may be downloaded below.

You must verify the integrity of any downloaded files using the OpenPGP signatures we provide with each release. The signatures should be verified against the KEYS file, which contains the OpenPGP keys of Apache Guacamole's Release Managers. Checksums of each released file are also provided.

{% include download-list.html artifact-url=page.artifact-url checksum-url=page.checksum-url checksum-suffixes=page.checksum-suffixes path=page.download-path files=page.source-dist %}

If you do not wish to build Apache Guacamole entirely from source, pre-built versions of the web application (.war) and all extensions are provided here in binary form for convenience. Please note that guacamole-server must still be built and installed from source.

{% include download-list.html artifact-url=page.artifact-url checksum-url=page.checksum-url checksum-suffixes=page.checksum-suffixes path=page.download-path files=page.binary-dist %}

Release notes

{{ content }}