CINXE.COM

Apache Guacamole™

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" href="/styles/main.css?s=1732210503"> <link rel="icon" type="image/svg+xml" href="/images/logos/guac-classic-logo.svg"/> <link rel="icon" type="image/png" href="/images/logos/guac-classic-logo-64.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> <meta charset="UTF-8"/> <title>Apache Guacamole™</title> </head> <body class="home"> <!-- Header --> <div id="header"> <div class="readable-content"> <h1><a href="/">Apache Guacamole™</a></h1> <ul id="navigation" class="menu"> <li> <a href="/releases/" class="releases" >Release Archives</a> </li> <li class="dropdown"> <a class="dropdown-toggle " href="#">Documentation</a> <ul class="dropdown-menu"> <li> <a href="/faq/" >FAQ</a> </li> <li> <a href="/api-documentation/" >API / Development</a> </li> <li> <a href="/doc/gug/" >Guacamole Manual</a> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle " href="#">Community</a> <ul class="dropdown-menu"> <li> <a href="/open-source/" >Contributing to Guacamole</a> </li> <li> <a href="/support/#mailing-lists" >Mailing Lists</a> </li> <li> <a href="https://issues.apache.org/jira/browse/GUACAMOLE/" >Bug/Issue Tracker</a> </li> <li> <a href="https://github.com/search?utf8=%E2%9C%93&q=repo%3Aapache%2Fguacamole-client+repo%3Aapache%2Fguacamole-server+repo%3Aapache%2Fguacamole-manual+repo%3Aapache%2Fguacamole-website&type=repositories&ref=searchresults" >Source Code</a> </li> </ul> </li> <li> <a href="/security/" >Security Reports</a> </li> <li class="dropdown"> <a class="dropdown-toggle " href="#">Support</a> <ul class="dropdown-menu"> <li> <a href="/support/#mailing-lists" >Mailing Lists</a> </li> <li> <a href="https://issues.apache.org/jira/browse/GUACAMOLE/" >Bug/Issue Tracker</a> </li> <li> <a href="/support/#commercial-support" >Commercial Support</a> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle apache" href="#">ASF</a> <ul class="dropdown-menu"> <li> <a href="http://www.apache.org/" >ASF Homepage</a> </li> <li> <a href="http://www.apache.org/licenses/" >License</a> </li> <li> <a href="http://www.apache.org/foundation/thanks.html" >Thanks</a> </li> <li> <a href="http://www.apache.org/foundation/sponsorship.html" >Sponsorship</a> </li> <li> <a href="http://www.apache.org/foundation/policies/conduct.html" >Code of Conduct</a> </li> </ul> </li> </ul> </div> </div> <!-- Content --> <div class="fullwidth-content"> <!-- Prominent software description/demo --> <div class="hook"> <div class="readable-content"> <!-- Demo Video --> <div class="demo"> <video controls poster="/images/home/demo-thumbnail.jpg"> <source src="/videos/guacamole-0.9.4-demo.mp4" type="video/mp4"/> <source src="/videos/guacamole-0.9.4-demo.webm" type="video/webm"/> <img class="thumbnail" src="/images/home/demo-thumbnail.jpg" alt="Screenshot of Guacamole 0.9.4"/> </video> </div> <!-- High-level description --> <div class="description"> <p>Apache Guacamole is a <strong>clientless remote desktop gateway</strong>. It supports standard protocols like VNC, RDP, and SSH.</p> <p>We call it <em>clientless</em> because no plugins or client software are required.</p> <p>Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser.</p> <!-- Link to latest release --> <a href="/releases/1.5.5/" class="latest-release"> <span class="action">Download <span class="release-title">Apache Guacamole 1.5.5</span> </span> <span class="release-date">Released on 2024-04-05</span> </a> </div> </div> </div> <!-- List of features --> <ul class="features readable-content"> <li class="html5"> <h2>Access your computers from <em>anywhere</em></h2> <p>Because the Guacamole client is an HTML5 web application, use of your computers is not tied to any one device or location. <strong>As long as you have access to a web browser, you have access to your machines.</strong></p> </li> <li class="cloud-desktop"> <h2>Keep your desktop in the cloud</h2> <p>Desktops accessed through Guacamole need not physically exist. With both Guacamole and a desktop operating system hosted in the cloud, you can combine the convenience of Guacamole with the resilience and flexibility of cloud computing.</p> </li> <li class="apache"> <h2>Free and open source</h2> <p>Apache Guacamole is and will always be <strong>free and open source software</strong>. It is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>, and is actively maintained by a community of developers that use Guacamole to access their own development environments.</p> <p>We feel this sets us apart from other remote desktop solutions, and gives us a <a href="/open-source/">distinct advantage</a>.</p> </li> <li class="documented-api"> <h2>Built on a well-documented API</h2> <p>Apache Guacamole is built on its own stack of core APIs which are <a href="/api-documentation/">thoroughly documented</a>, including basic tutorials and conceptual overviews in the <a href="/doc/gug/">online manual</a>. These APIs allow Guacamole to be tightly integrated into other applications, whether they be open source or proprietary.</p> </li> <li class="commercially-supported"> <h2>Community and commercially supported</h2> <p>Community support for Apache Guacamole is available through <a href="/support/#mailing-lists">the project's public mailing lists</a>. Dedicated commercial support is also available through <a href="/support/#commercial-support">third party companies</a>.</p> </li> </ul> </div> <!-- Footer --> <div id="footer"> <div class="readable-content"> <!-- Copyrights --> <p class="copyright"> Copyright &copy; 2024 <a href="http://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. </p> <!-- Trademarks --> <p class="trademarks"> Apache Guacamole, Guacamole, Apache, the Apache feather logo, and the Apache Guacamole project logo are trademarks of The Apache Software Foundation. </p> </div> </div> <!-- jQuery --> <script src="/scripts/jquery.min.js" type="text/javascript"></script> <!-- Dropdown toggle --> <script src="/scripts/dropdown.js" type="text/javascript"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10