Silent Install HQ
EXE WinGet

Biome

BiomeJS · 2.3.3 · arm64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Portable application — no installation required. Run the executable directly from any location.

File Identity

SHA256 0c9c145b1c81854a152207fdf46d347064927fcfd457d2d729f70165a60c0fe4 VirusTotal ↗
Filename biome-win32-arm64.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID BiomeJS.Biome
Version 2.3.3
Description Biome is a toolchain for web projects, aimed at providing functionalities to maintain them. It offers a formatter and linter, usable via CLI and LSP.
License Apache-2.0
Upgrade Behavior install(Install over existing)
Release Notes 2.3.3 Patch Changes - #7907 57bd662 Thanks @ematipico! - Fixed #7839. Now the Biome parser correctly parses the Astro frontmatter even when a triple fence is inside quotes. - #7934 a35c496 Thanks @alissonlauffer! - Fixed #7919: The HTML parser now correctly handles Unicode BOM (Byte Order Mark) characters at the beginning of HTML files, ensuring proper parsing and tokenization. - #7869 c80361d Thanks @matanshavit! - Fixed #7864: Biome now preserves component tag name casing in Svelte, Astro, and…