aicoolies logo
Oxc logo
Oxc logo

Oxc

High-performance Rust JavaScript toolchain

open sourceverified Aug 24, 2026

Oxc is a high-performance collection of JavaScript and TypeScript tools written in Rust by the VoidZero team. It includes a parser, linter, formatter, transpiler, minifier, and module resolver that run 50x faster than their JS equivalents. Oxc powers Rolldown and integrates with Vite, forming the backbone of a unified Rust-based toolchain. With 20K+ GitHub stars and MIT license, it provides drop-in replacements for ESLint, Prettier, and Babel with dramatic speed gains.

Oxc is a comprehensive suite of JavaScript and TypeScript development tools built entirely in Rust, created by Boshen Chen and maintained by VoidZero Inc. The project delivers a parser, linter (oxlint), formatter, transpiler, minifier, and module resolver as standalone components that share a common AST representation and compiler infrastructure. The Oxc parser processes JavaScript files up to 3x faster than SWC and 5x faster than the popular acorn parser, establishing a new performance baseline for JavaScript tooling.

The oxlint component has gained particular traction as a practical ESLint alternative, offering over 400 built-in rules that cover ESLint core, TypeScript-ESLint, and popular plugin rules while running 50-100x faster on large codebases. Unlike ESLint, oxlint requires zero configuration out of the box and can lint an entire monorepo in under a second. The transpiler handles TypeScript stripping, JSX transformation, and newer ECMAScript features, providing a faster alternative to Babel and tsc for build pipelines that don't require full type checking.

Oxc serves as the foundational layer for Rolldown, the next-generation Vite bundler, meaning its parser and resolver are battle-tested in production build scenarios across the Vite ecosystem. With over 20,000 GitHub stars, MIT licensing, and regular weekly releases, Oxc has become a reference implementation for high-performance JavaScript tooling. Teams adopting Oxc can incrementally replace individual tools in their pipeline — starting with the linter or resolver — without committing to a full toolchain migration.

Pricing

Free and 100% open source under the MIT License. Oxc has no licensing costs, commercial paywalls, or usage restrictions. All tools including the parser, Oxlint linter, Oxfmt formatter, transformer, and minifier are freely available for local and CI/CD development.

full pricing breakdown →

Platforms

npm packages, cross-platform (macOS, Linux, Windows)

Categories

Tags

Use Cases

Biome logo

Biome

Fast Rust-based formatter and linter for web projects

Biome is a Rust-based toolchain for JavaScript, TypeScript, JSX, JSON, and CSS that combines formatting and linting in a single tool running 20-50x faster than ESLint + Prettier. Provides 300+ lint rules with automatic fixes, opinionated formatting compatible with Prettier output, and import sorting. Zero configuration needed to start with sensible defaults. Designed as a drop-in replacement for ESLint and Prettier with first-class IDE support via VS Code and JetBrains extensions.

Open Source
ESLint logo

ESLint

Pluggable JavaScript and TypeScript linter

ESLint is the standard open-source linter for JavaScript and TypeScript with 26K+ GitHub stars. Statically analyzes code to find problems, enforce coding conventions, and automatically fix issues. Features a pluggable rule architecture with 300+ built-in rules and thousands of community plugins for React, Vue, Angular, Node.js, and more. Flat config system in ESLint v9 simplifies configuration. Integrates with every major editor, CI/CD pipeline, and build tool in the JavaScript ecosystem.

Open Source
SWC logo

SWC

Super-fast Rust-based JavaScript compiler

SWC is a super-fast JavaScript and TypeScript compiler written in Rust that serves as a drop-in replacement for Babel. It compiles modern JavaScript and TypeScript to backward-compatible versions up to 20x faster than Babel by leveraging Rust performance and parallelism. SWC handles JSX transformation, TypeScript stripping, module transpilation, and minification in a single tool, and powers major frameworks including Next.js, Parcel, and Deno.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

freemium
Ghostty logo

Ghostty

Top Pick

Fast, native terminal emulator

GPU-accelerated terminal emulator written in Zig by Mitchell Hashimoto (HashiCorp co-founder). Native UI rendering on macOS and Linux. Supports ligatures, true color, Kitty graphics protocol, and splits/tabs. Configurable via a simple key-value file with sensible defaults. Open-source with 20K+ GitHub stars and a focus on correctness, speed, and minimal resource usage. Growing as a modern alternative to iTerm2, Alacritty, and WezTerm.

Open Source
Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

paid
Cilium logo

Cilium

eBPF-based networking, security, and observability for Kubernetes

Cilium is a CNCF Graduated, Apache-2.0 project for Kubernetes networking, security, and observability using eBPF. It can replace kube-proxy, enforce identity-aware L3-L7 network policies, and add Hubble flow observability plus Tetragon runtime-security signals. Current source checks support GKE Dataplane V2 using Cilium/eBPF and Azure CNI Powered by Cilium for AKS.

Open Source
OrbStack logo

OrbStack

Fast and lightweight Docker Desktop alternative for macOS

OrbStack is a macOS application that replaces Docker Desktop with lightweight container and Linux VM management. Its docs emphasize fast starts, lower CPU and memory overhead, and native macOS integration with menu bar controls, file sharing, and network access to containers by name, with exact gains depending on workload. Supports Docker, Kubernetes, and full Linux VMs.

freemium

FAQ

What is Oxc?

Oxc is a high-performance collection of JavaScript and TypeScript tools written in Rust by the VoidZero team. It includes a parser, linter, formatter, transpiler, minifier, and module resolver that run 50x faster than their JS equivalents. Oxc powers Rolldown and integrates with Vite, forming the backbone of a unified Rust-based toolchain. With 20K+ GitHub stars and MIT license, it provides drop-in replacements for ESLint, Prettier, and Babel with dramatic speed gains.

Is Oxc free?

Yes — Oxc is open source and free to use. Free and 100% open source under the MIT License. Oxc has no licensing costs, commercial paywalls, or usage restrictions. All tools including the parser, Oxlint linter, Oxfmt formatter, transformer, and minifier are freely available for local and CI/CD development.

Is Oxc open source?

Yes — Oxc is open source.

Is Oxc still maintained?

Yes — Oxc is active. Its listing was last verified on August 24, 2026.

What are the best Oxc alternatives?

The top editor-verified Oxc alternatives are Biome, ESLint, SWC.