biome
SHA-256Biome 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
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Install via npm: npm install --save-dev --save-exact @biomejs/biome
Format code: npx @biomejs/biome format --write
Lint and fix: npx @biomejs/biome check --write
- Install via npm: npm install --save-dev --save-exact @biomejs/biome
- Format code: npx @biomejs/biome format --write
- Lint and fix: npx @biomejs/biome check --write
SHA-256 checksum verified
Checksum extracted from GitHub official Release page
SHA256 Checksum
84d4e71fdbb4b15b1aa83c1b1cc033aae9856d48a7a857c1381b1bd499430f7cThis 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 SourceUninstall Info
Run npm uninstall @biomejs/biome to remove.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Similar Projects
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
scrcpy
Display and control your Android device from your computer via USB or TCP/IP. No root required, high performance, low latency, supports audio and video mirroring.
godot
Godot Engine is a free, open-source, cross-platform 2D and 3D game engine with a unified editor. Unlike Unity or Unreal, it's entirely MIT-licensed and community-driven, offering a lightweight yet powerful node-based workflow that runs on a single executable.