{"id":58778,"date":"2025-03-19T18:11:29","date_gmt":"2025-03-19T18:11:29","guid":{"rendered":"https:\/\/www.realvnc.com\/connect\/telecharger\/"},"modified":"2026-03-19T15:18:30","modified_gmt":"2026-03-19T15:18:30","slug":"download","status":"publish","type":"page","link":"https:\/\/www.realvnc.com\/fr\/connect\/download\/","title":{"rendered":"T\u00e9l\u00e9charger"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"58778\" class=\"elementor elementor-58778 elementor-2239\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1f88d8c6 downloadVariant   elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1f88d8c6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aebff05\" data-id=\"aebff05\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33d32c0d elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"33d32c0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.icon-tabs-nav ul > li {\n    border-radius: 16px 12px 0 0;\n    background: rgba(34, 34, 34, 0.25)!important;\n    margin-bottom: 0;\n    border-bottom: none;\n   width: calc(50% - 4px);\n    margin-right: 8px;\n}\n.icon-tabs-nav ul > li:last-child {\n    margin-right: 0;\n}\n.icon-tabs-nav ul > li.icon-tab-inactive {\n    border-bottom: none;\n}\n.icon-tabs-nav ul > li.icon-tab-active {\n    background-color: #FFF!important;\n    border-radius: 16px 12px 0 0;\n    border-bottom: none;\n}\n.icon-tabs .icon-tabs-nav > ul li .icon-tab-text {\n    color: #FFF;\n    font-size: 1.125rem;\n    font-weight: 700;\n    line-height: 133.333%;\n}\n.icon-tabs .icon-tabs-nav > ul li.icon-tab-active .icon-tab-text {\n    color: #3575CB;\n}\n\n.icon-tabs-content {\n    background-color: #FFF;\n    padding: 3rem;\n    padding-top: 1.5rem;\n}\nhtml .allinoneSection .btnRealVNC a.elementor-button {\n    font-size: 1rem!important;\n    padding: 18px 40px!important;\n}\nhtml .elementor-kit-5 a.elementor-button  {\n    font-size: 1rem!important;\n    padding: 18px 40px!important;\n}\n#cta-wrapper-mass-rvnc-mass-4 {\n    margin-top: 1rem;\n}\n@media (max-width: 1024px) {\n.icon-tabs-nav ul > li {\n    width: 48.5%;\n    padding: 10px 5px;\n}\n.icon-tabs .icon-tabs-nav > ul li .icon-tab-text {\n    font-size: .85rem;\n}\n}\n<\/style>\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {    \n\tvar radioImages = document.querySelectorAll('#radios-server .os-radio-img');\n\t\n\tvar detectedOS = getUserOS().toLowerCase();\n\tvar defaultOS = \"windows\"; \/\/ Default to Windows if no match\n\t\n\tvar selectedOS = document.querySelector('#radios-server .os-radio-img[data-value=\"' + detectedOS + '\"]');\t\n\tif (!selectedOS) {\n        selectedOS = document.querySelector('#radios-server .os-radio-img[data-value=\"' + defaultOS + '\"]');\n    }\n    setTimeout(function(){\n\t\tif (selectedOS) {\n\t\t\tselectServerOption(selectedOS.getAttribute('data-value'), radioImages);\n\t\t}\n\t\tradioImages.forEach(function(radioImage) {\n\t\t\tradioImage.addEventListener('click', function() {\n\t\t\t\tvar dataValue = this.getAttribute('data-value');\n\t\t\t\tselectServerOption(dataValue, radioImages);\n\t\t\t});\n\t\t});\n\t},1000);\n});\n\nfunction getUserOS() {\n    var platform = navigator.platform.toLowerCase();\n    var userAgent = navigator.userAgent.toLowerCase();\n\n    if (platform.indexOf(\"win\") !== -1) return \"windows\";\n    if (platform.indexOf(\"mac\") !== -1) return \"macos\";\n    if (platform.indexOf(\"linux\") !== -1 || platform.indexOf(\"x11\") !== -1) return \"linux\";\n    if (userAgent.indexOf(\"android\") !== -1) return \"android\";\n    if (userAgent.indexOf(\"iphone\") !== -1 || userAgent.indexOf(\"ipad\") !== -1 || userAgent.indexOf(\"ipod\") !== -1) return \"ios\";\n    \n    return \"windows\"; \/\/ Default if OS is unknown\n}\n\nfunction selectServerOption(value, radioImages) {\n\tvar rightImages = document.querySelector('#right-images-server');\n\t\n\tif (radioImages == null){\n\t\treturn;\n\t}\n\n\t\/\/ Remove 'selected' class from all buttons\n\tvar buttons = radioImages;\n\tbuttons.forEach(function (button) {\n\t\tbutton.classList.remove('selected');\n\t});\n  \n \t \/\/ hide all os-selection-wrapper\n\tconst osSelections = document.querySelectorAll('.rvnc-server-selection .os-selection-wrapper');\n\n\tfor (const osSelection of osSelections) {\n\t  osSelection.style.display = 'none';\n\t}\n\t\n\t\/\/ hide all os-selection-wrapper-text\n\tconst osSelectionsTxt = document.querySelectorAll('.rvnc-server-selection-text .os-selection-wrapper-text');\n\n\tfor (const osSelectionTxt of osSelectionsTxt) {\n\t  osSelectionTxt.style.display = 'none';\n\t}\n\t\n\t\/\/ show the selected os selection-text \n\tvar rvncViewerSelectText = document.querySelector('.rvnc-server-selection-text .os-selection-text-' + value + '');  \n\tif(rvncViewerSelectText !== null) {\n\t\trvncViewerSelectText.style.display = null;\n\t}\n  \n\t\/\/ show the selected os selection \n\tvar rvncViewerSelect = document.querySelector('.rvnc-server-selection .os-selection-' + value + '');  \n\tif(rvncViewerSelect !== null) {\n\t\trvncViewerSelect.style.display = null;\n\t}\n  \n\n\t\/\/ Add 'selected' class to the clicked button\n\tvar selectedButton = document.querySelector('#radios-server .os-radio-img[data-value=\"' + value + '\"]');\n\tif (selectedButton) {\n\t\tselectedButton.classList.add('selected');\n\t}\n\t\n\/\/\tvar allRightQRimgs = '';\nvar allRightQRimgs = rightImages.querySelectorAll('.right-qr-imgs');\n\t\n\n\tif(rightImages !== null) {\t\n\t\trightImages.querySelectorAll('.right-qr-imgs');\n\n\t\tif (value === \"android\" || value === \"ios\") {\t\t  \n\t\t\tfor(const rightQRImgs of allRightQRimgs) {\n\t\t\trightQRImgs.style.display = 'none';\t\n\t\t\t}\n\t\t\trightImages.querySelector('#server-qr-' + value).style.display = 'block';\n\t\t} else {\n\t\t\tfor(const rightQRImgs of allRightQRimgs) {\n\t\t\trightQRImgs.style.display = 'none';\t\n\t\t\t}\n\t\t\trightImages.querySelector('#server-no-qr').style.display = 'block';\n\t\t}\n\t}\n\n\tvar androidCD = document.querySelector('.combined-download-wrapper .combined-download-android');\n\tvar iOSCD = document.querySelector('.combined-download-wrapper .combined-download-ios');\n\n\tif (androidCD !== null) {\n\t  if (value === \"android\") {\n\t\tandroidCD.style.display = 'block';\n\t  } else {\n\t\tandroidCD.style.display = 'none';\n\t  }\n\t}\n\n\tif (iOSCD !== null) {\n\t  if (value === \"ios\") {\n\t\tiOSCD.style.display = 'block';\n\t  } else {\n\t\tiOSCD.style.display = 'none';\n\t  }\n\t}\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f7ac3d elementor-widget elementor-widget-heading\" data-id=\"7f7ac3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">T\u00e9l\u00e9charger RealVNC\u200b<sup style=\"font-size: 55%\">&reg;<\/sup> Connect<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3bc1e56 elementor-widget elementor-widget-heading\" data-id=\"3bc1e56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vous pouvez ensuite vous connecter avec votre compte existant ou commencer un essai gratuit de 14 jours.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b13ab95 elementor-widget elementor-widget-icon-tabs\" data-id=\"3b13ab95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t         <div id=\"icon-tabs-3b13ab95\" class=\"icon-tabs\" data-tabid=\"3b13ab95\">\n            <div class=\"icon-tabs-nav\">\n                <ul class=\"\">\n                                        <li data-group-id=\"\" id=\"le-meilleur-visualiseur-vnc-serveur-vnc-de-sa-catgorie\" data-tab-id=\"le-meilleur-visualiseur-vnc-serveur-vnc-de-sa-catgorie\" class=\"icon-tab icon-tab-inactive\">\n                                                        <div class=\"icon-tab-text \">\n                                Le meilleur visualiseur VNC + serveur VNC de sa cat\u00e9gorie                                <\/div>\n                                                <\/li>\n                                                <li data-group-id=\"\" id=\"accs-distance-tout-en-un\" data-tab-id=\"accs-distance-tout-en-un\" class=\"icon-tab icon-tab-active\">\n                                                        <div class=\"icon-tab-text \">\n                                Acc\u00e8s \u00e0 distance tout-en-un                                <\/div>\n                                                <\/li>\n                                        <\/ul>\n            <\/div>\n        <\/div>\n                <div class=\"icon-tabs-content\">\n                    <div data-group-tab-id=\"\" id=\"le-meilleur-visualiseur-vnc-serveur-vnc-de-sa-catgorie-tab\" class=\"icon-tab-content inactive\" data-title-link=\"le-meilleur-visualiseur-vnc-serveur-vnc-de-sa-catgorie\">\n                                    <p>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"85492\" class=\"elementor elementor-85492 elementor-80259 elementor-80259\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5e8aed42 allinoneSection elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e8aed42\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-792d934f\" data-id=\"792d934f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3a228b38 elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3a228b38\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-565b9491\" data-id=\"565b9491\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-44ec598f elementor-widget elementor-widget-heading\" data-id=\"44ec598f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><sup style=\"font-size: 55%\">RealVNC\u00ae<\/sup> Connect - Visionneuse + Serveur<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45acbe51 elementor-widget elementor-widget-text-editor\" data-id=\"45acbe51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tT\u00e9l\u00e9chargez notre interface VNC classique avec des apps distinctes pour la connexion aux dispositifs et \u00e0 partir de ceux-ci.\n<ul>\n \t<li>Installez s\u00e9par\u00e9ment les applications RealVNC Viewer et Serveur RealVNC.<\/li>\n \t<li>S\u00c9CURIT\u00c9 d\u00e8s la conception, exp\u00e9rience de premier ordre<\/li>\n \t<li>Permet des connexions hors ligne et sur site<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a76088d elementor-widget elementor-widget-shortcode\" data-id=\"5a76088d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"flex-combined combined-download-v7-wrapper combined-download-wrapper\">\n<select class=\"main-platform-download\" name=\"platform-combined\">\n    <option value=\"windows\">RealVNC Connect for Windows<\/option> \n    <option value=\"macos\">RealVNC Connect for Mac<\/option> \n    <option value=\"linux\">RealVNC Connect for Linux<\/option> \n    <option value=\"raspberrypi\">RealVNC Connect for Raspberry Pi<\/option> \n<\/select>\n            <div class=\"combined-download platform-download-button file-platform-select file-counter combined-download-windows\"  data-platform=\"windows\" data-file-count=\"1\">\n            <div>\n                <a \n                    class=\"combined-download-link combined-download-link-windows button-solid button-size-lg elementor-button-link elementor-button elementor-size-lg\" \n                    href=\"https:\/\/downloads.realvnc.com\/download\/file\/vnc.files\/VNC-Connect-Installer-2.3.0-Windows.exe\"\n                    role=\"button\"\n                    data-thank-you=\"Windows\"\n                >\n                    <span class=\"elementor-button-content-wrapper\">\n                        <span class=\"elementor-button-text download-custom-text\">\n                            Download for Windows<i class=\"fas fa-download\"><\/i>\n                        <\/span>\n                    <\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n                    <div class=\"combined-download platform-download-button file-platform-select file-counter combined-download-macos\"  data-platform=\"macos\" data-file-count=\"1\">\n            <div>\n                <a \n                    class=\"combined-download-link combined-download-link-macos button-solid button-size-lg elementor-button-link elementor-button elementor-size-lg\" \n                    href=\"https:\/\/downloads.realvnc.com\/download\/file\/vnc.files\/VNC-Connect-Installer-2.3.0-MacOSX-universal.app.zip\"\n                    role=\"button\"\n                    data-thank-you=\"macOS\"\n                >\n                    <span class=\"elementor-button-content-wrapper\">\n                        <span class=\"elementor-button-text download-custom-text\">\n                            Download for macOS<i class=\"fas fa-download\"><\/i>\n                        <\/span>\n                    <\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n                    <div class=\"combined-download platform-download-button file-platform-select file-counter combined-download-linux\"  data-platform=\"linux\" data-file-count=\"1\">\n            <div>\n                <a \n                    class=\"combined-download-link combined-download-link-linux button-solid button-size-lg elementor-button-link elementor-button elementor-size-lg\" \n                    href=\"https:\/\/downloads.realvnc.com\/download\/file\/vnc.files\/VNC-Connect-Installer-2.3.0-Linux-x64.tar.gz\"\n                    role=\"button\"\n                    data-thank-you=\"Linux\"\n                >\n                    <span class=\"elementor-button-content-wrapper\">\n                        <span class=\"elementor-button-text download-custom-text\">\n                            Download for Linux<i class=\"fas fa-download\"><\/i>\n                        <\/span>\n                    <\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n                    <div class=\"combined-download file-platform-select multiple file-counter combined-download-raspberrypi\" data-file-count=\"2\">\n        <select class=\"combined-os-files\" name=\"combined-os-files\">\n                                    <option value=\"VNC-Connect-Installer-2.3.0-Linux-ARM.tar.gz\" data-file-ext=\"armhf\">\n                        armhf                    <\/option>\n                                    <option value=\"VNC-Connect-Installer-2.3.0-Linux-ARM64.tar.gz\" data-file-ext=\"arm64\">\n                        arm64                    <\/option>\n                            <\/select>\n        <\/div>\n        <div class=\"combined-download platform-download-button file-platform-select multiple combined-download-raspberrypi\" >\n            <div>\n                <a \n                    class=\"combined-download-link combined-download-link-raspberrypi button-solid button-size-lg elementor-button-link elementor-button elementor-size-lg\" \n                    href=\"https:\/\/downloads.realvnc.com\/download\/file\/vnc.files\/VNC-Connect-Installer-2.3.0-Linux-ARM.tar.gz\"\n                    role=\"button\"\n                    data-thank-you=\"Raspberry Pi\"\n                >\n                    <span class=\"elementor-button-content-wrapper\">\n                        <span class=\"elementor-button-text\">\n                        Download <span class=\"download-file-ext\">armhf<\/span> for Raspberry Pi<i class=\"fas fa-download\"><\/i>\n                        <\/span>\n                    <\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n            <\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-482e9517 elementor-widget elementor-widget-shortcode\" data-id=\"482e9517\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12588\" class=\"elementor elementor-12588\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1cea1b3e thank-you-wrapper elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1cea1b3e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-144241ee\" data-id=\"144241ee\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ac37ad5 elementor-widget elementor-widget-heading\" data-id=\"ac37ad5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thank you for downloading <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c1a35e7 elementor-widget elementor-widget-text-editor\" data-id=\"5c1a35e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your download of VNC Connect for <strong class=\"download-thank-you\">\u00a0<\/strong> has started.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24aac7b5 elementor-widget elementor-widget-spacer\" data-id=\"24aac7b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9239673 elementor-widget elementor-widget-html\" data-id=\"9239673\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.allinoneSection p {\n    margin-top: 0;\n    padding-top: 0;\n}\n.allinoneSection h2 {\n    margin-bottom: 1rem!important;\n    padding-bottom: 0;\n    margin-top: 0;\n}\n.allinoneSection .elementor-widget {\n    margin-block-end: 0 !important;\n}\n.allinoneSection ul {\n        margin-top: 1rem;\n}\n.allinoneSection p, .allinoneSection ul li {\n    font-size: 1.125rem;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-339a19f elementor-widget elementor-widget-text-editor\" data-id=\"339a19f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>En t\u00e9l\u00e9chargeant, vous acceptez les conditions d&rsquo;utilisation et la <a style=\"color: #002d8d; text-decoration: underline;\" href=\"https:\/\/www.realvnc.com\/legal\/#privacy\">politique de confidentialit\u00e9.<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7c388dcc\" data-id=\"7c388dcc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6dbefbd4 elementor-widget elementor-widget-image\" data-id=\"6dbefbd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1138\" height=\"984\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support.png\" class=\"attachment-full size-full wp-image-71510\" alt=\"L&#039;assistance \u00e0 distance RealVNC\u00ae.\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support.png 1138w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support-300x259.png 300w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support-1024x885.png 1024w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support-768x664.png 768w\" sizes=\"(max-width: 1138px) 100vw, 1138px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/p>                            <\/div>\n                    <div data-group-tab-id=\"\" id=\"accs-distance-tout-en-un-tab\" class=\"icon-tab-content active\" data-title-link=\"accs-distance-tout-en-un\">\n                                    <p>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"85491\" class=\"elementor elementor-85491 elementor-80250 elementor-80250\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2c210d96 allinoneSection elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c210d96\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1182160a\" data-id=\"1182160a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-44923883 elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"44923883\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1854523c\" data-id=\"1854523c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-610688b7 elementor-widget elementor-widget-heading\" data-id=\"610688b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RealVNC<sup style=\"font-size: 55%\">\u00ae<\/sup> - Acc\u00e8s \u00e0 distance tout-en-un<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ade4e3b elementor-widget elementor-widget-text-editor\" data-id=\"2ade4e3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tT\u00e9l\u00e9chargez une application unique pour vous connecter \u00e0 vos appareils et en sortir, le tout dans une interface moderne et facile \u00e0 utiliser.\n<ul role=\"list\">\n \t<li>Installez la m\u00eame application sur tous les appareils<\/li>\n \t<li>Interface utilisateur simple et intuitive<\/li>\n \t<li>Id\u00e9al pour faciliter l&rsquo;acc\u00e8s \u00e0 distance et l&rsquo;assistance informatique<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58517c2f elementor-widget elementor-widget-shortcode\" data-id=\"58517c2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"mass rvnc-mass-instance\" id=\"rvnc-mass-1\">\n\n<script type=\"application\/json\" class=\"rvnc-mass-config\" data-uid=\"rvnc-mass-1\">\n{\"uid\":\"rvnc-mass-1\",\"schema\":\"v8\",\"product\":\"realvnc-connect-installer\",\"index\":{\"products\":{\"realvnc-connect\":{\"download\":{\"name\":\"RealVNC Connect\",\"file_directory\":\"realvnc-connect\",\"related_downloads\":[\"realvnc-connect-installer\",\"policy\",\"permissions\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.2\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-8.2.2-Windows.msi.zip\",\"sha256\":\"653101b2085dcf48a8eb6f0f6727de8eaf52f42d3e8e4d18a4fdd03cb177cf1f\",\"version\":\"8.2.2\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.2.2-Windows-en.msi\",\"sha256\":\"588c06a0ac20e08fbe27ecf684318ba0acedffdec652248c1b46d118539eb83d\",\"version\":\"8.2.2\",\"sl\":\"msi\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.2\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.2.2-MacOSX-universal.pkg\",\"sha256\":\"413e0a1dfb7d1b3fe17bac948babea5762a3d00faf904454c924cf6d23bf3bb9\",\"version\":\"8.2.2\",\"sl\":\"pkg\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.2\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.2.2-Linux-x64.deb\",\"sha256\":\"5ccee5791cea2bbc43989eccbf49efbae7f1df640b52c42601273048bcd708ca\",\"version\":\"8.2.2\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-8.2.2-Linux-x64.rpm\",\"sha256\":\"6cc20e5789b5adfd8492204ad58a82557032ac3fbf0155f7a72ff59c4f99b229\",\"version\":\"8.2.2\",\"sl\":\"rpm\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.0.1-Windows-en.msi\",\"sha256\":\"a20b10c6619539860c2d2522079fee2a4568a7784c0c409872828189fbed1e6c\",\"version\":\"8.0.1\",\"sl\":\"msi\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.2.0-Windows-en.msi\",\"sha256\":\"7dc3522a46ca7164c7c206c2261f4c8eeeac1450ae3a73a65dc698a1c292496f\",\"version\":\"8.2.0\",\"sl\":\"msi\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.0.0-Windows-en.msi\",\"sha256\":\"2713f6641bc5e6cb0b1789f7651bf9aef14d365f0ca301be9d196dbe936de8e6\",\"version\":\"8.0.0\",\"sl\":\"msi\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-8.0.1-Windows.msi.zip\",\"sha256\":\"30bd10c5353c54b1d8a867fe174338bb05476f55b4d3acfa22a86daf635073c0\",\"version\":\"8.0.1\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-8.1.0-Windows.msi.zip\",\"sha256\":\"ae4ba430f40b3b7547c5c75c64b9d04a6ff9ce3c35fe620d4a1d2384b2d9d177\",\"version\":\"8.1.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.2.1-Windows-en.msi\",\"sha256\":\"fa1e3bbe352d145b041b69ae1ce2a1f419c0efff86c8bbfb6dceee74d2b3255c\",\"version\":\"8.2.1\",\"sl\":\"msi\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.1.0-MacOSX-universal.pkg\",\"sha256\":\"769bf5eba7e0e39c35fde651e16e685e2cf0f7037527cf01d35990b3d394c483\",\"version\":\"8.1.0\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.0.0-MacOSX-universal.pkg\",\"sha256\":\"7bdab2dd010d240d394ee018b705d83b39cde4524628b58efee231ed0c5e00b4\",\"version\":\"8.0.0\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.2.0-MacOSX-universal.pkg\",\"sha256\":\"ca3206cc71bbf51808e22137dd1c603c520f33d33a6a60c4dbb8ad570560cea7\",\"version\":\"8.2.0\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.0.1-MacOSX-universal.pkg\",\"sha256\":\"ae611e4f062d3e19ae3558e544bce520c1ee7603ef42565df928736ff3987c60\",\"version\":\"8.0.1\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.2.1-MacOSX-universal.pkg\",\"sha256\":\"9077e360f0a33c627db035bcafe24400b3fb9ae4f99d1b91c5cf7c375eddb8bc\",\"version\":\"8.2.1\",\"sl\":\"pkg\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.0.1-Linux-x64.deb\",\"sha256\":\"f070c5f1c8b3744217f933c40d28f7ad6ccac2747d4e8257306e38a05ef4d2f8\",\"version\":\"8.0.1\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.2.1-Linux-x64.deb\",\"sha256\":\"2bb03784bb5de66d7c57c0e7fe5bfa17ab6e70a1a38106d82065b126bfc48533\",\"version\":\"8.2.1\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.2.0-Linux-x64.deb\",\"sha256\":\"88ee19337af2d6693da145026d684478e106a5a0b9b7c910abd57b4fa3e5ac9f\",\"version\":\"8.2.0\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-8.2.1-Linux-x64.rpm\",\"sha256\":\"c2b449f29414a62b8b66e699c65e3cd234765463555c6e6c28aca8af34fa69b3\",\"version\":\"8.2.1\",\"sl\":\"rpm\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.1.0-Linux-x64.deb\",\"sha256\":\"1ff03c74d04ac57727a277866c63f61e22e08b84db1285fd0e4b76df68ed8cdc\",\"version\":\"8.1.0\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-8.2.0-Linux-x64.rpm\",\"sha256\":\"f93c9824855469949d33c772547310a60851aaed168d08d7708c7f6fd72fecc6\",\"version\":\"8.2.0\",\"sl\":\"rpm\"}]}}},\"realvnc-connect-installer\":{\"download\":{\"name\":\"RealVNC Connect Installer\",\"file_directory\":\"realvnc-connect\",\"related_downloads\":[\"realvnc-connect\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.2.0-Windows.exe\",\"sha256\":\"abb4bd62325955f4e07650c569daf8147d46eb811e64245208ef66ac71ab8359\",\"version\":\"3.2.0\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.2.0-MacOSX-universal.zip\",\"sha256\":\"31c2972e49be06457b83341d509b1f3a4c05645fae0da69ceb9a4a895363b994\",\"version\":\"3.2.0\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.2.0-Linux-x64.tar.gz\",\"sha256\":\"16c99e232a1cb769eb27addfd7619f41ba71307ec85061f3a70f9c8c7d49c1a9\",\"version\":\"3.2.0\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.0.4\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.0-Windows.exe\",\"sha256\":\"68f04132094093c1e887abc7a9ac4c0bc8192eb431e948f050e0fbbc203dacc9\",\"version\":\"3.0.0\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Windows.exe\",\"sha256\":\"ddeb3cf88fce351463e1bb2a86e4f170f3019ca29b7866a7321a6b8eecf5d357\",\"version\":\"3.0.1\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.2-Windows.exe\",\"sha256\":\"16510f3d79cde6326083284e5c2d7d4d15b6ec992522df91c622f15e782cfcd5\",\"version\":\"3.0.2\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.4-Windows.exe\",\"sha256\":\"ffc5bfe815547541dc9db10f0d47b34512be0f7e5c52699e98da17e44debe2af\",\"version\":\"3.0.4\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Windows.exe\",\"sha256\":\"ddeb3cf88fce351463e1bb2a86e4f170f3019ca29b7866a7321a6b8eecf5d357\",\"version\":\"3.0.1\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.3-Windows.exe\",\"sha256\":\"f15a2b7b0bcdcf7152296fe5b178c988d3afd64362c50876e8f0cd0c2b9689af\",\"version\":\"3.0.3\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.0.4\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.0-MacOSX-universal.zip\",\"sha256\":\"6e597ad0f7f9fac041d49b78aa5a6fe0be019b68d2339bd2a8e6b881fa5b354a\",\"version\":\"3.0.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.3-MacOSX-universal.zip\",\"sha256\":\"a68d59bcca8c0c50660284caf619ae8a23a5cb738b87d1c963225266fe605f22\",\"version\":\"3.0.3\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.1-MacOSX-universal.zip\",\"sha256\":\"26334c1ed11f0b21b42fa0d126479048d65e7d55dda81d2f9530968c282a2c05\",\"version\":\"3.0.1\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.2-MacOSX-universal.zip\",\"sha256\":\"fc218fbbf26f516c9175944c9572dac03f0f929baa904fb698f6cebd15974115\",\"version\":\"3.0.2\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.4-MacOSX-universal.zip\",\"sha256\":\"649135eb75d0c78254f4f333d5b9a32e309dad9302bed1c053795698a63dd7c6\",\"version\":\"3.0.4\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.1-MacOSX-universal.zip\",\"sha256\":\"26334c1ed11f0b21b42fa0d126479048d65e7d55dda81d2f9530968c282a2c05\",\"version\":\"3.0.1\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.0.4\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.3-Linux-x64.tar.gz\",\"sha256\":\"7d264304d85cb15598a76c1a3f5f2a495776e57faddb3b2b278b1fce3d1f5633\",\"version\":\"3.0.3\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Linux-x64.tar.gz\",\"sha256\":\"71c19cb3b2ca6360d18987fc0374e457b15c5847a516b333a69fd8cb56e7d4ab\",\"version\":\"3.0.1\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Linux-x64.tar.gz\",\"sha256\":\"71c19cb3b2ca6360d18987fc0374e457b15c5847a516b333a69fd8cb56e7d4ab\",\"version\":\"3.0.1\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.0-Linux-x64.tar.gz\",\"sha256\":\"69b123aa0dc61d8b5152f7074db3beb7600bfc937eae055af197c7c88e9cfaf8\",\"version\":\"3.0.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.4-Linux-x64.tar.gz\",\"sha256\":\"656502674b4e302e4b1bc0c8c95c5b98f7a0cd42c34b856d503bcd0c3fef4d75\",\"version\":\"3.0.4\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.2-Linux-x64.tar.gz\",\"sha256\":\"17a1a2cc1cae24281ec44657158d10d38687f5d036f58bef923b5adb4eb94960\",\"version\":\"3.0.2\",\"sl\":\"tar.gz\"}]}}},\"policy\":{\"download\":{\"name\":\"RealVNC Connect Policy Templates\",\"file_directory\":\"realvnc-connect\",\"related_downloads\":[\"realvnc-connect\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.2.1.zip\",\"sha256\":\"071e1e8877542b46052341593fa0e3b66a20a267a7160d51f553f0a55e8c4fa7\",\"version\":\"8.2.1\",\"sl\":\"zip\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.2.1.tar.gz\",\"sha256\":\"3888fbd625186bd66e8131cc89774c33cd1df27d0e4f207c7676dc27069d80ff\",\"version\":\"8.2.1\",\"sl\":\"tar.gz\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.2.1.tar.gz\",\"sha256\":\"32ca358a4a9d0cd1c7f9a4b830b70c87f7022c17ba6fa0976ba8f220289d3d00\",\"version\":\"8.2.1\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.0\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.0.0.zip\",\"sha256\":\"e7defcb7e60229f34ae5dc0134fc98eee52575d9b121645fde5de70e53df3e76\",\"version\":\"8.0.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.2.0.zip\",\"sha256\":\"905cf9ce0ca11dee79e5730dead67b1b5dc2a9fe355acaa967fb1508e4c24691\",\"version\":\"8.2.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.1.0.zip\",\"sha256\":\"0bfa648d723ba8876427c23a5e4f7f077f119d7e395fe72a77882932e0d68d24\",\"version\":\"8.1.0\",\"sl\":\"zip\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.0\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.0.0.tar.gz\",\"sha256\":\"6d4914849007c38808ea78fb95be5979b1d761273eaf47603653175061d0f683\",\"version\":\"8.0.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.2.0.tar.gz\",\"sha256\":\"10436a9a3319f4b712db0b13886803129d81659b090da7d5cf62e61fa471cc5b\",\"version\":\"8.2.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.1.0.tar.gz\",\"sha256\":\"64b8b8a74a0e6ba10fad206a5671c3563e28fd1f13451611a440c90a71e4b937\",\"version\":\"8.1.0\",\"sl\":\"tar.gz\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.0\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.0.0.tar.gz\",\"sha256\":\"2214a3faa3f706c5f73e707c8dd53855775d68077cb68d4d9c437f27331f66f3\",\"version\":\"8.0.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.1.0.tar.gz\",\"sha256\":\"675ee4a1840df7b6f90c2d7fdf5cde770a7630a705e49d523f4b47cdf4b411a2\",\"version\":\"8.1.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.2.0.tar.gz\",\"sha256\":\"6b2d85a8a488fb6317470178150c818232a6d82de6084cc175d764437af06a4f\",\"version\":\"8.2.0\",\"sl\":\"tar.gz\"}]}}},\"on-demand-assist\":{\"download\":{\"name\":\"RealVNC On-Demand Assist\",\"file_directory\":\"on-demand-assist\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC On-Demand-Assist\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"On-Demand-Assist-3.2.0-Windows-64bit.exe\",\"sha256\":\"a43ddfbf4e7b9c5be1d4be803b605f8ac18dee831374e04ebc5e85d3c8f14baf\",\"version\":\"3.2.0\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"On-Demand-Assist-3.2.0-MacOSX-universal.app.zip\",\"sha256\":\"19cd44ccd96dffe0c3418f3b8dc8ae8ab854f2f220ffe18bab4e8daf97354100\",\"version\":\"3.2.0\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"On-Demand-Assist-3.2.0-Linux-x64.tar.gz\",\"sha256\":\"de0376b13eaca0d5cc1b261d2bad59ce04bfcb7f2081c9dfacbe011adb38789d\",\"version\":\"3.2.0\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.0.1\",\"files\":[{\"name\":\"RealVNC On-Demand-Assist\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"On-Demand-Assist-3.0.1-Windows-64bit.exe\",\"sha256\":\"a9aa69dbff1d8b58962a47ccd2b539ce5ab11b767169b1dd5def8c708b5cb027\",\"version\":\"3.0.1\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.0.1\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"On-Demand-Assist-3.0.1-MacOSX-universal.app.zip\",\"sha256\":\"0e7276a8e2d9410924741c25f5c130373cd4fb33c63b4dcaa1ca35648ed9b48d\",\"version\":\"3.0.1\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.0.1\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"On-Demand-Assist-3.0.1-Linux-x64.tar.gz\",\"sha256\":\"419792cbb56a3d57e6cee3307da6ccdb42cbff2ab6b43606705559cc4cd15d24\",\"version\":\"3.0.1\",\"sl\":\"tar.gz\"}]}}},\"on-prem-console\":{\"download\":{\"name\":\"On-Prem Console\",\"file_directory\":\"on-prem-console\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"2.1.0\",\"files\":[{\"name\":\"RealVNC On-Prem-Console Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCInstaller-2.1.0.exe\",\"sha256\":\"a1c5b1180b2932a7541400feb205fb54e94588aec53318a5df942852c9eb83f3\",\"version\":\"2.1.0\",\"sl\":\"exe\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"2.0.0\",\"files\":[{\"name\":\"RealVNC On-Prem-Console Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCInstaller-2.0.0.exe\",\"sha256\":\"8ddb7b8171393163f7b0135fe4ffb3df886faa3463843bd504d79d9dcea08665\",\"version\":\"2.0.0\",\"sl\":\"exe\"},{\"name\":\"RealVNC On-Prem-Console Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCInstaller-1.0.0.exe\",\"sha256\":\"b8cf4568f7ab91bce08bef8f8e88b8bb378c267e406eee1b787cf21195d04cf3\",\"version\":\"1.0.0\",\"sl\":\"exe\"}]}}},\"realvnc-connect-viewer\":{\"download\":{\"name\":\"RealVNC Connect Viewer\",\"file_directory\":\"realvnc-connect-viewer\",\"related_downloads\":[\"policy-viewer\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Windows.msi.zip\",\"sha256\":\"a36e77647990756a8a81b50192d9fe4ed728dfd6f89b370af8db1dbbfd7492bd\",\"version\":\"8.3.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Windows-en.msi\",\"sha256\":\"9cc64e7d0176dd53daee419da5cd5ad88b6c59948524aeeb87475bdd5edddb4a\",\"version\":\"8.3.0\",\"sl\":\"msi\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-MacOSX-universal.pkg\",\"sha256\":\"627c026b1f6a46a812704148479520022becfc4fa7e5263775c62e6d51110140\",\"version\":\"8.3.0\",\"sl\":\"pkg\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Linux-x64.deb\",\"sha256\":\"ef1d66e5fe457d7023e150f49e9c626609082aa014bf0ba7517a96d4362a6afb\",\"version\":\"8.3.0\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Linux-x64.rpm\",\"sha256\":\"a83faca800491232e2a4fd75521783e45477d1810b5694726351eee81bd14498\",\"version\":\"8.3.0\",\"sl\":\"rpm\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0\",\"files\":[]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"0.0\",\"files\":[]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"0.0\",\"files\":[]}}},\"policy-viewer\":{\"download\":{\"name\":\"RealVNC Connect Policy Templates\",\"file_directory\":\"realvnc-connect-viewer\/policy-templates\",\"related_downloads\":[\"realvnc-connect-viewer\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect Viewer Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Viewer-admx-templates-8.3.0.zip\",\"sha256\":\"cd558f9c1a749d0b0a0e304be98fba3780b665e1643f257c825e05f9dd142e13\",\"version\":\"8.3.0\",\"sl\":\"zip\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect Viewer Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Viewer-mac-templates-8.3.0.tar.gz\",\"sha256\":\"b2ea751affea8a7df73990e6fedff0a979e70ebb4bb5af91da73aed59ec9880e\",\"version\":\"8.3.0\",\"sl\":\"tar.gz\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect Viewer Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Viewer-unix-templates-8.3.0.tar.gz\",\"sha256\":\"629060e3a7bb26156a3017745d17936e8580401cbf1a1ad99dd46a9891b216cb\",\"version\":\"8.3.0\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0\",\"files\":[]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"0.0\",\"files\":[]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"0.0\",\"files\":[]}}},\"on-prem-zone\":{\"download\":{\"name\":\"On-Prem Zone\",\"file_directory\":\"on-prem-console\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"1.0.0\",\"files\":[{\"name\":\"RealVNC On-Prem-Zone Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCZoneInstaller-1.0.0.exe\",\"sha256\":\"eb81d4a2045b565f94b0a7f6b23c1420b7ee4a4d8a96ab00778a9caa287dc970\",\"version\":\"1.0.0\",\"sl\":\"exe\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0\",\"files\":[]}}},\"vdd\":{\"download\":{\"name\":\"Virtual Display Driver\",\"file_directory\":\"vdd\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"1.0.0\",\"files\":[{\"name\":\"Virtual Display Driver\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Virtual-Display-Driver-1.0.0.msi\",\"sha256\":\"65c706f933b9d5287088cb2f1485e0b838fdd511bd6ef1b5840b48b4aa325c6e\",\"version\":\"1.0.0\",\"sl\":\"msi\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0.0\",\"files\":[{\"name\":\"Virtual Display Driver\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"vdd.msi\",\"sha256\":\"cf753607052878008d29ec571071d71e1c989cea16eda70ae762a216898b39ae\",\"version\":\"0.0.0\",\"sl\":\"msi\"}]}}}}},\"os\":\"windows\",\"sprite\":\"\/wp-content\/uploads\/2025\/02\/icons-OS-downloads.svg\",\"fallback\":{\"windows\":{\"msi_zip\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Windows.msi.zip\",\"msi\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Windows-en.msi\"},\"macos\":{\"pkg\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-MacOSX-universal.pkg\"},\"linux\":{\"deb\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Linux-x64.deb\",\"rpm\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Linux-x64.rpm\"},\"policy\":{\"windows\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-admx-templates-8.2.1.zip\",\"macos\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-mac-templates-8.2.1.tar.gz\",\"linux\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-unix-templates-8.2.1.tar.gz\"},\"perm\":{\"windows\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-Windows-32bit.exe\",\"macos\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-MacOSX-universal.dmg\",\"linux\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-Linux-x64.tar.gz\"}}}  <\/script>\n\n  <div class=\"os-radios-images\" id=\"radios-mass-rvnc-mass-1\" role=\"tablist\" aria-label=\"Select Operating System\">\n    <button class=\"os-radio-img selected\" data-value=\"windows\" role=\"tab\" aria-selected=\"true\" tabindex=\"0\">\n      <span class=\"icon windows\" aria-hidden=\"true\"><\/span><span class=\"title\">Windows<\/span>\n    <\/button>\n    <button class=\"os-radio-img\" data-value=\"macos\" role=\"tab\" aria-selected=\"false\" tabindex=\"-1\">\n      <span class=\"icon macos\" aria-hidden=\"true\"><\/span><span class=\"title\">macOS<\/span>\n    <\/button>\n    <button class=\"os-radio-img\" data-value=\"linux\" role=\"tab\" aria-selected=\"false\" tabindex=\"-1\">\n      <span class=\"icon linux\" aria-hidden=\"true\"><\/span><span class=\"title\">Linux<\/span>\n    <\/button>\n  <\/div>\n\n  <div class=\"mass-download-outer-wrapper\">\n    <div id=\"mass-download-dropdown-wrapper-rvnc-mass-1\" style=\"display:none;\">\n      <select id=\"mass-download-dropdown-rvnc-mass-1\" style=\"padding:10px;font-size:14px;border:1px solid rgba(0,0,0,0.1);border-radius:6px;margin-left:10px;\"><\/select>\n    <\/div>\n\n    <div id=\"cta-wrapper-mass-rvnc-mass-1\" class=\"btnRealVNC\">\n      <a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n        <span class=\"elementor-button-content-wrapper\">\n          <span class=\"elementor-button-text\">Download EXE for Windows<\/span>\n          <span class=\"elementor-button-icon\">\n            <i aria-hidden=\"true\" class=\"fas fa-download\"><\/i>\n          <\/span>\n        <\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c73a566 elementor-widget elementor-widget-shortcode\" data-id=\"5c73a566\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"71481\" class=\"elementor elementor-71481\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ad7b4e6 thank-you-wrapper elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ad7b4e6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a04cc9c\" data-id=\"a04cc9c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f941dbe elementor-widget elementor-widget-heading\" data-id=\"f941dbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thank you, your download of RealVNC Connect has started.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ca9c68 elementor-widget elementor-widget-text-editor\" data-id=\"1ca9c68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Watch these <strong><a style=\"text-decoration: underline;\" href=\"#getStarted\">3 easy steps<\/a><\/strong> to get started.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2024118 elementor-widget elementor-widget-spacer\" data-id=\"2024118\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6603e880 elementor-widget elementor-widget-html\" data-id=\"6603e880\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-kit-5 .allinoneSection button.os-radio-img {\n    margin-bottom: 12px!important;\n}\n.allinoneSection .elementor-widget {\n    margin-block-end: 0 !important;\n}\n.allinoneSection p {\n    margin-top: 0;\n    padding-top: 0;\n}\n.allinoneSection h2 {\n    margin-bottom: 1rem!important;\n    padding-bottom: 0;\n    margin-top: 0;\n}\n.allinoneSection ul li, .allinoneSection p {\n    font-size: 1.125rem!important;\n}\ni.fas.fa-download {\n    margin-left: 10px;\n}\n.allinoneSection .btnRealVNC {\n    text-align: center;\n}\n.allinoneSection .btnRealVNC a.elementor-button {\n    border-radius: 8px;\nbackground: #FFD030;\ncolor: #000;\nfont-size: 18px;\nfont-style: normal;\nfont-weight: 700;\nline-height: normal;\npadding: 16px 66px!important;\nmargin: 0 auto;\nborder: none;\n}\n.allinoneSection .os-radios-images.os-radios-images {\n    display: flex;\n    justify-content: center;\n}\n.allinoneSection .os-radios-images .os-radio-img .title {\n    color: #959CA3;\n    font-size: 0.75rem!important;\n    line-height: 10.4px;\n    font-weight: 600;\n    margin-top: 10px;\n}\n.elementor-kit-5 .allinoneSection button.os-radio-img {\n    min-width: 78px;\n}\n.allinoneSection .os-radios-images .os-radio-img.selected, .allinoneSection .os-radios-images .os-radio-img:hover {\n    background-color: #DFEEFD;\n}\n.allinoneSection .os-radios-images .os-radio-img:hover .title, .allinoneSection .os-radios-images .os-radio-img.selected .title {\n    color: #288CF4;\n}\n.elementor-kit-5 .allinoneSection button.os-radio-img {\n    border-radius: 8px;\n    padding: 16px 12px;\n    margin-bottom: 2rem;\n    margin-left: 6px;\n    margin-right: 6px;\n}\n.allinoneSection .os-radios-images .os-radio-img {\n    min-width: 58px;\n    min-height: 58px;\n    color: #959CA3;\n    margin: 0;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-direction: column;\n    cursor: pointer;\n    border-radius: 6px;\n    transition: all .2s ease;\n    border: 0;\n    background: transparent;\n}\n.allinoneSection .mass .os-radios-images .os-radio-img .icon {\n    width: 30px;\n    height: 30px;\n    display: block;\n    background-image: url('\/wp-content\/uploads\/2025\/02\/icons-downloads-os.svg')!important;\n    background-size: 187px 94px;\n}\n.allinoneSection .mass .os-radios-images .os-radio-img .icon.windows {\n    background-position: 0px 2px!important;\n}\n.allinoneSection .mass .os-radios-images .os-radio-img.selected .icon.windows, .allinoneSection .mass .os-radios-images .os-radio-img:hover .icon.windows {\n    background-position:0px -30px!important;\n}\n.allinoneSection .mass .os-radios-images .os-radio-img .icon.macos {\n    background-position: -30px 0px!important;\n}\n.allinoneSection .mass .os-radios-images .os-radio-img.selected .icon.macos, .allinoneSection .mass .os-radios-images .os-radio-img:hover .icon.macos {\n    background-position: -30px -32px!important;\n}\n.allinoneSection .mass .os-radios-images .os-radio-img .icon.linux {\n    background-position: -62px 2px!important;\n   }\n   .allinoneSection .mass .os-radios-images .os-radio-img.selected .icon.linux, .allinoneSection .mass .os-radios-images .os-radio-img:hover .icon.linux {\n    background-position: -62px -30px!important;\n   }\n\/*.allinoneSection .os-radios-images .os-radio-img .icon.raspberry-pi {\n    background-position: -160px -114px;\n}\n.allinoneSection .os-radios-images .os-radio-img .icon.android {\n    background-position: -216px -114px;\n}\n.allinoneSection .os-radios-images .os-radio-img .icon.ios {\n    background-position: -271px -114px;\n}*\/\n<\/style><script>document.addEventListener(\"DOMContentLoaded\", function () {\n  const heroBtnWrapper = document.getElementById(\"cta-wrapper-hero\");\n  const heroDownloadBtn = heroBtnWrapper?.querySelector(\"a.elementor-button-link\");\n  const osSelectors = document.querySelector(\".download-icon-tabs\");\n  const thankYouSection = document.querySelector(\".thank-you-wrapper\");\n\n  if (heroDownloadBtn && thankYouSection) {\n    \/\/ Hide thank you message by default\n    thankYouSection.style.display = \"none\";\n\n    heroDownloadBtn.addEventListener(\"click\", function () {\n      \/\/ Optional: slight delay to allow native download behavior\n      setTimeout(() => {\n        \/\/ Hide OS selector icons and CTA button\n        if (osSelectors) osSelectors.style.display = \"none\";\n        if (heroBtnWrapper) heroBtnWrapper.style.display = \"none\";\n\n        \/\/ Show the Thank You message section\n        thankYouSection.style.display = \"block\";\n        thankYouSection.scrollIntoView({ behavior: \"smooth\" });\n      }, 200);\n    });\n  }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5f4626 elementor-widget elementor-widget-text-editor\" data-id=\"c5f4626\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tEn t\u00e9l\u00e9chargeant, vous acceptez les conditions d&rsquo;utilisation et la <a style=\"color: #002d8d; text-decoration: underline;\" href=\"https:\/\/www.realvnc.com\/legal\/#privacy\">politique de confidentialit\u00e9.<\/a>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-148d5812\" data-id=\"148d5812\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fc5db5f elementor-widget elementor-widget-image\" data-id=\"1fc5db5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1690\" height=\"1075\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/08\/realvnc-connect-v8-1.png\" class=\"attachment-full size-full wp-image-72367\" alt=\"RealVNC Connect v8.1 sur l&#039;ordinateur portable\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/08\/realvnc-connect-v8-1.png 1690w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/08\/realvnc-connect-v8-1-300x191.png 300w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/08\/realvnc-connect-v8-1-1024x651.png 1024w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/08\/realvnc-connect-v8-1-768x489.png 768w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/08\/realvnc-connect-v8-1-1536x977.png 1536w\" sizes=\"(max-width: 1690px) 100vw, 1690px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/p>                            <\/div>\n                <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3788729b elementor-widget elementor-widget-heading\" data-id=\"3788729b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"#moreInstall\" style=\"text-decoration: underline\">Voir plus d'options d'installation<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2cdf9157 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2cdf9157\" data-element_type=\"section\" data-e-type=\"section\" id=\"moreInstall\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-35f60736\" data-id=\"35f60736\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-76216612 elementor-widget elementor-widget-menu-anchor\" data-id=\"76216612\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"moreInstall\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62af2f43 elementor-widget elementor-widget-shortcode\" data-id=\"62af2f43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"74545\" class=\"elementor elementor-74545 elementor-73241 elementor-73241\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3ccb701 elementor-section-full_width mass elementor-section-height-default elementor-section-height-default\" data-id=\"3ccb701\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-81a3a0c\" data-id=\"81a3a0c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-41f091f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"41f091f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a12a38c\" data-id=\"a12a38c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-31c777a elementor-widget elementor-widget-image\" data-id=\"31c777a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"745\" height=\"476\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/02\/vnc-server-download-usecasesv4.png\" class=\"attachment-large size-large wp-image-53046\" alt=\"VNC server download view of use cases\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/02\/vnc-server-download-usecasesv4.png 745w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/02\/vnc-server-download-usecasesv4-300x192.png 300w\" sizes=\"(max-width: 745px) 100vw, 745px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ac49a87\" data-id=\"ac49a87\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bb46a84 elementor-widget elementor-widget-text-editor\" data-id=\"bb46a84\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2><strong>D\u00e9ploiement de masse sur les appareils<\/strong><\/h2><p>T\u00e9l\u00e9chargez les installateurs pour d\u00e9ployer RealVNC Connect sur plusieurs appareils \u00e0 grande \u00e9chelle. Permet l&rsquo;installation sur des appareils sans surveillance ou hors ligne\/en r\u00e9seau. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e05cafe elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e05cafe\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ec80e76\" data-id=\"ec80e76\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ba63347 elementor-widget elementor-widget-shortcode\" data-id=\"ba63347\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"mass rvnc-mass-instance\" id=\"rvnc-mass-2\">\n\n<script type=\"application\/json\" class=\"rvnc-mass-config\" data-uid=\"rvnc-mass-2\">\n{\"uid\":\"rvnc-mass-2\",\"schema\":\"v8\",\"product\":\"realvnc-connect\",\"index\":{\"products\":{\"realvnc-connect\":{\"download\":{\"name\":\"RealVNC Connect\",\"file_directory\":\"realvnc-connect\",\"related_downloads\":[\"realvnc-connect-installer\",\"policy\",\"permissions\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.2\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-8.2.2-Windows.msi.zip\",\"sha256\":\"653101b2085dcf48a8eb6f0f6727de8eaf52f42d3e8e4d18a4fdd03cb177cf1f\",\"version\":\"8.2.2\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.2.2-Windows-en.msi\",\"sha256\":\"588c06a0ac20e08fbe27ecf684318ba0acedffdec652248c1b46d118539eb83d\",\"version\":\"8.2.2\",\"sl\":\"msi\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.2\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.2.2-MacOSX-universal.pkg\",\"sha256\":\"413e0a1dfb7d1b3fe17bac948babea5762a3d00faf904454c924cf6d23bf3bb9\",\"version\":\"8.2.2\",\"sl\":\"pkg\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.2\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.2.2-Linux-x64.deb\",\"sha256\":\"5ccee5791cea2bbc43989eccbf49efbae7f1df640b52c42601273048bcd708ca\",\"version\":\"8.2.2\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-8.2.2-Linux-x64.rpm\",\"sha256\":\"6cc20e5789b5adfd8492204ad58a82557032ac3fbf0155f7a72ff59c4f99b229\",\"version\":\"8.2.2\",\"sl\":\"rpm\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.0.1-Windows-en.msi\",\"sha256\":\"a20b10c6619539860c2d2522079fee2a4568a7784c0c409872828189fbed1e6c\",\"version\":\"8.0.1\",\"sl\":\"msi\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.2.0-Windows-en.msi\",\"sha256\":\"7dc3522a46ca7164c7c206c2261f4c8eeeac1450ae3a73a65dc698a1c292496f\",\"version\":\"8.2.0\",\"sl\":\"msi\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.0.0-Windows-en.msi\",\"sha256\":\"2713f6641bc5e6cb0b1789f7651bf9aef14d365f0ca301be9d196dbe936de8e6\",\"version\":\"8.0.0\",\"sl\":\"msi\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-8.0.1-Windows.msi.zip\",\"sha256\":\"30bd10c5353c54b1d8a867fe174338bb05476f55b4d3acfa22a86daf635073c0\",\"version\":\"8.0.1\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-8.1.0-Windows.msi.zip\",\"sha256\":\"ae4ba430f40b3b7547c5c75c64b9d04a6ff9ce3c35fe620d4a1d2384b2d9d177\",\"version\":\"8.1.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-8.2.1-Windows-en.msi\",\"sha256\":\"fa1e3bbe352d145b041b69ae1ce2a1f419c0efff86c8bbfb6dceee74d2b3255c\",\"version\":\"8.2.1\",\"sl\":\"msi\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.1.0-MacOSX-universal.pkg\",\"sha256\":\"769bf5eba7e0e39c35fde651e16e685e2cf0f7037527cf01d35990b3d394c483\",\"version\":\"8.1.0\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.0.0-MacOSX-universal.pkg\",\"sha256\":\"7bdab2dd010d240d394ee018b705d83b39cde4524628b58efee231ed0c5e00b4\",\"version\":\"8.0.0\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.2.0-MacOSX-universal.pkg\",\"sha256\":\"ca3206cc71bbf51808e22137dd1c603c520f33d33a6a60c4dbb8ad570560cea7\",\"version\":\"8.2.0\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.0.1-MacOSX-universal.pkg\",\"sha256\":\"ae611e4f062d3e19ae3558e544bce520c1ee7603ef42565df928736ff3987c60\",\"version\":\"8.0.1\",\"sl\":\"pkg\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-8.2.1-MacOSX-universal.pkg\",\"sha256\":\"9077e360f0a33c627db035bcafe24400b3fb9ae4f99d1b91c5cf7c375eddb8bc\",\"version\":\"8.2.1\",\"sl\":\"pkg\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.0.1-Linux-x64.deb\",\"sha256\":\"f070c5f1c8b3744217f933c40d28f7ad6ccac2747d4e8257306e38a05ef4d2f8\",\"version\":\"8.0.1\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.2.1-Linux-x64.deb\",\"sha256\":\"2bb03784bb5de66d7c57c0e7fe5bfa17ab6e70a1a38106d82065b126bfc48533\",\"version\":\"8.2.1\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.2.0-Linux-x64.deb\",\"sha256\":\"88ee19337af2d6693da145026d684478e106a5a0b9b7c910abd57b4fa3e5ac9f\",\"version\":\"8.2.0\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-8.2.1-Linux-x64.rpm\",\"sha256\":\"c2b449f29414a62b8b66e699c65e3cd234765463555c6e6c28aca8af34fa69b3\",\"version\":\"8.2.1\",\"sl\":\"rpm\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-8.1.0-Linux-x64.deb\",\"sha256\":\"1ff03c74d04ac57727a277866c63f61e22e08b84db1285fd0e4b76df68ed8cdc\",\"version\":\"8.1.0\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-8.2.0-Linux-x64.rpm\",\"sha256\":\"f93c9824855469949d33c772547310a60851aaed168d08d7708c7f6fd72fecc6\",\"version\":\"8.2.0\",\"sl\":\"rpm\"}]}}},\"realvnc-connect-installer\":{\"download\":{\"name\":\"RealVNC Connect Installer\",\"file_directory\":\"realvnc-connect\",\"related_downloads\":[\"realvnc-connect\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.2.0-Windows.exe\",\"sha256\":\"abb4bd62325955f4e07650c569daf8147d46eb811e64245208ef66ac71ab8359\",\"version\":\"3.2.0\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.2.0-MacOSX-universal.zip\",\"sha256\":\"31c2972e49be06457b83341d509b1f3a4c05645fae0da69ceb9a4a895363b994\",\"version\":\"3.2.0\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.2.0-Linux-x64.tar.gz\",\"sha256\":\"16c99e232a1cb769eb27addfd7619f41ba71307ec85061f3a70f9c8c7d49c1a9\",\"version\":\"3.2.0\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.0.4\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.0-Windows.exe\",\"sha256\":\"68f04132094093c1e887abc7a9ac4c0bc8192eb431e948f050e0fbbc203dacc9\",\"version\":\"3.0.0\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Windows.exe\",\"sha256\":\"ddeb3cf88fce351463e1bb2a86e4f170f3019ca29b7866a7321a6b8eecf5d357\",\"version\":\"3.0.1\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.2-Windows.exe\",\"sha256\":\"16510f3d79cde6326083284e5c2d7d4d15b6ec992522df91c622f15e782cfcd5\",\"version\":\"3.0.2\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.4-Windows.exe\",\"sha256\":\"ffc5bfe815547541dc9db10f0d47b34512be0f7e5c52699e98da17e44debe2af\",\"version\":\"3.0.4\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Windows.exe\",\"sha256\":\"ddeb3cf88fce351463e1bb2a86e4f170f3019ca29b7866a7321a6b8eecf5d357\",\"version\":\"3.0.1\",\"sl\":\"exe\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"RealVNC-Connect-Installer-3.0.3-Windows.exe\",\"sha256\":\"f15a2b7b0bcdcf7152296fe5b178c988d3afd64362c50876e8f0cd0c2b9689af\",\"version\":\"3.0.3\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.0.4\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.0-MacOSX-universal.zip\",\"sha256\":\"6e597ad0f7f9fac041d49b78aa5a6fe0be019b68d2339bd2a8e6b881fa5b354a\",\"version\":\"3.0.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.3-MacOSX-universal.zip\",\"sha256\":\"a68d59bcca8c0c50660284caf619ae8a23a5cb738b87d1c963225266fe605f22\",\"version\":\"3.0.3\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.1-MacOSX-universal.zip\",\"sha256\":\"26334c1ed11f0b21b42fa0d126479048d65e7d55dda81d2f9530968c282a2c05\",\"version\":\"3.0.1\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.2-MacOSX-universal.zip\",\"sha256\":\"fc218fbbf26f516c9175944c9572dac03f0f929baa904fb698f6cebd15974115\",\"version\":\"3.0.2\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.4-MacOSX-universal.zip\",\"sha256\":\"649135eb75d0c78254f4f333d5b9a32e309dad9302bed1c053795698a63dd7c6\",\"version\":\"3.0.4\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Installer-3.0.1-MacOSX-universal.zip\",\"sha256\":\"26334c1ed11f0b21b42fa0d126479048d65e7d55dda81d2f9530968c282a2c05\",\"version\":\"3.0.1\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.0.4\",\"files\":[{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.3-Linux-x64.tar.gz\",\"sha256\":\"7d264304d85cb15598a76c1a3f5f2a495776e57faddb3b2b278b1fce3d1f5633\",\"version\":\"3.0.3\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Linux-x64.tar.gz\",\"sha256\":\"71c19cb3b2ca6360d18987fc0374e457b15c5847a516b333a69fd8cb56e7d4ab\",\"version\":\"3.0.1\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.1-Linux-x64.tar.gz\",\"sha256\":\"71c19cb3b2ca6360d18987fc0374e457b15c5847a516b333a69fd8cb56e7d4ab\",\"version\":\"3.0.1\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.0-Linux-x64.tar.gz\",\"sha256\":\"69b123aa0dc61d8b5152f7074db3beb7600bfc937eae055af197c7c88e9cfaf8\",\"version\":\"3.0.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.4-Linux-x64.tar.gz\",\"sha256\":\"656502674b4e302e4b1bc0c8c95c5b98f7a0cd42c34b856d503bcd0c3fef4d75\",\"version\":\"3.0.4\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Installer\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Installer-3.0.2-Linux-x64.tar.gz\",\"sha256\":\"17a1a2cc1cae24281ec44657158d10d38687f5d036f58bef923b5adb4eb94960\",\"version\":\"3.0.2\",\"sl\":\"tar.gz\"}]}}},\"policy\":{\"download\":{\"name\":\"RealVNC Connect Policy Templates\",\"file_directory\":\"realvnc-connect\",\"related_downloads\":[\"realvnc-connect\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.2.1.zip\",\"sha256\":\"071e1e8877542b46052341593fa0e3b66a20a267a7160d51f553f0a55e8c4fa7\",\"version\":\"8.2.1\",\"sl\":\"zip\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.2.1.tar.gz\",\"sha256\":\"3888fbd625186bd66e8131cc89774c33cd1df27d0e4f207c7676dc27069d80ff\",\"version\":\"8.2.1\",\"sl\":\"tar.gz\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.1\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.2.1.tar.gz\",\"sha256\":\"32ca358a4a9d0cd1c7f9a4b830b70c87f7022c17ba6fa0976ba8f220289d3d00\",\"version\":\"8.2.1\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.2.0\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.0.0.zip\",\"sha256\":\"e7defcb7e60229f34ae5dc0134fc98eee52575d9b121645fde5de70e53df3e76\",\"version\":\"8.0.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.2.0.zip\",\"sha256\":\"905cf9ce0ca11dee79e5730dead67b1b5dc2a9fe355acaa967fb1508e4c24691\",\"version\":\"8.2.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-admx-templates-8.1.0.zip\",\"sha256\":\"0bfa648d723ba8876427c23a5e4f7f077f119d7e395fe72a77882932e0d68d24\",\"version\":\"8.1.0\",\"sl\":\"zip\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.2.0\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.0.0.tar.gz\",\"sha256\":\"6d4914849007c38808ea78fb95be5979b1d761273eaf47603653175061d0f683\",\"version\":\"8.0.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.2.0.tar.gz\",\"sha256\":\"10436a9a3319f4b712db0b13886803129d81659b090da7d5cf62e61fa471cc5b\",\"version\":\"8.2.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-mac-templates-8.1.0.tar.gz\",\"sha256\":\"64b8b8a74a0e6ba10fad206a5671c3563e28fd1f13451611a440c90a71e4b937\",\"version\":\"8.1.0\",\"sl\":\"tar.gz\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.2.0\",\"files\":[{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.0.0.tar.gz\",\"sha256\":\"2214a3faa3f706c5f73e707c8dd53855775d68077cb68d4d9c437f27331f66f3\",\"version\":\"8.0.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.1.0.tar.gz\",\"sha256\":\"675ee4a1840df7b6f90c2d7fdf5cde770a7630a705e49d523f4b47cdf4b411a2\",\"version\":\"8.1.0\",\"sl\":\"tar.gz\"},{\"name\":\"RealVNC Connect Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-unix-templates-8.2.0.tar.gz\",\"sha256\":\"6b2d85a8a488fb6317470178150c818232a6d82de6084cc175d764437af06a4f\",\"version\":\"8.2.0\",\"sl\":\"tar.gz\"}]}}},\"on-demand-assist\":{\"download\":{\"name\":\"RealVNC On-Demand Assist\",\"file_directory\":\"on-demand-assist\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC On-Demand-Assist\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"On-Demand-Assist-3.2.0-Windows-64bit.exe\",\"sha256\":\"a43ddfbf4e7b9c5be1d4be803b605f8ac18dee831374e04ebc5e85d3c8f14baf\",\"version\":\"3.2.0\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"On-Demand-Assist-3.2.0-MacOSX-universal.app.zip\",\"sha256\":\"19cd44ccd96dffe0c3418f3b8dc8ae8ab854f2f220ffe18bab4e8daf97354100\",\"version\":\"3.2.0\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.2.0\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"On-Demand-Assist-3.2.0-Linux-x64.tar.gz\",\"sha256\":\"de0376b13eaca0d5cc1b261d2bad59ce04bfcb7f2081c9dfacbe011adb38789d\",\"version\":\"3.2.0\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"3.0.1\",\"files\":[{\"name\":\"RealVNC On-Demand-Assist\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"On-Demand-Assist-3.0.1-Windows-64bit.exe\",\"sha256\":\"a9aa69dbff1d8b58962a47ccd2b539ce5ab11b767169b1dd5def8c708b5cb027\",\"version\":\"3.0.1\",\"sl\":\"exe\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"3.0.1\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"On-Demand-Assist-3.0.1-MacOSX-universal.app.zip\",\"sha256\":\"0e7276a8e2d9410924741c25f5c130373cd4fb33c63b4dcaa1ca35648ed9b48d\",\"version\":\"3.0.1\",\"sl\":\"zip\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"3.0.1\",\"files\":[{\"name\":\"RealVNC On-Demand Assist\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"On-Demand-Assist-3.0.1-Linux-x64.tar.gz\",\"sha256\":\"419792cbb56a3d57e6cee3307da6ccdb42cbff2ab6b43606705559cc4cd15d24\",\"version\":\"3.0.1\",\"sl\":\"tar.gz\"}]}}},\"on-prem-console\":{\"download\":{\"name\":\"On-Prem Console\",\"file_directory\":\"on-prem-console\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"2.1.0\",\"files\":[{\"name\":\"RealVNC On-Prem-Console Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCInstaller-2.1.0.exe\",\"sha256\":\"a1c5b1180b2932a7541400feb205fb54e94588aec53318a5df942852c9eb83f3\",\"version\":\"2.1.0\",\"sl\":\"exe\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"2.0.0\",\"files\":[{\"name\":\"RealVNC On-Prem-Console Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCInstaller-2.0.0.exe\",\"sha256\":\"8ddb7b8171393163f7b0135fe4ffb3df886faa3463843bd504d79d9dcea08665\",\"version\":\"2.0.0\",\"sl\":\"exe\"},{\"name\":\"RealVNC On-Prem-Console Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCInstaller-1.0.0.exe\",\"sha256\":\"b8cf4568f7ab91bce08bef8f8e88b8bb378c267e406eee1b787cf21195d04cf3\",\"version\":\"1.0.0\",\"sl\":\"exe\"}]}}},\"realvnc-connect-viewer\":{\"download\":{\"name\":\"RealVNC Connect Viewer\",\"file_directory\":\"realvnc-connect-viewer\",\"related_downloads\":[\"policy-viewer\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Windows.msi.zip\",\"sha256\":\"a36e77647990756a8a81b50192d9fe4ed728dfd6f89b370af8db1dbbfd7492bd\",\"version\":\"8.3.0\",\"sl\":\"zip\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Windows-en.msi\",\"sha256\":\"9cc64e7d0176dd53daee419da5cd5ad88b6c59948524aeeb87475bdd5edddb4a\",\"version\":\"8.3.0\",\"sl\":\"msi\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-MacOSX-universal.pkg\",\"sha256\":\"627c026b1f6a46a812704148479520022becfc4fa7e5263775c62e6d51110140\",\"version\":\"8.3.0\",\"sl\":\"pkg\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Linux-x64.deb\",\"sha256\":\"ef1d66e5fe457d7023e150f49e9c626609082aa014bf0ba7517a96d4362a6afb\",\"version\":\"8.3.0\",\"sl\":\"deb\"},{\"name\":\"RealVNC Connect\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"RealVNC-Connect-Viewer-8.3.0-Linux-x64.rpm\",\"sha256\":\"a83faca800491232e2a4fd75521783e45477d1810b5694726351eee81bd14498\",\"version\":\"8.3.0\",\"sl\":\"rpm\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0\",\"files\":[]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"0.0\",\"files\":[]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"0.0\",\"files\":[]}}},\"policy-viewer\":{\"download\":{\"name\":\"RealVNC Connect Policy Templates\",\"file_directory\":\"realvnc-connect-viewer\/policy-templates\",\"related_downloads\":[\"realvnc-connect-viewer\"]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect Viewer Policy Template\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"RealVNC-Connect-Viewer-admx-templates-8.3.0.zip\",\"sha256\":\"cd558f9c1a749d0b0a0e304be98fba3780b665e1643f257c825e05f9dd142e13\",\"version\":\"8.3.0\",\"sl\":\"zip\"}]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect Viewer Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Viewer-mac-templates-8.3.0.tar.gz\",\"sha256\":\"b2ea751affea8a7df73990e6fedff0a979e70ebb4bb5af91da73aed59ec9880e\",\"version\":\"8.3.0\",\"sl\":\"tar.gz\"}]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"8.3.0\",\"files\":[{\"name\":\"RealVNC Connect Viewer Policy Template\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-Connect-Viewer-unix-templates-8.3.0.tar.gz\",\"sha256\":\"629060e3a7bb26156a3017745d17936e8580401cbf1a1ad99dd46a9891b216cb\",\"version\":\"8.3.0\",\"sl\":\"tar.gz\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0\",\"files\":[]},\"macos\":{\"name\":\"MacOS\",\"latest_version\":\"0.0\",\"files\":[]},\"linux\":{\"name\":\"Linux\",\"latest_version\":\"0.0\",\"files\":[]}}},\"on-prem-zone\":{\"download\":{\"name\":\"On-Prem Zone\",\"file_directory\":\"on-prem-console\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"1.0.0\",\"files\":[{\"name\":\"RealVNC On-Prem-Zone Installer\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"OPCZoneInstaller-1.0.0.exe\",\"sha256\":\"eb81d4a2045b565f94b0a7f6b23c1420b7ee4a4d8a96ab00778a9caa287dc970\",\"version\":\"1.0.0\",\"sl\":\"exe\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0\",\"files\":[]}}},\"vdd\":{\"download\":{\"name\":\"Virtual Display Driver\",\"file_directory\":\"vdd\",\"related_downloads\":[]},\"platforms\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"1.0.0\",\"files\":[{\"name\":\"Virtual Display Driver\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"RealVNC-Virtual-Display-Driver-1.0.0.msi\",\"sha256\":\"65c706f933b9d5287088cb2f1485e0b838fdd511bd6ef1b5840b48b4aa325c6e\",\"version\":\"1.0.0\",\"sl\":\"msi\"}]}},\"older_versions\":{\"windows\":{\"name\":\"Windows\",\"latest_version\":\"0.0.0\",\"files\":[{\"name\":\"Virtual Display Driver\",\"arch\":\"x64\",\"pkg\":\"msi\",\"file\":\"vdd.msi\",\"sha256\":\"cf753607052878008d29ec571071d71e1c989cea16eda70ae762a216898b39ae\",\"version\":\"0.0.0\",\"sl\":\"msi\"}]}}}}},\"os\":\"windows\",\"sprite\":\"\/wp-content\/uploads\/2025\/02\/icons-OS-downloads.svg\",\"fallback\":{\"windows\":{\"msi_zip\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Windows.msi.zip\",\"msi\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Windows-en.msi\"},\"macos\":{\"pkg\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-MacOSX-universal.pkg\"},\"linux\":{\"deb\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Linux-x64.deb\",\"rpm\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Linux-x64.rpm\"},\"policy\":{\"windows\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-admx-templates-8.2.1.zip\",\"macos\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-mac-templates-8.2.1.tar.gz\",\"linux\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-unix-templates-8.2.1.tar.gz\"},\"perm\":{\"windows\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-Windows-32bit.exe\",\"macos\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-MacOSX-universal.dmg\",\"linux\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-Linux-x64.tar.gz\"}}}  <\/script>\n\n  <div class=\"os-radios-images\" id=\"radios-mass-rvnc-mass-2\" role=\"tablist\" aria-label=\"Select Operating System\">\n    <button class=\"os-radio-img selected\" data-value=\"windows\" role=\"tab\" aria-selected=\"true\" tabindex=\"0\">\n      <span class=\"icon windows\" aria-hidden=\"true\"><\/span><span class=\"title\">Windows<\/span>\n    <\/button>\n    <button class=\"os-radio-img\" data-value=\"macos\" role=\"tab\" aria-selected=\"false\" tabindex=\"-1\">\n      <span class=\"icon macos\" aria-hidden=\"true\"><\/span><span class=\"title\">macOS<\/span>\n    <\/button>\n    <button class=\"os-radio-img\" data-value=\"linux\" role=\"tab\" aria-selected=\"false\" tabindex=\"-1\">\n      <span class=\"icon linux\" aria-hidden=\"true\"><\/span><span class=\"title\">Linux<\/span>\n    <\/button>\n  <\/div>\n\n  <div class=\"mass-download-outer-wrapper\">\n    <div id=\"mass-download-dropdown-wrapper-rvnc-mass-2\" style=\"display:none;\">\n      <select id=\"mass-download-dropdown-rvnc-mass-2\" style=\"padding:10px;font-size:14px;border:1px solid rgba(0,0,0,0.1);border-radius:6px;margin-left:10px;\"><\/select>\n    <\/div>\n\n    <div id=\"cta-wrapper-mass-rvnc-mass-2\" class=\"btnRealVNC\">\n      <a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n        <span class=\"elementor-button-content-wrapper\">\n          <span class=\"elementor-button-text\">Download EXE for Windows<\/span>\n          <span class=\"elementor-button-icon\">\n            <i aria-hidden=\"true\" class=\"fas fa-download\"><\/i>\n          <\/span>\n        <\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a5c6769 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a5c6769\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7af425b\" data-id=\"7af425b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-925ef49 elementor-widget__width-auto elementor-widget elementor-widget-html\" data-id=\"925ef49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"mass-download-dropdown-wrapper\" style=\"display: none;\">\r\n  <select id=\"mass-download-dropdown\" style=\"padding: 10px; font-size: 14px; border: 1px solid rgba(0,0,0,0.1); border-radius: 6px; margin-left:10px;\"><\/select>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ada4f9 elementor-widget elementor-widget-html\" data-id=\"1ada4f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"thankYouMsgMass\" style=\"display: none; margin-top: 20px;\">\r\n  <h2><strong>Merci d'avoir t\u00e9l\u00e9charg\u00e9<\/strong><\/h2>\r\n  <p id=\"thankYouTextMass\" style=\"font-weight: 600;\"><\/p>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-190dd7ff elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"190dd7ff\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-140215b4\" data-id=\"140215b4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-206bb149 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"206bb149\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-689f9b42\" data-id=\"689f9b42\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-651e3032 elementor-widget elementor-widget-text-editor\" data-id=\"651e3032\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3><strong>Vous cherchez VNC Viewer et Server?<\/strong><\/h3><p>Nous vous recommandons d&rsquo;utiliser RealVNC Connect v8.1 pour une meilleure exp\u00e9rience et pour acc\u00e9der aux derni\u00e8res fonctionnalit\u00e9s.<\/p><p>Si vous avez toujours besoin d&rsquo;utiliser les versions individuelles de notre Viewer et de notre Server, vous pouvez t\u00e9l\u00e9charger la derni\u00e8re version compatible en cliquant sur le bouton ci-dessous.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-394833f7 wideBtn elementor-tablet-align-left elementor-widget elementor-widget-button\" data-id=\"394833f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.realvnc.com\/fr\/connect\/download\/viewer\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Afficher les t\u00e9l\u00e9chargements de RealVNC Connect v7<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-64e962fc\" data-id=\"64e962fc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-31571802 elementor-widget elementor-widget-image\" data-id=\"31571802\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"732\" height=\"571\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/02\/vnc-viewer-pict.png\" class=\"attachment-large size-large wp-image-53238\" alt=\"Visionneuse VNC fonctionnant \u00e0 distance\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/02\/vnc-viewer-pict.png 732w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/02\/vnc-viewer-pict-300x234.png 300w\" sizes=\"(max-width: 732px) 100vw, 732px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6e5a2e2b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6e5a2e2b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a7cb601\" data-id=\"1a7cb601\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59e46e elementor-widget elementor-widget-html\" data-id=\"59e46e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .header-txt h2 {\n        text-align: left !important;\n        color: #10183C;\n        text-align: center;\n        font-family: \"Open Sans\";\n        font-size: 20px;\n        font-style: normal;\n        font-weight: 700;\n        line-height: 120%;\n        border-bottom: 8px;\n    }\n     .header-txt p {\n        color: #343A56;\n        font-family: \"Open Sans\";\n        font-size: 12px;\n        font-style: normal;\n        font-weight: 400;\n        line-height: 120%;\n    }\n    .header-txt {\n        background-color: #FFF;\n        padding: 20px;\n        border-bottom: solid 1px #E2E2E2;\n    }\n    .colEssentials h4 {\n        font-size: 14px;\n        font-weight: 600;\n        text-transform: uppercase;\n        line-height: 19.07px;\n        letter-spacing: 0px;\n        color: #A4ADB7;\n        text-align: center;\n    }\n    .listHeader p {\n        text-align: left;\n        color: #343A56;\n        font-family: \"Open Sans\";\n        font-size: 12px;\n        font-style: 700;\n        font-weight: 600;\n        line-height: 120%;\n        margin-left: 20px;\n    }\n    .colEssentials .elementor-icon-list-item > .elementor-icon-list-text {\n        font-size: 13px;\n        line-height: 17.7px;\n    }\n    .colEssentials ul li.elementor-icon-list-item {\n        padding-bottom: calc(15px \/ 2);\n    }\n    .colEssentials {\n        gap: 20px;\n    }\n    .elementor-widget .elementor-icon-list-item {\n        align-items: flex-start;\n    }\n    .colEssentials > div {\n        padding: 0;\n    }\n    .planFeatures > div {\n        gap: 20px;\n    }\n    .videoPromo h2 {\n        color: #FFF;\n        font-family: \"Open Sans\";\n        font-size: 32px;\n        font-style: normal;\n        font-weight: 700;\n        line-height: 120%; \/* 38.4px *\/\n    }\n    .videoPromo p {\n        color: #FFF;\n        font-family: \"Open Sans\";\n        font-size: 18px;\n        font-style: normal;\n        font-weight: 400;\n        line-height: 150%; \/* 27px *\/\n    }\n    a.elementor-button.button-size-md {\n        color: rgba(0, 0, 0, 0.90);\n        font-family: \"Open Sans\";\n        font-size: 16px;\n        font-style: normal;\n        font-weight: 700;\n        line-height: 150%; \/* 24px *\/\n    }\n    .discoverTxt {\n        max-width: 488px;\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91f4832 elementor-widget elementor-widget-heading\" data-id=\"91f4832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Acc\u00e8s \u00e0 distance s\u00e9curis\u00e9 pour les particuliers et les entreprises.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4afc765f elementor-widget elementor-widget-heading\" data-id=\"4afc765f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Consultez notre s\u00e9lection d'abonnements pour trouver celui qui vous convient le mieux.<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-18fdbbad planFeatures elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18fdbbad\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7a65110d colEssentials\" data-id=\"7a65110d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-32a3f554 header-txt elementor-widget elementor-widget-text-editor\" data-id=\"32a3f554\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Les essentiels<\/h2><p><span class=\"TextRun SCXP56491201 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP56491201 BCX0\">Pour les particuliers souhaitant simplement acc\u00e9der \u00e0\u00a0<\/span><\/span><span class=\"TextRun SCXP56491201 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP56491201 BCX0\">quelques-uns de leurs propres appareils.<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38ab2fd9 elementor-widget elementor-widget-heading\" data-id=\"38ab2fd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">1 utilisateur uniquement\u200b\u200b<br>\n3 appareils\n<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21d204e4 listHeader elementor-widget elementor-widget-heading\" data-id=\"21d204e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Comprend :<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424fb3ce elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"424fb3ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Chiffrement AES jusqu'\u00e0 256 bits<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Acc\u00e8s \u00e0 Windows, MacOS, Linux et PiOS.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Audio, impression et transfert de fichiers \u00e0 distance<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-538a21d1 colEssentials\" data-id=\"538a21d1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19be32ec header-txt elementor-widget elementor-widget-text-editor\" data-id=\"19be32ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Plus<\/h2><p><span class=\"TextRun SCXP88301029 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP88301029 BCX0\">Pour les \u00e9quipes en pleine croissance souhaitant prendre en charge <\/span><\/span><span class=\"TextRun SCXP88301029 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP88301029 BCX0\">un petit nombre d&rsquo;appareils.<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10d2c10d elementor-widget elementor-widget-heading\" data-id=\"10d2c10d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Nombre d'utilisateurs illimit\u00e9<br>\n50 appareils<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ca1b2cf listHeader elementor-widget elementor-widget-heading\" data-id=\"6ca1b2cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Tout dans les essentiels, et :<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-683f00a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"683f00a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Groupes d'utilisateurs et d'appareils<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Connexion avec des identifiants Windows, Mac ou Linux<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">D\u00e9finir les r\u00f4les et les autorisations des utilisateurs<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Enregistrement de session <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-262edd70 colEssentials\" data-id=\"262edd70\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2ddd8b86 header-txt elementor-widget elementor-widget-text-editor\" data-id=\"2ddd8b86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Premium<\/h2><p><span class=\"TextRun SCXP140607067 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP140607067 BCX0\">Pour les grandes \u00e9quipes ayant besoin d&rsquo;une s\u00e9curit\u00e9 avanc\u00e9e <\/span><\/span><span class=\"TextRun SCXP140607067 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP140607067 BCX0\">d&rsquo;une assistance \u00e0 distance aux utilisateurs.<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b663df9 elementor-widget elementor-widget-heading\" data-id=\"b663df9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Nombre d'utilisateurs illimit\u00e9\u200b<br>\n150 appareils \u200b<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26e73368 listHeader elementor-widget elementor-widget-heading\" data-id=\"26e73368\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Tout dans Plus, et :\n\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37b118d1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"37b118d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">D\u00e9finir des autorisations personnalis\u00e9es<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Journaux d'audit des \u00e9v\u00e8nements cl\u00e9s<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">MFA pour les sessions<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Prendre en charge les utilisateurs via l'Assistance \u00e0 la demande<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Connexions directes en LAN<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-140a30a4 colEssentials\" data-id=\"140a30a4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-72b9df39 header-txt elementor-widget elementor-widget-text-editor\" data-id=\"72b9df39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Entreprise<\/h2><p><span class=\"TextRun SCXP189908429 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP189908429 BCX0\">Pour les entreprises ayant besoin d&rsquo;un acc\u00e8s \u00e0 distance <\/span><\/span><span class=\"TextRun SCXP189908429 BCX0\" lang=\"EN-GB\" xml:lang=\"EN-GB\" data-usefontface=\"false\" data-contrast=\"none\"><span class=\"NormalTextRun SCXP189908429 BCX0\">et d&rsquo;une assistance \u00e0 distance \u00e0 grande \u00e9chelle.<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33520c13 elementor-widget elementor-widget-heading\" data-id=\"33520c13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><span style=\"text-transform: none\">Prix personnalis\u00e9 pour<br>votre entreprise<\/span>\n&nbsp;<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f397b0c listHeader elementor-widget elementor-widget-heading\" data-id=\"f397b0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Tout dans Premium, et :<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cba0ec3 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1cba0ec3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">D\u00e9ploiement sur site<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Compte SSO<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">D\u00e9ploiement via la strat\u00e9gie de groupe<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g id=\"check\"><path id=\"Vector\" d=\"M12.2493 4.08324L5.24935 11.0832L2.04102 7.87491L2.86352 7.05241L5.24935 9.43241L11.4268 3.26074L12.2493 4.08324Z\" fill=\"#288CF4\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Service client prioritaire<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-478a0221 wideBtn elementor-align-center elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"478a0221\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.realvnc.com\/fr\/connect\/pricing\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Voir la liste compl\u00e8te et les prix<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a35f4bd elementor-section-stretched elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a35f4bd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-21dbbb7a videoPromoImg\" data-id=\"21dbbb7a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-537d8956 videoPromo\" data-id=\"537d8956\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52b55ce discoverTxt elementor-widget elementor-widget-text-editor\" data-id=\"52b55ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>D\u00e9couvrez RealVNC<sup style=\"font-size: 1.25rem;\">\u00ae<\/sup> Connect<\/h2><p style=\"color: #fff;\">Plus de 60 000 entreprises dans le monde font confiance \u00e0 notre solution d&rsquo;acc\u00e8s \u00e0 distance s\u00e9curis\u00e9 pour un acc\u00e8s fiable, 24 heures sur 24, aux appareils distants.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2796e2a0 transparentBtn elementor-widget elementor-widget-button\" data-id=\"2796e2a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.realvnc_button\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-button-wrapper\">\n                <a class=\"button-white button-solid button-size-sm elementor-button-link elementor-button elementor-size-sm\" href=\"\/fr\/connect\/\" role=\"button\">\n                            <span class=\"elementor-button-content-wrapper\">\n                    \n\n          <span class=\"elementor-button-text\">En savoir plus<\/span>\n        <\/span>\n                        <\/a>\n            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fe9b4ec elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fe9b4ec\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-764db3cc\" data-id=\"764db3cc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-132b6883 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"132b6883\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2f77b287\" data-id=\"2f77b287\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6269d8aa elementor-widget elementor-widget-heading\" data-id=\"6269d8aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Foire <br class=\"d-none d-md-block\">\naux questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c660b61 elementor-widget elementor-widget-text-editor\" data-id=\"6c660b61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Si vous ne trouvez pas de r\u00e9ponse \u00e0 votre question, veuillez consulter notre<strong><a style=\"text-decoration: none;\" href=\"https:\/\/help.realvnc.com\/hc\/en-us\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #288cf4;\">Centre d&rsquo;aide<\/span><\/a><\/strong> ou <strong><a style=\"text-decoration: none;\" href=\"https:\/\/www.realvnc.com\/fr\/contact-us\/\" data-wplink-edit=\"true\"><span style=\"color: #288cf4;\">contactez-nous<\/span><\/a><\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4a5f456a\" data-id=\"4a5f456a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-16ce7e15 elementor-widget elementor-widget-toggle\" data-id=\"16ce7e15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-3821\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-3821\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g id=\"help-box\"><path id=\"Vector\" d=\"M11 18H13V16H11V18ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6ZM5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3Z\" fill=\"#288CF4\"><\/path><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g id=\"help-box\"><path id=\"Vector\" d=\"M11 18H13V16H11V18ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6ZM5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3Z\" fill=\"#288CF4\"><\/path><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Comment puis-je acheter un abonnement RealVNC\u00ae Connect ?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3821\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-3821\"><p><span class=\"\">Si vous souscrivez un abonnement \u00e0 nos formules Les essentials, Plus ou Premium, vous pouvez payer par carte de cr\u00e9dit, carte de d\u00e9bit ou via PayPal. Si vous souhaitez payer par virement bancaire, veuillez <\/span><a href=\"https:\/\/www.realvnc.com\/fr\/contact-us\/\">nous contacter<\/a><span class=\"\">.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-3822\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-3822\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g id=\"help-box\"><path id=\"Vector\" d=\"M11 18H13V16H11V18ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6ZM5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3Z\" fill=\"#288CF4\"><\/path><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g id=\"help-box\"><path id=\"Vector\" d=\"M11 18H13V16H11V18ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6ZM5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3Z\" fill=\"#288CF4\"><\/path><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">RealVNC Connect est-il s\u00e9curis\u00e9 ?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3822\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-3822\"><p><span class=\"\">Oui, RealVNC\u00ae Connect a \u00e9t\u00e9 enti\u00e8rement con\u00e7u dans un souci de s\u00e9curit\u00e9. Toutes les connexions sont chiffr\u00e9es de bout en bout et nous disposons de fonctions et de protocoles de s\u00e9curit\u00e9 \u00e9tendus pour s\u00e9curiser l&rsquo;acc\u00e8s et vous garantir un contr\u00f4le total. Vous pouvez <\/span><a class=\"basic_form--inlineLink---UZ4A blue_link--blueLink--9rlnd \" href=\"https:\/\/www.realvnc.com\/fr\/connect\/security\/\" rel=\"noopener nofollow noreferrer ugc\" data-tooltip-type=\"special\" data-tooltip=\"tooltip-hyperlink-popup\" data-tooltip-show-above=\"true\" data-tooltip-unconstrain-width=\"true\" data-tooltip-editor-type=\"fullscreen\" data-tooltip-url-string=\"https:\/\/www.realvnc.com\/en\/connect\/security\/\" data-tooltip-interactive=\"true\" data-tooltip-precise=\"true\">en savoir plus sur nos dispositifs de s\u00e9curit\u00e9 ici<\/a><span class=\"\">.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-3823\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-3823\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g id=\"help-box\"><path id=\"Vector\" d=\"M11 18H13V16H11V18ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6ZM5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3Z\" fill=\"#288CF4\"><\/path><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g id=\"help-box\"><path id=\"Vector\" d=\"M11 18H13V16H11V18ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6ZM5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3Z\" fill=\"#288CF4\"><\/path><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">O\u00f9 puis-je trouver les sommes de contr\u00f4le des t\u00e9l\u00e9chargements ?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3823\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-3823\"><p><span class=\"\">Consultez notre Centre d&rsquo;aide pour obtenir <\/span><a class=\"basic_form--inlineLink---UZ4A blue_link--blueLink--9rlnd \" href=\"https:\/\/help.realvnc.com\/hc\/en-us\/articles\/5835892358941-SHA256-checksums-for-RealVNC-Connect-software\" rel=\"noopener nofollow noreferrer ugc\" data-tooltip-type=\"special\" data-tooltip=\"tooltip-hyperlink-popup\" data-tooltip-show-above=\"true\" data-tooltip-unconstrain-width=\"true\" data-tooltip-editor-type=\"fullscreen\" data-tooltip-url-string=\"https:\/\/help.realvnc.com\/hc\/en-us\/articles\/5835892358941-VNC-Connect-Download-Checksums\" data-tooltip-interactive=\"true\" data-tooltip-precise=\"true\">la liste des sommes de contr\u00f4le SHA256<\/a>.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Comment puis-je acheter un abonnement RealVNC\\u00ae Connect ?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span class=\\\"\\\">Si vous souscrivez un abonnement \\u00e0 nos formules Les essentials, Plus ou Premium, vous pouvez payer par carte de cr\\u00e9dit, carte de d\\u00e9bit ou via PayPal. Si vous souhaitez payer par virement bancaire, veuillez <\\\/span><a href=\\\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/contact-us\\\/\\\">nous contacter<\\\/a><span class=\\\"\\\">.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"RealVNC Connect est-il s\\u00e9curis\\u00e9 ?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span class=\\\"\\\">Oui, RealVNC\\u00ae Connect a \\u00e9t\\u00e9 enti\\u00e8rement con\\u00e7u dans un souci de s\\u00e9curit\\u00e9. Toutes les connexions sont chiffr\\u00e9es de bout en bout et nous disposons de fonctions et de protocoles de s\\u00e9curit\\u00e9 \\u00e9tendus pour s\\u00e9curiser l&rsquo;acc\\u00e8s et vous garantir un contr\\u00f4le total. Vous pouvez <\\\/span><a class=\\\"basic_form--inlineLink---UZ4A blue_link--blueLink--9rlnd \\\" href=\\\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/security\\\/\\\" rel=\\\"noopener nofollow noreferrer ugc\\\" data-tooltip-type=\\\"special\\\" data-tooltip=\\\"tooltip-hyperlink-popup\\\" data-tooltip-show-above=\\\"true\\\" data-tooltip-unconstrain-width=\\\"true\\\" data-tooltip-editor-type=\\\"fullscreen\\\" data-tooltip-url-string=\\\"https:\\\/\\\/www.realvnc.com\\\/en\\\/connect\\\/security\\\/\\\" data-tooltip-interactive=\\\"true\\\" data-tooltip-precise=\\\"true\\\">en savoir plus sur nos dispositifs de s\\u00e9curit\\u00e9 ici<\\\/a><span class=\\\"\\\">.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"O\\u00f9 puis-je trouver les sommes de contr\\u00f4le des t\\u00e9l\\u00e9chargements ?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span class=\\\"\\\">Consultez notre Centre d&rsquo;aide pour obtenir <\\\/span><a class=\\\"basic_form--inlineLink---UZ4A blue_link--blueLink--9rlnd \\\" href=\\\"https:\\\/\\\/help.realvnc.com\\\/hc\\\/en-us\\\/articles\\\/5835892358941-SHA256-checksums-for-RealVNC-Connect-software\\\" rel=\\\"noopener nofollow noreferrer ugc\\\" data-tooltip-type=\\\"special\\\" data-tooltip=\\\"tooltip-hyperlink-popup\\\" data-tooltip-show-above=\\\"true\\\" data-tooltip-unconstrain-width=\\\"true\\\" data-tooltip-editor-type=\\\"fullscreen\\\" data-tooltip-url-string=\\\"https:\\\/\\\/help.realvnc.com\\\/hc\\\/en-us\\\/articles\\\/5835892358941-VNC-Connect-Download-Checksums\\\" data-tooltip-interactive=\\\"true\\\" data-tooltip-precise=\\\"true\\\">la liste des sommes de contr\\u00f4le SHA256<\\\/a>.<\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5581abb4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5581abb4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e70f108\" data-id=\"e70f108\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1bbf01e3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1bbf01e3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4e19b8ad\" data-id=\"4e19b8ad\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33b14224 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"33b14224\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/www.g2.com\/products\/vnc-connect\/reviews\" target=\"_blank\" title=\"G2 Crowd\" rel=\"noopener\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"211\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/10\/g2-stars-min-red-3.jpg\" class=\"attachment-full size-full wp-image-23682\" alt=\"Revue G2 \u00e9toiles\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/10\/g2-stars-min-red-3.jpg 332w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/10\/g2-stars-min-red-3-300x191.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\"><b>4,7 \u00e9toiles, plus de 400 avis<\/b><br>\n<span style=\"opacity:0.4;line-height:19px\">Top 50 des produits de gestion<br>informatique en 2020<\/span><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-65b38054\" data-id=\"65b38054\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5320f46e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"5320f46e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/apps.apple.com\/gb\/developer\/realvnc\/id352019552\" target=\"_blank\" title=\"Apple App Store\" rel=\"noopener\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"333\" height=\"211\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/app-store-stars-min.jpg\" class=\"attachment-full size-full wp-image-20065\" alt=\"Apple App Store\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/app-store-stars-min.jpg 333w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/app-store-stars-min-300x190.jpg 300w\" sizes=\"(max-width: 333px) 100vw, 333px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\"><b>4,8 \u00e9toiles, 11 700 avis<\/b><br>\n<span style=\"opacity:0.4;line-height:19px\">Plus de 5 millions de t\u00e9l\u00e9chargements sur l'Apple Store<\/span><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2efa62d5\" data-id=\"2efa62d5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e36554f elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1e36554f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/play.google.com\/store\/apps\/developer?id=RealVNC+Limited\" target=\"_blank\" title=\"Google Play\" rel=\"noopener\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"333\" height=\"211\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/google-play-stars-min.jpg\" class=\"attachment-full size-full wp-image-20075\" alt=\"Google Play Store\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/google-play-stars-min.jpg 333w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/google-play-stars-min-300x190.jpg 300w\" sizes=\"(max-width: 333px) 100vw, 333px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\"><b>4,7 \u00e9toiles, 55 000 avis<\/b><br>\n<span style=\"opacity:0.4;line-height:19px\">Plus de 5 millions de t\u00e9l\u00e9chargement<br> sur Google Play Store<\/span><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-23a1de4d\" data-id=\"23a1de4d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69f1e908 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"69f1e908\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/www.capterra.co.uk\/software\/173752\/vnc-connect\" target=\"_blank\" title=\"Capterra\" rel=\"noopener\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"241\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/capterra-stars-7.jpg\" class=\"attachment-full size-full wp-image-20080\" alt=\"Capterra\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/capterra-stars-7.jpg 377w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/06\/capterra-stars-7-300x192.jpg 300w\" sizes=\"(max-width: 377px) 100vw, 377px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\"><b>4,5 \u00e9toiles, plus de 100 avis<\/b><br>\n<span style=\"opacity:0.4;line-height:19px\">Plateforme<br> Best Software Reviews<\/span><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c3db196 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c3db196\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58c6d12\" data-id=\"58c6d12\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55fdf2f elementor-widget elementor-widget-shortcode\" data-id=\"55fdf2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"75508\" class=\"elementor elementor-75508 elementor-75457 elementor-75457\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-632cb3e3 related elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"632cb3e3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-557dbce7\" data-id=\"557dbce7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1752a21e elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"1752a21e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">T\u00e9l\u00e9chargements connexes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-18fa0a31 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18fa0a31\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-16e9359a\" data-id=\"16e9359a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db2f980 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"db2f980\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Cr\u00e9ateur de permissions VNC<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e1a680f elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e1a680f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">G\u00e9rer <strong><a href=\"https:\/\/help.realvnc.com\/hc\/en-us\/articles\/360002253618-Managing-Users-and-Session-Permissions-for-RealVNC-Server\">les utilisateurs et les autorisations<\/a><\/strong> pour VNC\u00ae Server.\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea36b57 elementor-align-center btnRealVNC elementor-widget elementor-widget-button\" data-id=\"ea36b57\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"permissionsDownloadBtn\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/T\u00e9l\u00e9charger%20Permissions%20EXE%20pour%20Windows\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-download\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">T\u00e9l\u00e9charger<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72b51fed elementor-widget elementor-widget-shortcode\" data-id=\"72b51fed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"mass rvnc-mass-instance\" id=\"rvnc-mass-3\">\n\n<script type=\"application\/json\" class=\"rvnc-mass-config\" data-uid=\"rvnc-mass-3\">\n{\"uid\":\"rvnc-mass-3\",\"schema\":\"v7\",\"product\":\"permissions\",\"index\":{\"connect\":{\"products\":{\"vnc\":{\"id\":\"vnc\",\"file_directory\":\"vnc.files\",\"name\":\"VNC Server\",\"show_download_page\":true,\"related_downloads\":[\"server-policy\",\"permissions\"],\"show_older_versions\":true,\"platforms\":{\"windows\":{\"id\":\"windows\",\"name\":\"Windows\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"installation_instructions\":\"\/docs\/windows-install-remove.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3398\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.16.0-Windows.exe\",\"sha256\":\"53fcf0344f45ca016bb2a5b1d87fd93f756aa3facdf2cc6843e86d57e64c7e10\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3399\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.16.0-Windows-msi.zip\",\"sha256\":\"37198fb696d1babc5dac0691aa95247edaccf8a06a597f344f989626af0e6dd7\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3356\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.15.0-Windows.exe\",\"sha256\":\"12e76e6e1236c07dc0fcc1bf025dd9c37e9b4601fbe61051267e2747b8d98a2a\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3357\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.15.0-Windows-msi.zip\",\"sha256\":\"34cbb451cd7a56adc8cdc6b3e6c1b0cfcbf0d9fde01f6bd923f9cd203f3f8d2f\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.14.0\":{\"number\":\"7.14.0\",\"files\":[{\"id\":\"3349\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.14.0-Windows.exe\",\"sha256\":\"3d97d5939c90106999d3d43a5fcf165bfcc162a61ad70ca5a1454666017d4cf3\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3350\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.14.0-Windows-msi.zip\",\"sha256\":\"ee32603afd16fac08f2d6f7fc248cb0125214d74ffd287e39afb26af2b490087\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3328\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.13.1-Windows.exe\",\"sha256\":\"b671c8f772d1e7fcea070cd6b47b51f27ef81de2ba9e8aa2e200bf3817379854\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3329\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.13.1-Windows-msi.zip\",\"sha256\":\"4843baf02535c49b7c6feae4255b269fbc8a7636e7cad21df2e66489c2aaf493\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3295\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.13.0-Windows.exe\",\"sha256\":\"4ea9b4667b37da13bec1e43fb6a8db5d6bf2ce2c5ccb4953064f025e4bdc6756\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3296\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.13.0-Windows-msi.zip\",\"sha256\":\"e978e379f3ef43eff2dfd8bcb3149b3d04c5e5de63800288abf2ffb5b03b5b69\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3266\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.12.1-Windows.exe\",\"sha256\":\"e7e8209b3e6cab44722ed8f083d7b725007aff636fa2a5db7941240ffa4f0e58\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3267\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.12.1-Windows-msi.zip\",\"sha256\":\"1983e9f030ea54dab88e72ea519c8e7a7a27b82105bc0305261c9b80362661ff\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3237\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.12.0-Windows.exe\",\"sha256\":\"9c5d086b712695c5134e751f98bba3ca087ea27291c76e5bb52e27f4f5af7530\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3238\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.12.0-Windows-msi.zip\",\"sha256\":\"dde6cb92dc5359ef566b4f72e4241b4ec66062a1d673cc132d0f3502612b3150\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.11.1\":{\"number\":\"7.11.1\",\"files\":[{\"id\":\"3229\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.11.1-Windows.exe\",\"sha256\":\"2996944c612edbacd92d6bc51d66269fbf26814cb3671f0ccac05fd4d1113b6d\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3230\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.11.1-Windows-msi.zip\",\"sha256\":\"2cfeb93441bcdb5cb5ab5452effaf9dcbb56a92076c24472cd681cd5cc467009\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3200\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.11.0-Windows.exe\",\"sha256\":\"8f5599e27ef2beeb6b5f4bb1e38b6238d6eadfbcd4c7a01b07fa22404da4e2ce\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3201\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.11.0-Windows-msi.zip\",\"sha256\":\"f4a1235830527a851c00a89d079a6fe2f3021bae695b53386263e91d0194cf77\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3171\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.10.0-Windows.exe\",\"sha256\":\"d5ebd6944f54011b2ebe987c0ba7bed8ab90624e891a3a647a8a3e95175e4ad0\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3172\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.10.0-Windows-msi.zip\",\"sha256\":\"0b3e4e172c947dfe5155dcbe7d0cfe97b6ea7a153fd219a46c42d1f3d5119621\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3142\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.9.0-Windows.exe\",\"sha256\":\"5a987b3c8ab6954cf13ea0e2237206a085ef81096aa081ece6abf722d9e5de99\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3143\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.9.0-Windows-msi.zip\",\"sha256\":\"853d4633d68923ddde0adfd850a80fb56d7faff52bec604b365d23d633d7df9c\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3121\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.8.0-Windows.exe\",\"sha256\":\"abccfa1c4ad65619fb5b1d365b69d8fc78966359155c36d04420a6dd45ff26a6\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3122\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.8.0-Windows-msi.zip\",\"sha256\":\"e44430d62b3eca2e49192c31fe02e81f69c092f0545c6dbfdbb33793cdb39ffb\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3092\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.7.0-Windows.exe\",\"sha256\":\"982d8ac8d9e8e7f9a674b96c4296aa646bd86870ad2158db39984d12f8c44ad7\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3093\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.7.0-Windows-msi.zip\",\"sha256\":\"225a601e9bbe5a1b32892ff6ef96787d19e44f5a8e667138b40baa6024b2b621\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3063\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.6.1-Windows.exe\",\"sha256\":\"6b9e565fa84f80169c6b813438d32fcf3d404d9416bca674a69f4ec340776edd\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3064\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.6.1-Windows-msi.zip\",\"sha256\":\"b88de448cdcaf63bf36a7515b97cee909f25aaa43e857ca1f7c189d9c8c5312b\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3034\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.6.0-Windows.exe\",\"sha256\":\"7d340a728b15f7da6b8a18f3092779b19876cd16f2fc6d0f27ca6dfd6ac171bb\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3035\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.6.0-Windows-msi.zip\",\"sha256\":\"873c065f527d0fd6614472c16c401001358e94d627d350e20649ebaa53cd5c2c\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3013\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.5.1-Windows.exe\",\"sha256\":\"f94f3f777aa83ce3cdde6b02e8cdfe5a53f34cbb54c6418b0a22ce268e4637f3\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3014\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.5.1-Windows-msi.zip\",\"sha256\":\"5d924f23b456ec2808fa33f545f3644c07e7bd867cfe7364c7a5d178ce8e9b4b\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"2992\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.5.0-Windows.exe\",\"sha256\":\"cc21fc718d7f5f00372ec031efab30a9c6b3318f011bc120400a7e56b35c3f56\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2993\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.5.0-Windows-msi.zip\",\"sha256\":\"a14448637216168a4557fc9c627152f383cd0e8ff2cba0a881129b48ad977332\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2963\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.1.0-Windows.exe\",\"sha256\":\"3fdf49b206973ec36bfbb8900bb46eec7dee583f9769b6073bedb6bcbb471fd5\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2964\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.1.0-Windows-msi.zip\",\"sha256\":\"5af1784863d4e90fd10696bbf3945455cfba706c591edc03af9c1b6cb3e590fd\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2955\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.0.1-Windows.exe\",\"sha256\":\"a1d94424a020912fbabd6818616c4ce6f1eba58d40263a58716f63cfd4f8215a\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2956\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.0.1-Windows-msi.zip\",\"sha256\":\"9dde0caa7bf351581331bfac79029d1901fbcc5c1810adafb8a552f249e6a67c\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2888\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-7.0.0-Windows.exe\",\"sha256\":\"ca6a66df58499f055dae1662a3f648f98186145f1f125842fb01496108552762\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2889\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-7.0.0-Windows-msi.zip\",\"sha256\":\"2d9188853243518166b475208f2580a858cbbdd20bbe7fb08c91949acdad1de4\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2931\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.11.0-Windows.exe\",\"sha256\":\"bba55bcb47a0c85ccbd73f6ef8b826892eb2c769c6b80e17843df61d188094b1\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2932\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.11.0-Windows-msi.zip\",\"sha256\":\"a177b5fa9a2c15adeb5c6d4676996054fc9dc58b3bdddc919fa5315fd6ac3584\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.10.1\":{\"number\":\"6.10.1\",\"files\":[{\"id\":\"2845\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.10.1-Windows.exe\",\"sha256\":\"15c679660a67196637b5b76e8afbba1acbc189649a42bfa0d31531321c6771d6\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2846\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.10.1-Windows-msi.zip\",\"sha256\":\"2644d5458599826b02b8c549e677cdce151459ded6cc4518efbf62dd09ece3c1\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2807\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.10.0-Windows.exe\",\"sha256\":\"9c9eb88b961f9d19af8380083f31e46fdbcbc41f5345575f1ad18f03303a9bb3\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2808\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.10.0-Windows-msi.zip\",\"sha256\":\"7495e409e35b00bf1041fcdddda15812656f1a4ee36f26fb127995ba772d20cf\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.9.1\":{\"number\":\"6.9.1\",\"files\":[{\"id\":\"2779\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.9.1-Windows.exe\",\"sha256\":\"a3753368d655a76af31cf6f94e7e9c63dc17fb13026fe65d7cd2242ca40c2273\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2780\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.9.1-Windows-msi.zip\",\"sha256\":\"9578bd1540b1e6a9ba46e4ef6495b8d5a23ab6195fdb703828ac8129c154cdca\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2746\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.9.0-Windows.exe\",\"sha256\":\"b41c2eaf01c71f56332708df4e395f1257de16421c8586669afd501e0754d4a7\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2747\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.9.0-Windows-msi.zip\",\"sha256\":\"20764fb195fea049fd0b55cdc1de5836bef3c17c36577a06132b8188fef58ad3\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2686\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.8.0-Windows.exe\",\"sha256\":\"06c7a42c18a284979150587e8b2785a181dfa476bf4e3b6c52ed3228a69d8aad\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2687\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.8.0-Windows-msi.zip\",\"sha256\":\"387354bbff6d7d9de3eab21b695b490846c9cc75ee66542a260ea0cc79e28a78\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2651\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.7.4-Windows.exe\",\"sha256\":\"e698efdc8feb47a375b8cc0911728784bcae30a3a8d73672fa3ee465290fe249\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2652\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.7.4-Windows-msi.zip\",\"sha256\":\"129075b64f327a4a59bc56e1be959d475571c92f3def50d158a3b328b2850e10\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2613\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.7.2-Windows.exe\",\"sha256\":\"7ed6ea631a2abf328d43af1307eff310b5170eb35c7c6c1df566110f12f4379e\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2614\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.7.2-Windows-msi.zip\",\"sha256\":\"dd8550e602c1ae873e60b6ac7d5135c044bb610c7fc552f2dd2a01586f1a436a\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2598\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Server-6.7.1-Windows.exe\",\"sha256\":\"beb1a8c10c33c7dd5df5e0dcb37730014e34af0725df10d2036966a2bb079e76\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2599\",\"name\":\"VNC Connect for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Server-6.7.1-Windows-msi.zip\",\"sha256\":\"b98e69e8c8148bca0136c1160ba63890ee03588cb2e794d5fff7e38ac556443e\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2170\",\"name\":\"VNC for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-5.3.3-Windows.exe\",\"sha256\":\"8fad9413634143254cf62414f8528698f9e9c5b5d4e80775ddb7b4e0d5b8befa\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2171\",\"name\":\"VNC for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-5.3.3-Windows.zip\",\"sha256\":\"74da075c78a036bf1db4a2dffe5b67d5aa173705c34c34c0801af4972f00b8d2\",\"subplatform\":\"windows-all\",\"sl\":\"ZIP x86\/x64\"},{\"id\":\"2172\",\"name\":\"VNC for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-5.3.3-Windows-msi.zip\",\"sha256\":\"f1cf4e5c16eed8db3214cb34a43206cec8ab63dfe1a5f710e2fbdf66b0036311\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]}}},\"macos\":{\"id\":\"macos\",\"name\":\"macOS\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"installation_instructions\":\"\/docs\/mac-install-remove.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3400\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.16.0-MacOSX-universal.pkg\",\"sha256\":\"76c29a6dd6fe65287f278940d91593b01f4a5c7f844114ac94d3a417bc429f64\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3358\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.15.0-MacOSX-universal.pkg\",\"sha256\":\"6b3fa8c2c76cff04cbd4b29fefa2e3e2daa7bcca3aea917e2a13e3e83b5368dc\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3330\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.13.1-MacOSX-universal.pkg\",\"sha256\":\"c521436373e5dcc45a874c80e0eb72d45a9740f5d5f49552a53c1fd8474d4ef3\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3297\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.13.0-MacOSX-universal.pkg\",\"sha256\":\"2ae2c31468e1c8ed386390ad81c8e34bef22f9ac51ea4bff50d44c2367f37cba\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3268\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.12.1-MacOSX-universal.pkg\",\"sha256\":\"8f9ee311c3c3ab9151acbcb090d39f29c5e8e045ba1f1a149d9b7280af7b7e32\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3239\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.12.0-MacOSX-universal.pkg\",\"sha256\":\"4c8032af37f6f1fa856a42985f32d53bd097cbec2bd40b6f59227dc09172598f\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.11.1\":{\"number\":\"7.11.1\",\"files\":[{\"id\":\"3231\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.11.1-MacOSX-universal.pkg\",\"sha256\":\"c0e93038356efc3e497294a6d722bb7ed36679e5dc08d93f02d9528455880224\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3202\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.11.0-MacOSX-universal.pkg\",\"sha256\":\"46ae9bd39e5a8c53bdd78c9c0b599d1492f1d5b99c9a159913abdf85298629e9\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3173\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.10.0-MacOSX-universal.pkg\",\"sha256\":\"0764b8a96870bba94b499a594e4f4a538ee428516f9144dff073fd91bc4345d7\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3144\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.9.0-MacOSX-universal.pkg\",\"sha256\":\"ddf6ac91ecac618d0245ad3ac100c1841407287b45dffb1feb4f800c57b3d0a6\",\"subplatform\":\"macosx-all\",\"sl\":\"PKG\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3123\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.8.0-MacOSX-universal.pkg\",\"sha256\":\"c4c21164ea2bdd91c8385f10cb40659bf32659d6f8f076402d04076afcdb3046\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3094\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.7.0-MacOSX-universal.pkg\",\"sha256\":\"02de83498d1cb6362aa69945963ef50afe7c77704a6e7116887ce5ab58ddb9bc\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3065\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.6.1-MacOSX-universal.pkg\",\"sha256\":\"ac3c50a162414bb5fbb67670bbecfdcdad7c3fc912eb60a6e6c40e7f003db8c8\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3036\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.6.0-MacOSX-universal.pkg\",\"sha256\":\"5002a1eb095dc84b28439973b72ed2fd83ed3e95bfd30cbfa26c33ca2b90dbb5\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3015\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.5.1-MacOSX-universal.pkg\",\"sha256\":\"cdf2c23e8e6e5b424ed9dbfaf9e40e3698d4b2eaefa8968f8d8c7de5c6e38c4d\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"2994\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.5.0-MacOSX-universal.pkg\",\"sha256\":\"5c406bc991b7527b70f6b619fc2a356a1f59a78e3543a760c3d66b1b10a2bffa\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2965\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.1.0-MacOSX-universal.pkg\",\"sha256\":\"f343d0c120ce51e75b1c83258c561fd714bf58156a56dbfbf90a47f2047e8a13\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2957\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.0.1-MacOSX-universal.pkg\",\"sha256\":\"6e11b777248fce80246f218db5075ffa5f5ca78cd7b36e04277d1c10d236697c\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2890\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-7.0.0-MacOSX-universal.pkg\",\"sha256\":\"0b31326c734883729a9d033fb9ead7c49f8b04eb9e9b8a9cef11ab541d22ab08\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2933\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.11.0-MacOSX-x86_64.pkg\",\"sha256\":\"e640cfa4691db78647d906b8aa4c2e9931753d2a437051238f43aa4aa77053a8\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.10.1\":{\"number\":\"6.10.1\",\"files\":[{\"id\":\"2847\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.10.1-MacOSX-x86_64.pkg\",\"sha256\":\"6e2ef6685e49434b252dbf8795c0a4ef5ffeeb29c1fa6f656d84fa6ccc3ca3d2\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2809\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.10.0-MacOSX-x86_64.pkg\",\"sha256\":\"2db46d9379c0c98740c1b3ee42944c494fbef0b8412866407f74bb7d7e6e6568\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.9.1\":{\"number\":\"6.9.1\",\"files\":[{\"id\":\"2781\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.9.1-MacOSX-x86_64.pkg\",\"sha256\":\"f2a38ec0f77775236ee172e87f1e3460f9f7c10ec52f514135c275008c40940f\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2748\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.9.0-MacOSX-x86_64.pkg\",\"sha256\":\"8f673ff940981d18ab33cb81243ad6d03e9c1d55798d480bae85faa9710caf20\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2688\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.8.0-MacOSX-x86_64.pkg\",\"sha256\":\"17f5d68ab4552066659f5e31fdd9f8c498f2e1b93473e5a277db31632b69c1c0\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2653\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.7.4-MacOSX-x86_64.pkg\",\"sha256\":\"96d3270000f43383c1bcb287568146c8f364cf285176abc78cbe81be7529b025\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2615\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.7.2-MacOSX-x86_64.pkg\",\"sha256\":\"a3170bd20a8c496ea2ae83f240ead6a1961853bb8b9c05b59a46db58781c6628\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2600\",\"name\":\"VNC Connect for macOS\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-Server-6.7.1-MacOSX-x86_64.pkg\",\"sha256\":\"757223150872f2c88fd9d4a3255544b4c3571a5b9e5e54ce3964b15c88b61e16\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2173\",\"name\":\"VNC for Mac OS X\",\"arch\":\"x64\",\"pkg\":\"pkg\",\"file\":\"VNC-5.3.3-MacOSX-x86_64.pkg\",\"sha256\":\"c821ce2c705884de945226a24d46227a684bcfb10f78f1e2736633de5cad2e4e\",\"subplatform\":\"macosx-leopard\",\"sl\":\"PKG 10.9 and later\"},{\"id\":\"2174\",\"name\":\"VNC for Mac OS X\",\"arch\":\"x86\",\"pkg\":\"pkg\",\"file\":\"VNC-5.3.3-MacOSX-i386.pkg\",\"sha256\":\"1a22c65a236f60505d41071fd5b4e54334a2c1b15e4d58ae1c03a8e71b4e752f\",\"subplatform\":\"macosx-tiger\",\"sl\":\"PKG 10.6 to 10.8\"}]}}},\"linux\":{\"id\":\"linux\",\"name\":\"Linux\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"installation_instructions\":\"\/docs\/debian-install-remove.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3401\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.16.0-Linux-x64.deb\",\"sha256\":\"53021d5106028ca1e53333a889d8c57a93269d4f8cc4637748a9d1ab06a3ed42\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3402\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.16.0-Linux-x64.rpm\",\"sha256\":\"c1d3946dad63dde5fa2a9291a6b46dcda65a5eefa612acbc9eca8a4b11550c1b\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3403\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.16.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"ab3b628d142518bfe063993e17251780669f47df3628da9ac8196c0d3abef06c\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3359\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.15.0-Linux-x64.deb\",\"sha256\":\"fb0510527b35a67855dae31f310f4069495df14b80b9c45a2a5d4069c3c81522\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3360\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.15.0-Linux-x64.rpm\",\"sha256\":\"5b653669932fd78f7c9b91881a9c56af7fa17bcd2403fa18d94f52c54a7063e4\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3361\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.15.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"feaffa80a9cd8d7ad01abe6c5e688077a52606d7b8dc7bb96cd531cca5a13581\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.14.0\":{\"number\":\"7.14.0\",\"files\":[{\"id\":\"3351\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.14.0-Linux-x64.deb\",\"sha256\":\"153d49e2eefb8fe7922c086b039d24029eb56602856fba3df35f1a08f65dbc56\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3352\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.14.0-Linux-x64.rpm\",\"sha256\":\"ddea270387d513033271530f3a43abb1941d6fdeec203dcda2eb63048673ad6d\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3353\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.14.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"4a814583904a6e61f9c5e57dbb646a521470c72deee992845d2867214bfc1fdf\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3331\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.13.1-Linux-x64.deb\",\"sha256\":\"7ae471e10becd3750536830ec1af71636456823000df3a64bef3eb56783b0e12\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3332\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.13.1-Linux-x64.rpm\",\"sha256\":\"2f0ad2514c6a3a621d5f73f03f72fc19eddccb6b49e0997c12d412f031e9bd52\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3333\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.13.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"f85b6bae7e3bb9da5ec1eee251743b455b691a66ee6533a6417b52b50ae5d270\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3298\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.13.0-Linux-x64.deb\",\"sha256\":\"0b7f9d5749b9598bba5a35c364d7b6c667d083a878d3d174013d6d8e8782d88e\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3299\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.13.0-Linux-x64.rpm\",\"sha256\":\"f4036194a7218948bdc979968e443779ae8ba408d056929929bf9cc0945f4fb3\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3300\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.13.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"ccd6cf5970ef52b6121a5c1d736b33e757d410fe83b66184cfac5de3365aba6c\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3269\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.12.1-Linux-x64.deb\",\"sha256\":\"ff49f8a330db5d816f4b82bb9e9c7a3e6d1dd85df1f1eec32775f8baa86d4826\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3270\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.12.1-Linux-x64.rpm\",\"sha256\":\"e6ac0240b95c1e8c3c38de87f5a6fcb1c5af8991fef59a9e32a54bdc3ee6aa33\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3271\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.12.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"59c2ad60668f81720107ffa57bbe5de13c89406d58b173aba701a3c6ec06eb36\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3240\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.12.0-Linux-x64.deb\",\"sha256\":\"c32cfe4316a5054e7aaa16be9658fab32f322deaf5a5dae8a71db90ce8ac8b6e\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3241\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.12.0-Linux-x64.rpm\",\"sha256\":\"0d924f537ddd4852c7188b07bb255ccf8856692230d72e5520f0c17d339adbf3\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3242\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.12.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"af3d66a9e96b367258af5c9bd8197e1713f20735513a5097a98ae006c08d68e2\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.11.1\":{\"number\":\"7.11.1\",\"files\":[{\"id\":\"3232\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.11.1-Linux-x64.deb\",\"sha256\":\"6fe088226d2fd929ebbe61f3698b1d8e5f8b1f997b97e47b05e1d88d9065b174\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3233\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.11.1-Linux-x64.rpm\",\"sha256\":\"fb2eea650568274c7822a78fa68c3dd98e33b1f9742f9ce89371e89a331b9406\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3234\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.11.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"7cb87da1322e81f40e7b7ecb05d87aeb383db2df5f884a4f58cce3cc00e4f692\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3203\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.11.0-Linux-x64.deb\",\"sha256\":\"671b9d78ea079fc6b8ee089ea4aa0b10e27595cf0f555b09d7fc4812921ccf55\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3204\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.11.0-Linux-x64.rpm\",\"sha256\":\"fa8f7ccaba7ae5aabb90847a6882e5ec0ea22fd4ee2f8db7dca2b158692a8dba\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3205\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.11.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"335e36ca8c6308826a778233841fd6cf78a898b52d4933d2de53547ca03f51c4\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3174\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.10.0-Linux-x64.deb\",\"sha256\":\"b4208abac238e0ae57ee3a405baba45f1bf4468f1b417bd9b9b7e248d94f730d\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3175\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.10.0-Linux-x64.rpm\",\"sha256\":\"e4fd399b323041f57074929312014ab8deb4d6bcb85ec25c2f508e1d7057da25\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3176\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.10.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"a95ac26b747cbcf4a91c5318be14c4096fa9fc693da4b91b606e3f5f1b2fe540\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3145\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.9.0-Linux-x64.deb\",\"sha256\":\"b78d97ad86e5c092fbdb7904edfb24031a2dcec347422f055669c3a8e98df793\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3146\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.9.0-Linux-x64.rpm\",\"sha256\":\"d855b1e465df028cbeef700d824f591fbe7700a1e45aef5adbbaa5010a740bfd\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3147\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.9.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"f158d6689c599d46d1fff0742a23409894b535072840f3372528ad9ec178388a\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3124\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.8.0-Linux-x64.deb\",\"sha256\":\"00101a769430a24c47b34414715a8c56f7579c27891b04a47b27066bf2c820f1\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3125\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.8.0-Linux-x64.rpm\",\"sha256\":\"89b5686dc74c0bb320d000aa1f346cfa19fbf63d8ab4b660b43c1e45578487f5\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3126\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.8.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"4a4aead1b2de5522793a5a64f83b6d1591c24338ea19c665658db30929695627\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3095\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.7.0-Linux-x64.deb\",\"sha256\":\"e5ec269946cbbf86e1ebb5304be4e00c1c7bdfd414b66411fa883ab8333eec82\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3096\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.7.0-Linux-x64.rpm\",\"sha256\":\"f221b018dee70cb36ce190dc0ccb97be49dce75246418a4e26633dee058e9380\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3097\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.7.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"241aa1479799ea627ecd5d4af0359909e489441b87461ff313fb6f62b42d753a\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3066\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.6.1-Linux-x64.deb\",\"sha256\":\"78f2517b85688902b52d5bc8b842a775c5c4242b499ad80ff30ddcbd0e4af7a3\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3067\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.6.1-Linux-x64.rpm\",\"sha256\":\"fea3b9d41d9f7b238d1db8854915b9c3fc2c201ef2c47d046f2679d79960abd9\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3068\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.6.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"9e93f7035063840e0579fddd498254c3789c8c86d2a1e6a22eb477804d4f73a6\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3037\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.6.0-Linux-x64.deb\",\"sha256\":\"a5cc4f63aa2a16898aeba14574b65328751513e84c7fff930045f525e656f889\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3038\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.6.0-Linux-x64.rpm\",\"sha256\":\"6cee4b174d649215012847f2dcb57dba272f2e2d09254b9a0c4a7aad36fe3c6f\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3039\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.6.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"05744da4827b5d27e790517caeeb60c7f22052b29f179d473a8abf507cfb3fa6\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3016\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.5.1-Linux-x64.deb\",\"sha256\":\"5505ca481a38e638072c8d443eabec4d2efde894e21390e147145290474f0c79\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3017\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.5.1-Linux-x64.rpm\",\"sha256\":\"5045b054a47faa09d86d542ea598879da2c143ac138fda916da37055cf0d00eb\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3018\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.5.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"10d0357a194521cf26799533eb84571e0f79c1601e2f4f64b8dfba33c915e981\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"2995\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.5.0-Linux-x64.deb\",\"sha256\":\"4c0bd86fe57d8cf3099b8f02c46a02daa272eb43a541c231eba36ec383fc0f5b\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2996\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.5.0-Linux-x64.rpm\",\"sha256\":\"ac785c10a202e5928bac77e527b411ae6d004faf994289cef973089dd4ccf8d8\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2997\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.5.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"beb3c27b9de95f3484aa87751904680974275ac2af3929d7a280d6c06c23f33e\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2966\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.1.0-Linux-x64.deb\",\"sha256\":\"9d51e3d46b85337a304373fa695338b8075c526c2c4c1358f64af14b53370af6\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2967\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.1.0-Linux-x64.rpm\",\"sha256\":\"ea76850529c6af1015ea9aaba7630187b2fb67a9f4557e70c0df0e29c95d3989\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2968\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.1.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"ef250a0eb8d41354a7e8839e8fa9669e916aa660684e6b76ccd6e2a9bfe8f910\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2958\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.0.1-Linux-x64.deb\",\"sha256\":\"e875325638a7f26b2c1dbd309aa5abebe038d79729d68e152ff64ec8de0e894c\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2959\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.0.1-Linux-x64.rpm\",\"sha256\":\"95a05e6d2660c8a830aabde626e44d4618cbba14a36f59abb35bd7543d6f9ed6\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2960\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.0.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"c731fbf1b7a45a735ed921dad01f0ec2bc05c017cdd030cb676e3ba7014cc6ae\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2892\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.0.0-Linux-x64.deb\",\"sha256\":\"47327acd7fb14e3cd411d48e5a7c3c12ed058bd7d162bd647f3f3990ad16fb97\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2894\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-7.0.0-Linux-x64.rpm\",\"sha256\":\"761f275e88597165523195fcde0662183bfe437a0de09aee9f49c1dcf2f614c0\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2896\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-7.0.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"33aad02586728e19a3e35f0f5753ab41281356dc28715d16c310e331da45e8b4\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2934\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.11.0-Linux-x86.deb\",\"sha256\":\"46005ca1db4759c13f62b7e0f68feba2520d68d3b81e83201186b6301e5d9921\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2935\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.11.0-Linux-x64.deb\",\"sha256\":\"eb991504872e0a11bc1194184c026f563bda8e57b14adf68d0e2895ddcffb76a\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2936\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.11.0-Linux-x86.rpm\",\"sha256\":\"d2ece739479b0ef5b680ec62cffd67d570d029ff9a8d191ccde24ee98eb22c75\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2937\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.11.0-Linux-x64.rpm\",\"sha256\":\"5f7b16486b74a0bb6f678bf8131d3439c8747f9e9d9d2d93f98508c7422ca072\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2938\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.11.0-Linux-x86-ANY.tar.gz\",\"sha256\":\"7171c9997d649526edb813289993c0dcf30d2d281c50848eafb74bbacfb48484\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2939\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.11.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"12a16959ce82c3ef305b197f96645d2f25e1002e9fe6a61ad8250f49145a197d\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.10.1\":{\"number\":\"6.10.1\",\"files\":[{\"id\":\"2848\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.1-Linux-x86.deb\",\"sha256\":\"3e986364244f37bc81d00a261c9ecdfb835207dec0deef943b9d4a0a5f85e2dc\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2849\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.1-Linux-x64.deb\",\"sha256\":\"89043f40b3fd2c684f82be9c7e464a1f4744104d690c645e830f2107efd425d1\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2850\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.10.1-Linux-x86.rpm\",\"sha256\":\"6c9cea7afa7bcf2802049f055c9c3aaa963de941c82e913defa64b9963b8486b\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2851\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.10.1-Linux-x64.rpm\",\"sha256\":\"6b2e76923dbd382555e0770c68d521b4743433b3d08b5830f08e39d7b6e20c46\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2852\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.10.1-Linux-x86-ANY.tar.gz\",\"sha256\":\"20932714fb58010fb5cfb60fd454e92df012f47caeb3b3f0b3d961cb3b45826d\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2853\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.10.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"25888dd412c011201e2df04bb695713b2f572607873520f5c4dc4234b24b0334\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2810\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.0-Linux-x86.deb\",\"sha256\":\"df1bc6a31db8a44b1d9f48f93aa20256f7c6bfba535a6a74a70c510a34f59662\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2811\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.0-Linux-x64.deb\",\"sha256\":\"2c231ae9ecacffa32e4ba81ca114f0e71d58fe4c498c61e4c2e4c7cc657f39e5\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2812\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.10.0-Linux-x86.rpm\",\"sha256\":\"f597e16f88641e3b38c75b31b770100dc759b9082ce70a5fa94ec7b24ff5daf0\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2813\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.10.0-Linux-x64.rpm\",\"sha256\":\"d03ce7ccfe7d4aef308b9293bfd5f0ebd3ff30ca61dd9fcea586e49414940d6b\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2814\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.10.0-Linux-x86-ANY.tar.gz\",\"sha256\":\"74859c0bb1894feeaef3358ff98051f84bbe0b4b9352892418853a9a9d8c9738\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2815\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.10.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"d90eef177d3e35b557843a64751f1a319f43b4b64038cd60a31c87702d5fff65\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.9.1\":{\"number\":\"6.9.1\",\"files\":[{\"id\":\"2782\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.1-Linux-x86.deb\",\"sha256\":\"d07c7bfb1422646bf3a6b4dcc7794745471c93a3f10625a3a335abc566308924\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2783\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.1-Linux-x64.deb\",\"sha256\":\"0fdb2e0b5346ab96120000cad232899e2252c2cbac513e9cd9cf22afa41ff67c\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2784\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.9.1-Linux-x86.rpm\",\"sha256\":\"5faed018aa50c8fa5d2202ef20b525eeac3c8922a6cd61ceda3f1dfe2a44ee8f\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2785\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.9.1-Linux-x64.rpm\",\"sha256\":\"ea070597fac344f0dc65cf8c888e4b6821224164fab4781ffb050f7b0267f6cc\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2786\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.9.1-Linux-x86-ANY.tar.gz\",\"sha256\":\"52df118e0ab38c3000f4dfb4028614b7b80ee1a45bf93e313f3f333d6d6cef97\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2787\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.9.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"f6a524aa4f8ccaee651ea4f5c5658fbe2dfc5c5d1e667efda4e2f62a1d532703\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2749\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.0-Linux-x86.deb\",\"sha256\":\"ea70a0d432b6a0315cc88bf05d65818225e805ee69957241dbeec9cb19c0c6d5\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2750\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.0-Linux-x64.deb\",\"sha256\":\"1476057e07106b0e20cb49bae8ee4b93be7b89814be4f92fc113d2c42f70d4eb\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2751\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.9.0-Linux-x86.rpm\",\"sha256\":\"823f9549676252e599ea4bca383a21bbcdc942d58363d809d7dbb4962ba3ac95\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2752\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.9.0-Linux-x64.rpm\",\"sha256\":\"b9dffa4e78c8fd664a141f51e7e896c2ad97f8a7196323dd0ae80c13807043a2\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2753\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.9.0-Linux-x86-ANY.tar.gz\",\"sha256\":\"55bf1d12703daeeab66631ef6ab0e042567323d418966a976edf5264ebb0bf0d\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2754\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.9.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"eb97003793a270147bf9309634d4d1d1db3a6cc250ee83cc611a42c8d68a9f22\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2689\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.8.0-Linux-x86.deb\",\"sha256\":\"69f6eedff17a1992591b4d2e07f2d05dbf849d465a8383408f7e22e862e7a76e\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2690\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.8.0-Linux-x64.deb\",\"sha256\":\"4376a7a4b10fbcee1eb5a88e9ee1df03b89287690bc41d51e75d96017bb846e2\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2691\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.8.0-Linux-x86.rpm\",\"sha256\":\"58bd2c9967ddd965dab130180012b9db558cace50b8bdffa86b60929ad7f6b04\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2692\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.8.0-Linux-x64.rpm\",\"sha256\":\"e1d2a309535ad04caa41c22bcc626401ae4b6e49c4753d13217d254bd82ddb58\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2693\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.8.0-Linux-x86-ANY.tar.gz\",\"sha256\":\"85ccd9da86d90e8e8414180bb7059345acb369294d154371e218f92a100e6cc3\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2694\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.8.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"3fb2df9ad3478959c5cb6e4271fd2d10e57d6a24bb72eaf1382d53b1f5009e38\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2654\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.4-Linux-x86.deb\",\"sha256\":\"5c61836e6e4d740e055e0862ad8e601ddd36651d3ba4ebabf7c8b9553acd2703\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2655\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.4-Linux-x64.deb\",\"sha256\":\"c99d868ec51a6faf63b1dfc122cb2c1125a4831f1dd654f5ffb9e23f0bdd2f8e\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2656\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.7.4-Linux-x86.rpm\",\"sha256\":\"3d5bb07c715b61236c03c881da1e261834fc145645f31545bc96f5801cd74dfe\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2657\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.7.4-Linux-x64.rpm\",\"sha256\":\"04f5b7586146c406fe18f01b645bd586177b350173b4fc2b8ca6fb8a8ff028b0\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2658\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.7.4-Linux-x86-ANY.tar.gz\",\"sha256\":\"994a3d6f6508be725234efd9f9d7952b73537e6b45a54ee8ad6237eead97d3d9\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2659\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.7.4-Linux-x64-ANY.tar.gz\",\"sha256\":\"41d9e1d768176f088c449280263cc94b8a427d23d3027bb6b0719dc2a852df17\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2616\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.2-Linux-x86.deb\",\"sha256\":\"767153ea0cf4ba07cd1340da5296a83f8b7305e19e771e231861a03564e46ca0\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2617\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.2-Linux-x64.deb\",\"sha256\":\"b60fb775fe73449a588a1315564cd5c01e0f9d873972d4729a143916fbf2cf22\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2618\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.7.2-Linux-x86.rpm\",\"sha256\":\"a27a3e7cfd22eca7dacd8cd9947b99a852c33118970b464a2e35ab43adb72455\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2619\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.7.2-Linux-x64.rpm\",\"sha256\":\"f6a467280bb86935b471eb7d7d5f9b9e88d62ee56d554563fa7d437db91ed140\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2620\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.7.2-Linux-x86-ANY.tar.gz\",\"sha256\":\"5b78a3b3dcae737f6939d5b1e48b2fe684a7bc57320065a4951ec7454981eff3\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2621\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.7.2-Linux-x64-ANY.tar.gz\",\"sha256\":\"9ebe085573f0ae9f008262b744f33f22688e383f36a86b87ff3eda82974e6c7a\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2601\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.1-Linux-x86.deb\",\"sha256\":\"a9413bd32b7a4e28c2a6d01534266dd30772f991c7a53437b272037f57254dd7\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2602\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.1-Linux-x64.deb\",\"sha256\":\"3e303fd0702e04846d0f9aaf53f46ba92fbbb290a54c78f829ff9c9fabeae289\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2603\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.7.1-Linux-x86.rpm\",\"sha256\":\"cd59ae3461e4e7dafac128881c121ebf931c815fac3dd6b5b40fb05e2b234604\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2604\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Server-6.7.1-Linux-x64.rpm\",\"sha256\":\"eb4b732c857a64701860c24ec0d2bd02639d50710f1511c5857fc7ecf6804e26\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2605\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.7.1-Linux-x86-ANY.tar.gz\",\"sha256\":\"e44e79107718ec96e82e22e96bd9415cf5a2191c51db16e16465810d0f384f31\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2606\",\"name\":\"VNC Connect for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Server-6.7.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"734d1dc2828bbc2d2e9459cd4329f365da7d0de11089408ecfb1188b00e2eed6\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2175\",\"name\":\"VNC for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Linux-x86-DEB.tar.gz\",\"sha256\":\"eebbe95260aa6b4ad98a782b00900b9c906e45af45e7f115a63410dbd48cd26a\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2176\",\"name\":\"VNC for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Linux-x64-DEB.tar.gz\",\"sha256\":\"fbc0b1ded3d3bceda5d7e76231849f1271938e71354c97768272d2c99aa4ecd9\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2177\",\"name\":\"VNC for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Linux-x86-RPM.tar.gz\",\"sha256\":\"58ddf9aae8b1665ecbd5b36b89afcb4d67df18de00e54bf0a751993f682a9078\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2178\",\"name\":\"VNC for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Linux-x64-RPM.tar.gz\",\"sha256\":\"a1822a25d4de382803a6ef226e988c930a7f313231aaad43d3c40eb06eb07e8c\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2179\",\"name\":\"VNC for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Linux-x86-ANY.tar.gz\",\"sha256\":\"59978364d3f09d112e3bba2f1a9d17f80218062709765c44fe28fcd52a039532\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic x86\"},{\"id\":\"2180\",\"name\":\"VNC for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Linux-x64-ANY.tar.gz\",\"sha256\":\"af170975696eb73e23a6afa84eb7a2ef01d32e2ea699f956e88ff95d010a54a2\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic x64\"}]}}},\"raspberrypi\":{\"id\":\"raspberrypi\",\"name\":\"Raspberry Pi\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"installation_instructions\":\"\/docs\/debian-install-remove.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3404\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.16.0-Linux-ARM.deb\",\"sha256\":\"23f7e5963158a7c1a38aa35dae43379d4e0c707193c04b9fe90608cd07ff77f6\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3405\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.16.0-Linux-ARM64.deb\",\"sha256\":\"ca679d323d4816cf2bd1068fce9231fda34fb9b02afbcdc1059a948824d7e873\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3362\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.15.0-Linux-ARM.deb\",\"sha256\":\"c1f7e4da4595140b2095d24298aecd30589b7e1dcf2e41b204d8b31a6b27c9e1\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3363\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.15.0-Linux-ARM64.deb\",\"sha256\":\"55ff6c2fa24ae5769e0ad846c1e5914445f3f520e8617ad26ea982dd49f8fcd7\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.14.0\":{\"number\":\"7.14.0\",\"files\":[{\"id\":\"3354\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.14.0-Linux-ARM.deb\",\"sha256\":\"dc1c691ce339b2dce358f219f8845db6647606a5524c11a7f0394a96351527ea\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3355\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.14.0-Linux-ARM64.deb\",\"sha256\":\"940adce316ec370ecf03fc5133dcae63b7402bdb36f98b4064d64157fe86d62b\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3334\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.13.1-Linux-ARM.deb\",\"sha256\":\"1af491044c0e371808978b1dc50558729193ac61fadaa2d87f294f0dc4d55e6e\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3335\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.13.1-Linux-ARM64.deb\",\"sha256\":\"acaac11a81156a11cbd211e2db485a937aaa14c5f66f9ed853a0532fc641b086\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3301\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.13.0-Linux-ARM.deb\",\"sha256\":\"31b7496a40ac733ef9c332ad07ae20f19458d8db64f1a923735a4ad35b28aaad\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3302\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.13.0-Linux-ARM64.deb\",\"sha256\":\"b26b7b438482ea94a29ee02e278f83d4cee14a35e42760d177e5cc84466cfefd\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3272\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.12.1-Linux-ARM.deb\",\"sha256\":\"e608b358e49a5ccf842c84d1212a1a9021b7b3c8d5577c78059ef5283feccd92\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3273\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.12.1-Linux-ARM64.deb\",\"sha256\":\"079c63b3b5a840c192f701a413c30d720a72288195b4cb62340353591504c895\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3243\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.12.0-Linux-ARM.deb\",\"sha256\":\"3d2dbdcf1c8487662bf68df21d07776ad6751d3c427cf4a55fd0894f5377d381\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3244\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.12.0-Linux-ARM64.deb\",\"sha256\":\"d5e5981503141e6445a380013bc31cf39599148dfb5925cfc6c22789caaf7df7\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.11.1\":{\"number\":\"7.11.1\",\"files\":[{\"id\":\"3235\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.11.1-Linux-ARM.deb\",\"sha256\":\"74a0c7846199a7ea1cc88d7fe048ab603e5f3e572684aaab28cf0ef8ba8ed059\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3236\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.11.1-Linux-ARM64.deb\",\"sha256\":\"beb4fa6aa37e2556d3d6850814d5c53c3aab690be89972443b52746fb31dc4bb\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3206\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.11.0-Linux-ARM.deb\",\"sha256\":\"7be59c60d3fb6a514b9f5b7dd015882cbf16a8bfe18ce39fd928f8c88671b7f2\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3207\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.11.0-Linux-ARM64.deb\",\"sha256\":\"1715119b1550ff46355c585306bf16783ea68443d7d9b5967735fcf85cf5d570\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3177\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.10.0-Linux-ARM.deb\",\"sha256\":\"235143927e202f800e9ada8e8138428c172d63761fbf0f98d7ac2a6bd3ada4b9\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3178\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.10.0-Linux-ARM64.deb\",\"sha256\":\"c7489cf07fa661dc19a2851a13df2fef81d937cc595223f547370664e2cf721d\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3148\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.9.0-Linux-ARM.deb\",\"sha256\":\"6a91366fc431ffca418cca371c267682ad0aacd1aa51ab33f3d559bd5a5ba72a\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3149\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.9.0-Linux-ARM64.deb\",\"sha256\":\"d6205d310a68771ee71be692eeb6bf2a1daf635cddce0d12ab9b511259ee6ac6\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3127\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.8.0-Linux-ARM.deb\",\"sha256\":\"f90ecbd70b337d3880c98d4b5db2b8e683c9c69e10e8fe6b67a0c1e3b78850a2\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3128\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.8.0-Linux-ARM64.deb\",\"sha256\":\"b2f88cc9e695bf49482bdc05e529769afaf326bcded149f4d7d2182170e36136\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3098\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.7.0-Linux-ARM.deb\",\"sha256\":\"d0677bdbf82b528be584abbda9a35fc1c6cf89489895317f2c9190e928def399\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3099\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.7.0-Linux-ARM64.deb\",\"sha256\":\"06bdbbf3c72a04bbc2f3bd35669171b895a1375e3bacfbf8fc32d8813d6ccc69\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3069\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.6.1-Linux-ARM.deb\",\"sha256\":\"a5d20b8dc33bd06f35e055966bf35704a4a05550fd253ff395c46db059051282\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3070\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.6.1-Linux-ARM64.deb\",\"sha256\":\"3f1c3ebf306985d76b3d7d1a656733c89d89f5d56b2bcfbd0e938649de030e1a\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3040\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.6.0-Linux-ARM.deb\",\"sha256\":\"ed0041259e0f71efc31dad912d02f0cb77e53050c6f45d337ecd98a33134ff5d\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3041\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.6.0-Linux-ARM64.deb\",\"sha256\":\"eaf5ba44862a998d0a9ceaab293ab605513c2f39dbc3598ac37429f244b90ea1\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3019\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.5.1-Linux-ARM.deb\",\"sha256\":\"dac1d3ede7ee407a39150ad65515ae925986fefd33e7d8301e0a4180ca3bc34c\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"3020\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.5.1-Linux-ARM64.deb\",\"sha256\":\"b1581263eb24aa2abaa005a52cbd9b2ae2bea422edf29d176368ed86a1c5c417\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"2998\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.5.0-Linux-ARM.deb\",\"sha256\":\"070099b3848cc056cf1335487e6624ccba05bc4d1f13e735039d3db8455424e6\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2999\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.5.0-Linux-ARM64.deb\",\"sha256\":\"fa4b96fc6c00bf068bc164f22619d64a0187c23ff0724730bcc3e8f18bc64263\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2969\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.1.0-Linux-ARM.deb\",\"sha256\":\"a38c916271ac7b2754a4d82929669dd9274349c047ba10038f1796280bd4307f\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2970\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.1.0-Linux-ARM64.deb\",\"sha256\":\"687c87f467875e820d74bb725ecd534866a13fe74220e0973bf68de7eea85677\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2961\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.0.1-Linux-ARM.deb\",\"sha256\":\"9c8d251110c244ad91270be62eac553b4a5c01cb1a72ab37f77478d14e971504\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2962\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.0.1-Linux-ARM64.deb\",\"sha256\":\"0e7a265ddc5d3ccf6d63738290de5e82a449d88319c92dcdef32012285b243b7\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2897\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.0.0-Linux-ARM.deb\",\"sha256\":\"dd7a9da2d4e4f92d3c75bae78488408f013aff03df25b0e80f64df5be4494145\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2898\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-7.0.0-Linux-ARM64.deb\",\"sha256\":\"df133033e53b066df19f50cbb6b68b2f0ee1523ffffcb4b98e8e546ff76acd30\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2940\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.11.0-Linux-ARM.deb\",\"sha256\":\"5dd2a5f3ad900cce110d6df38a1e20aa0903e0ceac34fb26ce3e5ba978068673\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2941\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.11.0-Linux-ARM64.deb\",\"sha256\":\"743d38894f374ce97c5075e45380c35cd4487aef809100b3e5f2c27fbc0d0b04\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"6.10.1\":{\"number\":\"6.10.1\",\"files\":[{\"id\":\"2854\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.1-Linux-ARM.deb\",\"sha256\":\"a097b925f17536e451b160e20a9a49f440215b35423cbcfabbb2373c2e6d3e06\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2855\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.1-Linux-ARM64.deb\",\"sha256\":\"aa327391628a8ca116db7654853d5692fd199b957041af9de40146dcd21bdb3a\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2816\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.0-Linux-ARM.deb\",\"sha256\":\"fdcfc1269866c28f564aa13764e93bb6ac097f651f7ef712a2e863ef62b90ffd\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2817\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.10.0-Linux-ARM64.deb\",\"sha256\":\"a490622ca6f6ef27366d191482edefd9549ed869b8a2b3a71c1e78a99aead9a3\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"6.9.1\":{\"number\":\"6.9.1\",\"files\":[{\"id\":\"2788\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.1-Linux-ARM.deb\",\"sha256\":\"140a4f452b3326e9e257c878f9dd0fc9ab6a6ef3ad489fd9132821354e99deb3\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2789\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.1-Linux-ARM64.deb\",\"sha256\":\"4097d08625bfe0c725725b30884881e33d634aaf88e0bb3c742d73563adf09e6\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2755\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.0-Linux-ARM.deb\",\"sha256\":\"cc140b698cebe1058672f9d242cb4f2159a719c25456d1adedaf12a43f3d2e14\",\"subplatform\":\"debian\",\"sl\":\"armhf\"},{\"id\":\"2756\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.9.0-Linux-ARM64.deb\",\"sha256\":\"414a98e50d7f6176a582c982ae7680380d5508feee3aa7b834d72147899429d2\",\"subplatform\":\"debian\",\"sl\":\"arm64\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2695\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.8.0-Linux-ARM.deb\",\"sha256\":\"9f2417d0712a6d535e3775783622985173c09f42119e3ddcf9b7e4d656bfb975\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2660\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.4-Linux-ARM.deb\",\"sha256\":\"76d28d558a4d3841a241e7bcbfcaff9428415e07455c4fe5c99bd9eadcd40744\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2622\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.2-Linux-ARM.deb\",\"sha256\":\"c4a62954df2d0fa75674ff1902d758ed80f0212a2aae1ec19774e7fe98f67adf\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2607\",\"name\":\"VNC Connect for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Server-6.7.1-Linux-ARM.deb\",\"sha256\":\"aa924ce0e89e451a61959a10753095d95e747d53a9e855e920582bcb0619253e\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"}]},\"5.3.2\":{\"number\":\"5.3.2\",\"files\":[{\"id\":\"1913\",\"name\":\"VNC for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.2-Linux-ARM-DEB.tar.gz\",\"sha1\":\"cb91d82b31a2416b2964e9546d67c540f63e0603\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"}]}}},\"solaris\":{\"id\":\"solaris\",\"name\":\"Solaris\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"installation_instructions\":\"\/docs\/solaris-install-remove.html\",\"has_vnc_connect\":\"never\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2181\",\"name\":\"VNC for Solaris\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Solaris-x86-PKG.tar.gz\",\"sha256\":\"80a93b724bb1bf7fa2b975f3834d1b4294940d9888828881fa1d03a1306d926b\",\"subplatform\":\"solaris-all\",\"sl\":\"PKG x86\"},{\"id\":\"2182\",\"name\":\"VNC for Solaris\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Solaris-x64-PKG.tar.gz\",\"sha256\":\"863ebdcdde4a5c66bf9546c15c9a506f0972d41708becfafa52f9e5fb20fe64a\",\"subplatform\":\"solaris-all\",\"sl\":\"PKG x64\"},{\"id\":\"2183\",\"name\":\"VNC for Solaris\",\"arch\":\"SPARC\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Solaris-SPARC-PKG.tar.gz\",\"sha256\":\"4bf927abe5633c52ce914d648f603274e4c59f34760ee49932d45f3f45ea2d2c\",\"subplatform\":\"solaris-all\",\"sl\":\"PKG SPARC\"},{\"id\":\"2184\",\"name\":\"VNC for Solaris\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Solaris-x86-ANY.tar.gz\",\"sha256\":\"958b2487bb16170c1ffca3ef201fbc865776de427a88d9ea232700d77716cc24\",\"subplatform\":\"solaris-all\",\"sl\":\"Generic x86\"},{\"id\":\"2185\",\"name\":\"VNC for Solaris\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Solaris-x64-ANY.tar.gz\",\"sha256\":\"d8a3eccd1c48c05b0c6de8d7561e24cbd55f63d0f8a2943480f6d8789df70376\",\"subplatform\":\"solaris-all\",\"sl\":\"Generic x64\"},{\"id\":\"2186\",\"name\":\"VNC for Solaris\",\"arch\":\"SPARC\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-Solaris-SPARC-ANY.tar.gz\",\"sha256\":\"85278784cc865f9e811ef8f2d1df79244c1be40d0c21621081577b94811f92b8\",\"subplatform\":\"solaris-all\",\"sl\":\"Generic SPARC\"}]}}},\"hpux\":{\"id\":\"hpux\",\"name\":\"HP-UX\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"installation_instructions\":\"\/docs\/hpux-install-remove.html\",\"has_vnc_connect\":\"never\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2187\",\"name\":\"VNC for HP-UX\",\"arch\":\"ia64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-HPUX-ia64-DEPOT.tar.gz\",\"sha256\":\"a6cf3515e7c58f78b45d6f371e5eca95021e8c389486542b9ca032adaeaea290\",\"subplatform\":\"hpux-all\",\"sl\":\"DEPOT ia64\"},{\"id\":\"2188\",\"name\":\"VNC for HP-UX\",\"arch\":\"ia64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-HPUX-ia64-ANY.tar.gz\",\"sha256\":\"c857d5ed785be7ec19b8364e60d6c70ea7c3285a02152fdc0630576d2e989e95\",\"subplatform\":\"hpux-all\",\"sl\":\"Generic ia64\"}]}}},\"aix\":{\"id\":\"aix\",\"name\":\"AIX\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"installation_instructions\":\"\/docs\/aix-install-remove.html\",\"has_vnc_connect\":\"never\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2189\",\"name\":\"VNC for AIX\",\"arch\":\"PPC\",\"pkg\":\"tar.gz\",\"file\":\"VNC-5.3.3-AIX-PPC-ANY.tar.gz\",\"sha256\":\"7723754fef0a33ce85312c25cef24e47ddfb449e7d8395c33ece0e9fbfb13d13\",\"subplatform\":\"aix-all\",\"sl\":\"Generic PPC\"}]}}}}},\"viewer\":{\"id\":\"viewer\",\"file_directory\":\"viewer.files\",\"name\":\"VNC Viewer\",\"show_download_page\":true,\"related_downloads\":[\"viewer-policy\"],\"show_older_versions\":false,\"platforms\":{\"windows\":{\"id\":\"windows\",\"name\":\"Windows\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.15.1\":{\"number\":\"7.15.1\",\"files\":[{\"id\":\"3385\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.15.1-Windows.exe\",\"sha256\":\"5719602f61e38c01db48ef699862b1bafdfc4105369ec45724a3d055c99901c2\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3386\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.15.1-Windows-32bit.exe\",\"sha256\":\"b4f60bb97bf15dd02262828870d98609eb27d3a99b998a555f67a879324de328\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3387\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.15.1-Windows-64bit.exe\",\"sha256\":\"39195c0abe53dc8fc2a57beeb6df9accf72226d46688845bf864c4d639030d84\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3388\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.15.1-Windows-msi.zip\",\"sha256\":\"87d11921ca0256587c73a47b61b53faca752fd76752bb9701e1670855f57e40e\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3364\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.15.0-Windows.exe\",\"sha256\":\"dc81da6b3417c33d6fd28826544245e0d4f3fffab93614ead1b0b75d81a5b946\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3365\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.15.0-Windows-32bit.exe\",\"sha256\":\"8ebb64895201bc9a85075af2c20f28090c09cb0a9a0452e683954e8a5578e5c7\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3366\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.15.0-Windows-64bit.exe\",\"sha256\":\"1e5c2a15b4e315c3070526c3a11ec294a6e9734db3e8979aa967e6daf312532f\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3367\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.15.0-Windows-msi.zip\",\"sha256\":\"3315fc22a7b13b514e4a68d810eec9c93335e4de222acd4abdd755bfb0391ab8\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3336\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.13.1-Windows.exe\",\"sha256\":\"7cb888c789083eac23e16b061cee49aea14bbe14e7a784fb0fca5ce0c23ed429\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3337\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.13.1-Windows-32bit.exe\",\"sha256\":\"c67a83209908f9cc84d368092cf0e86058772b64a2736cc235cb9a425d30f1bf\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3338\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.13.1-Windows-64bit.exe\",\"sha256\":\"f677c36d366a74e6391227d494615b17a2942b111ce9bdb7543397357b14f482\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3339\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.13.1-Windows-msi.zip\",\"sha256\":\"dc545e0d31987722b2674c50f2dac243566598159213b6eeea4d959fdecacee9\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3303\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.13.0-Windows.exe\",\"sha256\":\"30c0a85d105d2db52aa26e614d647ed3c710ada58683abaabde3dc1d61971fb5\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3304\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.13.0-Windows-32bit.exe\",\"sha256\":\"cc13d73cde291c0f59c5018004e0d642398fd9ed1e21409d0d266a7f5dd80087\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3305\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.13.0-Windows-64bit.exe\",\"sha256\":\"6b6287b1e4a93b01124f7d091aec49b3d286b7aff625b3520b531fee3c6a324a\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3306\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.13.0-Windows-msi.zip\",\"sha256\":\"68e9de268b628345c614d3956da202ae91f89d6bb08ecc304e5ec5323f05b186\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3274\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.12.1-Windows.exe\",\"sha256\":\"7d2cdea3548e57edd3d099f034611c74ab16af8733153751264459c5ee05335b\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3275\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.12.1-Windows-32bit.exe\",\"sha256\":\"960031c4f7d6dfa04cd1310ca68b73f962ad3354af31607c4c58f643cf559c9f\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3276\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.12.1-Windows-64bit.exe\",\"sha256\":\"4cf12d040a7b081106d84870b057e1d118880151d996d7dbacedc292eee8690f\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3277\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.12.1-Windows-msi.zip\",\"sha256\":\"77e443db0f57c8343bd825b9407bbc4f96c0b43d8998118b218e9f4345f73f25\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3245\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.12.0-Windows.exe\",\"sha256\":\"d77e2fec5b2df7e91f039ed4b2e1e0a7f96ce65c5d02e7893255d97e502a0f82\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3246\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.12.0-Windows-32bit.exe\",\"sha256\":\"0d18cafbbbbac015e84ea8192af1ca40ba6b850f5775c1343c6414eaafb592b0\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3247\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.12.0-Windows-64bit.exe\",\"sha256\":\"7bc342dac300950a78dcc4f75834825512a7a4ef3cfa17db88ff23d64ff10419\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3248\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.12.0-Windows-msi.zip\",\"sha256\":\"045fbbb207e08a9774be9d9d61890312a25a85e50af4a6df6a225cbd75322de8\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3208\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.11.0-Windows.exe\",\"sha256\":\"5051749f14b66cf3db494fef5eba75f75b20b3cdce0be0a8041ca345e5fed47a\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3209\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.11.0-Windows-32bit.exe\",\"sha256\":\"1747bf56bda877b7e3083ebf60c685227007280aa8d250cad45494f0f4e336db\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3210\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.11.0-Windows-64bit.exe\",\"sha256\":\"9ac19f36804fab4a398ad1595e22d40b63b46287c115bb77168c14f00f5e1c10\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3211\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.11.0-Windows-msi.zip\",\"sha256\":\"a51103ab27ae6a691929f0fe0cdc359de11980d3b1eecef3269189bc14c8e48a\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3179\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.10.0-Windows.exe\",\"sha256\":\"b89a47758fb4c59336da5eedaff33ecd840646f35594c41ec4bcc23cbeb1ab77\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3180\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.10.0-Windows-32bit.exe\",\"sha256\":\"7ff6c22932cc0c0910b430f697c576abc6e4c9a927d1572c91d34e0b5c3e21d5\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3181\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.10.0-Windows-64bit.exe\",\"sha256\":\"d33275c5a324b161b1703cb9d9787eca7739948d11fd1000e233723bf08e0303\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3182\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.10.0-Windows-msi.zip\",\"sha256\":\"fc31a41445fc43236aa703cff4b7c19f63ebf724614659cad9d421dc169682e0\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3150\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.9.0-Windows.exe\",\"sha256\":\"0b2fc14dc5f7ca0491524076e362cbb9075c04333aac77cd6620dcc4b1a2c0e8\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3151\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.9.0-Windows-32bit.exe\",\"sha256\":\"58e79275e766f7e64e2ad2f8cc469cc33b88401936d626eb5e2eaccea3e476cd\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3152\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.9.0-Windows-64bit.exe\",\"sha256\":\"761eb8148c267d97582d09288d13fabc034f69776e37bc830b32f3ded16d686c\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3153\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.9.0-Windows-msi.zip\",\"sha256\":\"340fc5252281cdcd6336038c0822e88c7401d10c403cad53375bfe7512260d79\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3129\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.8.0-Windows.exe\",\"sha256\":\"43c390ab620f96767a29495d7ab92800ad74bb09bf48ea5baa6fc31849e7216f\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3130\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.8.0-Windows-32bit.exe\",\"sha256\":\"dfa147092641c40be201b789175083bfdc1a7b9434e05dda825b7206cbfae360\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3131\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.8.0-Windows-64bit.exe\",\"sha256\":\"47f5790b3620abb120cf4de5632d888454b31901234b466ae9c99f25ea0cabfb\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3132\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.8.0-Windows-msi.zip\",\"sha256\":\"e2f15455c3ea7c837162cb289778a6fee5c1735ed9011919b1b80446fa5679fb\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3100\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.7.0-Windows.exe\",\"sha256\":\"7a3434fe3b26ca74b7b743bc195dbbeca3fb7cb56ccaf216c6ba39fad0a334f8\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3101\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.7.0-Windows-32bit.exe\",\"sha256\":\"9f974744355252fa5d89de74fbc1b7b6472178547889115a3c92e34675c219cf\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3102\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.7.0-Windows-64bit.exe\",\"sha256\":\"33255f44d44554ce6bf75ff54a8434f1df6ebe9eda8f0a5fafd918c731e20921\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3103\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.7.0-Windows-msi.zip\",\"sha256\":\"6e716f0f3fe19946bcf6e425fb96c4b67c87cf3cfb85b13e03db1a2122c99679\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3071\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.6.1-Windows.exe\",\"sha256\":\"b3eac940277cf028cf45c656a1a568dbf1542a9aeabb27abe7357c3a0cbd1b5c\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3072\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.6.1-Windows-32bit.exe\",\"sha256\":\"b298e360e22906894de3fe6f9b003054547df64b478e4438b67b11767f8e4e48\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3073\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.6.1-Windows-64bit.exe\",\"sha256\":\"5253a4971f1bc056ade0b9f78f07a115a605fc00504de177e10b1db5890542fa\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3074\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.6.1-Windows-msi.zip\",\"sha256\":\"625488c08d64b5bcae23625d2bf0d7af92bf9bafb5fb37d07be7eae0f389bc2c\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3042\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.6.0-Windows.exe\",\"sha256\":\"8e0f33dd3a64bf0289ff4dd71c85ed4679c9316ff4ae3b1366b2e5f8aa46bb23\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3043\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.6.0-Windows-32bit.exe\",\"sha256\":\"6724f9ef4e1a25ce0988464c3b85d8ce7f6a27d4e66edb9cbe9a027c6d2cff61\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3044\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.6.0-Windows-64bit.exe\",\"sha256\":\"147a3af1ffa41a5aab320f23b7fa86d2ed25a65bfb435b29e58ee03c77963c27\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3045\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.6.0-Windows-msi.zip\",\"sha256\":\"82b5506527813ac5e9fdc41ce859aef8b4cbfcfe8c79a4cf7c37a9d5446a6120\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3021\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.5.1-Windows.exe\",\"sha256\":\"dc66f6a2c7341ffbf2711cd19873343da6ece529c82a492a0d97909523121cfb\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3022\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.5.1-Windows-32bit.exe\",\"sha256\":\"dc897a35a6dd558b2131b18b55ce5a21ebb5ea2811cd6d5acf576ad7cf028b9c\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3023\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.5.1-Windows-64bit.exe\",\"sha256\":\"624aef6c1add55bb540a3c61b581f4008720eab7478c4711f54e815f457c7fea\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3024\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.5.1-Windows-msi.zip\",\"sha256\":\"8b0038a7ed4354476b44de90774f4a6e70fded782c3ea851aaecbfc94b78be49\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"3000\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.5.0-Windows.exe\",\"sha256\":\"b4039992baa4fe176b4056417eecd8e47908b6fee4300d32c616f80fbcf27875\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"3001\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.5.0-Windows-32bit.exe\",\"sha256\":\"db17923bb568ff1b94375722cd4664b60ad67249b5117b5b676bd5c288786010\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"3002\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.5.0-Windows-64bit.exe\",\"sha256\":\"6d45fab1749b43f996e0780d4ea097df347d184e14a93f8ce1d77a81a91d9e47\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"3003\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.5.0-Windows-msi.zip\",\"sha256\":\"00d363e133c50fe4889dcbbaf527852f5cda10d7b0151b0113526d2066724a8f\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2971\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.1.0-Windows.exe\",\"sha256\":\"af1ec62e2707dd592dfc51aeca26c37dd43c7f1565b716cf6fb8757b8c11b18c\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2972\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.1.0-Windows-32bit.exe\",\"sha256\":\"4474dfeecc85508cbca2fd1d5070b44e7dc63399763dcf5971fe4d72e27e2c2c\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2973\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.1.0-Windows-64bit.exe\",\"sha256\":\"637064ae1fa5a75e122ff8daf60fed02beddcfbee2abcea436036af144239951\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2974\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.1.0-Windows-msi.zip\",\"sha256\":\"569ca0a965f99915aa5bfd6fd29b5429c7928e39638cd01c05966c7f9483faa6\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2942\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.0.1-Windows.exe\",\"sha256\":\"878193165617b7b6781e53aa06951414cc6adf14ea6fb3da9bac7120adff878f\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2943\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.0.1-Windows-32bit.exe\",\"sha256\":\"3f77cab63629bf3134e62060e2bb76f60b474a4f2ed26ca43337dbce361b637e\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2944\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.0.1-Windows-64bit.exe\",\"sha256\":\"a5bac8a4e844955206ca700efeb87051a281d065f37f5f10b62f8b99206587be\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2945\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.0.1-Windows-msi.zip\",\"sha256\":\"daaf020dab60239c251aac09f201a91510185c2f339e7f04249f921e3774a8b4\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2899\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.0.0-Windows.exe\",\"sha256\":\"3480ab22eb520d64b99f27cf97f2c5ca2c481fa42577a3af974b1aece8f5521c\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2900\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.0.0-Windows-32bit.exe\",\"sha256\":\"37dc0d33a457a9ddc6c4ae01f9d062c4cec0032b3b99597d1b6a9d519d04fbaa\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2901\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-7.0.0-Windows-64bit.exe\",\"sha256\":\"8df894b1bb69180ae4214a1be8a55b7b7b3561176a6ad6a6f6e30518d833474a\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2902\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-7.0.0-Windows-msi.zip\",\"sha256\":\"cb3c1a3e11c3e9edbe48dcc577b8b92fa62a14c102aa7217d0bae735b99aae5d\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2856\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.826-Windows.exe\",\"sha256\":\"1ab5833277a12048d0665e5b8fc28c524d826a217d509519120cdb52ebde2a3c\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2857\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.826-Windows-32bit.exe\",\"sha256\":\"0a92dcd0486c98ddfe33f3df38d101392855103356870da838cb1cffc03f5300\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2858\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.826-Windows-64bit.exe\",\"sha256\":\"d7369415b0c6580bf6abedec24a99650f69c63d1a2ec02993ceecfa4d401d9ad\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2859\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.22.826-Windows-msi.zip\",\"sha256\":\"2478e724109491e2230e834d1426da10ea48ea6c045854a58b3a4f10da5fe5e4\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2818\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.515-Windows.exe\",\"sha256\":\"a97e340327a53ad2ba323861a442d90d22dca983ea6427555360faf91a34ca7b\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2819\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.515-Windows-32bit.exe\",\"sha256\":\"4357c2bd9a6d46a3def81278f2b367c350e9be486234201269b83df8c03bf3a5\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2820\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.515-Windows-64bit.exe\",\"sha256\":\"7cf6e2699fe2bbfb00c639f10fd2d5a202ed36cf157da7ccde2d5f20c060193d\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2821\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.22.515-Windows-msi.zip\",\"sha256\":\"4dc180742ccb0b6efc8c6d3bc6640e618280543a3f7ba9a79a156d29ba43819f\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.22.315\":{\"number\":\"6.22.315\",\"files\":[{\"id\":\"2790\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.315-Windows.exe\",\"sha256\":\"788b4817e1686491924f9e3bd166265bc2b477e73a7703103f512fb02f15b5f5\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2791\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.315-Windows-32bit.exe\",\"sha256\":\"767a83a8dc5ec8eca769ef3735e53a133191276c454554603d1fbfe4fc3b83fa\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2792\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.22.315-Windows-64bit.exe\",\"sha256\":\"5d9dd766515aad2077e1fa5928e324f3ffca4f89d2fe4867888c32c9af77b614\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2793\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.22.315-Windows-msi.zip\",\"sha256\":\"8388696b93b1816de0a07fe8dedb6a56413208066cb0293c35e48f44ba4488b3\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2725\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.1109-Windows.exe\",\"sha256\":\"e043a4d205066dd1885b635442ead0628d0f0429cc54e3ddf7dc34de154373b9\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2726\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.1109-Windows-32bit.exe\",\"sha256\":\"92398c67f28afc73f9ffce8984a8245a7b8751bd0587b793c6029e6401a1569a\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2727\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.1109-Windows-64bit.exe\",\"sha256\":\"0bc4fa6d9d553ed7181d86c123ffacd3962692a1257f1dd9d48550c9295f014d\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2728\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.21.1109-Windows-msi.zip\",\"sha256\":\"a54f16a927521a73952d5ed399302da1c55883ccf7723fce9da037d9f0a76e86\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2696\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.920-Windows.exe\",\"sha256\":\"3cc19602ff6aeb09de1ad033ca8dbd7b2bd3d583c64c242ac66bee8c24de0c19\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2697\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.920-Windows-32bit.exe\",\"sha256\":\"bdb9ffb50847f57978ecc5b015c3f5514f52bf29ac5c4124fc159e94db127e97\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2698\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.920-Windows-64bit.exe\",\"sha256\":\"c9029428719227e03118a77ee1c9efb8e9e5a6112343a80e5fbf4a2664bd774c\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2699\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.21.920-Windows-msi.zip\",\"sha256\":\"d59ead83002444ee96aa33ddaa76e7284c52efc8175da128096ecb02a0d68f3a\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.21.406\":{\"number\":\"6.21.406\",\"files\":[{\"id\":\"2666\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.406-Windows.exe\",\"sha256\":\"6d2637db19c0c57d9375dddc15d24dd72e461a45a47fd5c017d529b8b7135599\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2667\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.406-Windows-32bit.exe\",\"sha256\":\"738ab1fe2cc27de8a105b76f84175dee6c524f6a6382347cc40a4c4125261c3a\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2668\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.21.406-Windows-64bit.exe\",\"sha256\":\"4158a5e55cbd6a5a8f4ed38befe2a8c9fa0c7a7fbc91709a31592dda95110517\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2669\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.21.406-Windows-msi.zip\",\"sha256\":\"bb64af3ac5a502ad6707669f67beb1121c1bd7ffd67be23e0f05815a7ddee5d5\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2628\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.20.529-Windows.exe\",\"sha256\":\"6764e39303b4c49e8401e91878b1b26e3706ab5ffb4bac5f6e6334ecfe3363ae\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2629\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.20.529-Windows-32bit.exe\",\"sha256\":\"0bf49c92f3b944c59cd2406b949f96876722aae9d5cb2aa4e3ce87213a4319ac\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2630\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.20.529-Windows-64bit.exe\",\"sha256\":\"d540535fec1eba23f6ca5d81c74c6e2294d04951cdc768b25c8d661755834c62\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2631\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.20.529-Windows-msi.zip\",\"sha256\":\"572a93e59122d41d4d9973e51a6c411645996cdf5f6331a7f95efdaae56f92cd\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2573\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.20.113-Windows.exe\",\"sha256\":\"c993a515379bd54add8f9ce13222fe2f864c0e24bb0429780508f1d6ab204583\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2574\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.20.113-Windows-32bit.exe\",\"sha256\":\"4e244fe52a1156a8ea5424413777ff1ba0d73d0f02036b78c258fb8ab3b1ef50\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x86\"},{\"id\":\"2575\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-6.20.113-Windows-64bit.exe\",\"sha256\":\"412fb5b85ba7b1edd8f53844444ae219039b9b6b32f9a20279b72c6384ba2536\",\"subplatform\":\"windows-all\",\"sl\":\"Standalone EXE x64\"},{\"id\":\"2576\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-6.20.113-Windows-msi.zip\",\"sha256\":\"e9e991e263359dc8b01a86bad7c8c4c37df7adb75789f463505cd740c4281378\",\"subplatform\":\"windows-all\",\"sl\":\"MSI installers\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2190\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-5.3.3-Windows-32bit.exe\",\"sha256\":\"c7f56a1bc166c60a86560c4b2cbc2c285f0ccccfe2407943cc66cf0a1ddebb3b\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\"},{\"id\":\"2191\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x86\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-5.3.3-Windows-32bit.zip\",\"sha256\":\"57c12371e3cf509e9ec7d313d315bc830970e41297271598db9d3fb51e376799\",\"subplatform\":\"windows-all\",\"sl\":\"ZIP x86\"},{\"id\":\"2192\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"exe\",\"file\":\"VNC-Viewer-5.3.3-Windows-64bit.exe\",\"sha256\":\"9f556580282fea4710f9a729bb068c641c1e5b01f49a863328de3ff787c2d1d7\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x64\"},{\"id\":\"2193\",\"name\":\"VNC Viewer for Windows\",\"arch\":\"x64\",\"pkg\":\"zip\",\"file\":\"VNC-Viewer-5.3.3-Windows-64bit.zip\",\"sha256\":\"75bec36d8c4c8e7380fe08503f6c85514e3c62f63c1abb505816b6fd1444d1ed\",\"subplatform\":\"windows-all\",\"sl\":\"ZIP x64\"}]}}},\"macos\":{\"id\":\"macos\",\"name\":\"macOS\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.15.1\":{\"number\":\"7.15.1\",\"files\":[{\"id\":\"3389\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.15.1-MacOSX-universal.dmg\",\"sha256\":\"9d64bb5ec01015ca76ba85d7cd3f9ae78d90f6fc25a191101ea7f87a278aa940\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3368\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.15.0-MacOSX-universal.dmg\",\"sha256\":\"893ab81e08d7c86231d5500e2bf1b9647daa3ca954f1b638cf0a558da4fa6fe0\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3340\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.13.1-MacOSX-universal.dmg\",\"sha256\":\"59177c10479e7d773a2df82d58a4f73b056d1c354b85b11b1040218b3c10419c\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3307\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.13.0-MacOSX-universal.dmg\",\"sha256\":\"87f5c99fc266d013565aa17a154046c14589ffa5b9c88690ef860f7e26156f2c\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3278\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.12.1-MacOSX-universal.dmg\",\"sha256\":\"4a2065c3d8a12832c35813d4c67ddc7ccd236d46960f143d24369e0cd73343b7\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3249\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.12.0-MacOSX-universal.dmg\",\"sha256\":\"85a0f642c045f43a6cd55ff6b649002c073bfa4518dcf48d8fb0634c8aa735c5\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3212\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.11.0-MacOSX-universal.dmg\",\"sha256\":\"1d8babba6a2cf80d9005b909bbeef1d6db399384df76ac967ed5b0b0010ba80c\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3183\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.10.0-MacOSX-universal.dmg\",\"sha256\":\"252c3f76b84b9181f9d23565d96028d724ab60fc31d95efeb551b29049be46e9\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3154\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.9.0-MacOSX-universal.dmg\",\"sha256\":\"7226fc78af7039acc972a701c522f9c95cfa772d6f2d079c492796605263e6dd\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3133\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.8.0-MacOSX-universal.dmg\",\"sha256\":\"556ec6c7d894927e10cc58516ae014036cb4a4b00410649cd2d87d917297f41c\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3104\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.7.0-MacOSX-universal.dmg\",\"sha256\":\"656f706eb457ac237b0a627db3f4ab3a9fddee8b188299edac8074fe796630cf\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3075\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.6.1-MacOSX-universal.dmg\",\"sha256\":\"3c47edd5b9f571cffd9865af3250938d2f74be228b7396f96f604bf08e07e97e\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3046\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.6.0-MacOSX-universal.dmg\",\"sha256\":\"c1c957aac1592e03a6513bd4e052ba3c4a70d14f43fd058671c5fd968d3e4c3c\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3025\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.5.1-MacOSX-universal.dmg\",\"sha256\":\"30df843f4c1e5005ee54e368807b6bec81a30ffb8a0e5b7e8abefed06d73e24c\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"3004\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.5.0-MacOSX-universal.dmg\",\"sha256\":\"d7c914924bf017850bad2710e18f47bf33205b8c1dca7814c9f74f95adbc2842\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2975\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.1.0-MacOSX-universal.dmg\",\"sha256\":\"062621a100acaf4f0aeb8cc20160a8d7adcc16ffc6bb175b88d42c3dcf2ff5f7\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2946\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.0.1-MacOSX-universal.dmg\",\"sha256\":\"a48f406eb6626abaeb8fc96f2165b35927b580c941826a8086d7f28fb9aaef56\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2903\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-7.0.0-MacOSX-universal.dmg\",\"sha256\":\"666a03f78b6ddfe3c50051246fe5cfce0ef02ae7878c246c503d2506da378a78\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2860\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.22.826-MacOSX-x86_64.dmg\",\"sha256\":\"8ea572ad6d111da916b743aab6c3ab94837280f3fcffaf7fee60892a8c2ae36c\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2822\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.22.515-MacOSX-x86_64.dmg\",\"sha256\":\"14a1bb207e8c9d68c0c8a0377b2ae9c5fa4b51c841c0c5ef5fdf9014f7b5881f\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.22.315\":{\"number\":\"6.22.315\",\"files\":[{\"id\":\"2794\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.22.315-MacOSX-x86_64.dmg\",\"sha256\":\"dbecdcbad947529a7770a7bae374e2c2313ea4379636a6e36c3c54ac6a7b4b30\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2729\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.21.1109-MacOSX-x86_64.dmg\",\"sha256\":\"2d09bfab059fd264133e7e6539c2fd10345dcf89aeb0601189a15d82f5a84315\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2700\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.21.920-MacOSX-x86_64.dmg\",\"sha256\":\"9009c37ada8b51f92358e6aec97ea756e8415046c6272642dd1ff9f742e0788d\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.21.406\":{\"number\":\"6.21.406\",\"files\":[{\"id\":\"2684\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.21.406-MacOSX-x86_64.dmg\",\"sha256\":\"613e67e87632ae1fa266e72d051fdbf77a32fe2e3d29e372bbf00c6159a35dd2\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.21.118\":{\"number\":\"6.21.118\",\"files\":[{\"id\":\"2649\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.21.118-MacOSX-x86_64.dmg\",\"sha256\":\"42c5ffeb694e9f96dbb3e0528b8875fe8890e245b81733bd584c68747b446f7b\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.20.817\":{\"number\":\"6.20.817\",\"files\":[{\"id\":\"2648\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.20.817-MacOSX-x86_64.dmg\",\"sha256\":\"fc3956181f1ffe2908d372c4be6a8a9baeb342d6ecf39179af0d86a57dca1d14\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2632\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.20.529-MacOSX-x86_64.dmg\",\"sha256\":\"e7ef824169d7f6f0890f60e0431b22e00b066e1b105642b2a024e86053704f3f\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2577\",\"name\":\"VNC Viewer for macOS\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-6.20.113-MacOSX-x86_64.dmg\",\"sha256\":\"d6035174e9e4aa2e281b49abc953b75c915a1eca9173d56140ddfa3c129197dd\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2194\",\"name\":\"VNC Viewer for Mac OS X\",\"arch\":\"x64\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-5.3.3-MacOSX-x86_64.dmg\",\"sha256\":\"c5708a314285e8eb2ec1fbc08f32072133f1d122aee99edf5ea226e7bec24776\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG 10.9 and later\"},{\"id\":\"2195\",\"name\":\"VNC Viewer for Mac OS X\",\"arch\":\"x86\",\"pkg\":\"dmg\",\"file\":\"VNC-Viewer-5.3.3-MacOSX-i386.dmg\",\"sha256\":\"87221a96fffbcee818c2eeb9db1841b4978b31e6dfe7d40aa4b2f8d411d3b2ac\",\"subplatform\":\"macosx-all\",\"sl\":\"DMG 10.6 to 10.8\"}]}}},\"linux\":{\"id\":\"linux\",\"name\":\"Linux\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.15.1\":{\"number\":\"7.15.1\",\"files\":[{\"id\":\"3390\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.15.1-Linux-x64.deb\",\"sha256\":\"05e3c75e053507492f7b9a3f2d75925ac6b5dc9249af73ae6c1ac51bc5d6aabb\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3391\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.15.1-Linux-x64.rpm\",\"sha256\":\"ac838feddf2aace78c81a411628f864574f57cb9cf7a076938d4f4a796810b13\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3392\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.15.1-Linux-x64\",\"sha256\":\"c47e2268ba35b7f401df7a7298563518aac62ce55cbe3590e0240b34123fd9ca\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3393\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.15.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"e25ea56f29b47b50673a76f29b49335752b69827fdcac2e7f6b36c6a6f360b3a\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3369\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.15.0-Linux-x64.deb\",\"sha256\":\"be090651b9e11ea57cfff160c1dcc72ccfdb09c354dfa3a35e51310d59f3f4ad\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3370\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.15.0-Linux-x64.rpm\",\"sha256\":\"52ab3c87776ca50d29e353eca84b428830911d44acc67791557a1f4663c2570e\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3371\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.15.0-Linux-x64\",\"sha256\":\"d47dd55b04d6c00660d5dfd74a074af0ed373f3ec7c84b35ff04e57aa87c8cb3\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3372\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.15.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"8ecf050cfed7273ac7d19c6c5c7514f7af4c6ad306015daa06284a24eee0fc73\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3341\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.13.1-Linux-x64.deb\",\"sha256\":\"e9bc98d197ff5dc5e078a41d6077e6ba07dd4dc3257b0557f46cc17d763e31d0\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3342\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.13.1-Linux-x64.rpm\",\"sha256\":\"7212d81893f27b01def9bd2c1acece6ba27c138ef878b97bd04ae476727bfa32\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3343\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.13.1-Linux-x64\",\"sha256\":\"23b370956b0fd54f4bc046ef1e61dad750c9b0cad0d8c12fa84a677ed9924bcd\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3344\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.13.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"2383369e515b708f008d2615a9df02ad9700e7ddf0e4cf80412175039249a415\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3308\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.13.0-Linux-x64.deb\",\"sha256\":\"25c0b8187bb8a705c4cdd4ef4e783e0c7d0c42800e55cb5720f915e716a9b80d\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3309\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.13.0-Linux-x64.rpm\",\"sha256\":\"b63c8e8bc9fc26c129c3aed69d58319308ca94e81755ab9b524918f5ab6cf0a3\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3310\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.13.0-Linux-x64\",\"sha256\":\"1275f100d9841f97ef718db721c095e251bc93a2ba220c511ad779e389151313\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3311\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.13.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"cc7ff688ae2207bda6095354d0ff081ec7d9c48af737ccb99630693f65d5704d\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3279\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.12.1-Linux-x64.deb\",\"sha256\":\"588a9adccab720ab2591e1b642506d02fc7f14a3da4cb8202f34d8f22ad13729\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3280\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.12.1-Linux-x64.rpm\",\"sha256\":\"7f031f41d3b22e76157dd063f34247593f829caa6affda0ce68345dda3fe8e0a\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3281\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.12.1-Linux-x64\",\"sha256\":\"44e3d6d6b94e3d7cb493593e3564f6a0952cc4bd40f6feeeae659581450c0d91\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3282\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.12.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"06fb5ebbfa31dcd3474f4c8f4258332b484976f4baa61232dc7b03585bb0b5c4\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3250\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.12.0-Linux-x64.deb\",\"sha256\":\"a6d040da35a68f0d6aea4bc1c70a00bff47fee5f06c5f78c3e27e71a6ebe9af8\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3251\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.12.0-Linux-x64.rpm\",\"sha256\":\"28965b1f799fc6ec94b25918bc1fd12aab84b01edac894afeb236a7cb980b062\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3252\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.12.0-Linux-x64\",\"sha256\":\"8a9252e63780458fc5005642e019c78940a85ab415095bfcb20169725e40d08e\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3253\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.12.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"1bcda562f62473a2267fe1e4f32e5f0358570857a7412103c3392b015d68f5eb\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3213\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.11.0-Linux-x64.deb\",\"sha256\":\"3af724cfab0f3773cbee820d46459971dd73460b594c46ac703170007d96abe5\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3214\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.11.0-Linux-x64.rpm\",\"sha256\":\"e3297907440b5b5bf118bc39719c26af97837091e807cf052c089688bea1bd47\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3215\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.11.0-Linux-x64\",\"sha256\":\"eec2926d597af0b63e3e19beab3200ba2395169312856ad64c64df5e689d6ceb\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3216\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.11.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"d7e72e3f670c423d88414e345b69f2f2f4e509b0c657988b05895b37d691b0fd\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3184\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.10.0-Linux-x64.deb\",\"sha256\":\"3b6b9259692af675d5f4300ae9f407a2693a83758b2ffb7010c2aa5e883f7bf3\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3185\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.10.0-Linux-x64.rpm\",\"sha256\":\"986f7e195e297c8be04b51fb9b001d903f3d86c3064523aa392f574114da0e0d\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3186\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.10.0-Linux-x64\",\"sha256\":\"7b7efef6bee4bac4dc4008a29d5b9601bac98af1585134970d1766e40eadd015\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3187\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.10.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"9045e8534c63b952f2cf69f9bccbdaf146a2aa6af1c2234eba7ad221e1ab79a5\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3155\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.9.0-Linux-x64.deb\",\"sha256\":\"83f1313f917bc4a2aa2afb887796aca33dba28db1bfca585e3010cc520437647\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3156\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.9.0-Linux-x64.rpm\",\"sha256\":\"fe3c904b35737427a1c2d661140d09c9af1560a0b3342c749fb3476c16457ddc\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3157\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.9.0-Linux-x64\",\"sha256\":\"e1d4718a30bac560cc9a37f7fc3a9f6aa3dfe8cba9e6139c464690044d8f3a15\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3158\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.9.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"78bebf495e0867dd0388e82dd8f67db7669ab9c23dee873ee0bb5c6a31c57710\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3134\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.8.0-Linux-x64.deb\",\"sha256\":\"751e1c3110ccb232b2ac11f6d0a639a2506d291e785f8596024be8e4cc5a49b2\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3135\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.8.0-Linux-x64.rpm\",\"sha256\":\"509457ad0216230c2f24e4a597b025e9a43e9427e0bb302da32dd513ce206769\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3136\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.8.0-Linux-x64\",\"sha256\":\"98559d33a9183b42d9c45d2fb049f82d1063da183382f52a8960c4ccc7f00731\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3137\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.8.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"f12b056480545b67cb78c10da40e3342dd28ede9c4dccbd4bb5b28ee40d7c7c1\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3105\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.7.0-Linux-x64.deb\",\"sha256\":\"ab0d0f1d9e94e720e7e96691d0eab3c6dbd8a56b023fd7688d18d103b8275824\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3106\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.7.0-Linux-x64.rpm\",\"sha256\":\"76ff1d9a5d737165d1a1d0990512b0ae10fdcaf7df083e56500d8d6b8642c1eb\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3107\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.7.0-Linux-x64\",\"sha256\":\"92bab604c2457272fce1fc5ad86b0aba884f729d84941036face198e5b03fb8c\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3108\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.7.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"55baed33436bda81ceb2b7a39bcca8a648298ab58647acdf0bdd9a0a86c47a15\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3076\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.6.1-Linux-x64.deb\",\"sha256\":\"360ecdd2e503fc27b592360c9fb370cbb9d6bae8b00b131dd3dcb90a65e08056\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3077\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.6.1-Linux-x64.rpm\",\"sha256\":\"edfca8be291b142140b6cd6fd4e598ae9f2aebbc8d185162336b63288633c3a6\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3078\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.6.1-Linux-x64\",\"sha256\":\"d89bbe8ce965e756bf19445a6da4de6f3b87bd1be085007eb6e19dee8540ec69\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3079\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.6.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"4fb4af2d15904c36f9ab0e38685494541c7d6f192a2b8892eeec9a4034cdf99f\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3047\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.6.0-Linux-x64.deb\",\"sha256\":\"394ad2c5a87f7dd7a492938b64403ff2efc94a446d505ca506dca04fdb572f17\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3048\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.6.0-Linux-x64.rpm\",\"sha256\":\"e6ee7302f1a2c935990e17d9eaba350759a5147b9f7d7810f05e16771a156f41\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3049\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.6.0-Linux-x64\",\"sha256\":\"04dd1414bf781ed3b1737ac22918549f10fd9ee49dd8dc02d898f411b45a2b22\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3050\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.6.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"c94ac448a22137108ad8b12ed77e5f0fa8972d7cba5054d20b9684f33d93dc6d\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3026\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.5.1-Linux-x64.deb\",\"sha256\":\"49624b0ba5d06e0f49afd3eec934c8fe71d4a1c03736c62a57b221382fd0c2cf\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3027\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.5.1-Linux-x64.rpm\",\"sha256\":\"52597d88d8bc371075d98c044e1584d0ff64d71395d8b66779bb91ad51ffcf02\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3028\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.5.1-Linux-x64\",\"sha256\":\"a5922e605900499f66467872af61854444c717cc4eedfafba027ff8adc5b436a\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3029\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.5.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"f11f99adb2d7defa116d1bf2b977039624748f7dd77fbb5df9b8433123b99f51\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"3005\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.5.0-Linux-x64.deb\",\"sha256\":\"e18d2805a94f3c133b16b3b75fda9c0a0bfb62b8d707e1e9129d8cce950dc4ca\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"3006\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.5.0-Linux-x64.rpm\",\"sha256\":\"5de9a27c859ea22dd0763bfc1df123b53609bdf8b47825de4145d595de9a47d0\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"3007\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.5.0-Linux-x64\",\"sha256\":\"d346cb357cd22a1f9ffdd15998851b3fbc147d9c61611d9c48bb4bc7e4db7d66\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"3008\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.5.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"601850ca5c839ca09af93d9f47620baeb58d24c8d20bfad021b16b8d436d013f\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2976\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.1.0-Linux-x64.deb\",\"sha256\":\"24a4724856b7d98a46a2ccd73e7a15850fece2262f715bdf48005805d1e1335a\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2977\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.1.0-Linux-x64.rpm\",\"sha256\":\"327e0ad872022bba301dc5c7f39209527727a4f679eb33726e41d9362a989076\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2978\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.1.0-Linux-x64\",\"sha256\":\"ec1efac00095da6eb7e30e09edca09ece9c91f597340a4a7d4a2ea2bf7369622\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2979\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.1.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"3b0b9f13e046e21749f2fe81e157ba1c70387efe75141c6250c33faab0215ccb\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2947\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.0.1-Linux-x64.deb\",\"sha256\":\"a00402ba433010deb3122afccc79927d94b758f05bae692e73f80f222d42bb8c\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2948\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.0.1-Linux-x64.rpm\",\"sha256\":\"26d5745c8fd7dc93219ee150f4f812f66fe75f86db81c1ff15f49ac8e7c9f7ed\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2949\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.0.1-Linux-x64\",\"sha256\":\"b9daf25f2cd41e9558fe01bd2bd0698db97b35de5ae95517d97beb7389603110\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2950\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.0.1-Linux-x64-ANY.tar.gz\",\"sha256\":\"12481a47ca411e94c6c963d878e08da3608dff362ea3d2d2bc8329c26e91eb0a\",\"subplatform\":\"linux-generic\",\"sl\":\"EXE x64\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2905\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.0.0-Linux-x64.deb\",\"sha256\":\"32ba5074d75e69ab2f5d56aaa589f89cdf53e75b6abe58549a7b1c95b05e8881\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2907\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-7.0.0-Linux-x64.rpm\",\"sha256\":\"bafffecfe07a7e2033652cece19eedd1fee14b0431ea52fa1ebc8cf5f8edb9b9\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2909\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.0.0-Linux-x64\",\"sha256\":\"9d11465ea64f751e42602146c6f99da9ae72c87697bc463c4cc02dc4209ab92e\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2911\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-7.0.0-Linux-x64-ANY.tar.gz\",\"sha256\":\"eb136ce6e151132d686079f26bc57479212a612c02947f3704fe087c0c39ca08\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2861\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.826-Linux-x86.deb\",\"sha256\":\"9df8a47f6823e973aca391392d045f715fbefd4eb4dd3a1a26428ef823ac9ed5\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2862\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.826-Linux-x64.deb\",\"sha256\":\"f329dd523aee315232afa5c19b8eec7e289df4d8e184b3be4c8f1dd2d1b34ea4\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2863\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.22.826-Linux-x86.rpm\",\"sha256\":\"dd9602357a166abad9c080f356ce851655acfa2b19b3655bf99a4afcf04510b1\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2864\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.22.826-Linux-x64.rpm\",\"sha256\":\"e59acb31849300976ed806513caf38698032ee6192e040b6b5a8846e0deb097c\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2865\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.826-Linux-x86\",\"sha256\":\"3871780da14f09d5a863eb805b16c7e995419b35727577e9eedcef6a74de3228\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2866\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.826-Linux-x64\",\"sha256\":\"14adb5380d7c06050666ae20f6b9bb213c204020b01b1374b41de2fb690c2923\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2867\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.22.826-Linux-x86-ANY.tar.gz\",\"sha256\":\"5f4a9f7ff78166110cc66dc50a55d4dd8b7f6d1e6e4e38660c5bdf608d6dfe79\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2868\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.22.826-Linux-x64-ANY.tar.gz\",\"sha256\":\"b9045664f26eaa48ba859469f0da3f526349e7c53966cb30b6be03d5a6084fbb\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2823\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.515-Linux-x86.deb\",\"sha256\":\"a2b419a6db40d631cae4de0f36b47f485516ea97c3ba8f6aa373be83e29aa7c5\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2824\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.515-Linux-x64.deb\",\"sha256\":\"39b2be9da48f91d34bde3cf6bec61cd675e1b23ae15bf266e0605d72c743e681\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2825\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.22.515-Linux-x86.rpm\",\"sha256\":\"b01925e3a83c8dbef9aee9323c47af481932aa47193913f1f1b5ebc5a30ed195\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2826\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.22.515-Linux-x64.rpm\",\"sha256\":\"f666feaf777beb999c273a18bd5653d0177fb22f1f5598b6d8b72413567533d1\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2827\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.515-Linux-x86\",\"sha256\":\"7b2419d20bc3c925fcc9b6fa06ea796ce3d516283aaef12035c6fdc3a84dc7ac\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2828\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.515-Linux-x64\",\"sha256\":\"5a5e7e4a9fa721876ce690b4b451e588381dd5a8561052e5956b39e8396e3708\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2829\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.22.515-Linux-x86-ANY.tar.gz\",\"sha256\":\"3c292f7691ae2f1bd8f8ffae1f835d3413288af2d672db83e313ae1a45b374a5\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2830\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.22.515-Linux-x64-ANY.tar.gz\",\"sha256\":\"b915af54bad059efe6900c3dbedc52cb37a2e4d214d3bb734cd15d7d8008541c\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.22.315\":{\"number\":\"6.22.315\",\"files\":[{\"id\":\"2795\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.315-Linux-x86.deb\",\"sha256\":\"b5889fca9aa270e84217115ecee8bd62f60689548467913a6debcb5c3444e058\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2796\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.315-Linux-x64.deb\",\"sha256\":\"b27b0fc88ed8d0f223ccfa59f4858e6ea732e02942b48b2c47d6d757ab184399\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2797\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.22.315-Linux-x86.rpm\",\"sha256\":\"6fe525ff346f446399c9f8d3df4047fb5c528ac612146e2b8dbb132a29232ca2\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2798\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.22.315-Linux-x64.rpm\",\"sha256\":\"e2312194e7ed807c3b688c5642235b49696b1f0620638ce81a6f75e7eb874168\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2799\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.315-Linux-x86\",\"sha256\":\"b077fb5ad15492aaf06fd54d7c63e725d4e740cddb244ea43b8f5ee8297c29ec\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2800\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.315-Linux-x64\",\"sha256\":\"1140ad5825114bf728304e3042c5c6d8635583d21c49093d67786baae566f991\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2801\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.22.315-Linux-x86-ANY.tar.gz\",\"sha256\":\"ccac1d09afdce914e63406ec8d65d7f39419f1d0c97f3e8db7c05f034436d1ac\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2802\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.22.315-Linux-x64-ANY.tar.gz\",\"sha256\":\"2b4011aa94747067fcb44923bc641b9d50af4d0a96009249fe3b8b3d65bf5aa8\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2730\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x86.deb\",\"sha256\":\"3d9d1a5f515df208d98183393da3c4f56b2f5db6f9da78f6fceb63302c9a5bf3\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2731\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x64.deb\",\"sha256\":\"d1bd67eefeb0a05cb326169b0aeff7994318b46540f71b545b04b15e51df1ce1\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2732\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x86.rpm\",\"sha256\":\"0e9867b98bf3a1ec0a5ff62d4d262de0c0e0fd5709cfdbdb04d984e67f6d700f\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2733\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x64.rpm\",\"sha256\":\"477647bdc54fd7eb3733bc45fa93593ea3a1a8d72edbbcfab7e080b867bafd8b\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2734\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x86\",\"sha256\":\"84efddc4bca52a1eadadc02bf8246a1c04e7d5b14184b1a933ca66a1d375af97\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2735\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x64\",\"sha256\":\"fe9cdf48be5ef292a8c270f7f65221225de4162b5be591c90c2f4874f22b957e\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2736\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x86-ANY.tar.gz\",\"sha256\":\"e93d78129249888dcf2ee0df531e9283a03ac8519e813f9588b614ebdb5dffd2\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2737\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.21.1109-Linux-x64-ANY.tar.gz\",\"sha256\":\"4998d03f875178a5d286b564e342d236aebc5de6cec40fc740886c543cafda95\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2701\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.920-Linux-x86.deb\",\"sha256\":\"172856d9bea9084e63faa2bdc6c5ea21b028e16ea064dfaa99fc9b72a16f4d9c\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2702\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.920-Linux-x64.deb\",\"sha256\":\"142ea222173c4147cfb2931e4d4c8c05d59a88d3c72a611e383612356d7bac87\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2703\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.21.920-Linux-x86.rpm\",\"sha256\":\"363f209b22a55dc67c3f756dc6abfa39f3b98fda5339914434d5427c3be6910c\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2704\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.21.920-Linux-x64.rpm\",\"sha256\":\"df85714da23c99e4081f0370a893e5e53bc7e6f0b3eaf9d9158b40804661f0e1\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2705\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.920-Linux-x86\",\"sha256\":\"535f1a18c785588395176f3fc75ee271b25e55f0cb9c9f13656d52e90ddc5559\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2706\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.920-Linux-x64\",\"sha256\":\"0776b206f9d11b336af1b971fd360e9b4f27b6ef0e819e95d4d4971c7e336082\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2707\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.21.920-Linux-x86-ANY.tar.gz\",\"sha256\":\"a45255bd0683512a8a88215385ad7a2e097423912bdcb3b32baa6f73ecafef3f\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2708\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.21.920-Linux-x64-ANY.tar.gz\",\"sha256\":\"7b9abaed376af0891ae1262c619c51d2a38b917d11e457e5e910e12a80e01fd3\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.21.406\":{\"number\":\"6.21.406\",\"files\":[{\"id\":\"2670\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.406-Linux-x86.deb\",\"sha256\":\"313dc46974d4cabfa92dff2c67b7d222db78448a3701b8d0c7c7bbf9ea798785\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2671\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.406-Linux-x64.deb\",\"sha256\":\"d0d75642794241681962c28bf557a990fa76d35328954ed5d3fa505447ed312e\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2672\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.21.406-Linux-x86.rpm\",\"sha256\":\"614c788d4beb99a8c6de07ce0b72839fc70980c2d15f2d2c8b34c4ea71749de6\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2673\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.21.406-Linux-x64.rpm\",\"sha256\":\"6a4255e790fa07b403239214b9e2baaf3ac29642d714ef7678787a65d5ffd166\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2674\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.406-Linux-x86\",\"sha256\":\"027831240461541a8e7f3e33655961a16b83127b7ccc1afc28fe2632ebab57fe\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2675\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.406-Linux-x64\",\"sha256\":\"c34178d4f29a8968feecf4dc1bd5d9449a53a227197a28a31aa6ed9f64cb99cc\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2676\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.21.406-Linux-x86-ANY.tar.gz\",\"sha256\":\"643c821ddcb8a7097951f24ad2e8d13767a9a120503c5610acbf3b4a20e16566\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2677\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.21.406-Linux-x64-ANY.tar.gz\",\"sha256\":\"d5e8c3830cf7ce4e7b2ce5472ead9786c0bb1c9f73d9f26df5a2bc1b10242e76\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2633\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.20.529-Linux-x86.deb\",\"sha256\":\"a204d263f7a81ede19e8897c0856dd3eba6dce9bbf03883ac5047ac009bfcccb\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2634\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.20.529-Linux-x64.deb\",\"sha256\":\"89d1ef9ad84040ddc7c911e7c258b68293a759812c0d342a7565b124fbe32aa1\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2635\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.20.529-Linux-x86.rpm\",\"sha256\":\"59b154b00420703558684e8d4823b6ec5a2ed0fe163d27252f1fc28e9186aa36\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2636\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.20.529-Linux-x64.rpm\",\"sha256\":\"150be89745cd43772c47a19677f870bf3ad9d5ac28f0308029d2f38daedda49c\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2637\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.20.529-Linux-x86\",\"sha256\":\"9e3119de3ffe153e3315a946d214cfdba89103ae7189ab3d3a9ffa574c568c96\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2638\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.20.529-Linux-x64\",\"sha256\":\"3824f25c98d0cb651376d5736c9c93d1437c6842efb09bd8a26c52804ab6b5d3\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2639\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.20.529-Linux-x86-ANY.tar.gz\",\"sha256\":\"a4e161e08cacb4af7ae201198265ccbfbde694a2a4f3030e1d93ab5d11422c83\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2640\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.20.529-Linux-x64-ANY.tar.gz\",\"sha256\":\"84c26fbd9b76c53f5bed9887ae437ad5f7c473a0780d093e497c51555c0035bd\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2578\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.20.113-Linux-x86.deb\",\"sha256\":\"0b279a93e43f421ee59c371552829428a92a4b7465b72df34c5e17d16172fdbf\",\"subplatform\":\"debian\",\"sl\":\"DEB x86\"},{\"id\":\"2579\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.20.113-Linux-x64.deb\",\"sha256\":\"32684c9b8f087230cc739cedd7626547a3a0f2321092a3f8185e53f78a108a5c\",\"subplatform\":\"debian\",\"sl\":\"DEB x64\"},{\"id\":\"2580\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.20.113-Linux-x86.rpm\",\"sha256\":\"c6a406ef44492302e854dcff02046a7b853e6877fb7408ca0a02438d77ac453f\",\"subplatform\":\"redhat\",\"sl\":\"RPM x86\"},{\"id\":\"2581\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"rpm\",\"file\":\"VNC-Viewer-6.20.113-Linux-x64.rpm\",\"sha256\":\"6f0cc0bb4d2d21b8fc142c59028c941cec327fc50fdd7b368db56e5ae563eb36\",\"subplatform\":\"redhat\",\"sl\":\"RPM x64\"},{\"id\":\"2582\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.20.113-Linux-x86\",\"sha256\":\"e47143186930480bc2260323b5330ebd7556ee2277bc4c20965438075d82eee0\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x86\"},{\"id\":\"2583\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.20.113-Linux-x64\",\"sha256\":\"4ac20464566dc6756325bb2476f82f495d7479eb7587f2dd65b3d3f1164d8648\",\"subplatform\":\"linux-generic\",\"sl\":\"Standalone x64\"},{\"id\":\"2584\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.20.113-Linux-x86-ANY.tar.gz\",\"sha256\":\"2cff8b6a18b35d82097e8238dd0fb1cef5800ba0ac31a4e757a40e536caa91f3\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x86\"},{\"id\":\"2585\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Viewer-6.20.113-Linux-x64-ANY.tar.gz\",\"sha256\":\"b64c5a660651221863ed5b549753b7274a84c80caaf93d19e7174869169263f5\",\"subplatform\":\"linux-generic\",\"sl\":\"Generic script x64\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2196\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.3-Linux-x86.gz\",\"sha256\":\"eee98850a3d56ba553cec783f95bce5a991bcf1f4d53a278f160e52e1d1de961\",\"subplatform\":\"debian\",\"sl\":\"GZ x86\"},{\"id\":\"2197\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.3-Linux-x86\",\"sha256\":\"517bac7ded53fdaf46510728491c33c3f02d8939b388d022e545d58eb4848ded\",\"subplatform\":\"debian\",\"sl\":\"Binary x86\"},{\"id\":\"2198\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.3-Linux-x64.gz\",\"sha256\":\"2c347d069e9a33706ea3b2ed882d6c585332c0d56feb1c7762dba8c161f92ccd\",\"subplatform\":\"debian\",\"sl\":\"GZ x64\"},{\"id\":\"2199\",\"name\":\"VNC Viewer for Linux\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.3-Linux-x64\",\"sha256\":\"7ffb33256b7c08fe5bd99978c583d200b5eca715c80b2f3d3f9c85223d8d58c6\",\"subplatform\":\"debian\",\"sl\":\"Binary x64\"}]}}},\"raspberrypi\":{\"id\":\"raspberrypi\",\"name\":\"Raspberry Pi\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"has_vnc_connect\":\"now\",\"versions\":{\"7.15.1\":{\"number\":\"7.15.1\",\"files\":[{\"id\":\"3394\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.15.1-Linux-ARM.deb\",\"sha256\":\"495e09bc82229a178bfed850f951a33401197e6d43f152de8a139ba8633d6b74\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3395\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.15.1-Linux-ARM\",\"sha256\":\"c158d238b92f0259e69544ecb76c7b9e0cd1b2db3535dc2c4c8b2cca55718a4d\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3396\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.15.1-Linux-ARM64.deb\",\"sha256\":\"ff746082e9defb3e3350bf16f17bb6232fc68b944a67575ea03382b779ea7061\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3397\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.15.1-Linux-ARM64\",\"sha256\":\"d0ddbda22245dcaee6ee28c74d4b41fb9d4882350a9ba68bb1d400d7fa98d1dd\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3373\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.15.0-Linux-ARM.deb\",\"sha256\":\"86b0e808d119f2dca4c501bf83e6f34b7f3fb0dc47c955cf02b3761f05cf340e\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3374\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.15.0-Linux-ARM\",\"sha256\":\"ddbb8a89ec575c62882919c16381d11a0dc9cf5b29f160160f8da75f3b241fa3\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3375\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.15.0-Linux-ARM64.deb\",\"sha256\":\"306241170b873383ea917ec4154e6dbc75b7ab4729e7da369341758440c7a1b1\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3376\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.15.0-Linux-ARM64\",\"sha256\":\"0781bd568187e0f66782d14530dea01800fbb996d333eca4942c4b342a07f73f\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.13.1\":{\"number\":\"7.13.1\",\"files\":[{\"id\":\"3345\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.13.1-Linux-ARM.deb\",\"sha256\":\"ccc9eacc8176589062df2a12ee27c331d22ee069a8532f61b3175c42ef1a9010\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3346\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.13.1-Linux-ARM\",\"sha256\":\"c8c4083c6fe2ded13d0c042d0d1e90b4836cb85a1dbe193cf9d6b4c8fd233747\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3347\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.13.1-Linux-ARM64.deb\",\"sha256\":\"28cab2197fca31e0471abe4b4fe5198b422946b723318ece40e62864722c433e\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3348\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.13.1-Linux-ARM64\",\"sha256\":\"80f4d7477d76b0bd25e5e0ca9e09329799981ef24cf43a41943a13e636f70d84\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3312\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.13.0-Linux-ARM.deb\",\"sha256\":\"2d861d6abae7a72ac135cea87312d098f7aeaa1385f5590d87e08e4968fab13e\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3313\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.13.0-Linux-ARM\",\"sha256\":\"78705cbc43a13e8c45ac81dfe56ecbdee9c8b4f0bae52c9de9197cd84d94c46a\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3314\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.13.0-Linux-ARM64.deb\",\"sha256\":\"427f2ba2dbe23d4cf7673afc5f8413a2ddb5ec770c6c326a41716abed72e449b\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3315\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.13.0-Linux-ARM64\",\"sha256\":\"8e5715f4d1a1f029c5fba9c5dae1d5664ae596fac21aeb88e91029b1dcd6153f\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3283\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.12.1-Linux-ARM.deb\",\"sha256\":\"90af0f2a38fd3ac3b10a4bc93d5c79b9e4126906be3c40350ede232e4b811957\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3284\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.12.1-Linux-ARM\",\"sha256\":\"235b5159b56c7493fef12780729a8db5f81b52fbd1da3d15eefcf55e8e1b7cab\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3285\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.12.1-Linux-ARM64.deb\",\"sha256\":\"e788110eb5c9630c2c5259d2c9662edc4cf0f26eddfbc528c9d9d41d773403b8\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3286\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.12.1-Linux-ARM64\",\"sha256\":\"c39200850c741345a92ac59fb8a5c7fea44b0274a32ec90545c88d8167b4f575\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3254\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.12.0-Linux-ARM.deb\",\"sha256\":\"a46c22a4b1598d1039ef55d6e7a128c84b142060f3a8eb6e2692229b7d8792f8\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3255\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.12.0-Linux-ARM\",\"sha256\":\"10c20cb41979199d484a770f07fb6ff46c9cf4b868ac165f29102131a9f69ef6\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3256\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.12.0-Linux-ARM64.deb\",\"sha256\":\"5a8780135fe52d46e4740f754c4f50bb75449f8c5cb1def9a3ee38d8cae2cdcb\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3257\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.12.0-Linux-ARM64\",\"sha256\":\"aff78323022b00eff4bf2184ff3968246fec03bb6aa2d2500a45eda67a0ed561\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3217\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.11.0-Linux-ARM.deb\",\"sha256\":\"1f9ac6adf20342e7ae48be47660ebfc46b45c43e0556b8b02611f3f01501e46b\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3218\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.11.0-Linux-ARM\",\"sha256\":\"f2f62501c4a2527ee247df5170a13edbb0be24e04261218d65970fd741946a2f\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3219\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.11.0-Linux-ARM64.deb\",\"sha256\":\"264a06726fcd46e32899308f1fb7405f8cc83ccd43f641b77ece58223867d6a9\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3220\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.11.0-Linux-ARM64\",\"sha256\":\"6b4fdd1d6ed58b329d084123ef4fc5c93b5c46322776ac0fb0aa11026999a89d\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3188\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.10.0-Linux-ARM.deb\",\"sha256\":\"6a206aa7658417803667072f3cd260cbd8b88cd103405b5f3de711265617c9db\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3189\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.10.0-Linux-ARM\",\"sha256\":\"d5fa6f3c20316f9b7ee0f23f66e9278d9c4f85f253f9a763bfa8e6c522acc405\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3190\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.10.0-Linux-ARM64.deb\",\"sha256\":\"960bd33ddcd378d5d452910a7cbe67b8c18c1bb118163b0807f017c4cc0bfca4\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3191\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.10.0-Linux-ARM64\",\"sha256\":\"927fe2cad80399789907dbceeccd5cd68dea16ead248d7876d763c47752cbf0e\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3159\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.9.0-Linux-ARM.deb\",\"sha256\":\"896877c21889f4ba43986313d476ae64edd9104306e1495c691ad4b8dd7157b1\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3160\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.9.0-Linux-ARM\",\"sha256\":\"c2bd2e515e54e00fa6453a78afa464df6dbadbe01dda10841ce5fe6dc556adb4\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3161\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.9.0-Linux-ARM64.deb\",\"sha256\":\"a7f9b2805613056b7f57478cb0d2560a7bc1a09e00619299832a065a88d96358\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3162\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.9.0-Linux-ARM64\",\"sha256\":\"474c58464c6f874f470493345adfa8c29bcce847d0c89d77f199177534749079\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.8.0\":{\"number\":\"7.8.0\",\"files\":[{\"id\":\"3138\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.8.0-Linux-ARM.deb\",\"sha256\":\"29a0eca312051675f77cbbead08af062f5dabd5b131e0bb37f57372357013c2a\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3139\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.8.0-Linux-ARM\",\"sha256\":\"5d23ae5a2839afdf62a9ddd2dc191a772162732706c158d0afb5186761bad546\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3140\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.8.0-Linux-ARM64.deb\",\"sha256\":\"dd421ed429d7f037028c44a1f6a823962b1317861e7b8b8ef7249cd29436b2c7\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3141\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.8.0-Linux-ARM64\",\"sha256\":\"207709e7b37411cc235767312b6d3ce75d53f8559650261ea325fd5d4441ea19\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3109\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.7.0-Linux-ARM.deb\",\"sha256\":\"7eef930ce31117321d6833128e7b6be4a8dd5c80c97e84125dc6c1626e67f90a\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3110\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.7.0-Linux-ARM\",\"sha256\":\"9c4c92bb2f982bf58df8ecbc6b403b46ff5e59e7dadfb8e0512b7f737a2fa38b\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3111\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.7.0-Linux-ARM64.deb\",\"sha256\":\"5ac6eaaf32086758fe26976292e480fade17046fefad99221e4786eddac3d5fd\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3112\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.7.0-Linux-ARM64\",\"sha256\":\"b909f38685b39ebe6437756c410b6ccbfaf3af88b73bca7d73a2eba6ac1d0109\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3080\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.6.1-Linux-ARM.deb\",\"sha256\":\"82507b7fa4de53583295ef857f01d95bbe45cf905611253f17dfd1756ef70419\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3081\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.6.1-Linux-ARM\",\"sha256\":\"ea2e5bcf7972a1e09672437f4a8643c7d46c1530c8a959325f435fb8d416b6eb\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3082\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.6.1-Linux-ARM64.deb\",\"sha256\":\"1e8a5314183434c4d063eab39af6476d4d454a9dae5b5eacdf3c4f9652c23b31\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3083\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.6.1-Linux-ARM64\",\"sha256\":\"10d73a124ee270616686558a8da6d11c592084bcf462d3bf00dd96b2aef1686c\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3051\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.6.0-Linux-ARM.deb\",\"sha256\":\"68769fb0a0074dbf275386cea4794200cb78dfbc0d9ca3c4df28c75a0525a7b2\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3052\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.6.0-Linux-ARM\",\"sha256\":\"bed8a16c911851d60b3e4ce25e53e272ca19d4132661c0eff477a57e5fdaa7e6\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3053\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.6.0-Linux-ARM64.deb\",\"sha256\":\"b03fa4a6b0567895782a657e99cec2da1c8410f97db2e9e5d9a9adf8e85c2b9c\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3054\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.6.0-Linux-ARM64\",\"sha256\":\"01e16822733ffa429d67d83d2ef6d921e5230319615e453010a43ae0e32cf284\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.5.1\":{\"number\":\"7.5.1\",\"files\":[{\"id\":\"3030\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.5.1-Linux-ARM.deb\",\"sha256\":\"c5ec188055ff6c83dcb473da3bfa9f698ef11d1b55f9b3ff40834152060fb920\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3031\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.5.1-Linux-ARM\",\"sha256\":\"ab00e13fcd2b56e2676eaf04ee37c108c7d87ecec43bcca31bf1776d5b11b18c\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3032\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.5.1-Linux-ARM64.deb\",\"sha256\":\"99338f67591d0ad6ef9c7d0931977965667754e6d9dc9e384025374d401a94fa\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3033\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.5.1-Linux-ARM64\",\"sha256\":\"a27610e93b28ca7cce1ab142d15f7f3f7b9843857d68c4adc3883cf037894807\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.5.0\":{\"number\":\"7.5.0\",\"files\":[{\"id\":\"3009\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.5.0-Linux-ARM.deb\",\"sha256\":\"64b6f3c0a46ede06edb3581e0354338c1a3621ed2884fa523093f89f5880cde0\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"3010\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.5.0-Linux-ARM\",\"sha256\":\"682bc37c80be309faed00fdd9e244fd07b330f97e81e573d7bbae5a91acebcfa\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"3011\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.5.0-Linux-ARM64.deb\",\"sha256\":\"68299c0ec42da8eee754114e30436b0468230a88f8e39eaad24684248f68cca7\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"3012\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.5.0-Linux-ARM64\",\"sha256\":\"b5775104407f12899b675098a05de95f68f376bb4bf22efc3ace5da935780c03\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2980\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.1.0-Linux-ARM.deb\",\"sha256\":\"c57d36721ae06d6d6425a46de3c826ed91808ff311ef153d41a3f995ee51a183\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"2981\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.1.0-Linux-ARM\",\"sha256\":\"9256a79c3e5f84b52a3ca683c1ca2003e0a674d401b4872f05acf1091aa5e4a7\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"2982\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.1.0-Linux-ARM64.deb\",\"sha256\":\"548816bf8e07e3be1d0130833d0395ffb4fa01f7fd6f0840429efe87ce66da88\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"2983\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.1.0-Linux-ARM64\",\"sha256\":\"a6f2f515b090b271ee46c87eef97961e35b22696a1089db272dfb44de2599c75\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.0.1\":{\"number\":\"7.0.1\",\"files\":[{\"id\":\"2951\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.0.1-Linux-ARM.deb\",\"sha256\":\"b5f47b928cc09c2fa9b0fef2b61169cdbf058d2683d96fee0c9e171b4d38d863\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"2952\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.0.1-Linux-ARM\",\"sha256\":\"e56ae89169c601589d54390d3e6f0bc4a88dfd5229f5e82d6e99463d4a302ad2\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"2953\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.0.1-Linux-ARM64.deb\",\"sha256\":\"4923ef10424f5b7e05106fe9e0524cf56639ebba46e00bb78a75410ef744cbae\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"2954\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.0.1-Linux-ARM64\",\"sha256\":\"562a2d3b937a3f386016acc676f33bd3e0016c9163a8eabf4d1e60b90290672a\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2912\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.0.0-Linux-ARM.deb\",\"sha256\":\"8dcac8fabf3fc0d36d41b57da900e21b34c434320888891b729cda37c6019101\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"2913\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.0.0-Linux-ARM\",\"sha256\":\"633710386eccf6d65e6ebcbc261154e759781dcd2c268a4da1b652532384b8ae\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"2914\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-7.0.0-Linux-ARM64.deb\",\"sha256\":\"7a8f14eb2044abe00ab8b25627e025985afe1cc4e9c49cce7609bb0ec0f322cf\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"2915\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-7.0.0-Linux-ARM64\",\"sha256\":\"3aaa63a1ea4cfb6be0b6a87792bbd116b42766aa6169d38479860563899a0629\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2869\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.826-Linux-ARM.deb\",\"sha256\":\"b41ed8a04d8ca2b435f4f7c06586c69ab6350699d955a41b938de4bd3b26594b\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"2870\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.826-Linux-ARM\",\"sha256\":\"d3301981de976fb30be4e81a2c52a7960160ff5b3cdc7ec4a8f340ca72858cb2\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"2871\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.826-Linux-ARM64.deb\",\"sha256\":\"92f4ae583bfa583a8f06895c6d9b08384cb3b7ef89dfdf0566fc2a67989de4f8\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"2872\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.826-Linux-ARM64\",\"sha256\":\"e0677422d9da3aa59e85594c59ddf27f0308b0f9e1b5ce8ad3c3106ad33d038f\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2831\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.515-Linux-ARM.deb\",\"sha256\":\"d35ec99463eab8f244f89e7898ee01152acd33f806b247521d032a97938677d3\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"2832\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.515-Linux-ARM\",\"sha256\":\"c07b5b47ed73696ce015544deb2e09eae15206bf41e489a57a1700968237eee1\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"2833\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.515-Linux-ARM64.deb\",\"sha256\":\"f2204f29120652a529b6fc7268bffd5a8959ce6ee298a094a5db1ec0f8d26b9e\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"2834\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.515-Linux-ARM64\",\"sha256\":\"b7b21fa6cd5b9e212a027aa36716b9c50eb1dc6adb740c9528ed66cc889b64e8\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"6.22.315\":{\"number\":\"6.22.315\",\"files\":[{\"id\":\"2803\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.315-Linux-ARM.deb\",\"sha256\":\"58f80e9d5af4c94ef1ae2ed25f2e5a3d14009c564922effb6ef382f01fa0ec77\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"2804\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.315-Linux-ARM\",\"sha256\":\"6940c8e8f1c9c550bdd31cd6020918da2a8509f9429923de132682c1778075c1\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"},{\"id\":\"2805\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.22.315-Linux-ARM64.deb\",\"sha256\":\"40e535310cfce2b594de2dfa12f98b67d39551f2785351dd08a86de8881dc654\",\"subplatform\":\"debian\",\"sl\":\"DEB arm64\"},{\"id\":\"2806\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.22.315-Linux-ARM64\",\"sha256\":\"9e3d4bd5f0c04621c17cb679ca8025e200044356250dc4a465d913f4d4fc0f1f\",\"subplatform\":\"debian\",\"sl\":\"Standalone arm64\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2738\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.1109-Linux-ARM.deb\",\"sha256\":\"4039962eb90a82c059a816816ca88d94f2162fdfb717f48a3258b1e92bf1c0a7\",\"subplatform\":\"debian\",\"sl\":\"DEB armhf\"},{\"id\":\"2739\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.1109-Linux-ARM\",\"sha256\":\"62a1594b561dba0fd52e538dd476b66ea971923cd2d93b9f6c233db9b7b35441\",\"subplatform\":\"debian\",\"sl\":\"Standalone armhf\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2709\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.920-Linux-ARM.deb\",\"sha256\":\"5ef49606dc73f7183953e3269d836b0eaad14f4fa704993d8c26694048e0c80d\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"},{\"id\":\"2710\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.920-Linux-ARM\",\"sha256\":\"c2125df94a7beb2a411fd68c87d045dd34a5d28992aac8cdda4ca9cec1b86d25\",\"subplatform\":\"debian\",\"sl\":\"Standalone ARM HF\"}]},\"6.21.406\":{\"number\":\"6.21.406\",\"files\":[{\"id\":\"2678\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.21.406-Linux-ARM.deb\",\"sha256\":\"eec8a4a14e1e8ec95db3e433f9f6c28ca0483168c6004378a135eccc7cb9e922\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"},{\"id\":\"2679\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.21.406-Linux-ARM\",\"sha256\":\"548c95ecb2b5d5fd8180fc851fcf00e6d6fc1c7342025a8feeed4308b803f843\",\"subplatform\":\"debian\",\"sl\":\"Standalone ARM HF\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2641\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.20.529-Linux-ARM.deb\",\"sha256\":\"cedd7182b54fb4e5e496e7ea2ae18c0604e606d93202efd8a893ada0226dd764\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"},{\"id\":\"2642\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.20.529-Linux-ARM\",\"sha256\":\"1afaf8798b55cafc42f3c35ff86311c34f3001c23e1e8fd8e1c210a980500c2c\",\"subplatform\":\"debian\",\"sl\":\"Standalone ARM HF\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2586\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"deb\",\"file\":\"VNC-Viewer-6.20.113-Linux-ARM.deb\",\"sha256\":\"a551004cde463d754ee764bd4bc7df6c36565bc8594a70c6e74f1b420c2a01e8\",\"subplatform\":\"debian\",\"sl\":\"DEB ARM HF\"},{\"id\":\"2587\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-6.20.113-Linux-ARM\",\"sha256\":\"acec829a6f8e6c54a15d1ab36c6a7cb598a7eabadb1de853552035ea0f21371f\",\"subplatform\":\"debian\",\"sl\":\"Standalone ARM HF\"}]},\"5.3.2\":{\"number\":\"5.3.2\",\"files\":[{\"id\":\"1933\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.2-Linux-ARM.gz\",\"sha1\":\"1286522c7cf253830cfa632af8a5d8f6d0876d14\",\"subplatform\":\"debian\",\"sl\":\"GZ ARM HF\"},{\"id\":\"1934\",\"name\":\"VNC Viewer for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.2-Linux-ARM\",\"sha1\":\"387b36d7eea037cb1f6cb9e2da7aeb9b22805f2f\",\"subplatform\":\"debian\",\"sl\":\"Binary ARM HF\"}]}}},\"ios\":{\"id\":\"ios\",\"name\":\"iOS\",\"release_notes\":\"\/docs\/ios-release-notes.html\",\"has_vnc_connect\":\"now\",\"app_url\":\"https:\/\/itunes.apple.com\/us\/app\/vnc-viewer\/id352019548?mt=8\"},\"android\":{\"id\":\"android\",\"name\":\"Android\",\"release_notes\":\"\/docs\/android-release-notes.html\",\"has_vnc_connect\":\"now\",\"app_url\":\"http:\/\/play.google.com\/store\/apps\/details?id=com.realvnc.viewer.android\"},\"solaris\":{\"id\":\"solaris\",\"name\":\"Solaris\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"has_vnc_connect\":\"never\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2200\",\"name\":\"VNC Viewer for Solaris\",\"arch\":\"x86\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.3-Solaris-x86.gz\",\"sha256\":\"1bd2834ad665149c2ac8d0bd82c55dba4ee0efb1450bed2e65e658a18d314180\",\"subplatform\":\"solaris-all\",\"sl\":\"GZ x86\"},{\"id\":\"2201\",\"name\":\"VNC Viewer for Solaris\",\"arch\":\"x86\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.3-Solaris-x86\",\"sha256\":\"b605aa43ad7415dddb83ac40914ab490d514931bd491c54cc495d78b5f025f2c\",\"subplatform\":\"solaris-all\",\"sl\":\"Binary x86\"},{\"id\":\"2202\",\"name\":\"VNC Viewer for Solaris\",\"arch\":\"x64\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.3-Solaris-x64.gz\",\"sha256\":\"4b2f9af2bf77ac68c82d5018b239dc8f0102144949a458ed3afb3ef15ce8c346\",\"subplatform\":\"solaris-all\",\"sl\":\"GZ x64\"},{\"id\":\"2203\",\"name\":\"VNC Viewer for Solaris\",\"arch\":\"x64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.3-Solaris-x64\",\"sha256\":\"f1309445bce1b9aac4a001a3a8a95b47868baf3434e63e75250c0ff957479169\",\"subplatform\":\"solaris-all\",\"sl\":\"Binary x64\"},{\"id\":\"2204\",\"name\":\"VNC Viewer for Solaris\",\"arch\":\"SPARC\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.3-Solaris-SPARC.gz\",\"sha256\":\"5dc288d82e485845235887a1d633cdc74bd9deaaa89a4ddee7d1fe1111acf4dc\",\"subplatform\":\"solaris-all\",\"sl\":\"GZ SPARC\"},{\"id\":\"2205\",\"name\":\"VNC Viewer for Solaris\",\"arch\":\"SPARC\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.3-Solaris-SPARC\",\"sha256\":\"aef84fdb15e2d682ca778d934081d0be3142149d0bb41b4fadf169d7c257581f\",\"subplatform\":\"solaris-all\",\"sl\":\"Binary SPARC\"}]}}},\"hpux\":{\"id\":\"hpux\",\"name\":\"HP-UX\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"has_vnc_connect\":\"never\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2206\",\"name\":\"VNC Viewer for HP-UX\",\"arch\":\"ia64\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.3-HPUX-ia64.gz\",\"sha256\":\"66674021134e97d894d694b9d78e02ddb40ea1cad209bbc9876c26522392a31b\",\"subplatform\":\"hpux-all\",\"sl\":\"GZ ia64\"},{\"id\":\"2207\",\"name\":\"VNC Viewer for HP-UX\",\"arch\":\"ia64\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.3-HPUX-ia64\",\"sha256\":\"5f831d8ef9beb6a5f807426a64c92beaf128c945e03a04ec611654b99643ecf8\",\"subplatform\":\"hpux-all\",\"sl\":\"Binary ia64\"}]}}},\"aix\":{\"id\":\"aix\",\"name\":\"AIX\",\"release_notes\":\"\/docs\/desktop-release-notes.html\",\"has_vnc_connect\":\"never\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2208\",\"name\":\"VNC Viewer for AIX\",\"arch\":\"PPC\",\"pkg\":\"gz\",\"file\":\"VNC-Viewer-5.3.3-AIX-PPC.gz\",\"sha256\":\"67c85ab254ed95c3153bc844300a7ad6d04305b207b65799cd0240534889a42a\",\"subplatform\":\"aix-all\",\"sl\":\"GZ PPC\"},{\"id\":\"2209\",\"name\":\"VNC Viewer for AIX\",\"arch\":\"PPC\",\"pkg\":\"binary\",\"file\":\"VNC-Viewer-5.3.3-AIX-PPC\",\"sha256\":\"dd930aecfa4a8a45456be629053661325e13cb00dddf227c3c348187f6ab8e5b\",\"subplatform\":\"aix-all\",\"sl\":\"Binary PPC\"}]}}}}},\"server-policy\":{\"id\":\"server-policy\",\"file_directory\":\"policy.files\",\"name\":\"Policy template files\",\"show_download_page\":false,\"platforms\":{\"windows\":{\"id\":\"windows\",\"name\":\"Windows\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3406\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.16.0.zip\",\"sha256\":\"ed99749d85f4f4d189b45b2391f03ae2b18647da9034f6b35d24ab9a9f6ffdc8\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3377\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.15.0.zip\",\"sha256\":\"98c7e125af15e2d2952ef96c7d881c6cd4da12010f46113deb377899eda0cde8\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3316\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.13.0.zip\",\"sha256\":\"89772b8d608cc55bb5b1b44e556af50c621ad272480265576a545c3fafcadc2c\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3287\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.12.1.zip\",\"sha256\":\"d318f4e3f175792bc482fea83716e14f57dc0a0cab2d50589c3713144d41adcb\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3258\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.12.0.zip\",\"sha256\":\"f2144c0bdb044d8742e8682b1ef8a584195400355e5d039e4bf37ea3048b7417\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3221\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.11.0.zip\",\"sha256\":\"3169bdf59e68c05910d208cd5434c66790860c5f7842996d9b7b8ae600670d57\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3192\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.10.0.zip\",\"sha256\":\"ee0699da76f05198e24327f20a4beb8926aace1df338c02ae5a6dfc14ee8a69c\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3163\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.9.0.zip\",\"sha256\":\"6ced800e85e415a62e1d2ff414632ed97565a41ef8cf977ff625b91b8495e279\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3113\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.7.0.zip\",\"sha256\":\"35ab6abb7d5ec8a978a2ef396231fdfa7b571c05ca1b176b30705e2c54f8b433\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3084\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.6.1.zip\",\"sha256\":\"eb4c111a9fcbebefd088d150b5e1e9eaf3bfe64c6f3851cf5666e7c05cfeea14\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3055\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.6.0.zip\",\"sha256\":\"478a415798b22de8ade252aa4a57703e65abe0e5969bdce748fa1b05e37dbe83\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2984\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.1.0.zip\",\"sha256\":\"39575b44012edb0afccb584e2b5867cb93b5411f0cef72eaf35768bb72c469f4\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2916\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-7.0.0.zip\",\"sha256\":\"b600c5ce501894f6b5a96468cb9dd74521e2086206acb64afce0ffe9a7990ba3\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2873\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-6.11.0.zip\",\"sha256\":\"227d1fb8f970e04a01f91289b2dd6b2c9053a5176b10037abebc45bab05911d4\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2835\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-6.10.0.zip\",\"sha256\":\"ae0fadf9b0dd63ffddc736ba50b46b22cd58789b489a3f7c648682da7f35b5cc\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2774\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-6.9.0.zip\",\"sha256\":\"0cbaceb2c9192a3174eecdb3a4748c317573529cddbc7edcfdd2008923926b8b\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2711\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-6.8.0.zip\",\"sha256\":\"a59a65061111a59e24843961500e33a7962ff3ce295287d245e5a4b82672083b\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2661\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-6.7.4.zip\",\"sha256\":\"0bffefc3f08b5a91f125ffd83f04681bb2ae8595b1a9064e1106f97f82e11bbe\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2623\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-6.7.2.zip\",\"sha256\":\"920c131a315039bda51bd40737983c53942dd0126544153a09b7c00f66708605\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2608\",\"name\":\"Server policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-server-admx-templates-6.7.1.zip\",\"sha256\":\"2422a02f6360138101b751ba5d267aa300ae1cbb649ac6ba610b76bcdf84fc8b\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2212\",\"name\":\"Policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-admx-templates-5.3.3.zip\",\"sha256\":\"5b7963a1401fe977c5de8f4706f69dd70e6fc7189106c2f9a01ea0ffdd9896e6\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]}}},\"macos\":{\"id\":\"macos\",\"name\":\"macOS\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3407\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.16.0.tar.gz\",\"sha256\":\"1bbc11de73a9a982ef512b5599ae10d653ab1b62e2a7e804387cd1efc168a33c\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3378\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.15.0.tar.gz\",\"sha256\":\"41525878a7fd31d0a25ef6dffea3cf5f03b59abf6c9204667dc71029a36d7e56\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3317\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.13.0.tar.gz\",\"sha256\":\"33679bdb83f499bbbd29629e5c2364ad04a00f71575808bac62d5686310767c0\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3288\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.12.1.tar.gz\",\"sha256\":\"38432d1a88eb8fd8310d3599705af3e541bc8401631b20c9f776a464d50280e6\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3259\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.12.0.tar.gz\",\"sha256\":\"ee911e7d0e32dd2de0101d6b357ae477a85cb16ca93d083715a3ce49bb8f39a8\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3222\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.11.0.tar.gz\",\"sha256\":\"7c1fc7f53cf5256dbf95953df121812b6eb43eafc7cadfb3b4bff80ee4a44d3c\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3193\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.10.0.tar.gz\",\"sha256\":\"82c6c478bc4e0277bf565fc32ab6c411ece879859e1ecc4777cb6af5a021b29d\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3164\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.9.0.tar.gz\",\"sha256\":\"de8c329397225630f071f4152d85c3efc35df9d1d868f22cf4e15ab123a2e966\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3114\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.7.0.tar.gz\",\"sha256\":\"8a788694b850eeec9b88984fb11abf8b294b540f5c43fefb4ccd5eb68352e398\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3085\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.6.1.tar.gz\",\"sha256\":\"e4efd01bb359c29ff8c0fd4777a8d97587e111e57b11206590c3fbb65209061c\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3056\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.6.0.tar.gz\",\"sha256\":\"4d04fb7d8b2f907a5a97758c9dd621cf313908d5ae4ce0e781e70ac364526dd3\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2985\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.1.0.tar.gz\",\"sha256\":\"b79521aac4f6ccbc3547e34e720da013aa6ad054d79f06bd61a905f1ee739af3\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2918\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-7.0.0.tar.gz\",\"sha256\":\"2027fd0d090c99017d641f89f971ca29303c07a5f23bbb59f5a2410918a6946d\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2875\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-6.11.0.tar.gz\",\"sha256\":\"e44a4ba66234a0584eff98824b19ad481781ed32389acc24a29a7eac80d56f58\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2837\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-6.10.0.tar.gz\",\"sha256\":\"bd10b151047270feb36b442499bc13965dbefc9a53359d2278876be90f1b5cb2\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2776\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-6.9.0.tar.gz\",\"sha256\":\"2e41203f7b46222f276f6524de61445486c0406a7ce564a70b84a381c9d0fd1e\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2713\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-6.8.0.tar.gz\",\"sha256\":\"2595910d5fed05ed2ee8ed547d2f7938e30f5cbbda6624365bf13249be7b69ed\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2663\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-6.7.4.tar.gz\",\"sha256\":\"2be17f59c6651e000bbbef8d16ea0adeb7d0a4ed536de3a8dcaa865fa0eca5e2\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2625\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-6.7.2.tar.gz\",\"sha256\":\"135a9aa7691c8fee38165dc257ba5b2980412d6c30b0c6593f84881668b6fd97\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2610\",\"name\":\"Server policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-mac-templates-6.7.1.tar.gz\",\"sha256\":\"0f49b254881e0df954fc1431b75bcf557dbe5548971ba5010619e90a2e87a5b6\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2214\",\"name\":\"Policy template files for Mac OS X\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-mac-templates-5.3.3.tar.gz\",\"sha256\":\"ac311a6705104883c4078377fdc2c549b378c7dae08073ee0041d1f2fa344dc9\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]}}},\"linux\":{\"id\":\"linux\",\"name\":\"Linux\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3408\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.16.0.tar.gz\",\"sha256\":\"1a6b5a2330d1730f608b224eb117ed8379c6e41b06259d1364a848fce55c73bc\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3379\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.15.0.tar.gz\",\"sha256\":\"1fdda2e0be36f1c45595dd7fb13f0390eea4dc48cb3053125c335e64e48375e7\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3318\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.13.0.tar.gz\",\"sha256\":\"2de244b25772e5284f0b9bd1041efb40dfbd73fe635f303560235730b571563e\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3289\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.12.1.tar.gz\",\"sha256\":\"c73e7d1b9378ee05887baeedada4429fcb3cf62bec4d1edc2ad5eaa09d10572c\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3260\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.12.0.tar.gz\",\"sha256\":\"9ab8df384cec64899b43acd4528831451733ac25d99036b814eb48a4560ec1bb\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3223\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.11.0.tar.gz\",\"sha256\":\"36cbe6ca518792ba6b917c76b8ed82e8b8ba0c4770f574fe6ae9e84782372969\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3194\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.10.0.tar.gz\",\"sha256\":\"13f81be32be6017b5da42043ba7ef6f8ac7622bdc04dcc67ad48e4c6302baf7e\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3165\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.9.0.tar.gz\",\"sha256\":\"4c27e0b88ce16e623964a5e60af8d72394b975c64ff64e984d6d76ab64a2c128\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3115\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.7.0.tar.gz\",\"sha256\":\"ceb552e1fb8f77c34e6edcd772dd4bc7333927591db874368747e8f53b4eeca5\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3086\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.6.1.tar.gz\",\"sha256\":\"928649c5048d1c637c199da7440d8fcfbd0872b5c41e7e18bddfd090beaedb3d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3057\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.6.0.tar.gz\",\"sha256\":\"a4c0ecc619487e970bcd6f14d78cda7a655dd0b27135b6cc56db7b5cead5fc37\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2986\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.1.0.tar.gz\",\"sha256\":\"eccdaf7ca99cd00543f76667d8b95a2582b1faf7cab846ab4fb4e5dbdae542b3\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2919\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.0.0.tar.gz\",\"sha256\":\"f32e47a4891e4dc1bb86371218b2c683c949d58e0956ded773f4a72411918158\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2876\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.11.0.tar.gz\",\"sha256\":\"9eb275c8da82caa7e35e083a1bf88599eb51dafa64e4de14aec4525e574593a3\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2838\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.10.0.tar.gz\",\"sha256\":\"35255dd9335f0537c2d198620f3aa0f841831a2c4e1e9008e648de2f6a91c1ee\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2777\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.9.0.tar.gz\",\"sha256\":\"335bb3e64a32fb6cf9be80b523f639f018497506f69b44f86b81907fb5e3252d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2714\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.8.0.tar.gz\",\"sha256\":\"b179b41c2bcab7f6285c8a3347504d1936fd3117e4827f016c17aff99606a67d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2664\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.7.4.tar.gz\",\"sha256\":\"b83a48c144ace419e67eae5650cd370056ab83513e3192148d39cf9d165c9c23\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2626\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.7.2.tar.gz\",\"sha256\":\"d91ecdd609b1c420d31a01dd92dd32a61909731eead113770208fbb558a8053e\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2611\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.7.1.tar.gz\",\"sha256\":\"9503fc09c5ae3ecf067be68ad2dd7de4d220b4861a89639351846e05c56aeffb\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2215\",\"name\":\"Policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-unix-templates-5.3.3.tar.gz\",\"sha256\":\"397f562e1d81cfe86b77becab24fdc94deef70544022b94313a22f0f93578f79\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]}}},\"raspberrypi\":{\"id\":\"raspberrypi\",\"name\":\"Raspberry Pi\",\"versions\":{\"7.16.0\":{\"number\":\"7.16.0\",\"files\":[{\"id\":\"3409\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.16.0.tar.gz\",\"sha256\":\"1a6b5a2330d1730f608b224eb117ed8379c6e41b06259d1364a848fce55c73bc\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3380\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.15.0.tar.gz\",\"sha256\":\"1fdda2e0be36f1c45595dd7fb13f0390eea4dc48cb3053125c335e64e48375e7\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3319\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.13.0.tar.gz\",\"sha256\":\"2de244b25772e5284f0b9bd1041efb40dfbd73fe635f303560235730b571563e\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3290\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.12.1.tar.gz\",\"sha256\":\"c73e7d1b9378ee05887baeedada4429fcb3cf62bec4d1edc2ad5eaa09d10572c\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3261\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.12.0.tar.gz\",\"sha256\":\"9ab8df384cec64899b43acd4528831451733ac25d99036b814eb48a4560ec1bb\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3224\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.11.0.tar.gz\",\"sha256\":\"36cbe6ca518792ba6b917c76b8ed82e8b8ba0c4770f574fe6ae9e84782372969\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3195\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.10.0.tar.gz\",\"sha256\":\"13f81be32be6017b5da42043ba7ef6f8ac7622bdc04dcc67ad48e4c6302baf7e\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3166\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.9.0.tar.gz\",\"sha256\":\"4c27e0b88ce16e623964a5e60af8d72394b975c64ff64e984d6d76ab64a2c128\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3116\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.7.0.tar.gz\",\"sha256\":\"ceb552e1fb8f77c34e6edcd772dd4bc7333927591db874368747e8f53b4eeca5\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3087\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.6.1.tar.gz\",\"sha256\":\"928649c5048d1c637c199da7440d8fcfbd0872b5c41e7e18bddfd090beaedb3d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3058\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.6.0.tar.gz\",\"sha256\":\"a4c0ecc619487e970bcd6f14d78cda7a655dd0b27135b6cc56db7b5cead5fc37\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2987\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.1.0.tar.gz\",\"sha256\":\"eccdaf7ca99cd00543f76667d8b95a2582b1faf7cab846ab4fb4e5dbdae542b3\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2920\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-7.0.0.tar.gz\",\"sha256\":\"f32e47a4891e4dc1bb86371218b2c683c949d58e0956ded773f4a72411918158\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2877\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.11.0.tar.gz\",\"sha256\":\"9eb275c8da82caa7e35e083a1bf88599eb51dafa64e4de14aec4525e574593a3\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.10.0\":{\"number\":\"6.10.0\",\"files\":[{\"id\":\"2839\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.10.0.tar.gz\",\"sha256\":\"35255dd9335f0537c2d198620f3aa0f841831a2c4e1e9008e648de2f6a91c1ee\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.9.0\":{\"number\":\"6.9.0\",\"files\":[{\"id\":\"2778\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.9.0.tar.gz\",\"sha256\":\"335bb3e64a32fb6cf9be80b523f639f018497506f69b44f86b81907fb5e3252d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2715\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.8.0.tar.gz\",\"sha256\":\"b179b41c2bcab7f6285c8a3347504d1936fd3117e4827f016c17aff99606a67d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.7.4\":{\"number\":\"6.7.4\",\"files\":[{\"id\":\"2665\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.7.4.tar.gz\",\"sha256\":\"b83a48c144ace419e67eae5650cd370056ab83513e3192148d39cf9d165c9c23\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.7.2\":{\"number\":\"6.7.2\",\"files\":[{\"id\":\"2627\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.7.2.tar.gz\",\"sha256\":\"d91ecdd609b1c420d31a01dd92dd32a61909731eead113770208fbb558a8053e\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.7.1\":{\"number\":\"6.7.1\",\"files\":[{\"id\":\"2612\",\"name\":\"Server policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-server-unix-templates-6.7.1.tar.gz\",\"sha256\":\"9503fc09c5ae3ecf067be68ad2dd7de4d220b4861a89639351846e05c56aeffb\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"5.3.2\":{\"number\":\"5.3.2\",\"files\":[{\"id\":\"1997\",\"name\":\"Policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-unix-templates-5.3.2.tar.gz\",\"sha1\":\"e605ff4eebc9737300cd5792b819920088abef12\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]}}},\"solaris\":{\"id\":\"solaris\",\"name\":\"Solaris\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2216\",\"name\":\"Policy template files for Solaris\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-unix-templates-5.3.3.tar.gz\",\"sha256\":\"397f562e1d81cfe86b77becab24fdc94deef70544022b94313a22f0f93578f79\",\"subplatform\":\"solaris-all\",\"sl\":\"\"}]}}},\"hpux\":{\"id\":\"hpux\",\"name\":\"HP-UX\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2217\",\"name\":\"Policy template files for HP-UX\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-unix-templates-5.3.3.tar.gz\",\"sha256\":\"397f562e1d81cfe86b77becab24fdc94deef70544022b94313a22f0f93578f79\",\"subplatform\":\"hpux-all\",\"sl\":\"\"}]}}},\"aix\":{\"id\":\"aix\",\"name\":\"AIX\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2218\",\"name\":\"Policy template files for AIX\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-unix-templates-5.3.3.tar.gz\",\"sha256\":\"397f562e1d81cfe86b77becab24fdc94deef70544022b94313a22f0f93578f79\",\"subplatform\":\"aix-all\",\"sl\":\"\"}]}}}}},\"viewer-policy\":{\"id\":\"viewer-policy\",\"file_directory\":\"policy.files\",\"name\":\"Policy template files\",\"show_download_page\":false,\"platforms\":{\"windows\":{\"id\":\"windows\",\"name\":\"Windows\",\"versions\":{\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3381\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.15.0.zip\",\"sha256\":\"e8865282961d689392c845add7aa1bf7aabfb047c97d7cc709da34e25a7232e8\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3320\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.13.0.zip\",\"sha256\":\"f68f11a07fd54c70a793e0e056324c888abe2a37a84b648889e4ecce22413d8a\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3291\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.12.1.zip\",\"sha256\":\"1c3d16603b810787c3d1e04569122411e61c550c3aebd620cb1a6ec45fe37894\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3262\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.12.0.zip\",\"sha256\":\"bea1f6f69ef0bb8e8b4f8a8d52c7840646d97a7b889ceba1c2e940424aa7884b\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3225\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.11.0.zip\",\"sha256\":\"f154edef365c6aa7dc7df34c6b63cab11a464133dac5604fe563a02439066c8a\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3196\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.10.0.zip\",\"sha256\":\"d3dd63a37fcb5eb71d8fc1551732e78c89e0a5662c574e7d457f15afa9969fbf\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3167\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.9.0.zip\",\"sha256\":\"5dab9f0a4bf4b4d4b3965c5714637cb0edefb0525a266ff0e5f42451dfe4c397\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3117\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.7.0.zip\",\"sha256\":\"7bc15b8f36e9f55dfde3085e413d9ef1822a7ed39fad77c1cba4dda4cc7ec7e3\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3088\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.6.1.zip\",\"sha256\":\"b4bbd8a0e171a449eb07c4e1ef57ce46ddfaf2f8d02ab858bdaf28974ced615b\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3059\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.6.0.zip\",\"sha256\":\"2cab38e09bd4bd41212fd874cd9d533f2a42a9961fa5650706a48e24b6a4f6ee\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2988\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.1.0.zip\",\"sha256\":\"c3eec6d97a6f26e94c8c97faffe97b805cb359ccce0f020e9fa2fa60f8d09142\",\"subplatform\":\"windows-all\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2921\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-7.0.0.zip\",\"sha256\":\"33fd6af0247acbd3a904096c7a72e4f0cbfe09bc5d946d0c1caf59111f2fe3a5\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2878\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-6.22.826.zip\",\"sha256\":\"fee51795e16d2b793de882179fd341c96a7ef66cc52b719e2f84daad1c06316f\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2840\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-6.22.515.zip\",\"sha256\":\"7996abcce8fa3415a8491269b5a3e549885fceb60f5830f37ceae69c8f9b9345\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2740\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-6.21.1109.zip\",\"sha256\":\"4949d79fb1f36c551a6c7bc83165fac21bdb49f997b2fd7fa5c329509588b12d\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2716\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-6.21.920.zip\",\"sha256\":\"d71913d2d0e048841604bef8b9eb92532ef66fcb8af7968c1f84c7d333cc65bd\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.21.406\":{\"number\":\"6.21.406\",\"files\":[{\"id\":\"2680\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-6.21.406.zip\",\"sha256\":\"b4e288d2ffe6c8a8aec2abeeb40563ed297fbfda9575192311a76a9f0579440c\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2643\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-6.20.529.zip\",\"sha256\":\"51b2c042929262b92cad0636cd2c76230aaa7d30ac5a986d8fb1809ea5548422\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2593\",\"name\":\"Viewer policy template files for Windows\",\"arch\":\"\",\"pkg\":\"zip\",\"file\":\"RealVNC-viewer-admx-templates-6.20.113.zip\",\"sha256\":\"3cf60c2dc472cfebfcda17e8f984e90b6234e5da0ad8f0a886063994385ed062\",\"subplatform\":\"windows-all\",\"sl\":\"Vista and later\"}]}}},\"macos\":{\"id\":\"macos\",\"name\":\"macOS\",\"versions\":{\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3382\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.15.0.tar.gz\",\"sha256\":\"8d197cdc875a502522f372c1063d5b0c0f49572e93b3d88a8d882579fb02e331\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3321\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.13.0.tar.gz\",\"sha256\":\"111deaef7cac7dacc48533816033542d34f2e95d7765c5d6eef6dda62b978f1f\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3292\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.12.1.tar.gz\",\"sha256\":\"bf30df74e1b794c840f7bf15c92fc4e1f5d3bccc5a36d452f0166af042551a2f\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3263\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.12.0.tar.gz\",\"sha256\":\"280a252de40af16afdda4d8f5a1d7c5fb44c79fd7490260f142771336885e497\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3226\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.11.0.tar.gz\",\"sha256\":\"6878dcd5ff5cd928061f01f4068a136b6b08403b35ee391055d69857e02def36\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3197\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.10.0.tar.gz\",\"sha256\":\"2bc5532a3618d7fcbacd10fcc5d83d35aeb235cb683b1a443dfd2a8ea6eb8144\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3168\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.9.0.tar.gz\",\"sha256\":\"0323e455bd20f0e6d7dfea9d5f18e4bb015e0266cc0cd30c655fa03ca2669a00\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3118\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.7.0.tar.gz\",\"sha256\":\"df6306eac2fccb3dc08e85adc93b647711546d30d5434bcb184dfd4975d7ec9c\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3089\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.6.1.tar.gz\",\"sha256\":\"001f785e2367c0b4540ee6f40f879b86be40187e9ac49d62bb8ef4860db37124\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3060\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.6.0.tar.gz\",\"sha256\":\"a9d4f0471748f1f5d2979c71defe4cf04aff731b102b2cd1347fe45c9e8fce01\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2989\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.1.0.tar.gz\",\"sha256\":\"aa8ce7ffb808a2d0aa23f49ca69f2922452c20ed5ddce7f734daedd94af93013\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2923\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-7.0.0.tar.gz\",\"sha256\":\"630961993ab1844fca830b599398b3e639beb62e276055412f8bf9e011e62fdc\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2880\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-6.22.826.tar.gz\",\"sha256\":\"4db428b0c892fa204ada800b271ad14a76d34c368f51b6bff741963baa548bd2\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2842\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-6.22.515.tar.gz\",\"sha256\":\"67e8870c54e8bd63818b78f00210f2e484aae5264099c557c1e127353c7c802c\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2742\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-6.21.1109.tar.gz\",\"sha256\":\"7635a93d66e01f90d34595bb86237485a00e29f820ddefda9fc03b8b5bca5614\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2724\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-6.21.920.tar.gz\",\"sha256\":\"05ca952c1b1a04d18b6310d7a31729aff0c24966ea05e1e91c28bd5474d2abe3\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.21.118\":{\"number\":\"6.21.118\",\"files\":[{\"id\":\"2650\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-6.21.118.tar.gz\",\"sha256\":\"9a96b85e7c4a392e7579957305ee3c5feb690eb42204419aa869002ff6edb40c\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2645\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-6.20.529.tar.gz\",\"sha256\":\"342bd5a7912bfb9244681d95b64bf4fc3bfe86397d6de1165683a187705230a5\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2595\",\"name\":\"Viewer policy template files for macOS\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-mac-templates-6.20.113.tar.gz\",\"sha256\":\"ccb2840e60dd96c5b8324383b7adfcc77b7ac9988be6b5b34124a55a1c459a58\",\"subplatform\":\"macosx-all\",\"sl\":\"\"}]}}},\"linux\":{\"id\":\"linux\",\"name\":\"Linux\",\"versions\":{\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3383\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.15.0.tar.gz\",\"sha256\":\"baf3807b5096b9b2f701ea91e3c2593ca5039c861026fee94eaa4ec79b900ce0\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3322\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.13.0.tar.gz\",\"sha256\":\"e5e3d2474e8fad6bd1f1d32c914e8ee47ce6ab55045b33635d9bbd54bf2a29b4\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3293\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.12.1.tar.gz\",\"sha256\":\"74822690568130dd9a4c148633315a01eb246b84c974960d04569dd45ecc99ff\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3264\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.12.0.tar.gz\",\"sha256\":\"ac18fe47e0a224424ab188207df2e5e5fdb6d51898a270e1856fdc877990af0d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3227\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.11.0.tar.gz\",\"sha256\":\"ae5cee6a893fe6759844f8403a0fd403f94210c507126e66ed7d1e795499a472\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3198\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.10.0.tar.gz\",\"sha256\":\"19f6d4cb4405ace4fd51672479a8b6d35482a1e504a1fc3d7be9f438798e5aa6\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3169\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.9.0.tar.gz\",\"sha256\":\"e07305e8b0c608889e0b7499f808015fc7a2b00216bc14cffa654194587d890c\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3119\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.7.0.tar.gz\",\"sha256\":\"b878c2b669660b7af3a56b1b9f68144a17f4f36e6f98c81d04546c061fdf8424\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3090\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.6.1.tar.gz\",\"sha256\":\"45a10378467cf31c106a9a70857fcd80bae23ce99e514003c2297e79b5d22916\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3061\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.6.0.tar.gz\",\"sha256\":\"97b20948d4c3bd41bdb57578cf2ae0ec5b021a041d4f6ea9e4bb8ca26cc5baa3\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2990\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.1.0.tar.gz\",\"sha256\":\"bcc7454fb8fc578e1054b98c43284d7382d9b796db5f3f598256398e169dfba5\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2924\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.0.0.tar.gz\",\"sha256\":\"c36c8b64645d6f20fa486e57e1498abdbc6c4586b449f122c1702ffd3ec4dfa2\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2881\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.22.826.tar.gz\",\"sha256\":\"929f8d29519ecd73c4d53e30352fdc229655c03aad306d36dc30c48b1a899ea8\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2843\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.22.515.tar.gz\",\"sha256\":\"0504a0a452c60516a5ab538f63bd9c7de1b433a72bcdfee5ecd1291b9ec7347b\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2743\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.21.1109.tar.gz\",\"sha256\":\"d48755d0503830a72b29a9ce74ad849ebb60aec34092b30dfa3ca8feaa5d0956\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2718\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.21.920.tar.gz\",\"sha256\":\"332d7379ddaac56438cdcceae9f6881bbb98039b10fe78c0da6efe4c382c9094\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.21.406\":{\"number\":\"6.21.406\",\"files\":[{\"id\":\"2682\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.21.406.tar.gz\",\"sha256\":\"ad8021c062aebd0f874226ab0a54e71c072f5d9c942a0e5dc90341af27b95dd9\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2646\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.20.529.tar.gz\",\"sha256\":\"20a433c05a3ee0288c18f7028cd109b652efe4bbb4aec60cdfa84b775751c5cf\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2596\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.20.113.tar.gz\",\"sha256\":\"66b9994ba555e58cdb87858442b3566ee79b7b54b4f3488c51ed67e15604bb57\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]}}},\"raspberrypi\":{\"id\":\"raspberrypi\",\"name\":\"Raspberry Pi\",\"versions\":{\"7.15.0\":{\"number\":\"7.15.0\",\"files\":[{\"id\":\"3384\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.15.0.tar.gz\",\"sha256\":\"baf3807b5096b9b2f701ea91e3c2593ca5039c861026fee94eaa4ec79b900ce0\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3323\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.13.0.tar.gz\",\"sha256\":\"e5e3d2474e8fad6bd1f1d32c914e8ee47ce6ab55045b33635d9bbd54bf2a29b4\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.1\":{\"number\":\"7.12.1\",\"files\":[{\"id\":\"3294\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.12.1.tar.gz\",\"sha256\":\"74822690568130dd9a4c148633315a01eb246b84c974960d04569dd45ecc99ff\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.12.0\":{\"number\":\"7.12.0\",\"files\":[{\"id\":\"3265\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.12.0.tar.gz\",\"sha256\":\"ac18fe47e0a224424ab188207df2e5e5fdb6d51898a270e1856fdc877990af0d\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.11.0\":{\"number\":\"7.11.0\",\"files\":[{\"id\":\"3228\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.11.0.tar.gz\",\"sha256\":\"ae5cee6a893fe6759844f8403a0fd403f94210c507126e66ed7d1e795499a472\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.10.0\":{\"number\":\"7.10.0\",\"files\":[{\"id\":\"3199\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.10.0.tar.gz\",\"sha256\":\"19f6d4cb4405ace4fd51672479a8b6d35482a1e504a1fc3d7be9f438798e5aa6\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.9.0\":{\"number\":\"7.9.0\",\"files\":[{\"id\":\"3170\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.9.0.tar.gz\",\"sha256\":\"e07305e8b0c608889e0b7499f808015fc7a2b00216bc14cffa654194587d890c\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.7.0\":{\"number\":\"7.7.0\",\"files\":[{\"id\":\"3120\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.7.0.tar.gz\",\"sha256\":\"b878c2b669660b7af3a56b1b9f68144a17f4f36e6f98c81d04546c061fdf8424\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.1\":{\"number\":\"7.6.1\",\"files\":[{\"id\":\"3091\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.6.1.tar.gz\",\"sha256\":\"45a10378467cf31c106a9a70857fcd80bae23ce99e514003c2297e79b5d22916\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.6.0\":{\"number\":\"7.6.0\",\"files\":[{\"id\":\"3062\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.6.0.tar.gz\",\"sha256\":\"97b20948d4c3bd41bdb57578cf2ae0ec5b021a041d4f6ea9e4bb8ca26cc5baa3\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.1.0\":{\"number\":\"7.1.0\",\"files\":[{\"id\":\"2991\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.1.0.tar.gz\",\"sha256\":\"bcc7454fb8fc578e1054b98c43284d7382d9b796db5f3f598256398e169dfba5\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2925\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-7.0.0.tar.gz\",\"sha256\":\"c36c8b64645d6f20fa486e57e1498abdbc6c4586b449f122c1702ffd3ec4dfa2\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.22.826\":{\"number\":\"6.22.826\",\"files\":[{\"id\":\"2882\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.22.826.tar.gz\",\"sha256\":\"929f8d29519ecd73c4d53e30352fdc229655c03aad306d36dc30c48b1a899ea8\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.22.515\":{\"number\":\"6.22.515\",\"files\":[{\"id\":\"2844\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.22.515.tar.gz\",\"sha256\":\"0504a0a452c60516a5ab538f63bd9c7de1b433a72bcdfee5ecd1291b9ec7347b\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.21.1109\":{\"number\":\"6.21.1109\",\"files\":[{\"id\":\"2744\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.21.1109.tar.gz\",\"sha256\":\"d48755d0503830a72b29a9ce74ad849ebb60aec34092b30dfa3ca8feaa5d0956\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.21.920\":{\"number\":\"6.21.920\",\"files\":[{\"id\":\"2719\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.21.920.tar.gz\",\"sha256\":\"332d7379ddaac56438cdcceae9f6881bbb98039b10fe78c0da6efe4c382c9094\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.21.406\":{\"number\":\"6.21.406\",\"files\":[{\"id\":\"2683\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.21.406.tar.gz\",\"sha256\":\"ad8021c062aebd0f874226ab0a54e71c072f5d9c942a0e5dc90341af27b95dd9\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.20.529\":{\"number\":\"6.20.529\",\"files\":[{\"id\":\"2647\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.20.529.tar.gz\",\"sha256\":\"20a433c05a3ee0288c18f7028cd109b652efe4bbb4aec60cdfa84b775751c5cf\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]},\"6.20.113\":{\"number\":\"6.20.113\",\"files\":[{\"id\":\"2597\",\"name\":\"Viewer policy template files for Linux\",\"arch\":\"\",\"pkg\":\"tar.gz\",\"file\":\"RealVNC-viewer-unix-templates-6.20.113.tar.gz\",\"sha256\":\"66b9994ba555e58cdb87858442b3566ee79b7b54b4f3488c51ed67e15604bb57\",\"subplatform\":\"linux-generic\",\"sl\":\"\"}]}}}}},\"permissions\":{\"id\":\"permissions\",\"file_directory\":\"perm.files\",\"name\":\"VNC Permissions Creator\",\"show_download_page\":false,\"platforms\":{\"windows\":{\"id\":\"windows\",\"name\":\"Windows\",\"versions\":{\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3324\",\"name\":\"VNC Permissions Creator for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Permissions-Creator-7.13.0-Windows-32bit.exe\",\"sha256\":\"71056e3fdc16a06d1eb7aab2c7691a58c3348b86e336f6c662f2299eb8c6afb0\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2926\",\"name\":\"VNC Permissions Creator for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Permissions-Creator-7.0.0-Windows-32bit.exe\",\"sha256\":\"23b7ee059db4604a6ce7a33671439233c50a09f25f784a577c2c6747738f1316\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2883\",\"name\":\"VNC Permissions Creator for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Permissions-Creator-6.11.0-Windows-32bit.exe\",\"sha256\":\"2df3e907f55e5c863095e9b96bac5c5cd9d1aeac4ff2006364f11c70e8ba4b99\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2720\",\"name\":\"VNC Permissions Creator for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Permissions-Creator-6.8.0-Windows-32bit.exe\",\"sha256\":\"c687225522d65d10578a14f3e365ef23157450839e84d106ae945c2211a95837\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2219\",\"name\":\"VNC Permissions Creator for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"exe\",\"file\":\"VNC-Permissions-Creator-5.3.3-Windows-32bit.exe\",\"sha256\":\"264ec4f1b00a4460201a0090d68673219202e8640ebc033fa34b66185f088798\",\"subplatform\":\"windows-all\",\"sl\":\"EXE x86\/x64\"},{\"id\":\"2220\",\"name\":\"VNC Permissions Creator for Windows\",\"arch\":\"x86\/x64\",\"pkg\":\"zip\",\"file\":\"VNC-Permissions-Creator-5.3.3-Windows-32bit.zip\",\"sha256\":\"8990cddbc365734f469b445f24e2f423c89fdb8cdce089e6d45940d2f2b10268\",\"subplatform\":\"windows-all\",\"sl\":\"ZIP x86\/x64\"}]}}},\"macos\":{\"id\":\"macos\",\"name\":\"macOS\",\"versions\":{\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3325\",\"name\":\"VNC Permissions Creator for macOS\",\"arch\":\"x86\/x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-7.13.0-MacOSX-universal.dmg\",\"sha256\":\"d1c51977d5823ffee593c1991ee0b9fc45b4464a5b14e233f28428c6eacb64e4\",\"subplatform\":\"macosx-all\",\"sl\":\"x86\/x64\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2927\",\"name\":\"VNC Permissions Creator for macOS\",\"arch\":\"x86\/x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-7.0.0-MacOSX-universal.dmg\",\"sha256\":\"ae56425abec69c1ce8c7350c63b561a692a84ddcaeec1be3606edad8cddf81b5\",\"subplatform\":\"macosx-all\",\"sl\":\"x86\/x64\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2884\",\"name\":\"VNC Permissions Creator for macOS\",\"arch\":\"x86\/x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.11.0-MacOSX-x86_64.dmg\",\"sha256\":\"f34598bf8270556bfc8cf8e47925f6da6809f44b672b01e746994542c7e63186\",\"subplatform\":\"macosx-all\",\"sl\":\"x86\/x64\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2721\",\"name\":\"VNC Permissions Creator for macOS\",\"arch\":\"x86\/x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.8.0-MacOSX-x86_64.dmg\",\"sha256\":\"9d6f73339f633162a9043c8d13843ad1687a0cd91a3a17ce9dc90d9651ed21dc\",\"subplatform\":\"macosx-all\",\"sl\":\"x86\/x64\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2221\",\"name\":\"VNC Permissions Creator for Mac OS X\",\"arch\":\"x86\/x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-MacOSX-i386.app.tar.gz\",\"sha256\":\"ca1c2d57e20e4ec4c3a69cbcb5288d931ea099e08f7956c60ef9e66504039410\",\"subplatform\":\"macosx-all\",\"sl\":\"x86\/x64\"}]}}},\"linux\":{\"id\":\"linux\",\"name\":\"Linux\",\"versions\":{\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3326\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-7.13.0-Linux-x64.tar.gz\",\"sha256\":\"d7750f1167468a1080edef04e2c507e81e7cbcfac08efdf851b35b31251d63ba\",\"subplatform\":\"linux-generic\",\"sl\":\"x64\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2929\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-7.0.0-Linux-x64.tar.gz\",\"sha256\":\"e9c991349e1a8a65948406c4646de2bcb3f0e1d2a4c968936c004e13d3b2917f\",\"subplatform\":\"linux-generic\",\"sl\":\"x64\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2885\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.11.0-Linux-x86.tar.gz\",\"sha256\":\"ef618341937f3b187afe704749c86275c6c22e9ae607853d88ae48dfaf29d066\",\"subplatform\":\"linux-generic\",\"sl\":\"x86\"},{\"id\":\"2886\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.11.0-Linux-x64.tar.gz\",\"sha256\":\"e01d8f619410ebc9abe242240f78e0a0a7c64b37f480a9bf02f298ebd1514ac0\",\"subplatform\":\"linux-generic\",\"sl\":\"x64\"}]},\"6.8.0\":{\"number\":\"6.8.0\",\"files\":[{\"id\":\"2722\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.8.0-Linux-x86.tar.gz\",\"sha256\":\"6449c71693675c9fdb024085cb72095191d1c7a70b41e19fcad2bd264b7fbb06\",\"subplatform\":\"linux-generic\",\"sl\":\"x86\"},{\"id\":\"2723\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.8.0-Linux-x64.tar.gz\",\"sha256\":\"503acb6b19cc19184e34a28dded18bb44adca86f915611e73d4511b544e86875\",\"subplatform\":\"linux-generic\",\"sl\":\"x64\"}]},\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2222\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-Linux-x86.tar.gz\",\"sha256\":\"1c62b035fe86459f758c8a8e05aa56cbd5e7d0409aab2b0496ec22691aba0644\",\"subplatform\":\"linux-generic\",\"sl\":\"x86\"},{\"id\":\"2223\",\"name\":\"VNC Permissions Creator for Linux\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-Linux-x64.tar.gz\",\"sha256\":\"09f628754aea55e43830b23be5f5834d8cf8c7172cbf4a54c44edbcac2342462\",\"subplatform\":\"linux-generic\",\"sl\":\"x64\"}]}}},\"raspberrypi\":{\"id\":\"raspberrypi\",\"name\":\"Raspberry Pi\",\"versions\":{\"7.13.0\":{\"number\":\"7.13.0\",\"files\":[{\"id\":\"3327\",\"name\":\"VNC Permissions Creator for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-7.13.0-Linux-ARM.tar.gz\",\"sha256\":\"2176faeccf68be8daee73231cc608bc749455cbed15b3aaed0d1b095141fd373\",\"subplatform\":\"debian\",\"sl\":\"ARM HF\"}]},\"7.0.0\":{\"number\":\"7.0.0\",\"files\":[{\"id\":\"2930\",\"name\":\"VNC Permissions Creator for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-7.0.0-Linux-ARM.tar.gz\",\"sha256\":\"44c24a3a25b475f1d2b41f1f8ab977c6516bf60a4784f46dd985af9855a5716f\",\"subplatform\":\"debian\",\"sl\":\"ARM HF\"}]},\"6.11.0\":{\"number\":\"6.11.0\",\"files\":[{\"id\":\"2887\",\"name\":\"VNC Permissions Creator for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.11.0-Linux-ARM.tar.gz\",\"sha256\":\"4284d971362ae4f09786a53b2ad5055291d329cd8b10cebb13afbd59c4da32c0\",\"subplatform\":\"debian\",\"sl\":\"ARM HF\"}]},\"6.6.0\":{\"number\":\"6.6.0\",\"files\":[{\"id\":\"2541\",\"name\":\"VNC Permissions Creator for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-6.6.0-Linux-ARM.tar.gz\",\"sha256\":\"ee25242c5d33f2a85b697db528aada404cf66e5d5198371721ae7534df17ef0e\",\"subplatform\":\"debian\",\"sl\":\"ARM HF\"}]},\"5.3.2\":{\"number\":\"5.3.2\",\"files\":[{\"id\":\"1960\",\"name\":\"VNC Permissions Creator for Raspberry Pi\",\"arch\":\"ARM\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.2-Linux-ARM.tar.gz\",\"sha1\":\"4857e24f633299b00d2c3d8703b847791d1abceb\",\"subplatform\":\"debian\",\"sl\":\"ARM HF\"}]}}},\"solaris\":{\"id\":\"solaris\",\"name\":\"Solaris\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2224\",\"name\":\"VNC Permissions Creator for Solaris\",\"arch\":\"x86\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-Solaris-x86.tar.gz\",\"sha256\":\"5751f2f6706f9afaf8fde5d3469a0bc20a24250dc1a71744163a9eede08f9fb1\",\"subplatform\":\"solaris-all\",\"sl\":\"x86\"},{\"id\":\"2225\",\"name\":\"VNC Permissions Creator for Solaris\",\"arch\":\"x64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-Solaris-x64.tar.gz\",\"sha256\":\"a9f0f3d64afea5e068e12eda303d3498a12bb49a9bdcd3249b04d8cfc5fb873b\",\"subplatform\":\"solaris-all\",\"sl\":\"x64\"},{\"id\":\"2226\",\"name\":\"VNC Permissions Creator for Solaris\",\"arch\":\"SPARC\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-Solaris-SPARC.tar.gz\",\"sha256\":\"d95d0a91da16e4dfb6b4361848408af1dec5ca496c70121b8b1e8b8a67922692\",\"subplatform\":\"solaris-all\",\"sl\":\"SPARC\"}]}}},\"hpux\":{\"id\":\"hpux\",\"name\":\"HP-UX\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2227\",\"name\":\"VNC Permissions Creator for HP-UX\",\"arch\":\"ia64\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-HPUX-ia64.tar.gz\",\"sha256\":\"a1e9d6322d7ef01cd33e2458bbe7c759fcb39fa1222865352995052d385a96c9\",\"subplatform\":\"hpux-all\",\"sl\":\"ia64\"}]}}},\"aix\":{\"id\":\"aix\",\"name\":\"AIX\",\"versions\":{\"5.3.3\":{\"number\":\"5.3.3\",\"files\":[{\"id\":\"2228\",\"name\":\"VNC Permissions Creator for AIX\",\"arch\":\"PPC\",\"pkg\":\"tar.gz\",\"file\":\"VNC-Permissions-Creator-5.3.3-AIX-PPC.tar.gz\",\"sha256\":\"9046822897b7b3b26d5c839a7e6bbefd392f81f49bc524148de10406b38327c6\",\"subplatform\":\"aix-all\",\"sl\":\"PPC\"}]}}}}}}}},\"os\":\"windows\",\"sprite\":\"\/wp-content\/uploads\/2025\/02\/icons-OS-downloads.svg\",\"fallback\":{\"windows\":{\"msi_zip\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Windows.msi.zip\",\"msi\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Windows-en.msi\"},\"macos\":{\"pkg\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-MacOSX-universal.pkg\"},\"linux\":{\"deb\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Linux-x64.deb\",\"rpm\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-8.2.1-Linux-x64.rpm\"},\"policy\":{\"windows\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-admx-templates-8.2.1.zip\",\"macos\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-mac-templates-8.2.1.tar.gz\",\"linux\":\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-unix-templates-8.2.1.tar.gz\"},\"perm\":{\"windows\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-Windows-32bit.exe\",\"macos\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-MacOSX-universal.dmg\",\"linux\":\"https:\/\/downloads.realvnc.com\/download\/file\/perm.files\/VNC-Permissions-Creator-7.13.0-Linux-x64.tar.gz\"}}}  <\/script>\n\n  <div class=\"os-radios-images\" id=\"radios-mass-rvnc-mass-3\" role=\"tablist\" aria-label=\"Select Operating System\">\n    <button class=\"os-radio-img selected\" data-value=\"windows\" role=\"tab\" aria-selected=\"true\" tabindex=\"0\">\n      <span class=\"icon windows\" aria-hidden=\"true\"><\/span><span class=\"title\">Windows<\/span>\n    <\/button>\n    <button class=\"os-radio-img\" data-value=\"macos\" role=\"tab\" aria-selected=\"false\" tabindex=\"-1\">\n      <span class=\"icon macos\" aria-hidden=\"true\"><\/span><span class=\"title\">macOS<\/span>\n    <\/button>\n    <button class=\"os-radio-img\" data-value=\"linux\" role=\"tab\" aria-selected=\"false\" tabindex=\"-1\">\n      <span class=\"icon linux\" aria-hidden=\"true\"><\/span><span class=\"title\">Linux<\/span>\n    <\/button>\n  <\/div>\n\n  <div class=\"mass-download-outer-wrapper\">\n    <div id=\"mass-download-dropdown-wrapper-rvnc-mass-3\" style=\"display:none;\">\n      <select id=\"mass-download-dropdown-rvnc-mass-3\" style=\"padding:10px;font-size:14px;border:1px solid rgba(0,0,0,0.1);border-radius:6px;margin-left:10px;\"><\/select>\n    <\/div>\n\n    <div id=\"cta-wrapper-mass-rvnc-mass-3\" class=\"btnRealVNC\">\n      <a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n        <span class=\"elementor-button-content-wrapper\">\n          <span class=\"elementor-button-text\">Download EXE for Windows<\/span>\n          <span class=\"elementor-button-icon\">\n            <i aria-hidden=\"true\" class=\"fas fa-download\"><\/i>\n          <\/span>\n        <\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6dfa885d policySection\" data-id=\"6dfa885d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6568dfe elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"6568dfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Fichiers mod\u00e8les politiques pour RealVNC Connect v8<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-751e3610 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"751e3610\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Configurer et verrouiller des programmes \u00e0 distance \u00e0 l'aide de <strong><a href=\"https:\/\/help.realvnc.com\/hc\/en-us\/articles\/360002250797-Remotely-configuring-licensing-and-locking-down-RealVNC-Connect-using-policy\">politique<\/a><\/strong>.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-722ce02d elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"722ce02d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-admx-templates-Latest.zip\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-windows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Windows <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-mac-templates-Latest.tar.gz\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-apple\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">macOS<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/downloads.realvnc.com\/download\/file\/realvnc-connect\/RealVNC-Connect-unix-templates-Latest.tar.gz\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linux\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Linux<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-401de699 elementor-widget elementor-widget-html\" data-id=\"401de699\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>li.elementor-icon-list-item {\n    padding: 8px 0!important;\n}\nli.elementor-icon-list-item a .elementor-icon-list-text {\n        display: inline-block;\n        font-weight: 700;\n}\nli.elementor-icon-list-item:hover {\n    background-color: #FFF!important;\n    color: #288CF4!important;\n    border-radius: 6px!important;\n}\nli.elementor-icon-list-item .elementor-icon-list-icon i {\n        padding-left: 10px!important;\n        margin-right: 10px!important;\n}\nli.elementor-icon-list-item:hover .elementor-icon-list-icon i {\n    color: #288CF4!important;\n\n}\nli.elementor-icon-list-item:hover .elementor-icon-list-icon {\n    background-color: #FFF!important;\n    color: #288CF4!important;\n}\nli.elementor-icon-list-item:hover .elementor-icon-list-text {\n    background-color: #FFF!important;\n    color: #288CF4!important;\n}\n.elementor-kit-5 a.elementor-button.combined-download-link {\n    padding: 16px 32px 17px!important;\n    margin-top: 20px!important;\n    font-size: 14px!important;\n}\n#rvnc-mass-3 .btnRealVNC a.elementor-button\n {\n    background-color: #FFF!important;\n    font-size: 14px!important;\n    font-weight: 700;\n    fill: #288CF4!important;\n    border-style: solid;\n    border-color: #FFF!important;\n    border-radius: 6px!important;\n    padding: 10px 20px 10px 20px;\n    color: #288CF4 !important;\n    margin-top: 15px !important;\n}\n.mass .os-radios-images .os-radio-img .icon {\n    background-size: 317px 159px;\n}\n.related .policySection a {\n    background-color: transparent;\n    padding: 0!important;\n    color: #000 !important;\n    text-decoration: none !important;\n    border-radius: none;\n}\n.elementor-element.elementor-element-36bcd1db .os-radios-images, .elementor-element.elementor-element-6944fd45 .os-radios-images {\n    justify-content: center;\n    margin: 15px 0 0!important;\n}\n\n.related .mass .os-radios-images .os-radio-img:hover, .related .mass .os-radios-images .os-radio-img.selected {\n    background-color: rgb(255, 255, 255);\n}\n.related .mass .os-radios-images .os-radio-img:hover .title, .related .mass .os-radios-images .os-radio-img.selected .title {\n    color: #288CF4;\n}\n.elementor-kit-5 .related p a.textInstall {\n    font-weight: 700!important;\n    color: #288CF4!important;\n}\n    .elementor-element-8a876d4 {\n        display: none;\n    }\n.elementor-kit-5 .related h4 {\n    font-size: 1.5rem;\n    line-height: 130%;\n    color: #FFFFFF!important;\n}\n.related {\n    color: #FFF!important;\n}\n.related p {\n    text-align: center;\n    font-size: 1.125rem;\n    line-height: 130%;\n    color: #FFFFFF;\n    margin-bottom: 2rem;\n}\n.elementor-kit-5 .related p a {\n    color: #FFF!important;\n    background: transparent;\n    text-decoration: underline!important;\n    padding: 0!important;\n}\n.related  a {\n    background-color: #F8C000;\n    padding: 1rem 2rem 1.0625rem !important;\n    color: #000 !important;\n    text-decoration: none!important;\n    border-radius: 4px;\n    margin-top: 0;\n}\n.related .mass .os-radios-images .os-radio-img, .related .mass .os-radios-images .os-radio-img {\n    background-size: 317px 159px;\n}\n@media (max-width: 850px) {\n    .elementor-kit-5 .related h4 {\n        margin-top: 50px;\n    }\n}\n    @media (min-width: 1025px) {\n        div.elementor-lightbox .elementor-video-container {\n            width: 100%!important;\n        }\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d688e17 elementor-widget elementor-widget-html\" data-id=\"3d688e17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>window.addEventListener(\"load\", function () {\r\n    if (typeof emitOSChange === \"function\") {\r\n      emitOSChange(window.selectedOS || \"windows\");\r\n    }\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>T\u00e9l\u00e9charger RealVNC\u200b&reg; Connect Vous pouvez ensuite vous connecter avec votre compte existant ou commencer un essai gratuit de 14 jours. Le meilleur visualiseur VNC + serveur VNC de sa cat\u00e9gorie Acc\u00e8s \u00e0 distance tout-en-un RealVNC&reg; Connect \u2013 Viewer + Server Download our classic VNC interface with separate apps for connecting to and from devices. Install &#8230; <a title=\"T\u00e9l\u00e9charger\" class=\"read-more\" href=\"https:\/\/www.realvnc.com\/fr\/connect\/download\/\" aria-label=\"En savoir plus sur T\u00e9l\u00e9charger\">Lire la suite<\/a><\/p>\n","protected":false},"author":32,"featured_media":0,"parent":6795,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-58778","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>T\u00e9l\u00e9chargez RealVNC\u00ae Connect<\/title>\n<meta name=\"description\" content=\"T\u00e9l\u00e9chargez RealVNC\u00ae Connect, la solution d&#039;acc\u00e8s \u00e0 distance et de bureau \u00e0 distance la plus s\u00fbre pour vous connecter en toute s\u00e9curit\u00e9 \u00e0 vos appareils. Commencez d\u00e8s aujourd&#039;hui.\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"T\u00e9l\u00e9chargez RealVNC\u00ae Connect\" \/>\n<meta property=\"og:description\" content=\"T\u00e9l\u00e9chargez RealVNC\u00ae Connect, la solution d&#039;acc\u00e8s \u00e0 distance et de bureau \u00e0 distance la plus s\u00fbre pour vous connecter en toute s\u00e9curit\u00e9 \u00e0 vos appareils. Commencez d\u00e8s aujourd&#039;hui.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.realvnc.com\/fr\/connect\/download\/\" \/>\n<meta property=\"og:site_name\" content=\"RealVNC\u00ae\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/realvnc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-19T15:18:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@realvnc\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/\",\"name\":\"T\u00e9l\u00e9chargez RealVNC\u00ae Connect\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/pict-legacy-support.png\",\"datePublished\":\"2025-03-19T18:11:29+00:00\",\"dateModified\":\"2026-03-19T15:18:30+00:00\",\"description\":\"T\u00e9l\u00e9chargez RealVNC\u00ae Connect, la solution d'acc\u00e8s \u00e0 distance et de bureau \u00e0 distance la plus s\u00fbre pour vous connecter en toute s\u00e9curit\u00e9 \u00e0 vos appareils. Commencez d\u00e8s aujourd'hui.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/pict-legacy-support.png\",\"contentUrl\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/pict-legacy-support.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/download\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Connect\",\"item\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/connect\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"T\u00e9l\u00e9charger\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/\",\"name\":\"RealVNC\u00ae\",\"description\":\"The world&#039;s safest remote access software\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/#organization\",\"name\":\"RealVNC\u00ae\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/realvnc-logo-blue.png\",\"contentUrl\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/realvnc-logo-blue.png\",\"width\":300,\"height\":41,\"caption\":\"RealVNC\u00ae\"},\"image\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/realvnc\",\"https:\\\/\\\/x.com\\\/realvnc\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/realvnc\\\/\",\"https:\\\/\\\/www.youtube.com\\\/RealVNCLtd\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/RealVNC\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"T\u00e9l\u00e9chargez RealVNC\u00ae Connect","description":"T\u00e9l\u00e9chargez RealVNC\u00ae Connect, la solution d'acc\u00e8s \u00e0 distance et de bureau \u00e0 distance la plus s\u00fbre pour vous connecter en toute s\u00e9curit\u00e9 \u00e0 vos appareils. Commencez d\u00e8s aujourd'hui.","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"fr_FR","og_type":"article","og_title":"T\u00e9l\u00e9chargez RealVNC\u00ae Connect","og_description":"T\u00e9l\u00e9chargez RealVNC\u00ae Connect, la solution d'acc\u00e8s \u00e0 distance et de bureau \u00e0 distance la plus s\u00fbre pour vous connecter en toute s\u00e9curit\u00e9 \u00e0 vos appareils. Commencez d\u00e8s aujourd'hui.","og_url":"https:\/\/www.realvnc.com\/fr\/connect\/download\/","og_site_name":"RealVNC\u00ae","article_publisher":"https:\/\/www.facebook.com\/realvnc","article_modified_time":"2026-03-19T15:18:30+00:00","og_image":[{"url":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@realvnc","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.realvnc.com\/fr\/connect\/download\/","url":"https:\/\/www.realvnc.com\/fr\/connect\/download\/","name":"T\u00e9l\u00e9chargez RealVNC\u00ae Connect","isPartOf":{"@id":"https:\/\/www.realvnc.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.realvnc.com\/fr\/connect\/download\/#primaryimage"},"image":{"@id":"https:\/\/www.realvnc.com\/fr\/connect\/download\/#primaryimage"},"thumbnailUrl":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support.png","datePublished":"2025-03-19T18:11:29+00:00","dateModified":"2026-03-19T15:18:30+00:00","description":"T\u00e9l\u00e9chargez RealVNC\u00ae Connect, la solution d'acc\u00e8s \u00e0 distance et de bureau \u00e0 distance la plus s\u00fbre pour vous connecter en toute s\u00e9curit\u00e9 \u00e0 vos appareils. Commencez d\u00e8s aujourd'hui.","breadcrumb":{"@id":"https:\/\/www.realvnc.com\/fr\/connect\/download\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.realvnc.com\/fr\/connect\/download\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.realvnc.com\/fr\/connect\/download\/#primaryimage","url":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support.png","contentUrl":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2025\/07\/pict-legacy-support.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.realvnc.com\/fr\/connect\/download\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.realvnc.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Connect","item":"https:\/\/www.realvnc.com\/fr\/connect\/"},{"@type":"ListItem","position":3,"name":"T\u00e9l\u00e9charger"}]},{"@type":"WebSite","@id":"https:\/\/www.realvnc.com\/fr\/#website","url":"https:\/\/www.realvnc.com\/fr\/","name":"RealVNC\u00ae","description":"The world&#039;s safest remote access software","publisher":{"@id":"https:\/\/www.realvnc.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.realvnc.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.realvnc.com\/fr\/#organization","name":"RealVNC\u00ae","url":"https:\/\/www.realvnc.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.realvnc.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/05\/realvnc-logo-blue.png","contentUrl":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/05\/realvnc-logo-blue.png","width":300,"height":41,"caption":"RealVNC\u00ae"},"image":{"@id":"https:\/\/www.realvnc.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/realvnc","https:\/\/x.com\/realvnc","https:\/\/www.linkedin.com\/company\/realvnc\/","https:\/\/www.youtube.com\/RealVNCLtd","https:\/\/en.wikipedia.org\/wiki\/RealVNC"]}]}},"_links":{"self":[{"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/pages\/58778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/comments?post=58778"}],"version-history":[{"count":0,"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/pages\/58778\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/pages\/6795"}],"wp:attachment":[{"href":"https:\/\/www.realvnc.com\/fr\/wp-json\/wp\/v2\/media?parent=58778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}