Downloads:
27
Downloads of v 0.1.2-nightly0:
18
Last Update:
12 Jul 2025
Package Maintainer(s):
Software Author(s):
- Biome
Tags:
Biome CLI
This is a prerelease version of Biome CLI.
- 1
- 2
- 3
0.1.2-nightly0 | Updated: 12 Jul 2025
Downloads:
27
Downloads of v 0.1.2-nightly0:
18
Maintainer(s):
Software Author(s):
- Biome
Biome CLI 0.1.2-nightly0
This is a prerelease version of Biome CLI.
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 --pre --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'" --prerelease [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'" --prerelease
$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: '0.1.2-nightly0'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
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 '0.1.2-nightly0'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller biomejs-cli
{
Name = "biomejs-cli"
Version = "0.1.2-nightly0"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'biomejs-cli':
ensure => '0.1.2-nightly0',
install_options => ['--prerelease'],
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.
There are versions of this package awaiting moderation . See the Version History section below.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
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/v0.1.2-nightly.506ee2e/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/v0.1.2-nightly.506ee2e, and download from there.
x86 (64-bit): https://github.com/biomejs/biome/releases/download/cli/v0.1.2-nightly.506ee2e/biome-win32-x64.exe
ARM (64-bit): https://github.com/biomejs/biome/releases/download/cli/v0.1.2-nightly.506ee2e/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): efe221a493072a0a8a9626f134f2366105919ae238b4740e1c058d77b2437212ef5ebb88b6fe5c8a2a2bd8bf6279f1b6f0525e77f9ba1414aa6bdc6b3f82caeb
ARM (64-bit): 783912b4b9681fbd03a4c47993d4f582755ccb40ae014754a44eb01021589747ec601969da85055ea0ad51253b874f886bd96a80ce5e2253871c3a1941779b4a
File 'LICENSE.txt' obtained from:
https://github.com/biomejs/biome/blob/cli/v0.1.2-nightly.506ee2e/LICENSE
md5: C3EA471853208B1C374F3B03472A4551 | sha1: 9308FC55F9500C857583125B210794ACF53438A6 | sha256: A56EB9D262893AC80EAF18EE65FF1D228FEEF17B97010CD969D74B1911586947 | sha512: 783912B4B9681FBD03A4C47993D4F582755CCB40AE014754A44EB01021589747EC601969DA85055EA0AD51253B874F886BD96A80CE5E2253871C3A1941779B4A
md5: 87972A6A7538DCB99A4D9AC15F51D323 | sha1: 4F90A3EC5A3776AB998DD40A691CB7EC2B594E3B | sha256: E0A11C8246270C93516365F03CE27E08EEF72FE70B3C885A0FB3682F315B3263 | sha512: EFE221A493072A0A8A9626F134F2366105919AE238B4740E1C058D77B2437212EF5EBB88B6FE5C8A2A2BD8BF6279F1B6F0525E77F9BA1414AA6BDC6B3F82CAEB
Log in or click on link to see number of positives.
- biomejs-cli.0.1.2-nightly0.nupkg (34fdc943e802) - ## / 69
- biome.exe (a56eb9d26289) - ## / 70
- biome.exe (e0a11c824627) - ## / 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 0.1.2 | 9 | Saturday, July 12, 2025 | Ready | |
Biome CLI 0.1.2-nightly0 | 18 | Saturday, July 12, 2025 | Exempted |
Copyright © 2023 - 2025, Biome
What's Changed
- fix: convert docs.rome.tools to biomejs.dev related to categories.rs by @nissy-dev in https://github.com/biomejs/biome/pull/4
- release changes by @ematipico in https://github.com/biomejs/biome/pull/6
- chore: deploy with vercel by @ematipico in https://github.com/biomejs/biome/pull/8
- ci: fix CI failures by @ematipico in https://github.com/biomejs/biome/pull/9
- docs(README): update to Biome by @Conaclos in https://github.com/biomejs/biome/pull/10
- docs: update website to Biome by @Conaclos in https://github.com/biomejs/biome/pull/12
- chore: change LSP and VSCode extension diagnostics by @ematipico in https://github.com/biomejs/biome/pull/13
- chore: fix publisher and action publishing by @ematipico in https://github.com/biomejs/biome/pull/14
- chore: fix publisher and action publishing by @ematipico in https://github.com/biomejs/biome/pull/15
New Contributors
- @nissy-dev made their first contribution in https://github.com/biomejs/biome/pull/4
- @ematipico made their first contribution in https://github.com/biomejs/biome/pull/6
- @Conaclos made their first contribution in https://github.com/biomejs/biome/pull/10
Full Changelog: https://github.com/biomejs/biome/commits/cli/v0.1.2-nightly.506ee2e
-
- 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.