OpenSource-Hub
B

biome

SHA-256
25.1k stars·Developer Tools·SHA-256 checksum verified

Biome is a fast, all-in-one toolchain for web projects that provides formatting and linting via CLI and LSP. It outperforms Prettier in speed while maintaining 97% compatibility, and bundles over 500 lint rules from ESLint and other sources.

Smart Download

Download Download Version

v@biomejs/biome@2.5.0 · 75.6 MB

A unified, high-performance formatter and linter for web projects, faster than Prettier with 97% compatibility.

Core Features

  • High-performance formatter: faster than Prettier with 97% rule compatibility
  • Powerful linter with 500+ rules from ESLint, typescript-eslint, and more
  • Zero-config setup, supports JavaScript, TypeScript, JSX, JSON, CSS, GraphQL
  • First-class LSP integration with editors like VS Code
  • Can run without Node.js, ideal for CI environments

Use Cases

  • Unified code formatting and linting for web projects, replacing Prettier + ESLint combo
  • Quick code style and error checks in CI pipelines

Detailed Introduction

Biome is a performant, unified toolchain for modern web development. It acts as both a code formatter and a linter, supporting JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL. The formatter achieves 97% compatibility with Prettier while being significantly faster, and the linter includes over 500 rules drawn from ESLint, typescript-eslint, and community sources. Biome is designed for zero-config use, offers first-class editor integration via LSP, and can run without Node.js. It provides detailed diagnostics and is ideal for teams seeking a single tool to maintain code quality across the stack. Unlike using separate tools like Prettier + ESLint, Biome eliminates configuration overhead and execution duplication.

Tags

formatterlinterWeb工具链代码质量前端工具

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Install via npm: npm install --save-dev --save-exact @biomejs/biome

4

Format code: npx @biomejs/biome format --write

5

Lint and fix: npx @biomejs/biome check --write

Install Guide
  1. Install via npm: npm install --save-dev --save-exact @biomejs/biome
  2. Format code: npx @biomejs/biome format --write
  3. Lint and fix: npx @biomejs/biome check --write
File Integrity

SHA-256 checksum verified

Checksum extracted from GitHub official Release page

SHA256 Checksum

84d4e71fdbb4b15b1aa83c1b1cc033aae9856d48a7a857c1381b1bd499430f7c

This checksum is extracted from the GitHub Release page. Verify file integrity after download.

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Run npm uninstall @biomejs/biome to remove.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache-2.0
Last Updated2026-06-19T06:46:34Z
GitHub RepositoryOfficial Website

Similar Projects