ZIP
WinGet
Deno
Deno Land Inc. · 2.7.12 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
deno-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
DenoLand.Deno
Version
2.7.12
Description
A modern runtime for JavaScript and TypeScript
License
MIT
↗
Homepage
https://deno.com/
Installer URL
https://github.com/denoland/deno/releases/download/v2.7.12/deno-aarch64-pc-windows-msvc.zip
Release Notes
2.7.12 / 2026.04.09
- feat(ext/node): add fs.SyncWriteStream (#33226)
- feat(ext/node): add llhttp-based HTTPParser with native cppgc binding (#33202)
- feat(ext/node): add native TLSWrap cppgc object (Rust core) (#33183)
- feat: native uv_pipe_t implementation with NativePipe and FdTable (#33165)
- fix(core): fix uv_pipe_open handle lifecycle to match libuv (#33225)
- fix(core): free UvLoopInner on uv_loop_t drop to prevent worker memory leak
(#33200)
- fix(core): handle WouldBlock in op_prin…