Deno
npx @buildinternet/releases get denoRecently shipped deno desktop plus new link, unlink, watch, and list subcommands.
deno desktop turns web apps into single-binary native apps. The webview-based UI backend autodetects Vite, Nuxt, and React Router, ships to Linux .deb/.rpm and Windows .msi installers with --compress bundles, and registers deep-link URL schemes at bundle time. Compile now supports watch mode, minification, and an aarch64-pc-windows-msvc target.
Node projects port over with fewer steps. deno install reads npm, pnpm, yarn, and Bun lockfiles directly, and a node binary is provided on PATH when Node isn't installed. deno add gained --unscoped, --no-save, and --save-optional flags.
New CLI subcommands round out the workflow. deno bump-version handles semver bumps with workspace support, deno why explains dependency relationships, deno audit fix resolves vulnerabilities, and deno transpile, pack, and ci joined as new tools.
Runtime and crypto expanded. A Blob/Body textStream() method, an experimental QuickJS backend, post-quantum ML-KEM and ML-DSA support, and ChaCha20-Poly1305 landed. V8 upgraded to 150.2.0 with faster cold npm installs.