Icon

Deno

Deno is a secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. It offers modern features like built-in TypeScript support, secure defaults requiring explicit permissions, and a standard library for common tasks.
Latest: 2.8.2 Web Scrape
Last checked: Jun 9, 2026 12:10am
Rank: 210/15140
Also monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MITWinget: Available

Version & Lifecycle

0
Current: 2.8.2 N-2: 2.7.14 Avg cadence: Every 7 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • March 29, 2026
0

Deployment tip

For managed Windows developer-workstation or build-agent deployments, treat Deno as a single-binary tool and decide whether the install belongs in the user profile or a managed machine path. The official Windows install command is irm https://deno.land/install.ps1 | iex; the installer repository documents DENO_INSTALL as the install root and places the executable under $DENO_INSTALL/bin. If you need a machine-level location, set that variable before running the installer and add the resulting deno.exe directory to the system PATH.

For version-pinned or repeatable deployments, the same installer supports setting a version before invoking the PowerShell script, for example $v="1.0.0"; irm https://deno.land/install.ps1 | iex. After install or update, verify the endpoint with deno --version instead of using per-user cache or project files as detection evidence.

Operational caveat: Deno’s Windows runtime requirement is Windows 10 version 1709 or Windows Server 2016 version 1709 and later. Source: official Deno installation documentation and the Deno installer README.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Denodenoland Deno

Packaging Notes

0

Deno is distributed as a single executable binary for multiple platforms.