---
title: "Desktop apps"
url: https://daily.dev/posts/desktop-apps-vo7fikogh
source_url: https://docs.deno.com/runtime/desktop
type: article
source: "Lobsters"
published: 2026-06-22T14:55:12.103Z
updated: 2026-06-22T14:55:35.817Z
tags: ["typescript", "deno", "electron"]
reading_time: 3
upvotes: 96
comments: 5
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Desktop apps

**[Lobsters](https://daily.dev/sources/lobsters)** · 3 min read · 96 upvotes · 5 comments

## Summary

Deno v2.9.0 (canary) introduces `deno desktop`, a new command that compiles a Deno project into a self-contained desktop application. It bundles your code, the Deno runtime, and a web rendering engine into a single redistributable binary per platform. Key features include framework auto-detection (Next.js, Astro, SvelteKit, Remix, Nuxt, etc.), in-process bindings instead of socket-based IPC, cross-compilation from a single machine, hot module replacement, built-in binary-diff auto-update, and native OS integrations (menus, tray, notifications, dialogs). The default backend uses the OS webview for small binaries, with an optional bundled Chromium (CEF) backend for consistent cross-platform rendering.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://docs.deno.com/runtime/desktop>

## Community discussion

Top comments from developers on daily.dev.

**@kkurko** · 4 upvotes

> This looks very promising!

**@catalin560** · 2 upvotes

> sounds kinda interesting I guess but why advertise it when its not even out yet?

**@vladsiu** · 0 upvotes

> It looks very promising!

**@ajaychoudhary80** · 0 upvotes

> A single command to build desktop apps could significantly improve developer experience.

## Similar posts on daily.dev

- [Deno project is going to add cross-platform desktop apps in next major update](https://daily.dev/posts/deno-project-is-going-to-add-cross-platform-desktop-apps-in-next-major-update-ut9haotce) · DEVCLASS · 0 upvotes · 1 comments
- [Deno update streamlines creation of desktop apps](https://daily.dev/posts/deno-update-streamlines-creation-of-desktop-apps-nllbqv6xp) · InfoWorld · 3 upvotes · 0 comments

---

Tags: [#typescript](https://daily.dev/tags/typescript), [#deno](https://daily.dev/tags/deno), [#electron](https://daily.dev/tags/electron)

[View this post on daily.dev](https://daily.dev/posts/desktop-apps-vo7fikogh)
