EXE
WinGet
Biome
BiomeJS · 2.4.16 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
biome-win32-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
BiomeJS.Biome
Version
2.4.16
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
Homepage
https://biomejs.dev/
Installer URL
https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.4.16/biome-win32-x64.exe
Upgrade Behavior
install(Install over existing)
Release Notes
2.4.16
Patch Changes
- #10329 ef764d5 Thanks @Conaclos! - Fixed an issue where diagnostics showed an incorrect location in Astro files.
- #10363 50aa415 Thanks @dyc3! - Fixed HTML formatting for a case where comments could cause the formatter to split up a closing tag, which would cause the resulting HTML to be syntactically invalid.
Input:
<span
><!-- 1
--><span>a</span
><!-- 2
--><span>b</span
><!-- 3
--></span>
Output:
<span
><!-- 1
- --> <span>a</sp…