EXE
WinGet
oxlint
VoidZero Inc. & Contributors · 1.15.0 · 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
oxlint-win32-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
oxc-project.oxlint
Version
1.15.0
Description
oxlint is a blazing-fast JavaScript and TypeScript linter that is 50–100× faster than ESLint. It is designed to catch erroneous or useless code without requiring any configurations by default.
License
MIT
↗
Installer URL
https://github.com/oxc-project/oxc/releases/download/oxlint_v1.15.0/oxlint-win32-x64.exe
Release Notes
[1.15.0] - 2025-09-11
💥 BREAKING CHANGES
- edc70ea allocator/pool: [BREAKING] Remove disable_fixed_size Cargo feature (#13625) (overlookmotel)
🚀 Features
- b20b56d linter: Add vue/no-multiple-slot-args rule (#13579) (Sysix)
- aafe08c linter: Add vue/define-emits-declaration rule (#13567) (Sysix)
- 2ed5059 linter: Add vue/define-props-declaration rule (#13566) (Sysix)
- a718c23 linter: Add vue/valid-define-props rule (#13565) (Sysix)
- 75a673e editor: Support relative path for oxc.path.server (#1…