Downloads:
191
Downloads of v 1.1.0:
20
Last Update:
18 Aug 2025
Package Maintainer(s):
Software Author(s):
- Biome
Tags:
Biome CLI
This is not the latest version of Biome CLI available.
- 1
- 2
- 3
1.1.0 | Updated: 18 Aug 2025
Downloads:
191
Downloads of v 1.1.0:
20
Maintainer(s):
Software Author(s):
- Biome
Biome CLI 1.1.0
This is not the latest version of Biome CLI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Biome. The inclusion of Biome trademark(s), if any, upon this webpage is solely to identify Biome goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Biome CLI, run the following command from the command line or from PowerShell:
To upgrade Biome CLI, run the following command from the command line or from PowerShell:
To uninstall Biome CLI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download biomejs-cli --internalize --version=1.1.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade biomejs-cli -y --source="'INTERNAL REPO URL'" --version="'1.1.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade biomejs-cli -y --source="'INTERNAL REPO URL'" --version="'1.1.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install biomejs-cli
win_chocolatey:
name: biomejs-cli
version: '1.1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'biomejs-cli' do
action :install
source 'INTERNAL REPO URL'
version '1.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller biomejs-cli
{
Name = "biomejs-cli"
Version = "1.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'biomejs-cli':
ensure => '1.1.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 25 Aug 2025.
Biome is a performant toolchain for web projects, it aims to provide developer tools to maintain the health of said projects.
Biome is a fast formatter for JavaScript, TypeScript, JSX, JSON, CSS and GraphQL that scores 97% compatibility with Prettier.
Biome is a performant linter for JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL that features more than 300 rules from ESLint, typescript-eslint, and other sources.
It outputs detailed and contextualized diagnostics that help you to improve your code and become a better programmer!
Biome is designed from the start to be used interactively within an editor.
It can format and lint malformed code as you are writing it.
Usage
# format files
biome format --write
# lint files and apply the safe fixes
biome lint --write
# run format, lint, etc. and apply the safe fixes
biome check --write
# check all files against format, lint, etc. in CI environments
biome ci
If you want to give Biome a run without installing it, use the online playground, compiled to WebAssembly.
Documentation
Check out our homepage to learn more about Biome,
or directly head to the Getting Started guide to start using Biome.
Funding
You can fund the project in different ways
Project sponsorship and funding
You can sponsor or fund the project via Open collective or GitHub sponsors
Biome offers a simple sponsorship program that allows companies to get visibility and recognition among various developers.
Biome offers enterprise support, where Core Contributors can be employed to work on company-focused projects.
From: https://github.com/biomejs/biome/blob/cli/v1.1.0/LICENSE
LICENSE
MIT License
Copyright (c) 2023 Biome Developers and Contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/biomejs/biome/releases/tag/cli/v1.1.0, and download from there.
x86 (64-bit): https://github.com/biomejs/biome/releases/download/cli/v1.1.0/biome-win32-x64.exe
ARM (64-bit): https://github.com/biomejs/biome/releases/download/cli/v1.1.0/biome-win32-arm64.exe
to download the executables. You may wish to rename one of the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
x86 (64-bit): 7044fa42994b4ebd4cc1b8929024dedea96f8fe33842988e924ec2a9a31389b0cdbba4605cc0af3588b8a74693f21233118dedd2fb69944ae86ab52952bc872f
ARM (64-bit): 1ef5241380b57d42e9ceb8ae9d3707234894cb122a5f205ff055d8d8c6d50a45caef811ea166de3f8fc9a7d008d7c6c7b0bd200c0b3c5bc73c45d22ef7e287ff
File 'LICENSE.txt' obtained from:
https://github.com/biomejs/biome/blob/cli/v1.1.0/LICENSE
md5: 969070E0BDDAC3CEBB4606F2C8145B63 | sha1: 9CBD96ACD25ACD9A0FD3319F45BF24C40503DD6B | sha256: F8E221F704125D3BBCF3200D5E32A12BFB6E04975FEA042FDBA38496C93224A2 | sha512: 1EF5241380B57D42E9CEB8AE9D3707234894CB122A5F205FF055D8D8C6D50A45CAEF811EA166DE3F8FC9A7D008D7C6C7B0BD200C0B3C5BC73C45D22EF7E287FF
md5: C4C3297A75E02FCF14A5BABC07B26C76 | sha1: 1FFED8BC09ACA7F66D0318F9632A790096E8E169 | sha256: 33E4CCF95FA48F0D7E8EDEE6FC4926DD2C30D8604843C53D52D9E9A3BC9F503B | sha512: 7044FA42994B4EBD4CC1B8929024DEDEA96F8FE33842988E924EC2A9A31389B0CDBBA4605CC0AF3588B8A74693F21233118DEDD2FB69944AE86AB52952BC872F
Log in or click on link to see number of positives.
- biomejs-cli.1.1.0.nupkg (8fe388df4d84) - ## / 68
- biome.exe (f8e221f70412) - ## / 70
- biome.exe (33e4ccf95fa4) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Biome CLI 1.1.1 | 23 | Thursday, August 28, 2025 | Approved | |
Biome CLI 1.1.0 | 20 | Monday, August 18, 2025 | Approved | |
Biome CLI 1.0.0 | 16 | Wednesday, August 13, 2025 | Approved | |
Biome CLI 0.2.3 | 17 | Thursday, July 31, 2025 | Approved | |
Biome CLI 0.2.0 | 31 | Tuesday, July 29, 2025 | Approved | |
Biome CLI 0.1.2 | 48 | Saturday, July 12, 2025 | Approved | |
Biome CLI 0.1.2-nightly0 | 36 | Saturday, July 12, 2025 | Exempted |
Copyright © 2023 - 2025, Biome
Analyzer
Enhancements
- Add a code action to replace
rome-ignore
withbiome-ignore
. Usebiome check --apply-unsafe
to update all the comments. The action is not bulletproof, and it might generate unwanted code, that's why it's unsafe action.
CLI
Enhancements
Biome now reports a diagnostics when a
rome.json
file is found.biome migrate --write
createsbiome.json
fromrome.json
, but it won't delete therome.json
file.
Bug fixes
Biome uses
biome.json
first, then it attempts to userome.json
.Fix a case where Biome couldn't compute correctly the ignored files when the VSC integration is enabled.
Configuration
Editors
Bug fixes
- The LSP now uses its own socket and won't rely on Biome's socket. This fixes some cases where users were seeing
multiple servers in the rage
output.
Formatter
Enhancements
You can use
// biome-ignore
as suppression comment.The
// rome-ignore
suppression is deprecated.
JavaScript APIs
Linter
Enhancements
useTemplate now reports all string concatenations.
Previously, the rule ignored concatenation of a value and a newline or a backquote.
For example, the following concatenation was not reported:
v + "\n"; "`" + v + "`";
The rule now reports these cases and suggests the following code fixes:
- v + "\n"; + `${v}\n`; - v + "`"; + `\`${v}\``;
useExponentiationOperator suggests better code fixes.
The rule now preserves any comment preceding the exponent,
and it preserves any parenthesis around the base or the exponent.
It also adds spaces around the exponentiation operator
**
,and always adds parentheses for pre- and post-updates.
- Math.pow(a++, /**/ (2)) + (a++) ** /**/ (2)
You can use
// biome-ignore
as suppression comment.The
// rome-ignore
suppression is deprecated.noUselessConstructor now ignores decorated classes and decorated parameters.
The rule now gives suggestions instead of safe fixes when parameters are annotated with types.
Bug fixes
Fix #80, making noDuplicateJsxProps case-insensitive.
Some frameworks, such as Material UI, rely on the case-sensitivity of JSX properties.
For example, TextField has two properties with the same name, but distinct cases:
<TextField inputLabelProps="" InputLabelProps=""></TextField>
Fix #138
noCommaOperator now correctly ignores all use of comma operators inside the update part of a
for
loop.The following code is now correctly ignored:
for ( let i = 0, j = 1, k = 2; i < 100; i++, j++, k++ ) {}
Fix rome#4713.
Previously, useTemplate made the following suggestion:
- a + b + "px" + `${a}${b}px`
This breaks code where
a
andb
are numbers.Now, the rule makes the following suggestion:
- a + b + "px" + `${a + b}px`
Fix rome#4109
Previously, useTemplate suggested an invalid code fix when a leading or trailing single-line comment was present:
// leading comment - 1 /* inner comment */ + "+" + 2 // trailing comment + `${// leading comment + 1 /* inner comment */}+${2 //trailing comment}` // trailing comment
Now, the rule correctly handle this case:
// leading comment - 1 + "+" + 2 // trailing comment + `${1}+${2}` // trailing comment
As a sideeffect, the rule also suggests the removal of any inner comments.
Fix rome#3850
Previously useExponentiationOperator suggested invalid code in a specific edge case:
- 1 +Math.pow(++a, 2) + 1 +++a**2
Now, the rule properly adds parentheses:
- 1 +Math.pow(++a, 2) + 1 +(++a) ** 2
Fix #106
noUndeclaredVariables now correctly recognizes some TypeScript types such as
Uppercase
.Fix rome#4616
Previously noUnreachableSuper reported valid codes with complex nesting of control flow structures.
What's Changed
blog: mention new features in first migration step by @Vivalldi in https://github.com/biomejs/biome/pull/84
fix(website): avatar overlapping with header nav by @lutaok in https://github.com/biomejs/biome/pull/82
fix(formatter): respect
IndentWidth
inIndentStyle::Tab
by @magic-akari in https://github.com/biomejs/biome/pull/86fix(lint/useTemplate): preserve leading non-string addition by @Conaclos in https://github.com/biomejs/biome/pull/70
fix: update remaining discord links by @Conaclos in https://github.com/biomejs/biome/pull/90
docs(CONTRIBUTING): update changelog guidelines by @Conaclos in https://github.com/biomejs/biome/pull/91
small typo fix by @jharrell in https://github.com/biomejs/biome/pull/94
ci: extract changelog for GitHub release notes by @Conaclos in https://github.com/biomejs/biome/pull/92
fix(lint/noDuplicateJsxProps): make the rule case-sensitive by @Conaclos in https://github.com/biomejs/biome/pull/100
fix(lint/noUndeclaredVariables): recognize
Uppercase
by @Conaclos in https://github.com/biomejs/biome/pull/109docs: fix 'performance reason' typo everywhere left by @jrysana in https://github.com/biomejs/biome/pull/110
chore: rust 1.72.0 by @ematipico in https://github.com/biomejs/biome/pull/111
refactor(website): use starlight by @ematipico in https://github.com/biomejs/biome/pull/102
docs(website): fix broken links on getting-started by @vinnyA3 in https://github.com/biomejs/biome/pull/117
fix(lint/useTemplate): correctly handle comments by @Conaclos in https://github.com/biomejs/biome/pull/114
docs/fix-analyzer-opt-in-reference by @stephwestgarth in https://github.com/biomejs/biome/pull/122
refactor(utils): remove utils::to_camel_case by @Conaclos in https://github.com/biomejs/biome/pull/123
feat(cli): emit warning when
rome.json
file is found by @ematipico in https://github.com/biomejs/biome/pull/107fix: docs typo by @akash1412 in https://github.com/biomejs/biome/pull/126
fix(website): broken rule links on
biome-v1
blog page by @GabenGar in https://github.com/biomejs/biome/pull/127refactor(analyzer): avoid cloning and redundant checks by @Conaclos in https://github.com/biomejs/biome/pull/124
fix: restore "nursery end" comment in
categories.rs
by @unvalley in https://github.com/biomejs/biome/pull/130fix(website/playground): fix missing scroll by @Levieber in https://github.com/biomejs/biome/pull/133
fix(docs): a bunch of broken links, not all of them by @ematipico in https://github.com/biomejs/biome/pull/142
fix: use
biome.json
instead by @ematipico in https://github.com/biomejs/biome/pull/140feat: migrate
rome.json
tobiome.json
by @ematipico in https://github.com/biomejs/biome/pull/144docs: fix broken links in CONTRIBUTING.md by @nissy-dev in https://github.com/biomejs/biome/pull/147
docs: Update README.md by @nissy-dev in https://github.com/biomejs/biome/pull/149
fix(lint/useExponentiationOperator): avoid incorrect code fixes by @Conaclos in https://github.com/biomejs/biome/pull/121
fix(lint/noUnreachableSuper): handle complex CFG by @Conaclos in https://github.com/biomejs/biome/pull/97
fix(lint/noCommaOperator): ignore update part of for loops by @Conaclos in https://github.com/biomejs/biome/pull/152
fix: support deno by @zuisong in https://github.com/biomejs/biome/pull/151
fix: support deno by @zuisong in https://github.com/biomejs/biome/pull/153
fix(cli): correctly compute ignored files by @ematipico in https://github.com/biomejs/biome/pull/150
refactor(lint/noUselessConstructor): reduce false positives by @Conaclos in https://github.com/biomejs/biome/pull/158
feat:
biome-ignore
as suppression comment by @ematipico in https://github.com/biomejs/biome/pull/163ci: run action only from own branches by @ematipico in https://github.com/biomejs/biome/pull/167
feat(lint): useCollapsedElseIf by @n-gude in https://github.com/biomejs/biome/pull/160
feat: create action for replacing outdated suppression comments by @ematipico in https://github.com/biomejs/biome/pull/166
release: 1.1.0 by @ematipico in https://github.com/biomejs/biome/pull/155
New Contributors
@Vivalldi made their first contribution in https://github.com/biomejs/biome/pull/84
@lutaok made their first contribution in https://github.com/biomejs/biome/pull/82
@magic-akari made their first contribution in https://github.com/biomejs/biome/pull/86
@jharrell made their first contribution in https://github.com/biomejs/biome/pull/94
@jrysana made their first contribution in https://github.com/biomejs/biome/pull/110
@vinnyA3 made their first contribution in https://github.com/biomejs/biome/pull/117
@stephwestgarth made their first contribution in https://github.com/biomejs/biome/pull/122
@akash1412 made their first contribution in https://github.com/biomejs/biome/pull/126
@GabenGar made their first contribution in https://github.com/biomejs/biome/pull/127
@unvalley made their first contribution in https://github.com/biomejs/biome/pull/130
@Levieber made their first contribution in https://github.com/biomejs/biome/pull/133
@zuisong made their first contribution in https://github.com/biomejs/biome/pull/151
@n-gude made their first contribution in https://github.com/biomejs/biome/pull/160
Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.0.0...cli/v1.1.0
-
- vcredist140 (≥ 14.20.27508.1)
Ground Rules:
- This discussion is only about Biome CLI and the Biome CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Biome CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.