Deno (software)

Deno
Original author(s)Ryan Dahl
Developer(s)Deno Land Inc and contributors
Initial releaseMay 13, 2018 (2018-05-13)
Stable release
2.3.6  / 12 June 2025 (12 June 2025)
Repositorygithub.com/denoland/deno
Written inTypeScript, JavaScript, Rust, C++ (V8 bindings)
Operating systemLinux, macOS, Microsoft Windows
TypeRuntime environment
LicenseMIT License
Websitedeno.com 

Deno (/dn/) is a runtime for JavaScript, TypeScript, and WebAssembly that is based on the V8 JavaScript engine and the Rust programming language. Deno was co-created by Ryan Dahl, the creator of Node.js and Bert Belder.

Deno explicitly takes on the role of both runtime and package manager within a single executable, rather than requiring a separate package-management program.