Boshen
@boshen.github.io
📤 3617
📥 114
📝 178
Building
http://oxc.rs
and
https://rolldown.rs
at
https://voidzero.dev
. TC39 invited expert.
pinned post!
My GitHub Sponsors profile is live! You can sponsor me to support my open source work 💖
github.com/sponsors/Bos...
loading . . .
Sponsor @Boshen on GitHub Sponsors
Creator of Oxc, oxlint and oxfmt. VP of Engineering at VoidZero, working on Rolldown to improve Vite. I build high-performance JS/Rust tooling and help make OSS faster, safer, and better.
https://github.com/sponsors/Boshen
4 months ago
0
32
2
reposted by
Boshen
Alexander Lichter
6 days ago
Wondering which frameworks Oxlint and Oxfmt support? The Oxc docs now have a compatibility page with details for each framework & file type Almost all front-end frameworks have full or at least partial support for linting and formatting 🎉 Note: This also applies to `vp lint` and `vp fmt` of Vite+
4
77
14
Oxc Open Collective distributes all of its funds to its core contributors. Payouts depend on how much runway we have. The only problem is ... it's now getting dirty money, how do I reject it?
8 days ago
3
15
0
Are you trying out Oxlint js plugins? Are there any big blockers?
oxc.rs/blog/2026-03...
loading . . .
Oxlint JS Plugins Alpha
A collection of high-performance JavaScript tools written in Rust
https://oxc.rs/blog/2026-03-11-oxlint-js-plugins-alpha.html
20 days ago
4
15
1
20,000 ⭐️ -> Oxc
20 days ago
0
53
5
@voidzero.dev
will be releasing a lot of new stuff this week. Follow us if you don’t want to FOMO.
24 days ago
0
39
4
Huge perf boost after switching to oxc-parser.
add a skeleton here at some point
25 days ago
0
29
1
Oxlint -> Sentry > we had an outdated Eslint 8.x setup anyways and we needed to either upgrade it or move to something else. Oxlint brings so much speed gains given how slow linting is, and almost no one is running it locally project wide because of how slow it is.
github.com/getsentry/se...
loading . . .
chore: migrate to oxlint by logaretm · Pull Request #19134 · getsentry/sentry-javascript
Replaces eslint with oxlint, we had an outdated Eslint 8.x setup anyways and we needed to either upgrade it or move to something else. Oxlint brings so much speed gains given how slow linting is, a...
https://github.com/getsentry/sentry-javascript/pull/19134
26 days ago
0
41
4
We've defaulted to using npmx btw
add a skeleton here at some point
about 1 month ago
2
42
1
Oxfmt 1 million weekly downloads! Thank you all for the support! --- Oxfmt is a high-performance formatter for the JavaScript ecosystem.
about 1 month ago
3
91
4
I published
npmx.dev/package/oxc-...
for webpack. This is useful if you are still using webpack, or wants to migrate to Vite 8 / Rolldown in smaller steps.
loading . . .
oxc-webpack-loader - npmx
Webpack loader for oxc
https://npmx.dev/package/oxc-webpack-loader
about 1 month ago
1
34
4
@npmx.dev
🐐
about 1 month ago
1
56
7
Announcing Oxfmt Beta * 100% Prettier Compatibility * Additional File Formats * Tailwind CSS Integration * Import Sorting * package.json Sorting * Embedded Language Formatting * Node.js API * `--migrate prettier` * config overrides * Full IDE support
oxc.rs/blog/2026-02...
loading . . .
Oxfmt Beta
A collection of high-performance JavaScript tools written in Rust
https://oxc.rs/blog/2026-02-24-oxfmt-beta
about 1 month ago
4
204
45
Kibana exploring Vite 8 and Oxlint is so freaking exciting! Oxlint finishes 85k files in 7 seconds. Kibana is one of our most tested repo because that's what I intended to build initially - a toolchain that can work on huge monorepos. 1259 TS packages in this case.
github.com/elastic/kiba...
loading . . .
[POC] Modernize Kibana (ESM first + Vite + Rolldown + Oxlint + TS-Go) by CoenWarmer · Pull Request #252569 · elastic/kibana
Summary This PR migrates Kibana's build toolchain from webpack + babel to Vite 8 / Rolldown / esbuild / OXC, establishing a TypeScript-first, ESM-native development and build workflow. ...
https://github.com/elastic/kibana/pull/252569
about 2 months ago
1
24
1
reposted by
Boshen
Matija Marohnić
2 months ago
Just migrated from Biome & Prettier to oxlint & oxfmt 🚀 I love the true type-aware linting and Tailwind formatting! I'm also able to use React Compiler rules through the JS plugin support 😌 Many thanks to
@boshen.github.io
,
@dunqing.bsky.social
and other maintainers for all your hard work ❤️
add a skeleton here at some point
2
40
2
nicolo nicolo nicolo
@nicr.dev
about 2 months ago
3
18
4
Oxfmt reached 500,000 weekly downloads within a month. 🚀 Oxfmt is a high-performance formatter for the JavaScript ecosystem. Check it out at
oxc.rs/docs/guide/...
2 months ago
2
82
4
Oxc mangler gets up to 50% faster.
github.com/oxc-project...
codspeed.io/oxc-project...
loading . . .
01-18-perf_mangler_remove_frequencies_if_there_are_no_symbol_ids - Branch - oxc-project/oxc - CodSpeed
Deep-dive into performance metrics for the 01-18-perf_mangler_remove_frequencies_if_there_are_no_symbol_ids branch of oxc-project/oxc. Anticipate and mitigate merge impacts with CodSpeed's low-variance, continuous performance benchmarks.
https://codspeed.io/oxc-project/oxc/branches/01-18-perf_mangler_remove_frequencies_if_there_are_no_symbol_ids
3 months ago
0
26
0
Custom import sort groups landed in Oxfmt and will be released today.
github.com/oxc-project...
3 months ago
2
53
4
Oxlint rules page can be sorted now.
oxc.rs/docs/guide/...
3 months ago
1
42
5
reposted by
Boshen
Stephen Zhou
3 months ago
@boshen.github.io
Oxfmt -> RSSHub
github.com/DIYgod/RSSHu...
loading . . .
https://github.com/DIYgod/RSSHub/pull/20735
0
2
1
Oxlint: 1 million weekly downloads 🚀 Thank you all for using the fastest JavaScript linter! ❤️
3 months ago
3
68
2
reposted by
Boshen
ian / maybebot
3 months ago
Just ran oxfmt on our 35k+ files Vue codebase. It took 10 seconds vs prettier taking 63 seconds. But the most impressive part for me is that only 27 files ended up being formatted differently. Incredible work (on an alpha version, no less)
@boshen.github.io
@voidzero.dev
!
3
17
1
What a year! I wish everyone a pleasant New Year using
@voidzero.dev
tools!
3 months ago
0
38
0
"I think by this time next year, Biome is going to get snowpacked by Oxlint" -
@syntax.fm
youtu.be/8YeBQUAjAQM?...
3 months ago
2
36
2
We decided to support ts config files as our new year resolution. Happy new year!
github.com/oxc-project/...
loading . . .
oxlint: dynamic config file support (oxlint.config.ts) · Issue #17527 · oxc-project/oxc
In order to support complicated rule configurations, we will allow js and ts files. This is not eslint v9 flat config, where we still allow nested configs in different locations, this is because la...
https://github.com/oxc-project/oxc/issues/17527
3 months ago
2
56
0
tsdx by Jared Palmer upgraded to modern tooling, including bunchee, vitest, oxlint, oxfmt and bun. PR:
github.com/jaredpalmer/...
3 months ago
0
41
1
Oxlint and Oxfmt support is now live in Zed
3 months ago
2
101
2
Crabjure is a fast static analyzer for Clojure and ClojureScript, borrowed architectural ideas from Oxc. reddit:
www.reddit.com/r/Clojure/co...
Github:
github.com/ribelo/crabj...
3 months ago
0
17
0
36x faster Metro transforms for React Native, powered by Oxc 👀
github.com/ecrindigital...
loading . . .
GitHub - ecrindigital/facetpack: ⚡ 36x faster Metro transforms for React Native. Rust-powered (OXC). Drop-in Babel replacement.
⚡ 36x faster Metro transforms for React Native. Rust-powered (OXC). Drop-in Babel replacement. - ecrindigital/facetpack
https://github.com/ecrindigital/facetpack
3 months ago
1
41
1
Oxc -> vuejs/core 🎅 PR: *
github.com/vuejs/core/p...
*
github.com/vuejs/core/p...
3 months ago
0
54
1
Oxfmt -> formatjs
github.com/formatjs/fo...
loading . . .
build: move to oxfmt from prettier (#5667) · formatjs/formatjs@c31f9f1
### TL;DR Replace Prettier with Oxfmt for code formatting across the project. ### What changed? - Added `.oxfmtrc.json` configuration file with project-specific formatting rules - Updated VSCode...
https://github.com/formatjs/formatjs/commit/c31f9f1b059ae58080e00cc18fdf324544ebfb9a
3 months ago
0
8
0
Oxc -> ultracite?
github.com/haydenblease...
loading . . .
Migration plan from Biome to Oxc (Oxlint + Oxfmt)? · Issue #389 · haydenbleasel/ultracite
Is your feature request related to a problem? Please describe. Ultracite currently provides presets based on Biome. Recently, Oxc (Oxlint + Oxfmt) is getting attention for performance and future ma...
https://github.com/haydenbleasel/ultracite/issues/389
3 months ago
0
7
1
lol this compile error from bincode major update.
3 months ago
1
21
0
Not many tools declare themselves feature-complete to avoid burnout. cargo-shear addresses all the problems we encounter in the Rust ecosystem regarding unused dependencies, so this decision makes sense.
github.com/Boshen/cargo...
loading . . .
docs: declare maintenance mode by Boshen · Pull Request #393 · Boshen/cargo-shear
Summary Declare cargo-shear as feature complete and in maintenance mode Document that we only accept dependency upgrades, bug fixes, and UI/DX improvements going forward This PR also serves as a ...
https://github.com/Boshen/cargo-shear/pull/393
3 months ago
2
30
0
In the latest version of Oxfmt (better prettier replacement): • oxfmt --migrate prettier • oxfmit --init • oxfmt --stdin-filepath for pipe usage • Node.js API • Sort package.json fields by default • Respect root .editorconfig Give it a try: •
www.npmjs.com/package/oxfmt
4 months ago
3
63
3
Do I know anyone who uses the angular CLI with NG_BUILD_OPTIMIZE_CHUNKS? It was previously using Rollup and now Rolldown.
4 months ago
0
5
0
Tailwind CSS is coming early in oxfmt! 🎅 The POC it based on was me telling Claude to work on two codebases simultaneously - oxc and prettier-plugin-tailwindcss.
github.com/oxc-project/...
loading . . .
feat(formatter): add Tailwind CSS class sorting support by Dunqing · Pull Request #16990 · oxc-project/oxc
Based on #16826 Summary Add experimental Tailwind CSS class sorting support to oxfmt via prettier-plugin-tailwindcss. Changes: Changed experimentalTailwindcss option from boolean to boolean | Tail...
https://github.com/oxc-project/oxc/pull/16990
4 months ago
1
46
5
Need some quick stats? Tell Claude to write a script. It took one minute to write and generate the data I wanted for this PR. Also happy to see modern tooling like tshy and tsdown in package.json fields.
4 months ago
0
2
0
cargo-shear v1.8.0 now reports unused .rs files.
github.com/Boshen/carg...
Thank you
@cathal.dev
for spending a long time implementing this.
4 months ago
1
35
4
In the next version of Vite 8 beta, slow plugin times gets reported.
4 months ago
3
52
0
Thank you ZephyrCloudIO for the super generous GitHub sponsorship! Zephyr Cloud is a transformative, cloud-agnostic platform that accelerates software delivery—from agile startups to global enterprises.
4 months ago
0
9
0
AI experiment this week: Instead of letting AI writing all the code, I proposed all my designs by iterating with Claude. It’s far more effective than writing design docs or have design meetings. Claude asked a lot of design decisions and showed problems that I didn't know existed.
4 months ago
2
8
0
One of our best decisions was choosing
@framer.com
as our first business partner for Rolldown. They guided many of our design decisions, and in return we improved Framer’s Largest Contentful Paint by 41% and significantly reduced their bundle size.
www.framer.com/blog/framer...
loading . . .
Framer Blog: Bundling at Framer: Rolldown for faster sites
Case-study how Rolldown helps us speed up Framer sites.
https://www.framer.com/blog/framer-rolldown/
4 months ago
0
22
1
Have a large codebase using vitest? Please help stabilize the new module cache feature.
add a skeleton here at some point
4 months ago
0
9
0
oxlint --type-check -> sanity
github.com/sanity-io/p...
loading . . .
use oxlint to check typescript typings by stipsan · Pull Request #231 · sanity-io/plugins
Simplifies our setup and we no longer need to have weird cd ../.. patterns in "typecheck" scripts, and boilerplate related to tsgo. Since we already use --type-aware it means that...
https://github.com/sanity-io/plugins/pull/231
4 months ago
0
11
0
Thank you
@jakob.jingleheimer.dev
for sponsoring me on @github. You can join them at my sponsors profile:
github.com/sponsors/Bos...
loading . . .
Sponsor @Boshen on GitHub Sponsors
Creator of Oxc, oxlint and oxfmt. VP of Engineering at VoidZero, working on Rolldown to improve Vite. I build high-performance JS/Rust tooling and help make OSS faster, safer, and better.
https://github.com/sponsors/Boshen?o=nsm&sc=t
4 months ago
1
9
0
Announcing Oxlint Type-Aware Linting Alpha 🚀 ⚡ Fast via tsgo (TypeScript 7) 🔍 Type-checking while linting ⚙️ Rule configuration 🛑 Highly demanded no-deprecated rule
oxc.rs/blog/2025-1...
loading . . .
Type-Aware Linting Alpha
A collection of high-performance JavaScript tools written in Rust
https://oxc.rs/blog/2025-12-08-type-aware-alpha.html
4 months ago
2
83
4
I did so much in comment preservation for code coverages, yay!
add a skeleton here at some point
4 months ago
0
18
0
reposted by
Boshen
Vladimir
4 months ago
A new milestone!
@vitest.dev
hit 20 million mark 🎉 Took us 4 years since the first closed 0.0.0 release on December 3d, 2021 😄
7
118
12
cargo-shear -> codex
github.com/openai/code...
loading . . .
feat: Run cargo shear during CI by jif-oai · Pull Request #3338 · openai/codex
Run cargo shear as part of the CI to ensure no unused dependencies
https://github.com/openai/codex/pull/3338
4 months ago
0
7
0
Load more
feeds!
log in