[{"data":1,"prerenderedAt":1004},["ShallowReactive",2],{"docs-\u002Fdocs\u002Fdeployment\u002Fdesktop-apps":3},{"id":4,"title":5,"body":6,"description":995,"extension":996,"meta":997,"navigation":998,"path":999,"redirect":1000,"seo":1001,"stem":1002,"__hash__":1003},"docs\u002Fdocs\u002Fdeployment\u002Fdesktop-apps.md","Desktop Apps",{"type":7,"value":8,"toc":964},"minimark",[9,13,17,22,25,68,72,85,89,98,101,145,148,151,159,165,168,222,225,342,346,362,365,369,372,436,443,446,503,506,512,516,520,530,534,544,548,551,582,586,593,597,600,669,673,750,754,797,801,805,815,819,824,827,893,897,900,914,917,937,941,957,961],[10,11,5],"h1",{"id":12},"desktop-apps",[14,15,16],"p",{},"Install DBConvert Streams on your workstation for local exploration, SQL workflows, and first-run setup. No account is required to start — the Data Explorer and SQL Console are available immediately.",[18,19,21],"h2",{"id":20},"desktop-app-compatibility","Desktop app compatibility",[14,23,24],{},"Desktop apps are available for:",[26,27,30,31,30,46,30,57],"div",{"className":28},[29],"distribution-icons","\n  ",[26,32,35,36,35,41,30],{"className":33},[34],"distribution-card","\n    ",[37,38],"img",{"src":39,"alt":40},"\u002Fimages\u002Fdocs\u002Fdistribution-icons\u002Fwindows.svg","Windows Logo",[42,43,45],"h3",{"id":44},"windows","Windows",[26,47,35,49,35,53,30],{"className":48},[34],[37,50],{"src":51,"alt":52},"\u002Fimages\u002Fdocs\u002Fdistribution-icons\u002Fmacos.svg","macOS Logo",[42,54,56],{"id":55},"macos","macOS",[26,58,35,60,35,64,30],{"className":59},[34],[37,61],{"src":62,"alt":63},"\u002Fimages\u002Fdocs\u002Fdistribution-icons\u002Flinux.svg","Linux Logo",[42,65,67],{"id":66},"linux","Linux",[18,69,71],{"id":70},"prerequisites","Prerequisites",[73,74,75,79,82],"ul",{},[76,77,78],"li",{},"2 CPU cores",[76,80,81],{},"2 GB RAM",[76,83,84],{},"1 GB free disk space",[18,86,88],{"id":87},"download-and-install","Download and install",[14,90,91,92,97],{},"Go to ",[93,94,96],"a",{"href":95},"\u002Finstall#desktop","Desktop Downloads"," and pick your platform.",[42,99,45],{"id":100},"windows-1",[102,103,104,117],"table",{},[105,106,107],"thead",{},[108,109,110,114],"tr",{},[111,112,113],"th",{},"Package",[111,115,116],{},"Use case",[118,119,120,134],"tbody",{},[108,121,122,131],{},[123,124,125,126,130],"td",{},"Installer (",[127,128,129],"code",{},".exe",")",[123,132,133],{},"Recommended. Adds a Start Menu entry.",[108,135,136,142],{},[123,137,138,139,130],{},"Portable (",[127,140,141],{},".zip",[123,143,144],{},"No installation needed. Extract and run.",[14,146,147],{},"Run the installer or extract the ZIP, then launch DBConvert Streams.",[42,149,56],{"id":150},"macos-1",[14,152,153,154,158],{},"Download the ZIP, extract it, and move the app to ",[155,156,157],"strong",{},"Applications",".",[14,160,161,162,158],{},"If macOS Gatekeeper blocks the first launch, right-click the app and choose ",[155,163,164],{},"Open",[42,166,67],{"id":167},"linux-1",[102,169,170,178],{},[105,171,172],{},[108,173,174,176],{},[111,175,113],{},[111,177,116],{},[118,179,180,191,202,212],{},[108,181,182,188],{},[123,183,184,187],{},[127,185,186],{},".deb"," (amd64)",[123,189,190],{},"Debian, Ubuntu, and derivatives.",[108,192,193,199],{},[123,194,195,198],{},[127,196,197],{},".rpm"," (x86_64)",[123,200,201],{},"Fedora, RHEL, and derivatives.",[108,203,204,209],{},[123,205,206,198],{},[127,207,208],{},".pkg.tar.zst",[123,210,211],{},"Arch Linux and derivatives.",[108,213,214,219],{},[123,215,216],{},[127,217,218],{},".tar.gz",[123,220,221],{},"Portable. Extract and run.",[14,223,224],{},"Install with your package manager or extract the tarball:",[226,227,232],"pre",{"className":228,"code":229,"language":230,"meta":231,"style":231},"language-bash shiki shiki-themes github-light github-dark","# Debian\u002FUbuntu\nsudo dpkg -i dbconvert-streams_2.1.0_amd64.deb\n\n# Fedora\u002FRHEL\nsudo dnf install .\u002Fdbconvert-streams-2.1.0.x86_64.rpm\n\n# Arch Linux\nsudo pacman -U dbconvert-streams-2.1.0-x86_64.pkg.tar.zst\n\n# Portable\ntar -xzf dbconvert-streams-2.1.0-linux-amd64.tar.gz\n.\u002Fdbconvert-streams\n","bash","",[127,233,234,243,261,268,274,288,293,299,313,318,324,336],{"__ignoreMap":231},[235,236,239],"span",{"class":237,"line":238},"line",1,[235,240,242],{"class":241},"sJ8bj","# Debian\u002FUbuntu\n",[235,244,246,250,254,258],{"class":237,"line":245},2,[235,247,249],{"class":248},"sScJk","sudo",[235,251,253],{"class":252},"sZZnC"," dpkg",[235,255,257],{"class":256},"sj4cs"," -i",[235,259,260],{"class":252}," dbconvert-streams_2.1.0_amd64.deb\n",[235,262,264],{"class":237,"line":263},3,[235,265,267],{"emptyLinePlaceholder":266},true,"\n",[235,269,271],{"class":237,"line":270},4,[235,272,273],{"class":241},"# Fedora\u002FRHEL\n",[235,275,277,279,282,285],{"class":237,"line":276},5,[235,278,249],{"class":248},[235,280,281],{"class":252}," dnf",[235,283,284],{"class":252}," install",[235,286,287],{"class":252}," .\u002Fdbconvert-streams-2.1.0.x86_64.rpm\n",[235,289,291],{"class":237,"line":290},6,[235,292,267],{"emptyLinePlaceholder":266},[235,294,296],{"class":237,"line":295},7,[235,297,298],{"class":241},"# Arch Linux\n",[235,300,302,304,307,310],{"class":237,"line":301},8,[235,303,249],{"class":248},[235,305,306],{"class":252}," pacman",[235,308,309],{"class":256}," -U",[235,311,312],{"class":252}," dbconvert-streams-2.1.0-x86_64.pkg.tar.zst\n",[235,314,316],{"class":237,"line":315},9,[235,317,267],{"emptyLinePlaceholder":266},[235,319,321],{"class":237,"line":320},10,[235,322,323],{"class":241},"# Portable\n",[235,325,327,330,333],{"class":237,"line":326},11,[235,328,329],{"class":248},"tar",[235,331,332],{"class":256}," -xzf",[235,334,335],{"class":252}," dbconvert-streams-2.1.0-linux-amd64.tar.gz\n",[235,337,339],{"class":237,"line":338},12,[235,340,341],{"class":248},".\u002Fdbconvert-streams\n",[18,343,345],{"id":344},"verify-the-installation","Verify the installation",[347,348,349,356,359],"ol",{},[76,350,351,352,355],{},"Launch the app. It opens with ",[155,353,354],{},"Data Explorer"," as the default view.",[76,357,358],{},"Add a source connection using the sidebar.",[76,360,361],{},"Open the connection in Data Explorer and confirm your schemas and tables are visible.",[14,363,364],{},"If the connection test passes and objects appear in the explorer, the app is working.",[18,366,368],{"id":367},"data-locations","Data locations",[42,370,45],{"id":371},"windows-2",[102,373,374,384],{},[105,375,376],{},[108,377,378,381],{},[111,379,380],{},"Data",[111,382,383],{},"Location",[118,385,386,396,406,416,426],{},[108,387,388,391],{},[123,389,390],{},"App data root",[123,392,393],{},[127,394,395],{},"%APPDATA%\\DBConvert Streams\\",[108,397,398,401],{},[123,399,400],{},"Configuration database",[123,402,403],{},[127,404,405],{},"%APPDATA%\\DBConvert Streams\\config\\config.db",[108,407,408,411],{},[123,409,410],{},"Secrets",[123,412,413],{},[127,414,415],{},"%APPDATA%\\DBConvert Streams\\secrets\\secrets.enc",[108,417,418,421],{},[123,419,420],{},"Runtime data",[123,422,423],{},[127,424,425],{},"%APPDATA%\\DBConvert Streams\\runtime\\",[108,427,428,431],{},[123,429,430],{},"Logs",[123,432,433],{},[127,434,435],{},"%APPDATA%\\DBConvert Streams\\logs\\",[14,437,438,439,442],{},"To open: press ",[127,440,441],{},"Win + R",", type the path, press Enter.",[42,444,67],{"id":445},"linux-2",[102,447,448,456],{},[105,449,450],{},[108,451,452,454],{},[111,453,380],{},[111,455,383],{},[118,457,458,467,476,485,494],{},[108,459,460,462],{},[123,461,390],{},[123,463,464],{},[127,465,466],{},"~\u002F.local\u002Fshare\u002Fdbconvert-streams\u002F",[108,468,469,471],{},[123,470,400],{},[123,472,473],{},[127,474,475],{},"~\u002F.local\u002Fshare\u002Fdbconvert-streams\u002Fconfig\u002Fconfig.db",[108,477,478,480],{},[123,479,410],{},[123,481,482],{},[127,483,484],{},"~\u002F.local\u002Fshare\u002Fdbconvert-streams\u002Fsecrets\u002Fsecrets.enc",[108,486,487,489],{},[123,488,420],{},[123,490,491],{},[127,492,493],{},"~\u002F.local\u002Fshare\u002Fdbconvert-streams\u002Fruntime\u002F",[108,495,496,498],{},[123,497,430],{},[123,499,500],{},[127,501,502],{},"~\u002F.local\u002Fshare\u002Fdbconvert-streams\u002Flogs\u002F",[42,504,56],{"id":505},"macos-2",[14,507,508,509,158],{},"Desktop app data is stored under ",[127,510,511],{},"~\u002FLibrary\u002FApplication Support\u002FDBConvert Streams\u002F",[18,513,515],{"id":514},"troubleshooting","Troubleshooting",[42,517,519],{"id":518},"windows-smartscreen-warning","Windows: SmartScreen warning",[14,521,522,523,526,527,158],{},"The application is not signed with an EV certificate. When Windows SmartScreen appears, click ",[155,524,525],{},"More info",", then ",[155,528,529],{},"Run anyway",[42,531,533],{"id":532},"windows-webview2-runtime-missing","Windows: WebView2 Runtime missing",[14,535,536,537,543],{},"DBConvert Streams uses Microsoft WebView2 for the UI. It ships with Windows 10\u002F11, but if you see an error, download the ",[93,538,542],{"href":539,"rel":540},"https:\u002F\u002Fdeveloper.microsoft.com\u002Fen-us\u002Fmicrosoft-edge\u002Fwebview2\u002F",[541],"nofollow","WebView2 Evergreen Bootstrapper"," and restart the app.",[42,545,547],{"id":546},"windows-high-dpi-display-issues","Windows: high-DPI display issues",[14,549,550],{},"If the interface appears blurry on high-DPI displays:",[347,552,553,566,572],{},[76,554,555,556,558,559,558,562,565],{},"Right-click the ",[127,557,129],{}," → ",[155,560,561],{},"Properties",[155,563,564],{},"Compatibility"," tab",[76,567,568,569],{},"Click ",[155,570,571],{},"Change high DPI settings",[76,573,574,575,578,579],{},"Check ",[155,576,577],{},"Override high DPI scaling behavior"," → select ",[155,580,581],{},"Application",[42,583,585],{"id":584},"windows-firewall-prompt","Windows: firewall prompt",[14,587,588,589,592],{},"On first launch, allow access on ",[155,590,591],{},"Private networks",". This is required for the app to communicate with databases.",[42,594,596],{"id":595},"linux-missing-dependencies","Linux: missing dependencies",[14,598,599],{},"If you see errors about missing libraries:",[226,601,603],{"className":228,"code":602,"language":230,"meta":231,"style":231},"# Debian\u002FUbuntu\nsudo apt install libgtk-3-0 libwebkit2gtk-4.0-37\n\n# Fedora\nsudo dnf install gtk3 webkit2gtk4.1\n\n# Arch Linux\nsudo pacman -S gtk3 webkit2gtk-4.1\n",[127,604,605,609,624,628,633,647,651,655],{"__ignoreMap":231},[235,606,607],{"class":237,"line":238},[235,608,242],{"class":241},[235,610,611,613,616,618,621],{"class":237,"line":245},[235,612,249],{"class":248},[235,614,615],{"class":252}," apt",[235,617,284],{"class":252},[235,619,620],{"class":252}," libgtk-3-0",[235,622,623],{"class":252}," libwebkit2gtk-4.0-37\n",[235,625,626],{"class":237,"line":263},[235,627,267],{"emptyLinePlaceholder":266},[235,629,630],{"class":237,"line":270},[235,631,632],{"class":241},"# Fedora\n",[235,634,635,637,639,641,644],{"class":237,"line":276},[235,636,249],{"class":248},[235,638,281],{"class":252},[235,640,284],{"class":252},[235,642,643],{"class":252}," gtk3",[235,645,646],{"class":252}," webkit2gtk4.1\n",[235,648,649],{"class":237,"line":290},[235,650,267],{"emptyLinePlaceholder":266},[235,652,653],{"class":237,"line":295},[235,654,298],{"class":241},[235,656,657,659,661,664,666],{"class":237,"line":301},[235,658,249],{"class":248},[235,660,306],{"class":252},[235,662,663],{"class":256}," -S",[235,665,643],{"class":252},[235,667,668],{"class":252}," webkit2gtk-4.1\n",[42,670,672],{"id":671},"linux-application-wont-start","Linux: application won't start",[347,674,675,681,744],{},[76,676,677,678],{},"Run from terminal to see error messages: ",[127,679,680],{},"dbconvert-streams",[76,682,683,684],{},"Verify WebKitGTK is installed:\n",[226,685,687],{"className":228,"code":686,"language":230,"meta":231,"style":231},"# Debian\u002FUbuntu\ndpkg -l | grep webkit2gtk\n# Fedora\nrpm -qa | grep webkit2gtk\n# Arch\npacman -Q webkit2gtk-4.1\n",[127,688,689,693,711,715,729,734],{"__ignoreMap":231},[235,690,691],{"class":237,"line":238},[235,692,242],{"class":241},[235,694,695,698,701,705,708],{"class":237,"line":245},[235,696,697],{"class":248},"dpkg",[235,699,700],{"class":256}," -l",[235,702,704],{"class":703},"szBVR"," |",[235,706,707],{"class":248}," grep",[235,709,710],{"class":252}," webkit2gtk\n",[235,712,713],{"class":237,"line":263},[235,714,632],{"class":241},[235,716,717,720,723,725,727],{"class":237,"line":270},[235,718,719],{"class":248},"rpm",[235,721,722],{"class":256}," -qa",[235,724,704],{"class":703},[235,726,707],{"class":248},[235,728,710],{"class":252},[235,730,731],{"class":237,"line":276},[235,732,733],{"class":241},"# Arch\n",[235,735,736,739,742],{"class":237,"line":290},[235,737,738],{"class":248},"pacman",[235,740,741],{"class":256}," -Q",[235,743,668],{"class":252},[76,745,746,747],{},"On Wayland with display issues, try: ",[127,748,749],{},"GDK_BACKEND=x11 dbconvert-streams",[42,751,753],{"id":752},"linux-permission-denied-portable","Linux: permission denied (portable)",[226,755,757],{"className":228,"code":756,"language":230,"meta":231,"style":231},"chmod +x dbconvert-streams\nchmod +x services\u002Fstream-api\nchmod +x services\u002Fstream-reader\nchmod +x services\u002Fstream-writer\n",[127,758,759,770,779,788],{"__ignoreMap":231},[235,760,761,764,767],{"class":237,"line":238},[235,762,763],{"class":248},"chmod",[235,765,766],{"class":252}," +x",[235,768,769],{"class":252}," dbconvert-streams\n",[235,771,772,774,776],{"class":237,"line":245},[235,773,763],{"class":248},[235,775,766],{"class":252},[235,777,778],{"class":252}," services\u002Fstream-api\n",[235,780,781,783,785],{"class":237,"line":263},[235,782,763],{"class":248},[235,784,766],{"class":252},[235,786,787],{"class":252}," services\u002Fstream-reader\n",[235,789,790,792,794],{"class":237,"line":270},[235,791,763],{"class":248},[235,793,766],{"class":252},[235,795,796],{"class":252}," services\u002Fstream-writer\n",[18,798,800],{"id":799},"uninstallation","Uninstallation",[42,802,804],{"id":803},"windows-installer","Windows (installer)",[14,806,807,808,811,812,158],{},"Open ",[155,809,810],{},"Settings → Apps → Installed apps",", find DBConvert Streams, and click ",[155,813,814],{},"Uninstall",[42,816,818],{"id":817},"windows-portable","Windows (portable)",[14,820,821,822,158],{},"Delete the application folder. If you also want to remove local data, delete ",[127,823,395],{},[42,825,67],{"id":826},"linux-3",[226,828,830],{"className":228,"code":829,"language":230,"meta":231,"style":231},"# Debian\u002FUbuntu\nsudo apt remove dbconvert-streams\n\n# Fedora\nsudo dnf remove dbconvert-streams\n\n# Arch\nsudo pacman -R dbconvert-streams\n\n# Portable: delete the extracted directory\n",[127,831,832,836,847,851,855,865,869,873,884,888],{"__ignoreMap":231},[235,833,834],{"class":237,"line":238},[235,835,242],{"class":241},[235,837,838,840,842,845],{"class":237,"line":245},[235,839,249],{"class":248},[235,841,615],{"class":252},[235,843,844],{"class":252}," remove",[235,846,769],{"class":252},[235,848,849],{"class":237,"line":263},[235,850,267],{"emptyLinePlaceholder":266},[235,852,853],{"class":237,"line":270},[235,854,632],{"class":241},[235,856,857,859,861,863],{"class":237,"line":276},[235,858,249],{"class":248},[235,860,281],{"class":252},[235,862,844],{"class":252},[235,864,769],{"class":252},[235,866,867],{"class":237,"line":290},[235,868,267],{"emptyLinePlaceholder":266},[235,870,871],{"class":237,"line":295},[235,872,733],{"class":241},[235,874,875,877,879,882],{"class":237,"line":301},[235,876,249],{"class":248},[235,878,306],{"class":252},[235,880,881],{"class":256}," -R",[235,883,769],{"class":252},[235,885,886],{"class":237,"line":315},[235,887,267],{"emptyLinePlaceholder":266},[235,889,890],{"class":237,"line":320},[235,891,892],{"class":241},"# Portable: delete the extracted directory\n",[18,894,896],{"id":895},"desktop-vs-docker","Desktop vs Docker",[14,898,899],{},"Choose the distribution that matches your workflow:",[73,901,902,908],{},[76,903,904,907],{},[155,905,906],{},"Desktop app",": best for individual users who want an interactive workstation-based setup for database exploration, SQL workflows, stream configuration, and working with local or remote data sources.",[76,909,910,913],{},[155,911,912],{},"Docker deployment",": best for self-hosted server environments, shared or team setups, automated deployments, or cases where you want services managed outside a desktop app.",[14,915,916],{},"Both distributions can be valid depending on how you plan to use DBConvert Streams.",[73,918,919,925,931],{},[76,920,921],{},[93,922,924],{"href":923},"\u002Fdocs\u002Fdeployment\u002Fdocker","Docker Deployment Overview",[76,926,927],{},[93,928,930],{"href":929},"\u002Fdocs\u002Fdeployment\u002Fdocker-local","Docker Local",[76,932,933],{},[93,934,936],{"href":935},"\u002Fdocs\u002Fdeployment\u002Fdocker-cloud","Docker Cloud",[18,938,940],{"id":939},"next-steps","Next steps",[73,942,943,950],{},[76,944,945,949],{},[93,946,948],{"href":947},"\u002Fdocs\u002Fguide\u002Fgetting-started","Quick Start"," — end-to-end first stream walkthrough",[76,951,952,956],{},[93,953,955],{"href":954},"\u002Fdocs\u002Fguide\u002Fdashboard-ui-guide","Dashboard Overview"," — navigate the app UI",[958,959,960],"style",{},"\n.distribution-icons {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  align-items: center;\n  gap: 1rem;\n  margin: 2rem auto;\n  max-width: 900px;\n}\n\n.distribution-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 1.5rem;\n  border-radius: 8px;\n  background-color: var(--vp-c-bg-soft);\n  margin: 0.5rem;\n  width: 180px;\n  height: 180px;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.distribution-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n}\n\n.distribution-card img {\n  width: 100px;\n  height: 100px;\n  margin-bottom: 1rem;\n  object-fit: contain;\n}\n\n.distribution-card h3 {\n  margin: 0;\n  font-weight: 500;\n}\n",[958,962,963],{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}",{"title":231,"searchDepth":245,"depth":245,"links":965},[966,967,968,973,974,979,988,993,994],{"id":20,"depth":245,"text":21},{"id":70,"depth":245,"text":71},{"id":87,"depth":245,"text":88,"children":969},[970,971,972],{"id":100,"depth":263,"text":45},{"id":150,"depth":263,"text":56},{"id":167,"depth":263,"text":67},{"id":344,"depth":245,"text":345},{"id":367,"depth":245,"text":368,"children":975},[976,977,978],{"id":371,"depth":263,"text":45},{"id":445,"depth":263,"text":67},{"id":505,"depth":263,"text":56},{"id":514,"depth":245,"text":515,"children":980},[981,982,983,984,985,986,987],{"id":518,"depth":263,"text":519},{"id":532,"depth":263,"text":533},{"id":546,"depth":263,"text":547},{"id":584,"depth":263,"text":585},{"id":595,"depth":263,"text":596},{"id":671,"depth":263,"text":672},{"id":752,"depth":263,"text":753},{"id":799,"depth":245,"text":800,"children":989},[990,991,992],{"id":803,"depth":263,"text":804},{"id":817,"depth":263,"text":818},{"id":826,"depth":263,"text":67},{"id":895,"depth":245,"text":896},{"id":939,"depth":245,"text":940},"Install DBConvert Streams as a desktop app on Windows, macOS, or Linux.","md",{},false,"\u002Fdocs\u002Fdeployment\u002Fdesktop-apps",null,{"title":5,"description":995},"docs\u002Fdeployment\u002Fdesktop-apps","9kTY0Vit-lkd0a90KwB9ryLEAcRLhVgsMl37P0-6k0E",1783896284332]