CINXE.COM

Logging | Tauri

<!DOCTYPE html><html lang="en" dir="ltr" data-has-toc data-has-sidebar data-theme="dark" class="astro-b6fpkb46"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>Logging | Tauri</title><link rel="canonical" href="https://v2.tauri.app/plugin/logging/"/><link rel="alternate" hreflang="en" href="https://v2.tauri.app/plugin/logging/"/><link rel="alternate" hreflang="fr" href="https://v2.tauri.app/fr/plugin/logging/"/><link rel="alternate" hreflang="es" href="https://v2.tauri.app/es/plugin/logging/"/><link rel="alternate" hreflang="zh-CN" href="https://v2.tauri.app/zh-cn/plugin/logging/"/><link rel="alternate" hreflang="ja" href="https://v2.tauri.app/ja/plugin/logging/"/><link rel="sitemap" href="/sitemap-index.xml"/><script src="/navigate.js"></script><link rel="manifest" href="/manifest.json"/><link href="https://v2.tauri.app/blog/rss.xml" rel="alternate" title="Blog" type="application/rss+xml"/><link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml"/><meta name="generator" content="Astro v4.16.18"/><meta name="generator" content="Starlight v0.29.2"/><meta property="og:title" content="Logging"/><meta property="og:type" content="article"/><meta property="og:url" content="https://v2.tauri.app/plugin/logging/"/><meta property="og:locale" content="en"/><meta property="og:description" content="Configurable logging."/><meta property="og:site_name" content="Tauri"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="Configurable logging."/><meta name="twitter:site" content="/TauriApps"/><meta property="og:image" content="https://v2.tauri.app/og.png?v=1"/><meta property="twitter:image" content="https://v2.tauri.app/og.png?v=1"/><meta name="theme-color" content="#181818"/><script> window.StarlightThemeProvider = (() => { const storedTheme = typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme'); const theme = storedTheme || (window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark'); document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark'; return { updatePickers(theme = storedTheme || 'auto') { document.querySelectorAll('starlight-theme-select').forEach((picker) => { const select = picker.querySelector('select'); if (select) select.value = theme; /** @type {HTMLTemplateElement | null} */ const tmpl = document.querySelector(`#theme-icons`); const newIcon = tmpl && tmpl.content.querySelector('.' + theme); if (newIcon) { const oldIcon = picker.querySelector('svg.label-icon'); if (oldIcon) { oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes); } } }); }, }; })(); </script><template id="theme-icons"><svg aria-hidden="true" class="light astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg> <svg aria-hidden="true" class="auto astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21 14h-1V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v7H3a1 1 0 0 0-1 1v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a1 1 0 0 0-1-1ZM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7H6V7Zm14 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg> </template><link rel="stylesheet" href="/_astro/Authors.CFh9Suqx.css"> <style>:root{--sl-badge-default-border: var(--sl-color-accent);--sl-badge-default-bg: var(--sl-color-accent-low);--sl-badge-default-text: #fff;--sl-badge-note-border: var(--sl-color-blue);--sl-badge-note-bg: var(--sl-color-blue-low);--sl-badge-note-text: #fff;--sl-badge-danger-border: var(--sl-color-red);--sl-badge-danger-bg: var(--sl-color-red-low);--sl-badge-danger-text: #fff;--sl-badge-success-border: var(--sl-color-green);--sl-badge-success-bg: var(--sl-color-green-low);--sl-badge-success-text: #fff;--sl-badge-caution-border: var(--sl-color-orange);--sl-badge-caution-bg: var(--sl-color-orange-low);--sl-badge-caution-text: #fff;--sl-badge-tip-border: var(--sl-color-purple);--sl-badge-tip-bg: var(--sl-color-purple-low);--sl-badge-tip-text: #fff}[data-theme=light]:root{--sl-badge-default-bg: var(--sl-color-accent-high);--sl-badge-note-bg: var(--sl-color-blue-high);--sl-badge-danger-bg: var(--sl-color-red-high);--sl-badge-success-bg: var(--sl-color-green-high);--sl-badge-caution-bg: var(--sl-color-orange-high);--sl-badge-tip-bg: var(--sl-color-purple-high)}.sl-badge:where(.astro-r2v5lvza){display:inline-block;border:1px solid var(--sl-color-border-badge);border-radius:.25rem;font-family:var(--sl-font-system-mono);line-height:normal;color:var(--sl-color-text-badge);background-color:var(--sl-color-bg-badge);overflow-wrap:anywhere}.sidebar-content .sl-badge:where(.astro-r2v5lvza){line-height:1;font-size:var(--sl-text-xs);padding:.125rem .375rem}.sidebar-content a[aria-current=page]>.sl-badge:where(.astro-r2v5lvza){--sl-color-bg-badge: transparent;--sl-color-border-badge: currentColor;color:inherit}.default:where(.astro-r2v5lvza){--sl-color-bg-badge: var(--sl-badge-default-bg);--sl-color-border-badge: var(--sl-badge-default-border);--sl-color-text-badge: var(--sl-badge-default-text)}.note:where(.astro-r2v5lvza){--sl-color-bg-badge: var(--sl-badge-note-bg);--sl-color-border-badge: var(--sl-badge-note-border);--sl-color-text-badge: var(--sl-badge-note-text)}.danger:where(.astro-r2v5lvza){--sl-color-bg-badge: var(--sl-badge-danger-bg);--sl-color-border-badge: var(--sl-badge-danger-border);--sl-color-text-badge: var(--sl-badge-danger-text)}.success:where(.astro-r2v5lvza){--sl-color-bg-badge: var(--sl-badge-success-bg);--sl-color-border-badge: var(--sl-badge-success-border);--sl-color-text-badge: var(--sl-badge-success-text)}.tip:where(.astro-r2v5lvza){--sl-color-bg-badge: var(--sl-badge-tip-bg);--sl-color-border-badge: var(--sl-badge-tip-border);--sl-color-text-badge: var(--sl-badge-tip-text)}.caution:where(.astro-r2v5lvza){--sl-color-bg-badge: var(--sl-badge-caution-bg);--sl-color-border-badge: var(--sl-badge-caution-border);--sl-color-text-badge: var(--sl-badge-caution-text)}.small:where(.astro-r2v5lvza){font-size:var(--sl-text-xs);padding:.125rem .25rem}.medium:where(.astro-r2v5lvza){font-size:var(--sl-text-sm);padding:.175rem .35rem}.large:where(.astro-r2v5lvza){font-size:var(--sl-text-base);padding:.225rem .45rem}.sl-markdown-content :is(h1,h2,h3,h4,h5,h6) .sl-badge:where(.astro-r2v5lvza){vertical-align:middle} .card-grid:where(.astro-qmzzarsg){display:grid;grid-template-columns:100%;gap:1rem}.card-grid:where(.astro-qmzzarsg)>*{margin-top:0!important}@media (min-width: 50rem){.card-grid:where(.astro-qmzzarsg){grid-template-columns:1fr 1fr;gap:1.5rem}.stagger:where(.astro-qmzzarsg){--stagger-height: 5rem;padding-bottom:var(--stagger-height)}.stagger:where(.astro-qmzzarsg)>*:nth-child(2n){transform:translateY(var(--stagger-height))}} .card:where(.astro-wwr5pjb3){--sl-card-border: var(--sl-color-purple);--sl-card-bg: var(--sl-color-purple-low);border:1px solid var(--sl-color-gray-5);background-color:var(--sl-color-black);padding:clamp(1rem,calc(.125rem + 3vw),2.5rem);flex-direction:column;gap:clamp(.5rem,calc(.125rem + 1vw),1rem)}.card:where(.astro-wwr5pjb3):nth-child(4n+1){--sl-card-border: var(--sl-color-orange);--sl-card-bg: var(--sl-color-orange-low)}.card:where(.astro-wwr5pjb3):nth-child(4n+3){--sl-card-border: var(--sl-color-green);--sl-card-bg: var(--sl-color-green-low)}.card:where(.astro-wwr5pjb3):nth-child(4n+4){--sl-card-border: var(--sl-color-red);--sl-card-bg: var(--sl-color-red-low)}.card:where(.astro-wwr5pjb3):nth-child(4n+5){--sl-card-border: var(--sl-color-blue);--sl-card-bg: var(--sl-color-blue-low)}.title:where(.astro-wwr5pjb3){font-weight:600;font-size:var(--sl-text-h4);color:var(--sl-color-white);line-height:var(--sl-line-height-headings);gap:1rem;align-items:center}.card:where(.astro-wwr5pjb3) .icon:where(.astro-wwr5pjb3){border:1px solid var(--sl-card-border);background-color:var(--sl-card-bg);padding:.2em;border-radius:.25rem}.card:where(.astro-wwr5pjb3) .body:where(.astro-wwr5pjb3){margin:0;font-size:clamp(var(--sl-text-sm),calc(.5rem + 1vw),var(--sl-text-body))} svg:where(.astro-5pvzwww5){color:var(--sl-icon-color);font-size:var(--sl-icon-size, 1em);width:1em;height:1em} starlight-tabs:where(.astro-xy2xkcgf){display:block}.tablist-wrapper:where(.astro-xy2xkcgf){overflow-x:auto}:where(.astro-xy2xkcgf)[role=tablist]{display:flex;list-style:none;border-bottom:2px solid var(--sl-color-gray-5);padding:0}.tab:where(.astro-xy2xkcgf){margin-bottom:-2px}.tab:where(.astro-xy2xkcgf)>:where(.astro-xy2xkcgf)[role=tab]{display:flex;align-items:center;gap:.5rem;padding:0 1.25rem;text-decoration:none;border-bottom:2px solid var(--sl-color-gray-5);color:var(--sl-color-gray-3);outline-offset:var(--sl-outline-offset-inside);overflow-wrap:initial}.tab:where(.astro-xy2xkcgf) :where(.astro-xy2xkcgf)[role=tab][aria-selected=true]{color:var(--sl-color-white);border-color:var(--sl-color-text-accent);font-weight:600}.tablist-wrapper:where(.astro-xy2xkcgf)~[role=tabpanel]{margin-top:1rem} .sl-link-card:where(.astro-ancpy5u4){display:grid;grid-template-columns:1fr auto;gap:.5rem;border:1px solid var(--sl-color-gray-5);border-radius:.5rem;padding:1rem;box-shadow:var(--sl-shadow-sm);position:relative}a:where(.astro-ancpy5u4){text-decoration:none;line-height:var(--sl-line-height-headings)}a:where(.astro-ancpy5u4):before{content:"";position:absolute;inset:0}.stack:where(.astro-ancpy5u4){flex-direction:column;gap:.5rem}.title:where(.astro-ancpy5u4){color:var(--sl-color-white);font-weight:600;font-size:var(--sl-text-lg)}.description:where(.astro-ancpy5u4){color:var(--sl-color-gray-3);line-height:1.5}.icon:where(.astro-ancpy5u4){color:var(--sl-color-gray-3)}.sl-link-card:where(.astro-ancpy5u4):hover{background:var(--sl-color-gray-7, var(--sl-color-gray-6));border-color:var(--sl-color-gray-2)}.sl-link-card:where(.astro-ancpy5u4):hover .icon:where(.astro-ancpy5u4){color:var(--sl-color-white)} .sl-steps{--bullet-size: calc(var(--sl-line-height) * 1rem);--bullet-margin: .375rem;list-style:none;counter-reset:steps-counter var(--sl-steps-start, 0);padding-inline-start:0}.sl-steps>li{counter-increment:steps-counter;position:relative;padding-inline-start:calc(var(--bullet-size) + 1rem);padding-bottom:1px;min-height:calc(var(--bullet-size) + var(--bullet-margin))}.sl-steps>li+li{margin-top:0}.sl-steps>li:before{content:counter(steps-counter);position:absolute;top:0;inset-inline-start:0;width:var(--bullet-size);height:var(--bullet-size);line-height:var(--bullet-size);font-size:var(--sl-text-xs);font-weight:600;text-align:center;color:var(--sl-color-white);background-color:var(--sl-color-gray-6);border-radius:99rem;box-shadow:inset 0 0 0 1px var(--sl-color-gray-5)}.sl-steps>li:after{--guide-width: 1px;content:"";position:absolute;top:calc(var(--bullet-size) + var(--bullet-margin));bottom:var(--bullet-margin);inset-inline-start:calc((var(--bullet-size) - var(--guide-width)) / 2);width:var(--guide-width);background-color:var(--sl-color-hairline-light)}.sl-steps>li>:first-child{--lh: calc(1em * var(--sl-line-height));--shift-y: calc(.5 * (var(--bullet-size) - var(--lh)));transform:translateY(var(--shift-y));margin-bottom:var(--shift-y)}.sl-steps>li>:first-child:where(h1,h2,h3,h4,h5,h6){--lh: calc(1em * var(--sl-line-height-headings))}@supports (--prop: 1lh){.sl-steps>li>:first-child{--lh: 1lh}} .sl-link-button:where(.astro-lsi4kdxv){align-items:center;border:1px solid transparent;border-radius:999rem;display:inline-flex;font-size:var(--sl-text-sm);gap:.5em;line-height:1.1875;outline-offset:.25rem;padding:.4375rem 1.125rem;text-decoration:none}.sl-link-button:where(.astro-lsi4kdxv).primary{background:var(--sl-color-text-accent);border-color:var(--sl-color-text-accent);color:var(--sl-color-black)}.sl-link-button:where(.astro-lsi4kdxv).primary:hover{color:var(--sl-color-black)}.sl-link-button:where(.astro-lsi4kdxv).secondary{border-color:inherit;color:var(--sl-color-white)}.sl-link-button:where(.astro-lsi4kdxv).minimal{color:var(--sl-color-white);padding-inline:0}.sl-link-button:where(.astro-lsi4kdxv) svg{flex-shrink:0}@media (min-width: 50rem){.sl-link-button:where(.astro-lsi4kdxv){font-size:var(--sl-text-base);padding:.9375rem 1.25rem}}.sl-markdown-content .sl-link-button:where(.astro-lsi4kdxv){margin-inline-end:1rem}.sl-markdown-content .sl-link-button:where(.astro-lsi4kdxv):not(:where(p *)){margin-block:1rem} </style><script type="module" src="/_astro/hoisted.CsEhZhtx.js"></script> <script type="module" src="/_astro/page.7qqag-5g.js"></script> <script>if ('serviceWorker' in navigator) { navigator.serviceWorker.register('/service-worker.js'); }</script><style>.icon:where(.astro-gkfnbpr6){width:1rem}table:where(.astro-gkfnbpr6){width:100%}table:where(.astro-gkfnbpr6) td:where(.astro-gkfnbpr6){width:1px}table:where(.astro-gkfnbpr6) td:where(.astro-gkfnbpr6):last-child{width:100%} </style><style>.flex:where(.astro-hco4ssbz){display:flex;font-size:var(--sl-text-sm);flex-wrap:wrap;align-items:center}.flex:where(.astro-hco4ssbz).row{gap:.5em 1.5em}a:where(.astro-hco4ssbz){gap:.5em;color:var(--sl-color-text);text-decoration:none}a:where(.astro-hco4ssbz).flex:hover{color:var(--sl-color-text-accent);text-decoration:underline}svg:where(.astro-hco4ssbz){height:calc(var(--sl-text-sm) * 1.5)}.flex:where(.astro-hco4ssbz).api{gap:1em} </style><script src="/_astro/Tabs.astro_astro_type_script_index_0_lang.3nBd5krW.js" type="module"></script></head> <body class="astro-b6fpkb46"> <a href="#_top" class="astro-vm4sl3hx">Skip to content</a> <div class="page sl-flex astro-bk6v3icc"> <header class="header astro-bk6v3icc"><div class="header sl-flex astro-bkumecsx"> <div class="full-width sl-flex astro-bkumecsx"> <a href="/" class="site-title sl-flex astro-6w2ufexj"> <img class="light:sl-hidden astro-6w2ufexj" alt="" src="/_astro/logo.DCjQDXhk.svg" width="432" height="137"> <img class="dark:sl-hidden astro-6w2ufexj" alt="" src="/_astro/logo_light.Br3nqH4L.svg" width="432" height="137"> <span class="sr-only astro-6w2ufexj"> Tauri </span> </a> <starlight-select class="mobile astro-joi45scb"><label class="astro-joi45scb"><select aria-label="Menu" class="astro-joi45scb"><option value="" disabled selected class="astro-joi45scb">Menu</option><option value="/start/" class="astro-joi45scb">Guides</option><option value="/reference/acl/capability/" class="astro-joi45scb">References</option><option value="/blog/" class="astro-joi45scb">Blog</option><option value="/release/" class="astro-joi45scb">Releases</option></select><svg aria-hidden="true" class="icon caret astro-joi45scb astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg> </label></starlight-select> </div> <div class="sl-flex astro-bkumecsx"> <site-search data-translations="{&#34;placeholder&#34;:&#34;Search&#34;}" class="astro-mhua2mnb"> <button data-open-modal disabled aria-label="Search" aria-keyshortcuts="Control+K" class="astro-mhua2mnb"> <svg aria-hidden="true" class="astro-mhua2mnb astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.71 20.29 18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a.999.999 0 0 0 1.42 0 1 1 0 0 0 0-1.39ZM11 18a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z"/></svg> <span class="sl-hidden md:sl-block astro-mhua2mnb" aria-hidden="true">Search</span> <kbd class="sl-hidden md:sl-flex astro-mhua2mnb" style="display: none;"> <kbd class="astro-mhua2mnb">Ctrl</kbd><kbd class="astro-mhua2mnb">K</kbd> </kbd> </button> <dialog style="padding:0" aria-label="Search" class="astro-mhua2mnb"> <div class="dialog-frame sl-flex astro-mhua2mnb"> <button data-close-modal class="sl-flex md:sl-hidden astro-mhua2mnb"> Cancel </button> <div class="search-container astro-mhua2mnb"> <div id="starlight__search" class="astro-mhua2mnb"></div> </div> </div> </dialog> </site-search> <script> (() => { const openBtn = document.querySelector('button[data-open-modal]'); const shortcut = openBtn?.querySelector('kbd'); if (!openBtn || !(shortcut instanceof HTMLElement)) return; const platformKey = shortcut.querySelector('kbd'); if (platformKey && /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)) { platformKey.textContent = '⌘'; openBtn.setAttribute('aria-keyshortcuts', 'Meta+K'); } shortcut.style.display = ''; })(); </script> </div> <div class="sl-hidden md:sl-flex right-group astro-bkumecsx"> <div class="desktop astro-bkumecsx"> <a href="/start/" class="astro-bkumecsx"> Guides </a><a href="/reference/acl/capability/" class="astro-bkumecsx"> References </a><a href="/blog/" class="astro-bkumecsx"> Blog </a><a href="/release/" class="astro-bkumecsx"> Releases </a> </div> <div class="sl-flex social-icons astro-bkumecsx"> <a href="https://github.com/tauri-apps/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">GitHub</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M12 .3a12 12 0 0 0-3.8 23.38c.6.12.83-.26.83-.57L9 21.07c-3.34.72-4.04-1.61-4.04-1.61-.55-1.39-1.34-1.76-1.34-1.76-1.08-.74.09-.73.09-.73 1.2.09 1.83 1.24 1.83 1.24 1.08 1.83 2.81 1.3 3.5 1 .1-.78.42-1.31.76-1.61-2.67-.3-5.47-1.33-5.47-5.93 0-1.31.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23a11.5 11.5 0 0 1 6 0c2.28-1.55 3.29-1.23 3.29-1.23.64 1.66.24 2.88.12 3.18a4.65 4.65 0 0 1 1.23 3.22c0 4.61-2.8 5.63-5.48 5.92.42.36.81 1.1.81 2.22l-.01 3.29c0 .31.2.69.82.57A12 12 0 0 0 12 .3Z"/></svg> </a><a href="https://discord.com/invite/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Discord</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M20.32 4.37a19.8 19.8 0 0 0-4.93-1.51 13.78 13.78 0 0 0-.64 1.28 18.27 18.27 0 0 0-5.5 0 12.64 12.64 0 0 0-.64-1.28h-.05A19.74 19.74 0 0 0 3.64 4.4 20.26 20.26 0 0 0 .11 18.09l.02.02a19.9 19.9 0 0 0 6.04 3.03l.04-.02a14.24 14.24 0 0 0 1.23-2.03.08.08 0 0 0-.05-.07 13.1 13.1 0 0 1-1.9-.92.08.08 0 0 1 .02-.1 10.2 10.2 0 0 0 .41-.31h.04a14.2 14.2 0 0 0 12.1 0l.04.01a9.63 9.63 0 0 0 .4.32.08.08 0 0 1-.03.1 12.29 12.29 0 0 1-1.9.91.08.08 0 0 0-.02.1 15.97 15.97 0 0 0 1.27 2.01h.04a19.84 19.84 0 0 0 6.03-3.05v-.03a20.12 20.12 0 0 0-3.57-13.69ZM8.02 15.33c-1.18 0-2.16-1.08-2.16-2.42 0-1.33.96-2.42 2.16-2.42 1.21 0 2.18 1.1 2.16 2.42 0 1.34-.96 2.42-2.16 2.42Zm7.97 0c-1.18 0-2.15-1.08-2.15-2.42 0-1.33.95-2.42 2.15-2.42 1.22 0 2.18 1.1 2.16 2.42 0 1.34-.94 2.42-2.16 2.42Z"/></svg> </a><a href="https://twitter.com/TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Twitter</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M24 4.4a10 10 0 0 1-2.83.78 5.05 5.05 0 0 0 2.17-2.79 9.7 9.7 0 0 1-3.13 1.23 4.89 4.89 0 0 0-5.94-1.03 5 5 0 0 0-2.17 2.38 5.15 5.15 0 0 0-.3 3.25c-1.95-.1-3.86-.63-5.61-1.53a14.04 14.04 0 0 1-4.52-3.74 5.2 5.2 0 0 0-.09 4.91c.39.74.94 1.35 1.61 1.82a4.77 4.77 0 0 1-2.23-.63v.06c0 1.16.4 2.29 1.12 3.18a4.9 4.9 0 0 0 2.84 1.74c-.73.22-1.5.26-2.24.12a4.89 4.89 0 0 0 4.59 3.49A9.78 9.78 0 0 1 0 19.73 13.65 13.65 0 0 0 7.55 22a13.63 13.63 0 0 0 9.96-4.16A14.26 14.26 0 0 0 21.6 7.65V7c.94-.72 1.75-1.6 2.4-2.6Z"/></svg> </a><a href="https://fosstodon.org/@TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Mastodon</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M16.45 17.77c2.77-.33 5.18-2.03 5.49-3.58.47-2.45.44-5.97.44-5.97 0-4.77-3.15-6.17-3.15-6.17-1.58-.72-4.3-1.03-7.13-1.05h-.07c-2.83.02-5.55.33-7.13 1.05 0 0-3.14 1.4-3.14 6.17v.91c-.01.88-.02 1.86 0 2.88.12 4.67.87 9.27 5.2 10.4 2 .53 3.72.64 5.1.57 2.51-.14 3.92-.9 3.92-.9l-.08-1.8s-1.8.56-3.8.5c-2-.08-4.1-.22-4.43-2.66a4.97 4.97 0 0 1-.04-.68s1.96.48 4.44.59c1.51.07 2.94-.09 4.38-.26Zm2.22-3.4h-2.3v-5.6c0-1.19-.5-1.79-1.5-1.79-1.1 0-1.66.71-1.66 2.12v3.07h-2.3V9.1c0-1.4-.55-2.12-1.65-2.12-1 0-1.5.6-1.5 1.78v5.61h-2.3V8.6c0-1.18.3-2.12.9-2.81a3.17 3.17 0 0 1 2.47-1.05c1.18 0 2.07.45 2.66 1.35l.57.96.58-.96a2.97 2.97 0 0 1 2.66-1.35c1.01 0 1.83.36 2.46 1.05.6.7.9 1.63.9 2.81v5.78Z"/></svg> </a><a href="https://v2.tauri.app/rss/" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">RSS</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M2.88 16.88a3 3 0 0 0 0 4.24 3 3 0 0 0 4.24 0 3 3 0 0 0-4.24-4.24Zm2.83 2.83a1 1 0 0 1-1.42-1.42 1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.42ZM5 12a1 1 0 0 0 0 2 5 5 0 0 1 5 5 1 1 0 0 0 2 0 7 7 0 0 0-7-7Zm0-4a1 1 0 0 0 0 2 9 9 0 0 1 9 9 1 1 0 0 0 2 0 11.08 11.08 0 0 0-3.22-7.78A11.08 11.08 0 0 0 5 8Zm10.61.39A15.11 15.11 0 0 0 5 4a1 1 0 0 0 0 2 13 13 0 0 1 13 13 1 1 0 0 0 2 0 15.11 15.11 0 0 0-4.39-10.61Z"/></svg> </a> </div> <starlight-lang-select><label style="--sl-select-width: 7em" class="astro-ythdb5uz"> <span class="sr-only astro-ythdb5uz">Select language</span> <svg aria-hidden="true" class="icon label-icon astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path fill-rule="evenodd" d="M8.516 3a.94.94 0 0 0-.941.94v1.15H2.94a.94.94 0 1 0 0 1.882h7.362a7.422 7.422 0 0 1-1.787 3.958 7.42 7.42 0 0 1-1.422-2.425.94.94 0 1 0-1.774.627 9.303 9.303 0 0 0 1.785 3.043 7.422 7.422 0 0 1-4.164 1.278.94.94 0 1 0 0 1.881 9.303 9.303 0 0 0 5.575-1.855 9.303 9.303 0 0 0 4.11 1.74l-.763 1.525a.968.968 0 0 0-.016.034l-1.385 2.77a.94.94 0 1 0 1.683.841l1.133-2.267h5.806l1.134 2.267a.94.94 0 0 0 1.683-.841l-1.385-2.769a.95.95 0 0 0-.018-.036l-3.476-6.951a.94.94 0 0 0-1.682 0l-1.82 3.639a7.423 7.423 0 0 1-3.593-1.256 9.303 9.303 0 0 0 2.27-5.203h1.894a.94.94 0 0 0 0-1.881H9.456V3.94A.94.94 0 0 0 8.516 3Zm6.426 11.794a1.068 1.068 0 0 1-.02.039l-.703 1.407h3.924l-1.962-3.924-1.24 2.478Z" clip-rule="evenodd"/></svg> <select value="/plugin/logging/" class="astro-ythdb5uz"> <option value="/plugin/logging/" class="astro-ythdb5uz">English</option><option value="/fr/plugin/logging/" class="astro-ythdb5uz">Français</option><option value="/es/plugin/logging/" class="astro-ythdb5uz">Español</option><option value="/zh-cn/plugin/logging/" class="astro-ythdb5uz">简体中文</option><option value="/ja/plugin/logging/" class="astro-ythdb5uz">日本語</option> </select> <svg aria-hidden="true" class="icon caret astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg> </label> </starlight-lang-select> <theme-switcher class="sl-flex astro-uux2s3do"> <svg aria-hidden="true" class="theme-selector-light astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="theme-selector-dark astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg> </theme-switcher> </div> </div> </header> <nav class="sidebar astro-bk6v3icc" aria-label="Main"> <starlight-menu-button class="astro-dtjrvgiy"> <button aria-expanded="false" aria-label="Menu" aria-controls="starlight__sidebar" class="sl-flex md:sl-hidden astro-dtjrvgiy"> <svg aria-hidden="true" class="astro-dtjrvgiy astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M3 8h18a1 1 0 1 0 0-2H3a1 1 0 0 0 0 2Zm18 8H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2Zm0-5H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2Z"/></svg> </button> </starlight-menu-button> <div id="starlight__sidebar" class="sidebar-pane astro-bk6v3icc"> <div class="sidebar-content sl-flex astro-bk6v3icc"> <starlight-multi-sidebar-tabs class="astro-dgrzgupl"> <div class="tablist-wrapper not-content astro-dgrzgupl"> <ul role="tablist" class="astro-dgrzgupl"> <li role="presentation" class="tab astro-dgrzgupl"> <a role="tab" href="#sidebar-panel-0" id="sidebar-tab-0" aria-selected="true" tabindex="0" class="astro-dgrzgupl"> <span class="astro-dgrzgupl">Guides</span> </a> </li><li role="presentation" class="tab astro-dgrzgupl"> <a role="tab" href="#sidebar-panel-1" id="sidebar-tab-1" aria-selected="false" tabindex="-1" class="astro-dgrzgupl"> <span class="astro-dgrzgupl">References</span> </a> </li><li role="presentation" class="tab astro-dgrzgupl"> <a role="tab" href="#sidebar-panel-2" id="sidebar-tab-2" aria-selected="false" tabindex="-1" class="astro-dgrzgupl"> <span class="astro-dgrzgupl">Blog</span> </a> </li> </ul> </div> <section class="__collapse-content astro-dgrzgupl" id="sidebar-panel-0" aria-labelledby="sidebar-tab-0" role="tabpanel"> <sl-sidebar-state-persist data-hash="17lln6q" class="astro-zqcaw57y"> <script> (() => { try { if (!matchMedia('(min-width: 50em)').matches) return; /** @type {HTMLElement | null} */ const target = document.querySelector('sl-sidebar-state-persist'); const state = JSON.parse(sessionStorage.getItem('sl-sidebar-state') || '0'); if (!target || !state || target.dataset.hash !== state.hash) return; window._starlightScrollRestore = state.scroll; customElements.define( 'sl-sidebar-restore', class SidebarRestore extends HTMLElement { connectedCallback() { try { const idx = parseInt(this.dataset.index || ''); const details = this.closest('details'); if (details && typeof state.open[idx] === 'boolean') details.open = state.open[idx]; } catch {} } } ); } catch {} })(); </script> <ul class="top-level astro-cutj6mgg"> <li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="32"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Quick Start</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/start/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">What is Tauri?</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/prerequisites/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Prerequisites</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/create-project/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Create a Project</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="44"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Frontend Configuration</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/start/frontend/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/frontend/leptos/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Leptos</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/frontend/nextjs/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Next.js</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/frontend/nuxt/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Nuxt</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/frontend/qwik/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Qwik</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/frontend/sveltekit/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">SvelteKit</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/frontend/trunk/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Trunk</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/frontend/vite/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Vite</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="45"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Upgrade &amp; Migrate</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/start/migrate/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/migrate/from-tauri-1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Upgrade from Tauri 1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/start/migrate/from-tauri-2-beta/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Upgrade from Tauri 2.0 Beta</span> </a> </li> </ul> </details> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="33"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Core Concepts</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/concept/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/concept/architecture/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Architecture</span> </a> </li><li class="astro-cutj6mgg"> <a href="/concept/process-model/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Process Model</span> </a> </li><li class="astro-cutj6mgg"> <a href="/concept/size/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">App Size</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="46"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Inter-Process Communication</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/concept/inter-process-communication/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/concept/inter-process-communication/brownfield/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Brownfield Pattern</span> </a> </li><li class="astro-cutj6mgg"> <a href="/concept/inter-process-communication/isolation/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Isolation Pattern</span> </a> </li> </ul> </details> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="34"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Security</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/security/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/permissions/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Permissions</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/scope/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Command Scopes</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/capabilities/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Capabilities</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/csp/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Content Security Policy (CSP)</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/http-headers/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">HTTP Headers</span> <span class="sl-badge tip small astro-cutj6mgg astro-r2v5lvza">New</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/ecosystem/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Ecosystem Security</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/lifecycle/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Application Lifecycle Threats</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/future/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Future Work</span> </a> </li><li class="astro-cutj6mgg"> <a href="/security/runtime-authority/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Runtime Authority</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="35"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Develop</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/develop/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/calling-frontend/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Calling the Frontend from Rust</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/calling-rust/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Calling Rust from the Frontend</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/configuration-files/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Configuration Files</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/resources/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Embedding Additional Files</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/sidecar/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Embedding External Binaries</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/state-management/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">State Management</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/updating-dependencies/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Updating Dependencies</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="47"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Debug</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/develop/debug/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/debug/crabnebula-devtools/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">CrabNebula DevTools</span> <span class="sl-badge tip small astro-cutj6mgg astro-r2v5lvza">New</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/debug/neovim/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Debug in Neovim</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/debug/rustrover/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Debug in JetBrains IDEs</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/debug/vscode/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Debug in VS Code</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="48"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Plugins</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/develop/plugins/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/plugins/develop-mobile/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Mobile Plugin Development</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="49"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Tests</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/develop/tests/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/tests/mocking/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Mock Tauri APIs</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="60"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">WebDriver</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/develop/tests/webdriver/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/tests/webdriver/ci/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Continuous Integration</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="63"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Example</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/develop/tests/webdriver/example/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Setup</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/tests/webdriver/example/selenium/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Selenium</span> </a> </li><li class="astro-cutj6mgg"> <a href="/develop/tests/webdriver/example/webdriverio/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">WebdriverIO</span> </a> </li> </ul> </details> </li> </ul> </details> </li> </ul> </details> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="36"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Distribute</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/distribute/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/app-store/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">App Store</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/appimage/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">AppImage</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/aur/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">AUR</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/crabnebula-cloud/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">CrabNebula Cloud</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/debian/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Debian</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/dmg/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">DMG</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/flatpak/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Flathub</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/google-play/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Google Play</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/macos-application-bundle/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">macOS Application Bundle</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/microsoft-store/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Microsoft Store</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/rpm/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">RPM</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/snapcraft/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Snapcraft</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/windows-installer/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Windows Installer</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="50"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Sign</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/distribute/sign/macos/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">macOS</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/sign/windows/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Windows</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/sign/linux/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Linux</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/sign/ios/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">iOS</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/sign/android/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Android</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="51"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Pipelines</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/distribute/pipelines/crabnebula-cloud/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">CrabNebula Cloud</span> </a> </li><li class="astro-cutj6mgg"> <a href="/distribute/pipelines/github/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">GitHub</span> </a> </li> </ul> </details> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="37"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Learn</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/learn/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/learn/sidecar-nodejs/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Node.js as a sidecar</span> </a> </li><li class="astro-cutj6mgg"> <a href="/learn/splashscreen/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Splashscreen</span> </a> </li><li class="astro-cutj6mgg"> <a href="/learn/system-tray/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">System Tray</span> </a> </li><li class="astro-cutj6mgg"> <a href="/learn/window-customization/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Window Customization</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="52"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Security</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/learn/security/using-plugin-permissions/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Using Plugin Permissions</span> </a> </li><li class="astro-cutj6mgg"> <a href="/learn/security/capabilities-for-windows-and-platforms/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Capabilities for Different Windows and Platforms</span> </a> </li><li class="astro-cutj6mgg"> <a href="/learn/security/writing-plugin-permissions/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Writing Plugin Permissions</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <a href="/learn/window-menu/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Window Menu</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details open class="astro-cutj6mgg"> <sl-sidebar-restore data-index="38"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Plugins</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/plugin/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/autostart/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Autostart</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/barcode-scanner/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Barcode Scanner</span> <span class="sl-badge tip small astro-cutj6mgg astro-r2v5lvza">New</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/biometric/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Biometric</span> <span class="sl-badge tip small astro-cutj6mgg astro-r2v5lvza">New</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/cli/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Command Line Interface (CLI)</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/clipboard/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Clipboard</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/deep-linking/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Deep Linking</span> <span class="sl-badge tip small astro-cutj6mgg astro-r2v5lvza">New</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/dialog/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Dialog</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/file-system/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">File System</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/global-shortcut/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Global Shortcut</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/http-client/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">HTTP Client</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/localhost/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Localhost</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/logging/" aria-current="page" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Logging</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/nfc/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">NFC</span> <span class="sl-badge tip small astro-cutj6mgg astro-r2v5lvza">New</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/notification/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Notifications</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/opener/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Opener</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/os-info/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">OS Information</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/persisted-scope/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Persisted Scope</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/positioner/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Positioner</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/process/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Process</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/shell/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Shell</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/single-instance/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Single Instance</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/sql/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">SQL</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/store/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Store</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/stronghold/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Stronghold</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/updater/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Updater</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/upload/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Upload</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/websocket/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Websocket</span> </a> </li><li class="astro-cutj6mgg"> <a href="/plugin/window-state/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Window State</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="39"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">About</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/about/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">About Tauri</span> </a> </li><li class="astro-cutj6mgg"> <a href="/about/book/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">The Tauri Book</span> </a> </li><li class="astro-cutj6mgg"> <a href="/about/governance/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Governance</span> </a> </li><li class="astro-cutj6mgg"> <a href="/about/philosophy/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Philosophy</span> </a> </li><li class="astro-cutj6mgg"> <a href="/about/trademark/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Trademark Guidelines</span> </a> </li> </ul> </details> </li> </ul> <script> (() => { const scroller = document.getElementById('starlight__sidebar'); if (!window._starlightScrollRestore || !scroller) return; scroller.scrollTop = window._starlightScrollRestore; delete window._starlightScrollRestore; })(); </script> </sl-sidebar-state-persist> <div class="md:sl-hidden"> <div class="mobile-preferences sl-flex astro-vuy3z7gg"> <div class="sl-flex social-icons astro-vuy3z7gg"> <a href="https://github.com/tauri-apps/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">GitHub</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M12 .3a12 12 0 0 0-3.8 23.38c.6.12.83-.26.83-.57L9 21.07c-3.34.72-4.04-1.61-4.04-1.61-.55-1.39-1.34-1.76-1.34-1.76-1.08-.74.09-.73.09-.73 1.2.09 1.83 1.24 1.83 1.24 1.08 1.83 2.81 1.3 3.5 1 .1-.78.42-1.31.76-1.61-2.67-.3-5.47-1.33-5.47-5.93 0-1.31.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23a11.5 11.5 0 0 1 6 0c2.28-1.55 3.29-1.23 3.29-1.23.64 1.66.24 2.88.12 3.18a4.65 4.65 0 0 1 1.23 3.22c0 4.61-2.8 5.63-5.48 5.92.42.36.81 1.1.81 2.22l-.01 3.29c0 .31.2.69.82.57A12 12 0 0 0 12 .3Z"/></svg> </a><a href="https://discord.com/invite/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Discord</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M20.32 4.37a19.8 19.8 0 0 0-4.93-1.51 13.78 13.78 0 0 0-.64 1.28 18.27 18.27 0 0 0-5.5 0 12.64 12.64 0 0 0-.64-1.28h-.05A19.74 19.74 0 0 0 3.64 4.4 20.26 20.26 0 0 0 .11 18.09l.02.02a19.9 19.9 0 0 0 6.04 3.03l.04-.02a14.24 14.24 0 0 0 1.23-2.03.08.08 0 0 0-.05-.07 13.1 13.1 0 0 1-1.9-.92.08.08 0 0 1 .02-.1 10.2 10.2 0 0 0 .41-.31h.04a14.2 14.2 0 0 0 12.1 0l.04.01a9.63 9.63 0 0 0 .4.32.08.08 0 0 1-.03.1 12.29 12.29 0 0 1-1.9.91.08.08 0 0 0-.02.1 15.97 15.97 0 0 0 1.27 2.01h.04a19.84 19.84 0 0 0 6.03-3.05v-.03a20.12 20.12 0 0 0-3.57-13.69ZM8.02 15.33c-1.18 0-2.16-1.08-2.16-2.42 0-1.33.96-2.42 2.16-2.42 1.21 0 2.18 1.1 2.16 2.42 0 1.34-.96 2.42-2.16 2.42Zm7.97 0c-1.18 0-2.15-1.08-2.15-2.42 0-1.33.95-2.42 2.15-2.42 1.22 0 2.18 1.1 2.16 2.42 0 1.34-.94 2.42-2.16 2.42Z"/></svg> </a><a href="https://twitter.com/TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Twitter</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M24 4.4a10 10 0 0 1-2.83.78 5.05 5.05 0 0 0 2.17-2.79 9.7 9.7 0 0 1-3.13 1.23 4.89 4.89 0 0 0-5.94-1.03 5 5 0 0 0-2.17 2.38 5.15 5.15 0 0 0-.3 3.25c-1.95-.1-3.86-.63-5.61-1.53a14.04 14.04 0 0 1-4.52-3.74 5.2 5.2 0 0 0-.09 4.91c.39.74.94 1.35 1.61 1.82a4.77 4.77 0 0 1-2.23-.63v.06c0 1.16.4 2.29 1.12 3.18a4.9 4.9 0 0 0 2.84 1.74c-.73.22-1.5.26-2.24.12a4.89 4.89 0 0 0 4.59 3.49A9.78 9.78 0 0 1 0 19.73 13.65 13.65 0 0 0 7.55 22a13.63 13.63 0 0 0 9.96-4.16A14.26 14.26 0 0 0 21.6 7.65V7c.94-.72 1.75-1.6 2.4-2.6Z"/></svg> </a><a href="https://fosstodon.org/@TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Mastodon</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M16.45 17.77c2.77-.33 5.18-2.03 5.49-3.58.47-2.45.44-5.97.44-5.97 0-4.77-3.15-6.17-3.15-6.17-1.58-.72-4.3-1.03-7.13-1.05h-.07c-2.83.02-5.55.33-7.13 1.05 0 0-3.14 1.4-3.14 6.17v.91c-.01.88-.02 1.86 0 2.88.12 4.67.87 9.27 5.2 10.4 2 .53 3.72.64 5.1.57 2.51-.14 3.92-.9 3.92-.9l-.08-1.8s-1.8.56-3.8.5c-2-.08-4.1-.22-4.43-2.66a4.97 4.97 0 0 1-.04-.68s1.96.48 4.44.59c1.51.07 2.94-.09 4.38-.26Zm2.22-3.4h-2.3v-5.6c0-1.19-.5-1.79-1.5-1.79-1.1 0-1.66.71-1.66 2.12v3.07h-2.3V9.1c0-1.4-.55-2.12-1.65-2.12-1 0-1.5.6-1.5 1.78v5.61h-2.3V8.6c0-1.18.3-2.12.9-2.81a3.17 3.17 0 0 1 2.47-1.05c1.18 0 2.07.45 2.66 1.35l.57.96.58-.96a2.97 2.97 0 0 1 2.66-1.35c1.01 0 1.83.36 2.46 1.05.6.7.9 1.63.9 2.81v5.78Z"/></svg> </a><a href="https://v2.tauri.app/rss/" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">RSS</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M2.88 16.88a3 3 0 0 0 0 4.24 3 3 0 0 0 4.24 0 3 3 0 0 0-4.24-4.24Zm2.83 2.83a1 1 0 0 1-1.42-1.42 1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.42ZM5 12a1 1 0 0 0 0 2 5 5 0 0 1 5 5 1 1 0 0 0 2 0 7 7 0 0 0-7-7Zm0-4a1 1 0 0 0 0 2 9 9 0 0 1 9 9 1 1 0 0 0 2 0 11.08 11.08 0 0 0-3.22-7.78A11.08 11.08 0 0 0 5 8Zm10.61.39A15.11 15.11 0 0 0 5 4a1 1 0 0 0 0 2 13 13 0 0 1 13 13 1 1 0 0 0 2 0 15.11 15.11 0 0 0-4.39-10.61Z"/></svg> </a> </div> <theme-switcher class="sl-flex astro-uux2s3do"> <svg aria-hidden="true" class="theme-selector-light astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="theme-selector-dark astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg> </theme-switcher> <starlight-lang-select><label style="--sl-select-width: 7em" class="astro-ythdb5uz"> <span class="sr-only astro-ythdb5uz">Select language</span> <svg aria-hidden="true" class="icon label-icon astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path fill-rule="evenodd" d="M8.516 3a.94.94 0 0 0-.941.94v1.15H2.94a.94.94 0 1 0 0 1.882h7.362a7.422 7.422 0 0 1-1.787 3.958 7.42 7.42 0 0 1-1.422-2.425.94.94 0 1 0-1.774.627 9.303 9.303 0 0 0 1.785 3.043 7.422 7.422 0 0 1-4.164 1.278.94.94 0 1 0 0 1.881 9.303 9.303 0 0 0 5.575-1.855 9.303 9.303 0 0 0 4.11 1.74l-.763 1.525a.968.968 0 0 0-.016.034l-1.385 2.77a.94.94 0 1 0 1.683.841l1.133-2.267h5.806l1.134 2.267a.94.94 0 0 0 1.683-.841l-1.385-2.769a.95.95 0 0 0-.018-.036l-3.476-6.951a.94.94 0 0 0-1.682 0l-1.82 3.639a7.423 7.423 0 0 1-3.593-1.256 9.303 9.303 0 0 0 2.27-5.203h1.894a.94.94 0 0 0 0-1.881H9.456V3.94A.94.94 0 0 0 8.516 3Zm6.426 11.794a1.068 1.068 0 0 1-.02.039l-.703 1.407h3.924l-1.962-3.924-1.24 2.478Z" clip-rule="evenodd"/></svg> <select value="/plugin/logging/" class="astro-ythdb5uz"> <option value="/plugin/logging/" class="astro-ythdb5uz">English</option><option value="/fr/plugin/logging/" class="astro-ythdb5uz">Français</option><option value="/es/plugin/logging/" class="astro-ythdb5uz">Español</option><option value="/zh-cn/plugin/logging/" class="astro-ythdb5uz">简体中文</option><option value="/ja/plugin/logging/" class="astro-ythdb5uz">日本語</option> </select> <svg aria-hidden="true" class="icon caret astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg> </label> </starlight-lang-select> </div> </div> </section><section class="__collapse-content astro-dgrzgupl" id="sidebar-panel-1" aria-labelledby="sidebar-tab-1" role="tabpanel" hidden> <sl-sidebar-state-persist data-hash="0cqh2gg" class="astro-zqcaw57y"> <script> (() => { try { if (!matchMedia('(min-width: 50em)').matches) return; /** @type {HTMLElement | null} */ const target = document.querySelector('sl-sidebar-state-persist'); const state = JSON.parse(sessionStorage.getItem('sl-sidebar-state') || '0'); if (!target || !state || target.dataset.hash !== state.hash) return; window._starlightScrollRestore = state.scroll; customElements.define( 'sl-sidebar-restore', class SidebarRestore extends HTMLElement { connectedCallback() { try { const idx = parseInt(this.dataset.index || ''); const details = this.closest('details'); if (details && typeof state.open[idx] === 'boolean') details.open = state.open[idx]; } catch {} } } ); } catch {} })(); </script> <ul class="top-level astro-cutj6mgg"> <li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="40"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Security</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/reference/acl/capability/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Capability</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/acl/permission/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Permission</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/acl/scope/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Scope</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/acl/core-permissions/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Core Permissions</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <a href="/reference/cli/" class="large astro-cutj6mgg"> <span class="astro-cutj6mgg">Command Line Interface</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/config/" class="large astro-cutj6mgg"> <span class="astro-cutj6mgg">Configuration</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/environment-variables/" class="large astro-cutj6mgg"> <span class="astro-cutj6mgg">Environment Variables</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/webview-versions/" class="large astro-cutj6mgg"> <span class="astro-cutj6mgg">Webview Versions</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="41"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Releases</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Overview</span> </a> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="53"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">@tauri-apps</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="61"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">api</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.1.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.1.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v2.0.0-alpha.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.5.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.5.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.5.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.5.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/api/v1.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.0</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="62"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">cli</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.3.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.23/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.23</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.22/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.22</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.21/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.21</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.20/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.20</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.19/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.19</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.21/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.21</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.20/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.20</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.19/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.19</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v2.0.0-alpha.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.5.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.3.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.3.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.1.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/@tauri-apps/cli/v1.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.0</span> </a> </li> </ul> </details> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="54"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">tao</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.32.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.31.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.31.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.31.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.31.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.30.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.29.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.29.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.29.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.29.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.28.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.28.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.28.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.28.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.27.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.27.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.27.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.27.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.26.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.26.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.26.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.26.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.26.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.26.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.25.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.25.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.24.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.24.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.24.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.24.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.23.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.23.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.22.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.22.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.22.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.22.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.21.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.21.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.21.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.21.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.20.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.20.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.19.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.19.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.19.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.19.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.18.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.18.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.18.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.18.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.17.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.17.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.16.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.16.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.15.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.14.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.14.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.13.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.13.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.13.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.13.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.12.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.12.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.12.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.12.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.12.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.12.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.11.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.11.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.11.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.11.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.11.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.11.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.10.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.10.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.9.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.9.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.8.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.8.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.8.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.8.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.8.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.8.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.7.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.6.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.6.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.6.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.6.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.6.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.5.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.5.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.5.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.5.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.5.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.5.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.3.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.3.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.2.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.2.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.2.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.2.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.2.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.2.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tao/v0.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.2.0</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="55"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">tauri</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/tauri/v2.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.3.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.2.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.2.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.1.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.1.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.25/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.25</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.24/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.24</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.23/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.23</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.22/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.22</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.21/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.21</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.20/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.20</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.19/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.19</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.21/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.21</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.20/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.20</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.19/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.19</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v2.0.0-alpha.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.6.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.6.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.5.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.5.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.5.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.5.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.5.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.4.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.2.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.2.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.1.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.1.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.1.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.1.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v1.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.11.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.11.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.11.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.11.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.10.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.10.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.9.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.9.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.9.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.8.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.7.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.7.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.7.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.7.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.7.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.7.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.6.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri/v0.6.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.0</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="56"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">tauri-bundler</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.2.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.19/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.19</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.1-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v2.0.0-alpha.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.5.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.5.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.1.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.1.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-beta-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-beta-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v1.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.9.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.9.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.9.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.9.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.9.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.8.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.8.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.8.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.8.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.8.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.8.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-bundler/v0.7.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.0</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="57"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">tauri-cli</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.3.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.23/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.23</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.22/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.22</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.21/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.21</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.20/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.20</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.19/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.19</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-beta.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.21/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.21</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.20/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.20</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.19/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.19</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.18/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.18</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.17/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.17</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v2.0.0-alpha.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">2.0.0-alpha.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.5.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.5.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.4.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.3.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.3.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.3.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.2.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.2.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.2.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.2.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.1.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.1.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.16/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.16</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.15/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.15</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.14/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.14</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.13/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.13</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.12/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.12</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.11/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.11</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.10/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.10</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.9/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.9</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.8/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.8</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta-rc.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta-rc.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta-rc.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta-rc.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta-rc.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta-rc.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.7</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/tauri-cli/v1.0.0-beta.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">1.0.0-beta.0</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="58"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">wry</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/release/wry/v0.50.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.50.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.50.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.50.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.50.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.50.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.50.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.50.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.50.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.50.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.50.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.50.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.49.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.49.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.48.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.48.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.48.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.48.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.47.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.47.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.47.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.47.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.47.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.47.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.46.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.46.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.46.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.46.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.46.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.46.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.46.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.46.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.45.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.45.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.44.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.44.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.44.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.44.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.43.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.43.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.43.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.43.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.42.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.42.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.41.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.41.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.40.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.40.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.40.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.40.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.39.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.39.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.39.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.39.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.39.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.39.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.39.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.39.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.39.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.39.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.39.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.39.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.38.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.38.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.38.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.38.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.38.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.38.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.37.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.37.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.36.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.36.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.35.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.35.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.35.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.35.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.35.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.35.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.34.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.34.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.34.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.34.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.34.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.34.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.33.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.33.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.33.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.33.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.32.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.32.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.31.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.31.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.30.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.30.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.29.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.29.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.28.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.28.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.28.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.28.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.28.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.28.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.28.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.28.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.27.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.27.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.27.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.27.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.27.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.27.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.27.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.27.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.26.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.26.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.25.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.25.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.24.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.24.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.24.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.24.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.23.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.23.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.23.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.23.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.23.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.23.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.23.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.23.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.23.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.23.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.22.6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.6</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.22.5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.5</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.22.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.22.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.22.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.22.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.22.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.22.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.21.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.21.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.21.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.21.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.20.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.20.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.20.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.20.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.20.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.20.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.19.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.19.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.18.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.18.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.18.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.18.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.18.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.17.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.17.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.16.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.16.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.16.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.16.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.16.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.16.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.15.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.15.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.15.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.14.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.14.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.13.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.13.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.13.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.13.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.13.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.12.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.12.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.12.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.12.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.12.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.12.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.11.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.11.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.10.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.10.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.10.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.10.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.10.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.10.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.10.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.10.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.9.4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.4</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.9.3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.3</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.9.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.9.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.9.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.9.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.8.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.8.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.7.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.7.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.6.2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.2</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.6.1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.1</span> </a> </li><li class="astro-cutj6mgg"> <a href="/release/wry/v0.6.0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">0.6.0</span> </a> </li> </ul> </details> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="42"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">JavaScript</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <details class="astro-cutj6mgg"> <sl-sidebar-restore data-index="59"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">api</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/reference/javascript/api/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">@tauri-apps/api</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespaceapp/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">app</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacecore/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">core</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacedpi/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">dpi</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespaceevent/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">event</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespaceimage/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">image</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacemenu/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">menu</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacemocks/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">mocks</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacepath/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">path</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacetray/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">tray</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacewebview/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">webview</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacewebviewwindow/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">webviewWindow</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/api/namespacewindow/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">window</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/barcode-scanner/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">barcode-scanner</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/biometric/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">biometric</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/cli/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">cli</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/clipboard-manager/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">clipboard-manager</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/deep-link/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">deep-link</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/dialog/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">dialog</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/fs/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">fs</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/global-shortcut/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">global-shortcut</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/http/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">http</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/log/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">log</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/nfc/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">nfc</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/notification/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">notification</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/opener/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">opener</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/os/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">os</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/positioner/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">positioner</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/process/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">process</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/shell/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">shell</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/sql/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">sql</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/store/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">store</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/stronghold/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">stronghold</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/updater/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">updater</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/upload/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">upload</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/websocket/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">websocket</span> </a> </li><li class="astro-cutj6mgg"> <a href="/reference/javascript/window-state/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">window-state</span> </a> </li> </ul> </details> </li><li class="astro-cutj6mgg"> <a href="https://docs.rs/tauri/~2/" class="large astro-cutj6mgg"> <span class="astro-cutj6mgg">Rust (docs.rs)</span> </a> </li> </ul> <script> (() => { const scroller = document.getElementById('starlight__sidebar'); if (!window._starlightScrollRestore || !scroller) return; scroller.scrollTop = window._starlightScrollRestore; delete window._starlightScrollRestore; })(); </script> </sl-sidebar-state-persist> <div class="md:sl-hidden"> <div class="mobile-preferences sl-flex astro-vuy3z7gg"> <div class="sl-flex social-icons astro-vuy3z7gg"> <a href="https://github.com/tauri-apps/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">GitHub</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M12 .3a12 12 0 0 0-3.8 23.38c.6.12.83-.26.83-.57L9 21.07c-3.34.72-4.04-1.61-4.04-1.61-.55-1.39-1.34-1.76-1.34-1.76-1.08-.74.09-.73.09-.73 1.2.09 1.83 1.24 1.83 1.24 1.08 1.83 2.81 1.3 3.5 1 .1-.78.42-1.31.76-1.61-2.67-.3-5.47-1.33-5.47-5.93 0-1.31.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23a11.5 11.5 0 0 1 6 0c2.28-1.55 3.29-1.23 3.29-1.23.64 1.66.24 2.88.12 3.18a4.65 4.65 0 0 1 1.23 3.22c0 4.61-2.8 5.63-5.48 5.92.42.36.81 1.1.81 2.22l-.01 3.29c0 .31.2.69.82.57A12 12 0 0 0 12 .3Z"/></svg> </a><a href="https://discord.com/invite/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Discord</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M20.32 4.37a19.8 19.8 0 0 0-4.93-1.51 13.78 13.78 0 0 0-.64 1.28 18.27 18.27 0 0 0-5.5 0 12.64 12.64 0 0 0-.64-1.28h-.05A19.74 19.74 0 0 0 3.64 4.4 20.26 20.26 0 0 0 .11 18.09l.02.02a19.9 19.9 0 0 0 6.04 3.03l.04-.02a14.24 14.24 0 0 0 1.23-2.03.08.08 0 0 0-.05-.07 13.1 13.1 0 0 1-1.9-.92.08.08 0 0 1 .02-.1 10.2 10.2 0 0 0 .41-.31h.04a14.2 14.2 0 0 0 12.1 0l.04.01a9.63 9.63 0 0 0 .4.32.08.08 0 0 1-.03.1 12.29 12.29 0 0 1-1.9.91.08.08 0 0 0-.02.1 15.97 15.97 0 0 0 1.27 2.01h.04a19.84 19.84 0 0 0 6.03-3.05v-.03a20.12 20.12 0 0 0-3.57-13.69ZM8.02 15.33c-1.18 0-2.16-1.08-2.16-2.42 0-1.33.96-2.42 2.16-2.42 1.21 0 2.18 1.1 2.16 2.42 0 1.34-.96 2.42-2.16 2.42Zm7.97 0c-1.18 0-2.15-1.08-2.15-2.42 0-1.33.95-2.42 2.15-2.42 1.22 0 2.18 1.1 2.16 2.42 0 1.34-.94 2.42-2.16 2.42Z"/></svg> </a><a href="https://twitter.com/TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Twitter</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M24 4.4a10 10 0 0 1-2.83.78 5.05 5.05 0 0 0 2.17-2.79 9.7 9.7 0 0 1-3.13 1.23 4.89 4.89 0 0 0-5.94-1.03 5 5 0 0 0-2.17 2.38 5.15 5.15 0 0 0-.3 3.25c-1.95-.1-3.86-.63-5.61-1.53a14.04 14.04 0 0 1-4.52-3.74 5.2 5.2 0 0 0-.09 4.91c.39.74.94 1.35 1.61 1.82a4.77 4.77 0 0 1-2.23-.63v.06c0 1.16.4 2.29 1.12 3.18a4.9 4.9 0 0 0 2.84 1.74c-.73.22-1.5.26-2.24.12a4.89 4.89 0 0 0 4.59 3.49A9.78 9.78 0 0 1 0 19.73 13.65 13.65 0 0 0 7.55 22a13.63 13.63 0 0 0 9.96-4.16A14.26 14.26 0 0 0 21.6 7.65V7c.94-.72 1.75-1.6 2.4-2.6Z"/></svg> </a><a href="https://fosstodon.org/@TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Mastodon</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M16.45 17.77c2.77-.33 5.18-2.03 5.49-3.58.47-2.45.44-5.97.44-5.97 0-4.77-3.15-6.17-3.15-6.17-1.58-.72-4.3-1.03-7.13-1.05h-.07c-2.83.02-5.55.33-7.13 1.05 0 0-3.14 1.4-3.14 6.17v.91c-.01.88-.02 1.86 0 2.88.12 4.67.87 9.27 5.2 10.4 2 .53 3.72.64 5.1.57 2.51-.14 3.92-.9 3.92-.9l-.08-1.8s-1.8.56-3.8.5c-2-.08-4.1-.22-4.43-2.66a4.97 4.97 0 0 1-.04-.68s1.96.48 4.44.59c1.51.07 2.94-.09 4.38-.26Zm2.22-3.4h-2.3v-5.6c0-1.19-.5-1.79-1.5-1.79-1.1 0-1.66.71-1.66 2.12v3.07h-2.3V9.1c0-1.4-.55-2.12-1.65-2.12-1 0-1.5.6-1.5 1.78v5.61h-2.3V8.6c0-1.18.3-2.12.9-2.81a3.17 3.17 0 0 1 2.47-1.05c1.18 0 2.07.45 2.66 1.35l.57.96.58-.96a2.97 2.97 0 0 1 2.66-1.35c1.01 0 1.83.36 2.46 1.05.6.7.9 1.63.9 2.81v5.78Z"/></svg> </a><a href="https://v2.tauri.app/rss/" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">RSS</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M2.88 16.88a3 3 0 0 0 0 4.24 3 3 0 0 0 4.24 0 3 3 0 0 0-4.24-4.24Zm2.83 2.83a1 1 0 0 1-1.42-1.42 1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.42ZM5 12a1 1 0 0 0 0 2 5 5 0 0 1 5 5 1 1 0 0 0 2 0 7 7 0 0 0-7-7Zm0-4a1 1 0 0 0 0 2 9 9 0 0 1 9 9 1 1 0 0 0 2 0 11.08 11.08 0 0 0-3.22-7.78A11.08 11.08 0 0 0 5 8Zm10.61.39A15.11 15.11 0 0 0 5 4a1 1 0 0 0 0 2 13 13 0 0 1 13 13 1 1 0 0 0 2 0 15.11 15.11 0 0 0-4.39-10.61Z"/></svg> </a> </div> <theme-switcher class="sl-flex astro-uux2s3do"> <svg aria-hidden="true" class="theme-selector-light astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="theme-selector-dark astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg> </theme-switcher> <starlight-lang-select><label style="--sl-select-width: 7em" class="astro-ythdb5uz"> <span class="sr-only astro-ythdb5uz">Select language</span> <svg aria-hidden="true" class="icon label-icon astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path fill-rule="evenodd" d="M8.516 3a.94.94 0 0 0-.941.94v1.15H2.94a.94.94 0 1 0 0 1.882h7.362a7.422 7.422 0 0 1-1.787 3.958 7.42 7.42 0 0 1-1.422-2.425.94.94 0 1 0-1.774.627 9.303 9.303 0 0 0 1.785 3.043 7.422 7.422 0 0 1-4.164 1.278.94.94 0 1 0 0 1.881 9.303 9.303 0 0 0 5.575-1.855 9.303 9.303 0 0 0 4.11 1.74l-.763 1.525a.968.968 0 0 0-.016.034l-1.385 2.77a.94.94 0 1 0 1.683.841l1.133-2.267h5.806l1.134 2.267a.94.94 0 0 0 1.683-.841l-1.385-2.769a.95.95 0 0 0-.018-.036l-3.476-6.951a.94.94 0 0 0-1.682 0l-1.82 3.639a7.423 7.423 0 0 1-3.593-1.256 9.303 9.303 0 0 0 2.27-5.203h1.894a.94.94 0 0 0 0-1.881H9.456V3.94A.94.94 0 0 0 8.516 3Zm6.426 11.794a1.068 1.068 0 0 1-.02.039l-.703 1.407h3.924l-1.962-3.924-1.24 2.478Z" clip-rule="evenodd"/></svg> <select value="/plugin/logging/" class="astro-ythdb5uz"> <option value="/plugin/logging/" class="astro-ythdb5uz">English</option><option value="/fr/plugin/logging/" class="astro-ythdb5uz">Français</option><option value="/es/plugin/logging/" class="astro-ythdb5uz">Español</option><option value="/zh-cn/plugin/logging/" class="astro-ythdb5uz">简体中文</option><option value="/ja/plugin/logging/" class="astro-ythdb5uz">日本語</option> </select> <svg aria-hidden="true" class="icon caret astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg> </label> </starlight-lang-select> </div> </div> </section><section class="__collapse-content astro-dgrzgupl" id="sidebar-panel-2" aria-labelledby="sidebar-tab-2" role="tabpanel" hidden> <sl-sidebar-state-persist data-hash="160kn78" class="astro-zqcaw57y"> <script> (() => { try { if (!matchMedia('(min-width: 50em)').matches) return; /** @type {HTMLElement | null} */ const target = document.querySelector('sl-sidebar-state-persist'); const state = JSON.parse(sessionStorage.getItem('sl-sidebar-state') || '0'); if (!target || !state || target.dataset.hash !== state.hash) return; window._starlightScrollRestore = state.scroll; customElements.define( 'sl-sidebar-restore', class SidebarRestore extends HTMLElement { connectedCallback() { try { const idx = parseInt(this.dataset.index || ''); const details = this.closest('details'); if (details && typeof state.open[idx] === 'boolean') details.open = state.open[idx]; } catch {} } } ); } catch {} })(); </script> <ul class="top-level astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/blog/" class="large astro-cutj6mgg"> <span class="astro-cutj6mgg">All posts</span> </a> </li><li class="astro-cutj6mgg"> <details open class="astro-cutj6mgg"> <sl-sidebar-restore data-index="43"></sl-sidebar-restore> <summary class="astro-cutj6mgg"> <div class="group-label astro-cutj6mgg"> <span class="large astro-cutj6mgg">Recent posts</span> </div> <svg aria-hidden="true" class="caret astro-cutj6mgg astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.25rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </summary> <ul class="astro-cutj6mgg"> <li class="astro-cutj6mgg"> <a href="/blog/tauri-20/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri 2.0 Stable Release</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-2-0-0-release-candidate/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri 2.0 Release Candidate</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-7/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing Tauri 1.7.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-board-elections-2024/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Board Elections 2024</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/cve-2024-24576/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Rust Security Advisory CVE-2024-24576</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-6/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing Tauri 1.6.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-2-0-0-beta/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing the Tauri v2 Beta Release</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/partnership-crabnebula/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Strengthening Tauri: Our Partnership with CrabNebula</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-5/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing Tauri 1.5.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/roadmap-to-tauri-2-0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Roadmap to Tauri 2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-board-elections-and-governance-updates/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Board Elections &amp; Governance Update</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing Tauri 1.4.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing Tauri 1.3.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-2-0-0-alpha-4/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri 2.0.0-alpha.4 Released</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/create-tauri-app-version-3-released/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">create-tauri-app Version 3 Released</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-community-growth-and-feedback/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Community Growth &amp; Feedback</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-2-0-0-alpha-3/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Migration to webkit2gtk-4.1 on Linux port</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-mobile-alpha/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing the Tauri Mobile Alpha Release</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-2/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing Tauri 1.2.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-egui-0-1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing tauri-egui 0.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-1/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Announcing Tauri 1.1.0</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-programme-turns-1-and-board-elections/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri Programme Turns 1 and Board Elections</span> </a> </li><li class="astro-cutj6mgg"> <a href="/blog/tauri-1-0/" class="astro-cutj6mgg"> <span class="astro-cutj6mgg">Tauri 1.0 Release</span> </a> </li> </ul> </details> </li> </ul> <script> (() => { const scroller = document.getElementById('starlight__sidebar'); if (!window._starlightScrollRestore || !scroller) return; scroller.scrollTop = window._starlightScrollRestore; delete window._starlightScrollRestore; })(); </script> </sl-sidebar-state-persist> <div class="md:sl-hidden"> <div class="mobile-preferences sl-flex astro-vuy3z7gg"> <div class="sl-flex social-icons astro-vuy3z7gg"> <a href="https://github.com/tauri-apps/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">GitHub</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M12 .3a12 12 0 0 0-3.8 23.38c.6.12.83-.26.83-.57L9 21.07c-3.34.72-4.04-1.61-4.04-1.61-.55-1.39-1.34-1.76-1.34-1.76-1.08-.74.09-.73.09-.73 1.2.09 1.83 1.24 1.83 1.24 1.08 1.83 2.81 1.3 3.5 1 .1-.78.42-1.31.76-1.61-2.67-.3-5.47-1.33-5.47-5.93 0-1.31.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23a11.5 11.5 0 0 1 6 0c2.28-1.55 3.29-1.23 3.29-1.23.64 1.66.24 2.88.12 3.18a4.65 4.65 0 0 1 1.23 3.22c0 4.61-2.8 5.63-5.48 5.92.42.36.81 1.1.81 2.22l-.01 3.29c0 .31.2.69.82.57A12 12 0 0 0 12 .3Z"/></svg> </a><a href="https://discord.com/invite/tauri" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Discord</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M20.32 4.37a19.8 19.8 0 0 0-4.93-1.51 13.78 13.78 0 0 0-.64 1.28 18.27 18.27 0 0 0-5.5 0 12.64 12.64 0 0 0-.64-1.28h-.05A19.74 19.74 0 0 0 3.64 4.4 20.26 20.26 0 0 0 .11 18.09l.02.02a19.9 19.9 0 0 0 6.04 3.03l.04-.02a14.24 14.24 0 0 0 1.23-2.03.08.08 0 0 0-.05-.07 13.1 13.1 0 0 1-1.9-.92.08.08 0 0 1 .02-.1 10.2 10.2 0 0 0 .41-.31h.04a14.2 14.2 0 0 0 12.1 0l.04.01a9.63 9.63 0 0 0 .4.32.08.08 0 0 1-.03.1 12.29 12.29 0 0 1-1.9.91.08.08 0 0 0-.02.1 15.97 15.97 0 0 0 1.27 2.01h.04a19.84 19.84 0 0 0 6.03-3.05v-.03a20.12 20.12 0 0 0-3.57-13.69ZM8.02 15.33c-1.18 0-2.16-1.08-2.16-2.42 0-1.33.96-2.42 2.16-2.42 1.21 0 2.18 1.1 2.16 2.42 0 1.34-.96 2.42-2.16 2.42Zm7.97 0c-1.18 0-2.15-1.08-2.15-2.42 0-1.33.95-2.42 2.15-2.42 1.22 0 2.18 1.1 2.16 2.42 0 1.34-.94 2.42-2.16 2.42Z"/></svg> </a><a href="https://twitter.com/TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Twitter</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M24 4.4a10 10 0 0 1-2.83.78 5.05 5.05 0 0 0 2.17-2.79 9.7 9.7 0 0 1-3.13 1.23 4.89 4.89 0 0 0-5.94-1.03 5 5 0 0 0-2.17 2.38 5.15 5.15 0 0 0-.3 3.25c-1.95-.1-3.86-.63-5.61-1.53a14.04 14.04 0 0 1-4.52-3.74 5.2 5.2 0 0 0-.09 4.91c.39.74.94 1.35 1.61 1.82a4.77 4.77 0 0 1-2.23-.63v.06c0 1.16.4 2.29 1.12 3.18a4.9 4.9 0 0 0 2.84 1.74c-.73.22-1.5.26-2.24.12a4.89 4.89 0 0 0 4.59 3.49A9.78 9.78 0 0 1 0 19.73 13.65 13.65 0 0 0 7.55 22a13.63 13.63 0 0 0 9.96-4.16A14.26 14.26 0 0 0 21.6 7.65V7c.94-.72 1.75-1.6 2.4-2.6Z"/></svg> </a><a href="https://fosstodon.org/@TauriApps" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">Mastodon</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M16.45 17.77c2.77-.33 5.18-2.03 5.49-3.58.47-2.45.44-5.97.44-5.97 0-4.77-3.15-6.17-3.15-6.17-1.58-.72-4.3-1.03-7.13-1.05h-.07c-2.83.02-5.55.33-7.13 1.05 0 0-3.14 1.4-3.14 6.17v.91c-.01.88-.02 1.86 0 2.88.12 4.67.87 9.27 5.2 10.4 2 .53 3.72.64 5.1.57 2.51-.14 3.92-.9 3.92-.9l-.08-1.8s-1.8.56-3.8.5c-2-.08-4.1-.22-4.43-2.66a4.97 4.97 0 0 1-.04-.68s1.96.48 4.44.59c1.51.07 2.94-.09 4.38-.26Zm2.22-3.4h-2.3v-5.6c0-1.19-.5-1.79-1.5-1.79-1.1 0-1.66.71-1.66 2.12v3.07h-2.3V9.1c0-1.4-.55-2.12-1.65-2.12-1 0-1.5.6-1.5 1.78v5.61h-2.3V8.6c0-1.18.3-2.12.9-2.81a3.17 3.17 0 0 1 2.47-1.05c1.18 0 2.07.45 2.66 1.35l.57.96.58-.96a2.97 2.97 0 0 1 2.66-1.35c1.01 0 1.83.36 2.46 1.05.6.7.9 1.63.9 2.81v5.78Z"/></svg> </a><a href="https://v2.tauri.app/rss/" rel="me" class="sl-flex astro-pb22efxx"><span class="sr-only astro-pb22efxx">RSS</span><svg aria-hidden="true" class="astro-pb22efxx astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M2.88 16.88a3 3 0 0 0 0 4.24 3 3 0 0 0 4.24 0 3 3 0 0 0-4.24-4.24Zm2.83 2.83a1 1 0 0 1-1.42-1.42 1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.42ZM5 12a1 1 0 0 0 0 2 5 5 0 0 1 5 5 1 1 0 0 0 2 0 7 7 0 0 0-7-7Zm0-4a1 1 0 0 0 0 2 9 9 0 0 1 9 9 1 1 0 0 0 2 0 11.08 11.08 0 0 0-3.22-7.78A11.08 11.08 0 0 0 5 8Zm10.61.39A15.11 15.11 0 0 0 5 4a1 1 0 0 0 0 2 13 13 0 0 1 13 13 1 1 0 0 0 2 0 15.11 15.11 0 0 0-4.39-10.61Z"/></svg> </a> </div> <theme-switcher class="sl-flex astro-uux2s3do"> <svg aria-hidden="true" class="theme-selector-light astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="theme-selector-dark astro-uux2s3do astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg> </theme-switcher> <starlight-lang-select><label style="--sl-select-width: 7em" class="astro-ythdb5uz"> <span class="sr-only astro-ythdb5uz">Select language</span> <svg aria-hidden="true" class="icon label-icon astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path fill-rule="evenodd" d="M8.516 3a.94.94 0 0 0-.941.94v1.15H2.94a.94.94 0 1 0 0 1.882h7.362a7.422 7.422 0 0 1-1.787 3.958 7.42 7.42 0 0 1-1.422-2.425.94.94 0 1 0-1.774.627 9.303 9.303 0 0 0 1.785 3.043 7.422 7.422 0 0 1-4.164 1.278.94.94 0 1 0 0 1.881 9.303 9.303 0 0 0 5.575-1.855 9.303 9.303 0 0 0 4.11 1.74l-.763 1.525a.968.968 0 0 0-.016.034l-1.385 2.77a.94.94 0 1 0 1.683.841l1.133-2.267h5.806l1.134 2.267a.94.94 0 0 0 1.683-.841l-1.385-2.769a.95.95 0 0 0-.018-.036l-3.476-6.951a.94.94 0 0 0-1.682 0l-1.82 3.639a7.423 7.423 0 0 1-3.593-1.256 9.303 9.303 0 0 0 2.27-5.203h1.894a.94.94 0 0 0 0-1.881H9.456V3.94A.94.94 0 0 0 8.516 3Zm6.426 11.794a1.068 1.068 0 0 1-.02.039l-.703 1.407h3.924l-1.962-3.924-1.24 2.478Z" clip-rule="evenodd"/></svg> <select value="/plugin/logging/" class="astro-ythdb5uz"> <option value="/plugin/logging/" class="astro-ythdb5uz">English</option><option value="/fr/plugin/logging/" class="astro-ythdb5uz">Français</option><option value="/es/plugin/logging/" class="astro-ythdb5uz">Español</option><option value="/zh-cn/plugin/logging/" class="astro-ythdb5uz">简体中文</option><option value="/ja/plugin/logging/" class="astro-ythdb5uz">日本語</option> </select> <svg aria-hidden="true" class="icon caret astro-ythdb5uz astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg> </label> </starlight-lang-select> </div> </div> </section> </starlight-multi-sidebar-tabs> </div> </div> </nav> <div class="main-frame astro-bk6v3icc"> <div class="lg:sl-flex astro-oghem5xe"> <aside class="right-sidebar-container astro-oghem5xe"> <div class="right-sidebar astro-oghem5xe"> <div class="lg:sl-hidden astro-5hxacoju"><mobile-starlight-toc data-min-h="2" data-max-h="3" class="astro-aycex474"><nav aria-labelledby="starlight__on-this-page--mobile" class="astro-aycex474"><details id="starlight__mobile-toc" class="astro-aycex474"><summary id="starlight__on-this-page--mobile" class="sl-flex astro-aycex474"><div class="toggle sl-flex astro-aycex474">On this page<svg aria-hidden="true" class="caret astro-aycex474 astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1rem;"><path d="m14.83 11.29-4.24-4.24a1 1 0 1 0-1.42 1.41L12.71 12l-3.54 3.54a1 1 0 0 0 0 1.41 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l4.24-4.24a1.002 1.002 0 0 0 0-1.42Z"/></svg> </div><span class="display-current astro-aycex474"></span></summary><div class="dropdown astro-aycex474"><ul class="isMobile astro-2z6apwgm" style="--depth: 0;"> <li class="astro-2z6apwgm" style="--depth: 0;"> <a href="#_top" class="astro-2z6apwgm" style="--depth: 0;"> <span class="astro-2z6apwgm" style="--depth: 0;">Overview</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 0;"> <a href="#supported-platforms" class="astro-2z6apwgm" style="--depth: 0;"> <span class="astro-2z6apwgm" style="--depth: 0;">Supported Platforms</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 0;"> <a href="#setup" class="astro-2z6apwgm" style="--depth: 0;"> <span class="astro-2z6apwgm" style="--depth: 0;">Setup</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 0;"> <a href="#usage" class="astro-2z6apwgm" style="--depth: 0;"> <span class="astro-2z6apwgm" style="--depth: 0;">Usage</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 0;"> <a href="#logging" class="astro-2z6apwgm" style="--depth: 0;"> <span class="astro-2z6apwgm" style="--depth: 0;">Logging</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 0;"> <a href="#log-targets" class="astro-2z6apwgm" style="--depth: 0;"> <span class="astro-2z6apwgm" style="--depth: 0;">Log targets</span> </a> <ul class="isMobile astro-2z6apwgm" style="--depth: 1;"> <li class="astro-2z6apwgm" style="--depth: 1;"> <a href="#printing-logs-to-the-terminal" class="astro-2z6apwgm" style="--depth: 1;"> <span class="astro-2z6apwgm" style="--depth: 1;">Printing logs to the terminal</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 1;"> <a href="#logging-to-the-webview-console" class="astro-2z6apwgm" style="--depth: 1;"> <span class="astro-2z6apwgm" style="--depth: 1;">Logging to the webview console</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 1;"> <a href="#persisting-logs" class="astro-2z6apwgm" style="--depth: 1;"> <span class="astro-2z6apwgm" style="--depth: 1;">Persisting logs</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 1;"> <a href="#filtering" class="astro-2z6apwgm" style="--depth: 1;"> <span class="astro-2z6apwgm" style="--depth: 1;">Filtering</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 1;"> <a href="#maximum-log-level" class="astro-2z6apwgm" style="--depth: 1;"> <span class="astro-2z6apwgm" style="--depth: 1;">Maximum log level</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 1;"> <a href="#target-filter" class="astro-2z6apwgm" style="--depth: 1;"> <span class="astro-2z6apwgm" style="--depth: 1;">Target filter</span> </a> </li><li class="astro-2z6apwgm" style="--depth: 1;"> <a href="#formatting" class="astro-2z6apwgm" style="--depth: 1;"> <span class="astro-2z6apwgm" style="--depth: 1;">Formatting</span> </a> </li> </ul> </li><li class="astro-2z6apwgm" style="--depth: 0;"> <a href="#permissions" class="astro-2z6apwgm" style="--depth: 0;"> <span class="astro-2z6apwgm" style="--depth: 0;">Permissions</span> </a> </li> </ul> </div></details></nav></mobile-starlight-toc></div><div class="right-sidebar-panel sl-hidden lg:sl-block astro-5hxacoju"><div class="sl-container astro-5hxacoju"><tauri-starlight-toc data-min-h="2" data-max-h="3"><nav aria-labelledby="starlight__on-this-page"><h2 id="starlight__on-this-page">On this page</h2><ul class="astro-cdyxwdxs" style="--depth: 0;"> <li class="astro-cdyxwdxs" style="--depth: 0;"> <a href="#_top" class="astro-cdyxwdxs" style="--depth: 0;"> <span class="astro-cdyxwdxs" style="--depth: 0;">Overview</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 0;"> <a href="#supported-platforms" class="astro-cdyxwdxs" style="--depth: 0;"> <span class="astro-cdyxwdxs" style="--depth: 0;">Supported Platforms</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 0;"> <a href="#setup" class="astro-cdyxwdxs" style="--depth: 0;"> <span class="astro-cdyxwdxs" style="--depth: 0;">Setup</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 0;"> <a href="#usage" class="astro-cdyxwdxs" style="--depth: 0;"> <span class="astro-cdyxwdxs" style="--depth: 0;">Usage</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 0;"> <a href="#logging" class="astro-cdyxwdxs" style="--depth: 0;"> <span class="astro-cdyxwdxs" style="--depth: 0;">Logging</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 0;"> <details open class="astro-cdyxwdxs" style="--depth: 0;"> <summary class="astro-cdyxwdxs" style="--depth: 0;"> <a href="#log-targets" class="astro-cdyxwdxs" style="--depth: 0;"> <span class="astro-cdyxwdxs" style="--depth: 0;">Log targets</span> </a> </summary> <ul class="astro-cdyxwdxs" style="--depth: 1;"> <li class="astro-cdyxwdxs" style="--depth: 1;"> <a href="#printing-logs-to-the-terminal" class="astro-cdyxwdxs" style="--depth: 1;"> <span class="astro-cdyxwdxs" style="--depth: 1;">Printing logs to the terminal</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 1;"> <a href="#logging-to-the-webview-console" class="astro-cdyxwdxs" style="--depth: 1;"> <span class="astro-cdyxwdxs" style="--depth: 1;">Logging to the webview console</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 1;"> <a href="#persisting-logs" class="astro-cdyxwdxs" style="--depth: 1;"> <span class="astro-cdyxwdxs" style="--depth: 1;">Persisting logs</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 1;"> <a href="#filtering" class="astro-cdyxwdxs" style="--depth: 1;"> <span class="astro-cdyxwdxs" style="--depth: 1;">Filtering</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 1;"> <a href="#maximum-log-level" class="astro-cdyxwdxs" style="--depth: 1;"> <span class="astro-cdyxwdxs" style="--depth: 1;">Maximum log level</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 1;"> <a href="#target-filter" class="astro-cdyxwdxs" style="--depth: 1;"> <span class="astro-cdyxwdxs" style="--depth: 1;">Target filter</span> </a> </li><li class="astro-cdyxwdxs" style="--depth: 1;"> <a href="#formatting" class="astro-cdyxwdxs" style="--depth: 1;"> <span class="astro-cdyxwdxs" style="--depth: 1;">Formatting</span> </a> </li> </ul> </details> </li><li class="astro-cdyxwdxs" style="--depth: 0;"> <a href="#permissions" class="astro-cdyxwdxs" style="--depth: 0;"> <span class="astro-cdyxwdxs" style="--depth: 0;">Permissions</span> </a> </li> </ul> </nav></tauri-starlight-toc></div></div> </div> </aside> <div class="main-pane astro-oghem5xe"> <main data-pagefind-body lang="en" dir="ltr" class="astro-b6fpkb46"> <div class="content-panel astro-nxrwbopb"> <div class="sl-container astro-nxrwbopb"> <h1 id="_top" class="astro-jxvewgei">Logging</h1> </div> </div> <div class="content-panel astro-nxrwbopb"> <div class="sl-container astro-nxrwbopb"> <div class="sl-markdown-content"> <div class="flex row not-content astro-hco4ssbz"> <a href="https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/log" class="flex astro-hco4ssbz" target="_blank"> <svg viewBox="0 0 24 24" fill="currentColor" class="astro-hco4ssbz"> <path d="M12,2.2467A10.00042,10.00042,0,0,0,8.83752,21.73419c.5.08752.6875-.21247.6875-.475,0-.23749-.01251-1.025-.01251-1.86249C7,19.85919,6.35,18.78423,6.15,18.22173A3.636,3.636,0,0,0,5.125,16.8092c-.35-.1875-.85-.65-.01251-.66248A2.00117,2.00117,0,0,1,6.65,17.17169a2.13742,2.13742,0,0,0,2.91248.825A2.10376,2.10376,0,0,1,10.2,16.65923c-2.225-.25-4.55-1.11254-4.55-4.9375a3.89187,3.89187,0,0,1,1.025-2.6875,3.59373,3.59373,0,0,1,.1-2.65s.83747-.26251,2.75,1.025a9.42747,9.42747,0,0,1,5,0c1.91248-1.3,2.75-1.025,2.75-1.025a3.59323,3.59323,0,0,1,.1,2.65,3.869,3.869,0,0,1,1.025,2.6875c0,3.83747-2.33752,4.6875-4.5625,4.9375a2.36814,2.36814,0,0,1,.675,1.85c0,1.33752-.01251,2.41248-.01251,2.75,0,.26251.1875.575.6875.475A10.0053,10.0053,0,0,0,12,2.2467Z" class="astro-hco4ssbz"></path> </svg>GitHub</a> <a href="https://www.npmjs.com/package/@tauri-apps/plugin-log" class="flex astro-hco4ssbz" target="_blank"> <svg viewBox="0 0 24 12" fill="currentColor" class="astro-hco4ssbz"> <path d="M4 4V8H6V5H7V8H8V4H4ZM9 4V9H11V8H13V4H9ZM12 5V7H11V5H12ZM14 4V8H16V5H17V8H18V5H19V8H20V4H14ZM3 3H21V9H12V10H8V9H3V3Z" class="astro-hco4ssbz"></path> </svg> npm </a> <a href="https://crates.io/crates/tauri-plugin-log" class="flex astro-hco4ssbz" target="_blank"> <svg viewBox="0 0 14 16" fill="currentColor" class="astro-hco4ssbz"> <path d="M11.2468 4.54809L7 2L2.77581 4.53452L7.02308 6.98668L11.2468 4.54809ZM12 6.42265L8 8.73205V13.4L12 11V6.42265ZM2 6.396V11L6 13.4V8.7054L2 6.396ZM7 0L14 4V12L7 16L0 12V4L7 0Z" class="astro-hco4ssbz"></path> </svg> crates.io </a> <div class="flex api astro-hco4ssbz"> API Reference <a href="/reference/javascript/log/" class="flex astro-hco4ssbz" target="_blank"> <svg viewBox="0 0 256 256" aria-label="JavaScript API Reference" class="astro-hco4ssbz"> <g clip-path="url(#clip0_2_2)" class="astro-hco4ssbz"> <path fill-rule="evenodd" clip-rule="evenodd" d="M256 0H0V256H256V0ZM86.902 202.076L67.312 213.932L67.311 213.93C72.982 225.959 84.153 235.926 103.398 235.926C124.708 235.926 139.314 224.584 139.314 199.667V117.529H115.257V199.327C115.257 211.355 110.272 214.447 102.367 214.447C94.12 214.447 90.682 208.777 86.902 202.076ZM171.969 200.013L152.381 211.354L152.38 211.355C159.425 225.275 173.86 235.929 196.199 235.929C219.054 235.929 236.066 224.073 236.066 202.419C236.066 182.315 224.553 173.38 204.103 164.615L198.089 162.038C187.779 157.57 183.311 154.647 183.311 147.43C183.311 141.588 187.779 137.12 194.825 137.12C201.699 137.12 206.165 140.041 210.29 147.43L229.022 135.4C221.118 121.481 210.12 116.153 194.826 116.153C173.345 116.153 159.598 129.901 159.598 147.945C159.598 167.535 171.111 176.815 188.468 184.202L194.481 186.782C205.479 191.592 212.009 194.514 212.009 202.762C212.009 209.636 205.653 214.62 195.684 214.62C183.828 214.62 177.126 208.434 171.969 200.013Z" fill="currentColor" class="astro-hco4ssbz"></path> </g> <defs class="astro-hco4ssbz"> <clipPath id="clip0_2_2" class="astro-hco4ssbz"> <rect width="256" height="256" fill="white" class="astro-hco4ssbz"></rect> </clipPath> </defs> </svg> </a> <a href="https://docs.rs/tauri-plugin-log" class="flex astro-hco4ssbz" target="_blank" aria-label="Docs.io API Reference"> <svg viewBox="0 0 256 256" fill="currentColor" class="astro-hco4ssbz"> <path d="m254.251 124.862l-10.747-6.653a145.81 145.81 0 0 0-.306-3.13l9.236-8.615a3.686 3.686 0 0 0 1.105-3.427a3.685 3.685 0 0 0-2.33-2.744l-11.807-4.415a137.355 137.355 0 0 0-.925-3.048l7.365-10.229a3.698 3.698 0 0 0-2.407-5.814l-12.45-2.025c-.484-.944-.988-1.874-1.496-2.796l5.231-11.483a3.683 3.683 0 0 0-.288-3.59a3.678 3.678 0 0 0-3.204-1.642l-12.636.44a99.848 99.848 0 0 0-1.996-2.421l2.904-12.308a3.694 3.694 0 0 0-.986-3.466a3.698 3.698 0 0 0-3.464-.986l-12.305 2.901a106.192 106.192 0 0 0-2.426-1.996l.442-12.635a3.684 3.684 0 0 0-1.64-3.205a3.693 3.693 0 0 0-3.59-.29l-11.48 5.234a133.235 133.235 0 0 0-2.796-1.5l-2.03-12.452a3.7 3.7 0 0 0-5.812-2.407l-10.236 7.365c-1.007-.32-2.02-.629-3.042-.922L155.72 4.794a3.69 3.69 0 0 0-2.745-2.336a3.707 3.707 0 0 0-3.424 1.106l-8.615 9.243a111.11 111.11 0 0 0-3.13-.306l-6.653-10.75a3.698 3.698 0 0 0-6.289 0l-6.653 10.75a110.4 110.4 0 0 0-3.133.306l-8.617-9.243a3.695 3.695 0 0 0-6.169 1.23l-4.414 11.809c-1.023.293-2.035.604-3.045.922L82.599 10.16a3.687 3.687 0 0 0-3.579-.415a3.705 3.705 0 0 0-2.235 2.822l-2.03 12.452c-.94.487-1.869.988-2.796 1.5l-11.481-5.235a3.686 3.686 0 0 0-3.588.291a3.684 3.684 0 0 0-1.642 3.205l.44 12.635a118.03 118.03 0 0 0-2.426 1.996l-12.305-2.9a3.71 3.71 0 0 0-3.466.985a3.694 3.694 0 0 0-.986 3.466l2.899 12.308c-.673.797-1.338 1.604-1.991 2.421l-12.636-.44a3.721 3.721 0 0 0-3.204 1.641a3.696 3.696 0 0 0-.291 3.59l5.234 11.484c-.509.922-1.012 1.852-1.5 2.796l-12.449 2.025a3.7 3.7 0 0 0-2.407 5.814l7.365 10.23c-.32 1.01-.631 2.024-.925 3.047l-11.808 4.415a3.702 3.702 0 0 0-1.225 6.171l9.237 8.614c-.115 1.04-.217 2.087-.305 3.131L1.75 124.862A3.695 3.695 0 0 0 0 128.007c0 1.284.663 2.473 1.751 3.143l10.748 6.653c.088 1.047.19 2.092.305 3.131l-9.238 8.617a3.697 3.697 0 0 0 1.226 6.169l11.808 4.415c.294 1.022.605 2.037.925 3.047l-7.365 10.231a3.696 3.696 0 0 0 2.41 5.812l12.447 2.025c.487.944.986 1.874 1.5 2.8l-5.235 11.48a3.691 3.691 0 0 0 .291 3.59a3.684 3.684 0 0 0 3.204 1.641l12.63-.442c.659.821 1.322 1.626 1.997 2.426l-2.899 12.31a3.682 3.682 0 0 0 .986 3.459a3.683 3.683 0 0 0 3.466.983l12.305-2.898c.8.68 1.61 1.34 2.427 1.99l-.44 12.639a3.694 3.694 0 0 0 5.229 3.492l11.481-5.231a105.49 105.49 0 0 0 2.796 1.499l2.03 12.445a3.692 3.692 0 0 0 2.235 2.825a3.706 3.706 0 0 0 3.579-.413l10.229-7.37c1.01.32 2.025.633 3.047.927l4.415 11.804a3.685 3.685 0 0 0 2.744 2.331a3.677 3.677 0 0 0 3.425-1.106l8.617-9.238c1.04.12 2.086.22 3.133.313l6.653 10.748a3.702 3.702 0 0 0 3.143 1.75a3.703 3.703 0 0 0 3.145-1.75l6.653-10.748c1.047-.093 2.092-.193 3.131-.313l8.615 9.238a3.68 3.68 0 0 0 3.424 1.106a3.69 3.69 0 0 0 2.744-2.331l4.415-11.804c1.022-.294 2.038-.607 3.048-.927l10.231 7.37a3.7 3.7 0 0 0 5.812-2.412l2.03-12.445c.939-.487 1.868-.993 2.795-1.5l11.481 5.232a3.692 3.692 0 0 0 5.23-3.492l-.44-12.638a98.76 98.76 0 0 0 2.423-1.991l12.306 2.898c1.25.294 2.56-.07 3.463-.983a3.682 3.682 0 0 0 .986-3.459l-2.898-12.31c.675-.8 1.34-1.605 1.99-2.426l12.636.442a3.681 3.681 0 0 0 3.204-1.64a3.685 3.685 0 0 0 .289-3.592l-5.232-11.478c.511-.927 1.013-1.857 1.497-2.8l12.45-2.026a3.682 3.682 0 0 0 2.822-2.236a3.696 3.696 0 0 0-.415-3.576l-7.365-10.23c.318-1.011.629-2.026.925-3.048l11.806-4.415a3.684 3.684 0 0 0 2.331-2.745a3.677 3.677 0 0 0-1.106-3.424l-9.235-8.617c.112-1.04.215-2.086.305-3.13l10.748-6.654a3.69 3.69 0 0 0 1.751-3.143c0-1.281-.66-2.472-1.749-3.145Zm-71.932 89.156c-4.104-.885-6.714-4.93-5.833-9.047c.878-4.112 4.92-6.729 9.023-5.844c4.104.879 6.718 4.931 5.838 9.04c-.88 4.11-4.926 6.73-9.028 5.851Zm-3.652-24.699a6.929 6.929 0 0 0-8.23 5.332l-3.816 17.807c-11.775 5.344-24.85 8.313-38.621 8.313c-14.086 0-27.446-3.116-39.43-8.688l-3.814-17.806c-.802-3.747-4.486-6.134-8.228-5.33l-15.72 3.376a93.272 93.272 0 0 1-8.128-9.58h76.49c.865 0 1.442-.157 1.442-.945v-27.057c0-.787-.577-.944-1.443-.944H106.8v-17.15h24.195c2.208 0 11.809.63 14.878 12.902c.962 3.774 3.072 16.05 4.516 19.98c1.438 4.408 7.293 13.213 13.533 13.213h38.115c.433 0 .895-.049 1.382-.137a93.92 93.92 0 0 1-8.669 10.17l-16.082-3.456Zm-105.79 24.327c-4.105.886-8.146-1.731-9.029-5.843c-.878-4.119 1.732-8.162 5.836-9.047a7.607 7.607 0 0 1 9.028 5.85c.878 4.11-1.734 8.16-5.836 9.04ZM43.86 95.986c1.703 3.842-.03 8.345-3.867 10.045c-3.837 1.705-8.328-.03-10.03-3.875a7.615 7.615 0 0 1 3.867-10.045a7.598 7.598 0 0 1 10.03 3.874Zm-8.918 21.14l16.376-7.277a6.942 6.942 0 0 0 3.524-9.158l-3.372-7.626h13.264v59.788H37.973a93.7 93.7 0 0 1-3.566-25.672c0-3.398.183-6.756.535-10.056Zm71.862-5.807V93.696h31.586c1.632 0 11.52 1.886 11.52 9.28c0 6.139-7.584 8.34-13.821 8.34h-29.285v.003Zm114.792 15.862c0 2.338-.086 4.652-.257 6.948h-9.603c-.961 0-1.348.632-1.348 1.573v4.41c0 10.38-5.853 12.638-10.982 13.213c-4.884.55-10.3-2.045-10.967-5.034c-2.882-16.206-7.683-19.667-15.265-25.648c9.41-5.975 19.2-14.79 19.2-26.59c0-12.74-8.734-20.765-14.688-24.7c-8.352-5.506-17.6-6.61-20.095-6.61H58.279c13.467-15.03 31.719-25.677 52.362-29.551l11.706 12.28a6.923 6.923 0 0 0 9.799.226l13.098-12.528c27.445 5.11 50.682 22.194 64.073 45.633l-8.967 20.253c-1.548 3.505.032 7.604 3.527 9.157l17.264 7.668c.298 3.065.455 6.161.455 9.3ZM122.352 24.745c3.033-2.905 7.844-2.79 10.748.247c2.898 3.046 2.788 7.862-.252 10.765c-3.033 2.906-7.844 2.793-10.748-.25a7.621 7.621 0 0 1 .252-10.762Zm88.983 71.61a7.594 7.594 0 0 1 10.028-3.872c3.838 1.702 5.57 6.203 3.867 10.045a7.595 7.595 0 0 1-10.03 3.875c-3.833-1.703-5.565-6.2-3.865-10.048Z" class="astro-hco4ssbz"></path> </svg> </a> </div> </div> <p>Configurable logging for your Tauri app.</p> <h2 id="supported-platforms"><a aria-hidden tabindex="-1" class="heading-link" href="#supported-platforms">Supported Platforms</a></h2> <div class="astro-gkfnbpr6"><p><em>This plugin requires a Rust version of at least <strong>1.77.2</strong></em></p></div> <table class="astro-gkfnbpr6"> <thead class="astro-gkfnbpr6"> <tr class="astro-gkfnbpr6"> <th class="astro-gkfnbpr6">Platform</th> <th class="astro-gkfnbpr6">Level</th> <th class="astro-gkfnbpr6">Notes</th> </tr> </thead> <tbody class="astro-gkfnbpr6"> <tr class="astro-gkfnbpr6"> <td class="astro-gkfnbpr6">windows</td> <td class="astro-gkfnbpr6"> <div title="Full support" class="icon astro-gkfnbpr6"><svg aria-label="Full support" alt="Full support" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" ><path fill="currentColor" d="m10.562 15.908l6.396-6.396l-.708-.708l-5.688 5.688l-2.85-2.85l-.708.708zM12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709" ></path></svg ></div> </td> <td class="astro-gkfnbpr6"> <div class="astro-gkfnbpr6"></div> </td> </tr><tr class="astro-gkfnbpr6"> <td class="astro-gkfnbpr6">linux</td> <td class="astro-gkfnbpr6"> <div title="Full support" class="icon astro-gkfnbpr6"><svg aria-label="Full support" alt="Full support" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" ><path fill="currentColor" d="m10.562 15.908l6.396-6.396l-.708-.708l-5.688 5.688l-2.85-2.85l-.708.708zM12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709" ></path></svg ></div> </td> <td class="astro-gkfnbpr6"> <div class="astro-gkfnbpr6"></div> </td> </tr><tr class="astro-gkfnbpr6"> <td class="astro-gkfnbpr6">macos</td> <td class="astro-gkfnbpr6"> <div title="Full support" class="icon astro-gkfnbpr6"><svg aria-label="Full support" alt="Full support" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" ><path fill="currentColor" d="m10.562 15.908l6.396-6.396l-.708-.708l-5.688 5.688l-2.85-2.85l-.708.708zM12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709" ></path></svg ></div> </td> <td class="astro-gkfnbpr6"> <div class="astro-gkfnbpr6"></div> </td> </tr><tr class="astro-gkfnbpr6"> <td class="astro-gkfnbpr6">android</td> <td class="astro-gkfnbpr6"> <div title="Full support" class="icon astro-gkfnbpr6"><svg aria-label="Full support" alt="Full support" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" ><path fill="currentColor" d="m10.562 15.908l6.396-6.396l-.708-.708l-5.688 5.688l-2.85-2.85l-.708.708zM12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709" ></path></svg ></div> </td> <td class="astro-gkfnbpr6"> <div class="astro-gkfnbpr6"></div> </td> </tr><tr class="astro-gkfnbpr6"> <td class="astro-gkfnbpr6">ios</td> <td class="astro-gkfnbpr6"> <div title="Full support" class="icon astro-gkfnbpr6"><svg aria-label="Full support" alt="Full support" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" ><path fill="currentColor" d="m10.562 15.908l6.396-6.396l-.708-.708l-5.688 5.688l-2.85-2.85l-.708.708zM12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709" ></path></svg ></div> </td> <td class="astro-gkfnbpr6"> <div class="astro-gkfnbpr6"></div> </td> </tr> </tbody> </table> <h2 id="setup"><a aria-hidden tabindex="-1" class="heading-link" href="#setup">Setup</a></h2> <p>Install the log plugin to get started.</p> <starlight-tabs class="astro-xy2xkcgf"> <div class="tablist-wrapper not-content astro-xy2xkcgf"> <ul role="tablist" class="astro-xy2xkcgf"> <li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1075" id="tab-1075" aria-selected="true" tabindex="0" class="astro-xy2xkcgf"> Automatic </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1076" id="tab-1076" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> Manual </a> </li> </ul> </div> <div id="tab-panel-1075" aria-labelledby="tab-1075" role="tabpanel"> <p>Use your project’s package manager to add the dependency:</p> <starlight-tabs data-sync-key="cmd" class="astro-xy2xkcgf"> <div class="tablist-wrapper not-content astro-xy2xkcgf"> <ul role="tablist" class="astro-xy2xkcgf"> <li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1064" id="tab-1064" aria-selected="true" tabindex="0" class="astro-xy2xkcgf"> npm </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1065" id="tab-1065" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> yarn </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1066" id="tab-1066" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> pnpm </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1067" id="tab-1067" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> deno </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1068" id="tab-1068" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> bun </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1069" id="tab-1069" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> cargo </a> </li> </ul> </div> <div id="tab-panel-1064" aria-labelledby="tab-1064" role="tabpanel"> <div class="expressive-code"><link rel="stylesheet" href="/_astro/ec.31e6r.css"><script type="module" src="/_astro/ec.8zarh.js"></script><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">npm</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">run</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">tauri</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="npm run tauri add log"><div></div></button></div></figure></div> </div><div id="tab-panel-1065" aria-labelledby="tab-1065" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">yarn</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">run</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">tauri</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="yarn run tauri add log"><div></div></button></div></figure></div> </div><div id="tab-panel-1066" aria-labelledby="tab-1066" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">pnpm</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">tauri</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="pnpm tauri add log"><div></div></button></div></figure></div> </div><div id="tab-panel-1067" aria-labelledby="tab-1067" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">deno</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">task</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">tauri</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="deno task tauri add log"><div></div></button></div></figure></div> </div><div id="tab-panel-1068" aria-labelledby="tab-1068" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">bun</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">tauri</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="bun tauri add log"><div></div></button></div></figure></div> </div><div id="tab-panel-1069" aria-labelledby="tab-1069" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">cargo</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">tauri</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="cargo tauri add log"><div></div></button></div></figure></div> </div> <starlight-tabs-restore class="astro-xy2xkcgf"></starlight-tabs-restore> </starlight-tabs> </div><div id="tab-panel-1076" aria-labelledby="tab-1076" role="tabpanel" hidden> <ol role="list" class="sl-steps"> <li> <p>Run the following command in the <code dir="auto">src-tauri</code> folder to add the plugin to the project’s dependencies in <code dir="auto">Cargo.toml</code>:</p> <div class="expressive-code"><link rel="stylesheet" href="/_astro/ec.31e6r.css"><script type="module" src="/_astro/ec.8zarh.js"></script><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">cargo</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">tauri-plugin-log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="cargo add tauri-plugin-log"><div></div></button></div></figure></div> </li> <li> <p>Modify <code dir="auto">lib.rs</code> to initialize the plugin:</p> <div class="expressive-code"><figure class="frame has-title not-content"><figcaption class="header"><span class="title">src-tauri/src/lib.rs</span></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">#[cfg_attr(mobile, tauri</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">mobile_entry_point)]</span></div></div><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">pub</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#C792EA;--1:#8D46B4">fn</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#82AAFF;--1:#3C63B3">run</span><span style="--0:#D6DEEB;--1:#403F53">() {</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">tauri</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">default</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line highlight ins"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#075759">.</span><span style="--0:#86adff;--1:#2e4c89">plugin</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#075759">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#075759">::</span><span style="--0:#86adff;--1:#2e4c89">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span><span style="--0:#7FDBCA;--1:#075759">.</span><span style="--0:#86adff;--1:#2e4c89">build</span><span style="--0:#D6DEEB;--1:#403F53">())</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">run</span><span style="--0:#D6DEEB;--1:#403F53">(tauri</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">generate_context!</span><span style="--0:#D6DEEB;--1:#403F53">())</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">expect</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">error while running tauri application</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">}</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="#[cfg_attr(mobile, tauri::mobile_entry_point)]pub fn run() { tauri::Builder::default() .plugin(tauri_plugin_log::Builder::new().build()) .run(tauri::generate_context!()) .expect(&#x22;error while running tauri application&#x22;);}"><div></div></button></div></figure></div> </li> <li> <p>Install the JavaScript Guest bindings using your preferred JavaScript package manager:</p> <starlight-tabs data-sync-key="cmd" class="astro-xy2xkcgf"> <div class="tablist-wrapper not-content astro-xy2xkcgf"> <ul role="tablist" class="astro-xy2xkcgf"> <li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1070" id="tab-1070" aria-selected="true" tabindex="0" class="astro-xy2xkcgf"> npm </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1071" id="tab-1071" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> yarn </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1072" id="tab-1072" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> pnpm </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1073" id="tab-1073" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> deno </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1074" id="tab-1074" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> bun </a> </li> </ul> </div> <div id="tab-panel-1070" aria-labelledby="tab-1070" role="tabpanel"> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">npm</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">install</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">@tauri-apps/plugin-log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="npm install @tauri-apps/plugin-log"><div></div></button></div></figure></div> </div><div id="tab-panel-1071" aria-labelledby="tab-1071" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">yarn</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">@tauri-apps/plugin-log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="yarn add @tauri-apps/plugin-log"><div></div></button></div></figure></div> </div><div id="tab-panel-1072" aria-labelledby="tab-1072" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">pnpm</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">@tauri-apps/plugin-log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="pnpm add @tauri-apps/plugin-log"><div></div></button></div></figure></div> </div><div id="tab-panel-1073" aria-labelledby="tab-1073" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">deno</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">npm:@tauri-apps/plugin-log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="deno add npm:@tauri-apps/plugin-log"><div></div></button></div></figure></div> </div><div id="tab-panel-1074" aria-labelledby="tab-1074" role="tabpanel" hidden> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="sh"><code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">bun</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">add</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3C63B3">@tauri-apps/plugin-log</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="bun add @tauri-apps/plugin-log"><div></div></button></div></figure></div> </div> <starlight-tabs-restore class="astro-xy2xkcgf"></starlight-tabs-restore> </starlight-tabs> </li> </ol> </div> </starlight-tabs> <h2 id="usage"><a aria-hidden tabindex="-1" class="heading-link" href="#usage">Usage</a></h2> <ol role="list" class="sl-steps"> <li> <p>First, you need to register the plugin with Tauri.</p> <div class="expressive-code"><figure class="frame has-title not-content"><figcaption class="header"><span class="title">src-tauri/src/lib.rs</span></figcaption><pre data-language="rust"><code><div class="ec-line highlight mark"><div class="code"><span style="--0:#C792EA;--1:#773b98">use</span><span style="--0:#D6DEEB;--1:#403F53"> tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#086164">::</span><span style="--0:#D6DEEB;--1:#403F53">{Target, TargetKind};</span></div></div><div class="ec-line"><div class="code"> </div></div><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">#[cfg_attr(mobile, tauri</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">mobile_entry_point)]</span></div></div><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">pub</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#C792EA;--1:#8D46B4">fn</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#82AAFF;--1:#3C63B3">run</span><span style="--0:#D6DEEB;--1:#403F53">() {</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">tauri</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">default</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line highlight mark"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#086164">.</span><span style="--0:#82AAFF;--1:#335497">plugin</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#086164">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#086164">::</span><span style="--0:#82AAFF;--1:#335497">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span><span style="--0:#7FDBCA;--1:#086164">.</span><span style="--0:#82AAFF;--1:#335497">build</span><span style="--0:#D6DEEB;--1:#403F53">())</span></div></div><div class="ec-line highlight mark"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#086164">.</span><span style="--0:#82AAFF;--1:#335497">run</span><span style="--0:#D6DEEB;--1:#403F53">(tauri</span><span style="--0:#7FDBCA;--1:#086164">::</span><span style="--0:#82AAFF;--1:#335497">generate_context!</span><span style="--0:#D6DEEB;--1:#403F53">())</span></div></div><div class="ec-line highlight mark"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#086164">.</span><span style="--0:#82AAFF;--1:#335497">expect</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#834442">error while running tauri application</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">);</span></div></div><div class="ec-line highlight mark"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">}</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="use tauri_plugin_log::{Target, TargetKind};#[cfg_attr(mobile, tauri::mobile_entry_point)]pub fn run() { tauri::Builder::default() .plugin(tauri_plugin_log::Builder::new().build()) .run(tauri::generate_context!()) .expect(&#x22;error while running tauri application&#x22;);}"><div></div></button></div></figure></div> </li> <li> <p>Afterwards, all the plugin’s APIs are available through the JavaScript guest bindings:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="javascript"><code><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">import</span><span style="--0:#D6DEEB;--1:#403F53"> {</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">warn,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">debug,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">trace,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">info,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">error,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">attachConsole,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">attachLogger,</span></div></div><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">} </span><span style="--0:#C792EA;--1:#8D46B4">from</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">@tauri-apps/plugin-log</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">;</span></div></div><div class="ec-line"><div class="code"><span style="--0:#809191;--1:#5E6578">// when using `"withGlobalTauri": true`, you may use</span></div></div><div class="ec-line"><div class="code"><span style="--0:#809191;--1:#5E6578">// const { warn, debug, trace, info, error, attachConsole, attachLogger } = window.__TAURI__.log;</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="import { warn, debug, trace, info, error, attachConsole, attachLogger,} from &#x27;@tauri-apps/plugin-log&#x27;;// when using &#x60;&#x22;withGlobalTauri&#x22;: true&#x60;, you may use// const { warn, debug, trace, info, error, attachConsole, attachLogger } = window.__TAURI__.log;"><div></div></button></div></figure></div> </li> </ol> <h2 id="logging"><a aria-hidden tabindex="-1" class="heading-link" href="#logging">Logging</a></h2> <script> (() => { class StarlightTabsRestore extends HTMLElement { connectedCallback() { const starlightTabs = this.closest('starlight-tabs'); if (!(starlightTabs instanceof HTMLElement) || typeof localStorage === 'undefined') return; const syncKey = starlightTabs.dataset.syncKey; if (!syncKey) return; const label = localStorage.getItem(`starlight-synced-tabs__${syncKey}`); if (!label) return; const tabs = [...starlightTabs?.querySelectorAll('[role="tab"]')]; const tabIndexToRestore = tabs.findIndex( (tab) => tab instanceof HTMLAnchorElement && tab.textContent?.trim() === label ); const panels = starlightTabs?.querySelectorAll(':scope > [role="tabpanel"]'); const newTab = tabs[tabIndexToRestore]; const newPanel = panels[tabIndexToRestore]; if (tabIndexToRestore < 1 || !newTab || !newPanel) return; tabs[0]?.setAttribute('aria-selected', 'false'); tabs[0]?.setAttribute('tabindex', '-1'); panels?.[0]?.setAttribute('hidden', 'true'); newTab.removeAttribute('tabindex'); newTab.setAttribute('aria-selected', 'true'); newPanel.removeAttribute('hidden'); } } customElements.define('starlight-tabs-restore', StarlightTabsRestore); })() </script><starlight-tabs data-sync-key="lang" class="astro-xy2xkcgf"> <div class="tablist-wrapper not-content astro-xy2xkcgf"> <ul role="tablist" class="astro-xy2xkcgf"> <li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1062" id="tab-1062" aria-selected="true" tabindex="0" class="astro-xy2xkcgf"> JavaScript </a> </li><li role="presentation" class="tab astro-xy2xkcgf"> <a role="tab" href="#tab-panel-1063" id="tab-1063" aria-selected="false" tabindex="-1" class="astro-xy2xkcgf"> Rust </a> </li> </ul> </div> <div id="tab-panel-1062" aria-labelledby="tab-1062" role="tabpanel"> <p>Use one of the plugin’s <code dir="auto">warn</code>, <code dir="auto">debug</code>, <code dir="auto">trace</code>, <code dir="auto">info</code> or <code dir="auto">error</code> APIs to produce a log record from JavaScript code:</p><div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="js"><code><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">import</span><span style="--0:#D6DEEB;--1:#403F53"> { warn, debug, trace, info, error } </span><span style="--0:#C792EA;--1:#8D46B4">from</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">@tauri-apps/plugin-log</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">;</span></div></div><div class="ec-line"><div class="code"> </div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">trace</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">Trace</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">info</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">Info</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">error</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">Error</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">);</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="import { warn, debug, trace, info, error } from &#x27;@tauri-apps/plugin-log&#x27;;trace(&#x27;Trace&#x27;);info(&#x27;Info&#x27;);error(&#x27;Error&#x27;);"><div></div></button></div></figure></div><p>To automatically forward all <code dir="auto">console</code> messages to the log plugin you can rewrite them:</p><div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="ts"><code><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">import</span><span style="--0:#D6DEEB;--1:#403F53"> { warn, debug, trace, info, error } </span><span style="--0:#C792EA;--1:#8D46B4">from</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">@tauri-apps/plugin-log</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">;</span></div></div><div class="ec-line"><div class="code"> </div></div><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">function</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#82AAFF;--1:#3C63B3">forwardConsole</span><span style="--0:#D9F5DD;--1:#111111">(</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--1:#403F53"> </span></span><span style="--0:#D7DBE0;--1:#403F53">fnName</span><span style="--0:#7FDBCA;--1:#097174">:</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">log</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#7FDBCA;--1:#097174">|</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">debug</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#7FDBCA;--1:#097174">|</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">info</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#7FDBCA;--1:#097174">|</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">warn</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#7FDBCA;--1:#097174">|</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">error</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">,</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#82AAFF;--1:#3C63B3">logger</span><span style="--0:#7FDBCA;--1:#097174">:</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">(</span><span style="--0:#D7DBE0;--1:#403F53">message</span><span style="--0:#7FDBCA;--1:#097174">:</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#C5E478;--1:#3C63B3">string</span><span style="--0:#D9F5DD;--1:#111111">)</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#C792EA;--1:#8D46B4">=></span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#FFCB8B;--1:#111111">Promise</span><span style="--0:#D6DEEB;--1:#403F53">&#x3C;</span><span style="--0:#C5E478;--1:#3C63B3">void</span><span style="--0:#D6DEEB;--1:#403F53">></span></div></div><div class="ec-line"><div class="code"><span style="--0:#D9F5DD;--1:#111111">)</span><span style="--0:#D6DEEB;--1:#403F53"> {</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C792EA;--1:#8D46B4">const </span><span style="--0:#82AAFF;--1:#3C63B3">original</span><span style="--0:#C792EA;--1:#8D46B4"> = </span><span style="--0:#D6DEEB;--1:#403F53">console[fnName];</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">console[fnName] </span><span style="--0:#C792EA;--1:#8D46B4">=</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">(</span><span style="--0:#D7DBE0;--1:#403F53">message</span><span style="--0:#D9F5DD;--1:#111111">)</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#C792EA;--1:#8D46B4">=></span><span style="--0:#D6DEEB;--1:#403F53"> {</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#82AAFF;--1:#3C63B3">original</span><span style="--0:#D6DEEB;--1:#403F53">(message);</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#82AAFF;--1:#3C63B3">logger</span><span style="--0:#D6DEEB;--1:#403F53">(message);</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">};</span></div></div><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">}</span></div></div><div class="ec-line"><div class="code"> </div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">forwardConsole</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">log</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">, trace);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">forwardConsole</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">debug</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">, debug);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">forwardConsole</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">info</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">, info);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">forwardConsole</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">warn</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">, warn);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3C63B3">forwardConsole</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">error</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">, error);</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="import { warn, debug, trace, info, error } from &#x27;@tauri-apps/plugin-log&#x27;;function forwardConsole( fnName: &#x27;log&#x27; | &#x27;debug&#x27; | &#x27;info&#x27; | &#x27;warn&#x27; | &#x27;error&#x27;, logger: (message: string) => Promise<void>) { const original = console[fnName]; console[fnName] = (message) => { original(message); logger(message); };}forwardConsole(&#x27;log&#x27;, trace);forwardConsole(&#x27;debug&#x27;, debug);forwardConsole(&#x27;info&#x27;, info);forwardConsole(&#x27;warn&#x27;, warn);forwardConsole(&#x27;error&#x27;, error);"><div></div></button></div></figure></div> </div><div id="tab-panel-1063" aria-labelledby="tab-1063" role="tabpanel" hidden> <p>To create your own logs on the Rust side you can use the [<code dir="auto">log</code> crate]:</p><div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">error!</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">something bad happened!</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">);</span></div></div><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">info!</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">Tauri is awesome!</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">);</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="log::error!(&#x22;something bad happened!&#x22;);log::info!(&#x22;Tauri is awesome!&#x22;);"><div></div></button></div></figure></div><p>Note that the [<code dir="auto">log</code> crate] must be added to your <code dir="auto">Cargo.toml</code> file:</p><div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="toml"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">[dependencies]</span></div></div><div class="ec-line"><div class="code"><span style="--0:#C5E478;--1:#3C63B3">log</span><span style="--0:#D6DEEB;--1:#403F53"> = </span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">0.4</span><span style="--0:#D9F5DD;--1:#111111">"</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="[dependencies]log = &#x22;0.4&#x22;"><div></div></button></div></figure></div> </div> <starlight-tabs-restore class="astro-xy2xkcgf"></starlight-tabs-restore> </starlight-tabs> <h2 id="log-targets"><a aria-hidden tabindex="-1" class="heading-link" href="#log-targets">Log targets</a></h2> <p>The log plugin builder has a <code dir="auto">targets</code> function that lets you configure common destination of all your application logs.</p> <aside aria-label="Note" class="starlight-aside starlight-aside--note"><p class="starlight-aside__title" aria-hidden="true"><svg viewBox="0 0 24 24" width="16" height="16" fill="currentColor" class="starlight-aside__icon"><path d="M12 11C11.7348 11 11.4804 11.1054 11.2929 11.2929C11.1054 11.4804 11 11.7348 11 12V16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17C12.2652 17 12.5196 16.8946 12.7071 16.7071C12.8946 16.5196 13 16.2652 13 16V12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11ZM12.38 7.08C12.1365 6.97998 11.8635 6.97998 11.62 7.08C11.4973 7.12759 11.3851 7.19896 11.29 7.29C11.2017 7.3872 11.1306 7.49882 11.08 7.62C11.024 7.73868 10.9966 7.86882 11 8C10.9992 8.13161 11.0245 8.26207 11.0742 8.38391C11.124 8.50574 11.1973 8.61656 11.29 8.71C11.3872 8.79833 11.4988 8.86936 11.62 8.92C11.7715 8.98224 11.936 9.00632 12.099 8.99011C12.2619 8.97391 12.4184 8.91792 12.5547 8.82707C12.691 8.73622 12.8029 8.61328 12.8805 8.46907C12.9582 8.32486 12.9992 8.16378 13 8C12.9963 7.73523 12.8927 7.48163 12.71 7.29C12.6149 7.19896 12.5028 7.12759 12.38 7.08ZM12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C10.4178 20 8.87104 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393C4.4624 8.88743 5.22433 7.46197 6.34315 6.34315C7.46197 5.22433 8.88743 4.4624 10.4393 4.15372C11.9911 3.84504 13.5997 4.00346 15.0615 4.60896C16.5233 5.21447 17.7727 6.23984 18.6518 7.55544C19.5308 8.87103 20 10.4177 20 12C20 14.1217 19.1572 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z"></path></svg>Note</p><div class="starlight-aside__content"><p>By default the plugin logs to stdout and to a file in the application logs directory. To only use your own log targets, call <code dir="auto">clear_targets</code>:</p><div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">clear_targets</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new().clear_targets().build()"><div></div></button></div></figure></div></div></aside> <h3 id="printing-logs-to-the-terminal"><a aria-hidden tabindex="-1" class="heading-link" href="#printing-logs-to-the-terminal">Printing logs to the terminal</a></h3> <p>To forward all your logs to the terminal, enable the <code dir="auto">Stdout</code> or <code dir="auto">Stderr</code> targets:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">target</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Target</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">(</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">TargetKind</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Stdout,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">))</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .target(tauri_plugin_log::Target::new( tauri_plugin_log::TargetKind::Stdout, )) .build()"><div></div></button></div></figure></div> <p>This target is enabled by default.</p> <h3 id="logging-to-the-webview-console"><a aria-hidden tabindex="-1" class="heading-link" href="#logging-to-the-webview-console">Logging to the webview console</a></h3> <p>To view all your Rust logs in the webview console, enable the <code dir="auto">Webview</code> target and run <code dir="auto">attachConsole</code> in your frontend:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">target</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Target</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">(</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">TargetKind</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Webview,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">))</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .target(tauri_plugin_log::Target::new( tauri_plugin_log::TargetKind::Webview, )) .build()"><div></div></button></div></figure></div> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="js"><code><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">import</span><span style="--0:#D6DEEB;--1:#403F53"> { attachConsole } </span><span style="--0:#C792EA;--1:#8D46B4">from</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#ECC48D;--1:#9B504E">@tauri-apps/plugin-log</span><span style="--0:#D9F5DD;--1:#111111">'</span><span style="--0:#D6DEEB;--1:#403F53">;</span></div></div><div class="ec-line"><div class="code"><span style="--0:#C792EA;--1:#8D46B4">const </span><span style="--0:#82AAFF;--1:#3C63B3">detach</span><span style="--0:#C792EA;--1:#8D46B4"> = await </span><span style="--0:#82AAFF;--1:#3C63B3">attachConsole</span><span style="--0:#D6DEEB;--1:#403F53">();</span></div></div><div class="ec-line"><div class="code"><span style="--0:#809191;--1:#5E6578">// call detach() if you do not want to print logs to the console anymore</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="import { attachConsole } from &#x27;@tauri-apps/plugin-log&#x27;;const detach = await attachConsole();// call detach() if you do not want to print logs to the console anymore"><div></div></button></div></figure></div> <h3 id="persisting-logs"><a aria-hidden tabindex="-1" class="heading-link" href="#persisting-logs">Persisting logs</a></h3> <p>To write all logs to a file, you can use either the <code dir="auto">LogDir</code> or the <code dir="auto">Folder</code> targets.</p> <ul> <li><code dir="auto">LogDir</code>:</li> </ul> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">target</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Target</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">(</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">TargetKind</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">LogDir {</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C5E478;--1:#3C63B3">file_name</span><span style="--0:#7FDBCA;--1:#097174">:</span><span style="--0:#D6DEEB;--1:#403F53"> Some(</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">logs</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">to_string</span><span style="--0:#D6DEEB;--1:#403F53">()),</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">},</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">))</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .target(tauri_plugin_log::Target::new( tauri_plugin_log::TargetKind::LogDir { file_name: Some(&#x22;logs&#x22;.to_string()), }, )) .build()"><div></div></button></div></figure></div> <p>When using the LogDir target, all logs are stored in the recommended log directory. The following table describes the location of the logs per platform:</p> <table><thead><tr><th>Platform</th><th>Value</th><th>Example</th></tr></thead><tbody><tr><td>Linux</td><td><code dir="auto">$XDG_DATA_HOME/{bundleIdentifier}/logs</code> or <code dir="auto">$HOME/.local/share/{bundleIdentifier}/logs</code></td><td><code dir="auto">/home/alice/.local/share/com.tauri.dev/logs</code></td></tr><tr><td>macOS</td><td><code dir="auto">{homeDir}/Library/Logs/{bundleIdentifier}</code></td><td><code dir="auto">/Users/Alice/Library/Logs/com.tauri.dev</code></td></tr><tr><td>Windows</td><td><code dir="auto">{FOLDERID_LocalAppData}/{bundleIdentifier}/logs</code></td><td><code dir="auto">C:\Users\Alice\AppData\Local\com.tauri.dev\logs</code></td></tr></tbody></table> <ul> <li><code dir="auto">Folder</code>:</li> </ul> <p>The Folder target lets you write logs to a custom location in the filesystem.</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">target</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Target</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">(</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">TargetKind</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Folder {</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C5E478;--1:#3C63B3">path</span><span style="--0:#7FDBCA;--1:#097174">:</span><span style="--0:#D6DEEB;--1:#403F53"> std</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">path</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">PathBuf</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">from</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">/path/to/logs</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">),</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C5E478;--1:#3C63B3">file_name</span><span style="--0:#7FDBCA;--1:#097174">:</span><span style="--0:#D6DEEB;--1:#403F53"> None,</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">},</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">))</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .target(tauri_plugin_log::Target::new( tauri_plugin_log::TargetKind::Folder { path: std::path::PathBuf::from(&#x22;/path/to/logs&#x22;), file_name: None, }, )) .build()"><div></div></button></div></figure></div> <p>The default <code dir="auto">file_name</code> is the application name.</p> <h4 id="configuring-log-file-behavior"><a aria-hidden tabindex="-1" class="heading-link" href="#configuring-log-file-behavior">Configuring log file behavior</a></h4> <p>By default the log file gets discarded when it reaches the maximum size. The maximum file size can be configured via the builder’s <code dir="auto">max_file_size</code> function:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">max_file_size</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#F78C6C;--1:#AA0982">50_000</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#809191;--1:#616671">/* bytes */</span><span style="--0:#D6DEEB;--1:#403F53">)</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .max_file_size(50_000 /* bytes */) .build()"><div></div></button></div></figure></div> <p>Tauri can automatically rotate your log file when it reaches the size limit instead of discarding the previous file. This behavior can be configured using <code dir="auto">rotation_strategy</code>:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">rotation_strategy</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">RotationStrategy</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">KeepAll)</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .rotation_strategy(tauri_plugin_log::RotationStrategy::KeepAll) .build()"><div></div></button></div></figure></div> <h3 id="filtering"><a aria-hidden tabindex="-1" class="heading-link" href="#filtering">Filtering</a></h3> <p>By default <strong>all</strong> logs are processed. There are some mechanisms to reduce the amount of logs and filter only relevant information.</p> <h3 id="maximum-log-level"><a aria-hidden tabindex="-1" class="heading-link" href="#maximum-log-level">Maximum log level</a></h3> <p>To set a maximum log level, use the <code dir="auto">level</code> function:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">level</span><span style="--0:#D6DEEB;--1:#403F53">(log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">LevelFilter</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Info)</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .level(log::LevelFilter::Info) .build()"><div></div></button></div></figure></div> <p>In this example, debug and trace logs are discarded as they have a lower level than <em>info</em>.</p> <p>It is also possible to define separate maximum levels for individual modules:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">level</span><span style="--0:#D6DEEB;--1:#403F53">(log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">LevelFilter</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Info)</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#809191;--1:#5E6578">// verbose logs only for the commands module</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">level_for</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">my_crate_name::commands</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">, log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">LevelFilter</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Trace)</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .level(log::LevelFilter::Info) // verbose logs only for the commands module .level_for(&#x22;my_crate_name::commands&#x22;, log::LevelFilter::Trace) .build()"><div></div></button></div></figure></div> <p>Note that these APIs use the [<code dir="auto">log</code> crate], which must be added to your <code dir="auto">Cargo.toml</code> file:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="toml"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">[dependencies]</span></div></div><div class="ec-line"><div class="code"><span style="--0:#C5E478;--1:#3C63B3">log</span><span style="--0:#D6DEEB;--1:#403F53"> = </span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">0.4</span><span style="--0:#D9F5DD;--1:#111111">"</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="[dependencies]log = &#x22;0.4&#x22;"><div></div></button></div></figure></div> <h3 id="target-filter"><a aria-hidden tabindex="-1" class="heading-link" href="#target-filter">Target filter</a></h3> <p>A <code dir="auto">filter</code> function can be defined to discard unwanted logs by checking their metadata:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#809191;--1:#5E6578">// exclude logs with target `"hyper"`</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">filter</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#C792EA;--1:#8D46B4">|</span><span style="--0:#C5E478;--1:#3C63B3">metadata</span><span style="--0:#C792EA;--1:#8D46B4">|</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#C5E478;--1:#3C63B3">metadata</span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">target</span><span style="--0:#D6DEEB;--1:#403F53">() </span><span style="--0:#C792EA;--1:#8D46B4">!=</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">hyper</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">)</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() // exclude logs with target &#x60;&#x22;hyper&#x22;&#x60; .filter(|metadata| metadata.target() != &#x22;hyper&#x22;) .build()"><div></div></button></div></figure></div> <h3 id="formatting"><a aria-hidden tabindex="-1" class="heading-link" href="#formatting">Formatting</a></h3> <p>The log plugin formats each log record as <code dir="auto">DATE[TARGET][LEVEL] MESSAGE</code>. A custom format function can be provided with <code dir="auto">format</code>:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">format</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#C792EA;--1:#8D46B4">|</span><span style="--0:#C5E478;--1:#3C63B3">out</span><span style="--0:#D6DEEB;--1:#403F53">, </span><span style="--0:#C5E478;--1:#3C63B3">message</span><span style="--0:#D6DEEB;--1:#403F53">, </span><span style="--0:#C5E478;--1:#3C63B3">record</span><span style="--0:#C792EA;--1:#8D46B4">|</span><span style="--0:#D6DEEB;--1:#403F53"> {</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C5E478;--1:#3C63B3">out</span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">finish</span><span style="--0:#D6DEEB;--1:#403F53">(</span><span style="--0:#82AAFF;--1:#3C63B3">format_args!</span><span style="--0:#D6DEEB;--1:#403F53">(</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#ECC48D;--1:#9B504E">[{} {}] {}</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">,</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C5E478;--1:#3C63B3">record</span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">level</span><span style="--0:#D6DEEB;--1:#403F53">(),</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C5E478;--1:#3C63B3">record</span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">target</span><span style="--0:#D6DEEB;--1:#403F53">(),</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#C5E478;--1:#3C63B3">message</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">))</span></div></div><div class="ec-line"><div class="code"><span class="indent"><span style="--0:#D6DEEB;--1:#403F53"> </span></span><span style="--0:#D6DEEB;--1:#403F53">})</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .format(|out, message, record| { out.finish(format_args!( &#x22;[{} {}] {}&#x22;, record.level(), record.target(), message )) }) .build()"><div></div></button></div></figure></div> <h4 id="log-dates"><a aria-hidden tabindex="-1" class="heading-link" href="#log-dates">Log dates</a></h4> <p>By default the log plugin uses the UTC timezone to format dates but you can configure it to use the local timezone with <code dir="auto">timezone_strategy</code>:</p> <div class="expressive-code"><figure class="frame not-content"><figcaption class="header"></figcaption><pre data-language="rust"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">Builder</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#82AAFF;--1:#3C63B3">new</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">timezone_strategy</span><span style="--0:#D6DEEB;--1:#403F53">(tauri_plugin_log</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">TimezoneStrategy</span><span style="--0:#7FDBCA;--1:#097174">::</span><span style="--0:#D6DEEB;--1:#403F53">UseLocal)</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">.</span><span style="--0:#82AAFF;--1:#3C63B3">build</span><span style="--0:#D6DEEB;--1:#403F53">()</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="tauri_plugin_log::Builder::new() .timezone_strategy(tauri_plugin_log::TimezoneStrategy::UseLocal) .build()"><div></div></button></div></figure></div> <h2 id="permissions"><a aria-hidden tabindex="-1" class="heading-link" href="#permissions">Permissions</a></h2> <p>By default, all plugin commands are blocked and cannot be accessed. You must define a list of permissions in your <code dir="auto">capabilities</code> configuration.</p> <p>See the <a href="/security/capabilities/">Capabilities Overview</a> for more information and the <a href="/learn/security/using-plugin-permissions/">step by step guide</a> to use plugin permissions.</p> <div class="expressive-code"><figure class="frame has-title not-content"><figcaption class="header"><span class="title">src-tauri/capabilities/default.json</span></figcaption><pre data-language="json"><code><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">{</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">"$schema"</span><span style="--0:#D6DEEB;--1:#403F53">: </span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#C789D6;--1:#7F5889">../gen/schemas/desktop-schema.json</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">,</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">"identifier"</span><span style="--0:#D6DEEB;--1:#403F53">: </span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#C789D6;--1:#7F5889">main-capability</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">,</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">"description"</span><span style="--0:#D6DEEB;--1:#403F53">: </span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#C789D6;--1:#7F5889">Capability for the main window</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">,</span></div></div><div class="ec-line"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#097174">"windows"</span><span style="--0:#D6DEEB;--1:#403F53">: [</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#C789D6;--1:#7F5889">main</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">],</span></div></div><div class="ec-line highlight ins"><div class="code"><span class="indent"> </span><span style="--0:#7FDBCA;--1:#075759">"permissions"</span><span style="--0:#D6DEEB;--1:#403F53">: [</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#d09bdc;--1:#614369">log:default</span><span style="--0:#D9F5DD;--1:#111111">"</span><span style="--0:#D6DEEB;--1:#403F53">]</span></div></div><div class="ec-line"><div class="code"><span style="--0:#D6DEEB;--1:#403F53">}</span></div></div></code></pre><div class="copy"><button title="Copy to clipboard" data-copied="Copied!" data-code="{ &#x22;$schema&#x22;: &#x22;../gen/schemas/desktop-schema.json&#x22;, &#x22;identifier&#x22;: &#x22;main-capability&#x22;, &#x22;description&#x22;: &#x22;Capability for the main window&#x22;, &#x22;windows&#x22;: [&#x22;main&#x22;], &#x22;permissions&#x22;: [&#x22;log:default&#x22;]}"><div></div></button></div></figure></div> <h2 id="default-permission"><a href="#default-permission" class="heading-link">Default Permission</a></h2> <p>Allows the log command</p> <ul> <li><code>allow-log</code></li> </ul> <h2 id="permission-table">Permission Table</h2> <table> <tbody><tr> <th>Identifier</th> <th>Description</th> </tr><tr> <td> <p><code>log:allow-log</code></p> </td> <td> <p>Enables the log command without any pre-configured scope.</p> </td> </tr><tr> <td> <p><code>log:deny-log</code></p> </td> <td> <p>Denies the log command without any pre-configured scope.</p> </td> </tr> </tbody></table> </div> <footer class="sl-flex astro-hd3a3yaz"> <div class="meta sl-flex astro-hd3a3yaz"> <a href="https://github.com/tauri-apps/tauri-docs/edit/v2/src/content/docs/plugin/logging.mdx" class="sl-flex astro-lrtix4fb"><svg aria-hidden="true" class="astro-lrtix4fb astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.2em;"><path d="M22 7.24a1 1 0 0 0-.29-.71l-4.24-4.24a1 1 0 0 0-1.1-.22 1 1 0 0 0-.32.22l-2.83 2.83L2.29 16.05a1 1 0 0 0-.29.71V21a1 1 0 0 0 1 1h4.24a1 1 0 0 0 .76-.29l10.87-10.93L21.71 8c.1-.1.17-.2.22-.33a1 1 0 0 0 0-.24v-.14l.07-.05ZM6.83 20H4v-2.83l9.93-9.93 2.83 2.83L6.83 20ZM18.17 8.66l-2.83-2.83 1.42-1.41 2.82 2.82-1.41 1.42Z"/></svg> Edit page</a> <p>Last updated: <time datetime="2025-02-28T13:30:52.000Z">Feb 28, 2025</time></p> </div> <div class="pagination-links astro-35iecikb" dir="ltr"> <a href="/plugin/localhost/" rel="prev" class="astro-35iecikb"> <svg aria-hidden="true" class="astro-35iecikb astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.5rem;"><path d="M17 11H9.41l3.3-3.29a1.004 1.004 0 1 0-1.42-1.42l-5 5a1 1 0 0 0-.21.33 1 1 0 0 0 0 .76 1 1 0 0 0 .21.33l5 5a1.002 1.002 0 0 0 1.639-.325 1 1 0 0 0-.219-1.095L9.41 13H17a1 1 0 0 0 0-2Z"/></svg> <span class="astro-35iecikb"> Previous <br class="astro-35iecikb"> <span class="link-title astro-35iecikb">Localhost</span> </span> </a> <a href="/plugin/nfc/" rel="next" class="astro-35iecikb"> <svg aria-hidden="true" class="astro-35iecikb astro-5pvzwww5" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1.5rem;"><path d="M17.92 11.62a1.001 1.001 0 0 0-.21-.33l-5-5a1.003 1.003 0 1 0-1.42 1.42l3.3 3.29H7a1 1 0 0 0 0 2h7.59l-3.3 3.29a1.002 1.002 0 0 0 .325 1.639 1 1 0 0 0 1.095-.219l5-5a1 1 0 0 0 .21-.33 1 1 0 0 0 0-.76Z"/></svg> <span class="astro-35iecikb"> Next <br class="astro-35iecikb"> <span class="link-title astro-35iecikb">NFC</span> </span> </a> </div> </footer> <hr class="astro-fxeopwe4"> <p class="astro-fxeopwe4">&copy; 2025 Tauri Contributors. CC-BY / MIT</p> </div> </div> </main> </div> </div> </div> </div> <script async id="netlify-rum-container" src="/.netlify/scripts/rum" data-netlify-rum-site-id="6dc81a5e-32ac-46f4-80c5-198f4a536e26" data-netlify-deploy-branch="v2" data-netlify-deploy-context="production" data-netlify-cwv-token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzaXRlX2lkIjoiNmRjODFhNWUtMzJhYy00NmY0LTgwYzUtMTk4ZjRhNTM2ZTI2IiwiYWNjb3VudF9pZCI6IjVlOGUzM2E3YmNhOGVjNjRiZmY4ZDIzOCIsImRlcGxveV9pZCI6IjY3ZGNmZTBkYmY0MmEzMDAwOGVkNDk4MSIsImlzc3VlciI6Im5mc2VydmVyIn0.mLyGCwr_rSFct1q-187_Oz-pUrPyezTh2K_Q-JN32jk"></script></body></html>

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