{#if probing}

Checking your hardware

One moment.

{:else if ready}

Ready to go

Press the button. Start talking. That's it.

{:else if downloading}

Downloading model

{downloadingModel}

{downloadProgress}%

{#if estimatedMinutes > 2}

Download in background — this may take a while

{/if}
{:else}

Welcome to Kon

Press the button. Start talking. That's it.

{#if error}
{error}
{/if} {#if systemInfo}

Your system

RAM {Math.round(systemInfo.ram_mb / 1024)} GB CPU {systemInfo.cpu_brand} Cores {systemInfo.cpu_cores} OS {systemInfo.os}
{/if} {#if models.length > 0}

Pick a model

One tap — we handle the rest.

{#each models as model, i} {/each}
{/if}
{/if}