Deno Version History

2 active, 7 end-of-life. 9 versions tracked.

Deno releases frequently, with minor versions shipping roughly monthly and patch releases as needed. Deno 2.0 (October 2024) was a major milestone, adding full Node.js compatibility and npm package support.

Recommendation

Use Deno 2.x (latest) for new projects. It supports npm packages natively, has built-in TypeScript, and includes a standard library. The Node.js compatibility layer makes migration straightforward.

Version Released End of Life Latest Patch Status
Deno 2.7 February 25, 2026 TBD 2.7.4 Active
Deno 2.6 December 10, 2025 February 25, 2026 2.6.10 End of Life
Deno 2.5 LTS September 10, 2025 April 30, 2026 2.5.7 LTS — Active
Deno 2.4 July 1, 2025 September 10, 2025 2.4.5 End of Life
Deno 2.3 April 30, 2025 July 1, 2025 2.3.7 End of Life
Deno 2.2 LTS February 18, 2025 October 31, 2025 2.2.15 End of Life
Deno 2.1 LTS November 21, 2024 April 30, 2025 2.1.14 End of Life
Deno 2.0 October 8, 2024 November 21, 2024 2.0.6 End of Life
Deno 1 April 13, 2020 October 9, 2024 1.46.3 End of Life
View Deno Hub Page →

Deno Support Policy

Deno only supports the latest release. There is no LTS program or backported patches for older versions. The project moves fast, and users are expected to stay on the latest version.

What You Need to Know

Deno 2.0 added full backward compatibility with Node.js and npm, making it practical for existing Node.js projects.

Only the latest Deno version is supported. There are no LTS releases or backported security patches.

Deno includes TypeScript support, a built-in linter, formatter, and test runner out of the box.

Deno Deploy (the official hosting platform) always runs the latest Deno version.

Frequently Asked Questions

How often does Deno release new versions?
Deno ships minor versions roughly monthly and patch releases as needed. Major versions ship when significant breaking changes are ready (Deno 1.0 in 2020, Deno 2.0 in October 2024).
Can I use npm packages with Deno?
Yes. Since Deno 2.0, you can import npm packages using 'npm:' specifiers (e.g., import express from 'npm:express'). Most npm packages work out of the box, including those with native dependencies.
Should I use Deno or Node.js for a new project?
Node.js has the larger ecosystem and more production battle-testing. Deno offers better defaults (TypeScript, security permissions, built-in tooling) and a cleaner API. For new projects where you want modern defaults, Deno 2.x is a strong choice. For maximum library compatibility, stick with Node.js.

Related Tools

Get Deno release alerts

New releases, EOL warnings, security patches. Monthly digest, no spam.

Free forever. Unsubscribe anytime.