Deno
banner
deno.land
Deno
@deno.land
A modern runtime for JavaScript and TypeScript

https://deno.com
Zero to database in record time, with Deno Deploy and @prisma.io

Try it now at deno.com/deploy
October 29, 2025 at 9:27 AM
Our Deploy platform continues to ramp up, and after exploring it for while @philhawksworth.dev has some highlights to share.

deno.com/blog/deno-de...
My highlights from the new Deno Deploy | Deno
Highlights from the new version of Deno Deploy.
deno.com
October 27, 2025 at 3:03 PM
While building Deno, we've published dozens of libraries and tools to solve common problems, all open sourced under MIT.

Here are some you might find useful 👇

deno.com/blog/open-so...
Deno's Other Open Source Projects | Deno
Here’s a roundup of some of our popular open source libraries and how we use them in Deno.
deno.com
October 16, 2025 at 4:14 PM
New in Deno v2.5.4: Deno tunnel

Connect your local and your Deploy environments.
October 9, 2025 at 1:43 PM
Deno 2.5.3 has been released

github.com/denoland/den...
October 6, 2025 at 5:35 PM
Deno is hiring a systems engineer!
www.notion.so/denolandinc/...
Software Engineer, Infrastructure | Notion
Deno is hiring a systems engineer!
www.notion.so
October 1, 2025 at 11:56 AM
Worried about npm exploits?
Deno can run your Node apps with added protection:
🔒 opt-in permissions
🔒 user-authorized postinstall scripts
🔒 permission audit + trace logs
and much more 👇

deno.com/blog/deno-pr...
How Deno protects against npm exploits | Deno
Recent supply chain attacks on npm is a reminder that Node and npm grants unfettered access to your systems. Here's how Deno, with an opt-in security model, protects against these vulnerabilities.
deno.com
September 30, 2025 at 5:29 PM
Shopping around for a place to host your Next.js, Svelte, Nuxt, or any other type of site?

It's easy to try out Deno Deploy for free.

deno.com/deploy
Deno Deploy
One simple platform for anything that runs with JavaScript or Typescript.
deno.com
September 30, 2025 at 11:06 AM
Deno 2.5.2 has just been released github.com/denoland/den...

`deno upgrade`
September 25, 2025 at 3:28 PM
🍋2️⃣

fresh.deno.dev
September 24, 2025 at 3:41 PM
We’re in the discovery phase to #FreeJavaScript from Oracle: depositions, surveys, evidence, expert testimony. Costly, but vital to protect "JavaScript" for all.

Help us put forward the strongest case possible👇

deno.com/blog/javascr...
Help Us Raise $200k to Free the JavaScript from Oracle | Deno
Our legal battle over Oracle's claim on the word "JavaScript" is entering the discovery phase. Here's how you can help.
deno.com
September 18, 2025 at 4:29 PM
2️⃣🔘5️⃣
September 11, 2025 at 3:49 PM
Deno 2.5 is out —
⭐ Permission sets in config
⭐ Setup and teardown APIs to Deno.test
⭐ HTML entrypoint support in deno bundle
⭐ Runtime API for deno bundle

deno.com/blog/v2.5
Deno 2.5: Permissions in the config file | Deno
Simpler permission management with permission sets, new Deno.test APIs for setting up and tearing down test cases, specifying custom headers in WebSocket connections, runtime APIs in deno bundle, and ...
deno.com
September 10, 2025 at 5:30 PM
Curious about Fresh? 🍋

Explore the delightful web framework in this tutorial, or get your own example running on Deno Deploy in a couple of clicks.

docs.deno.com/examples/fre...
September 9, 2025 at 2:20 PM
Fresh 2 has graduated to beta releases - essentially release candidates before a stable release.

Fresh can now act as a Vite plugin, opening the door to HMR, faster boot times, and Cloudflare deployments.

deno.com/blog/fresh-a...
Fresh 2.0 Graduates to Beta, Adds Vite Support | Deno
Fresh 2.0 beta introduces optional Vite integration - with hot reloading, faster boot times, seamless React aliasing, and the full Vite plugin ecosystem
deno.com
September 2, 2025 at 3:47 PM
We're launching a GoFundMe to cover legal fees to #FreeJavaScript trademark from Oracle.

We need to raise $200k to make full use of the discovery phase in the trademark cancelation petition. This is a critical step in protecting the JavaScript name for the whole community.

👉 javascript.tm
JavaScript™
We need your help to continue our fight over Oracle's claim to the JavaScript trademark. Here's where we are now and what you can do to help.
javascript.tm
August 28, 2025 at 4:20 AM
Deploy directly from the Deno CLI

⌨️ Manage apps
⌨️ Manage env vars
⌨️ Stream logs to your terminal
⌨️ Configure cloud connections

deno.com/deploy
August 27, 2025 at 3:48 PM
Did you know that your @vuejs.org projects can run on Deno, and live on Deno Deploy?

Try our quick start example

deno.co/try/vue
August 26, 2025 at 3:55 PM
Deno v2.4.5 has been shipped, with:
🔐 multiple `node:tls` fixes for popular DB drivers
💡 new `deno install` output
🚀 pull-based diagnostics in the LSP for faster feedback
and many more 👉

github.com/denoland/den...
Release v2.4.5 · denoland/deno
2.4.5 / 2025.08.21 feat(lsp): pull-based diagnostics (#30325) feat(unstable/install): DENO_INSTALL_ARCH env var (#30473) feat(unstable/install): more informative deno install output (#30387) fix(b...
github.com
August 21, 2025 at 2:55 PM
Create (a) React App on Deno!

⚛️ React + TypeScript + Vite

docs.deno.com/examples/rea...
August 21, 2025 at 11:20 AM
shoulda woulda coulda
Idiot!

Should totally have called this "What the heck's the hex?"

crocss.philhawksworth.deno.net/croc/orange-...
August 20, 2025 at 11:04 AM
Patience rewarded. 🎊

Deno Deploy EA now supports KV

deno.com/deploy
August 20, 2025 at 10:43 AM
Deno v2.4.4 just dropped, including:
📦 `deno bundle` uses correct conditions for browser code
🚀 faster `structuredClone` API and Node-API addons
⚙️ `node:worker_threads` handles CommonJS better
💡 new progress bar spinner
and many more 👉

github.com/denoland/den...
Release v2.4.4 · denoland/deno
2.4.4 / 2025.08.13 feat(unstable): add json repl (#30307) feat(unstable): allow setting headers on EventSource (#30278) feat(unstable): allow specifying default path and path prefix (#30320) feat(...
github.com
August 14, 2025 at 3:56 PM