Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category1
Sort:Used by Most Apps
SWC
Rust-based JavaScript/TypeScript compiler, a drop-in super-fast alternative to Babel
napi-rs
Build precompiled Node.js add-ons in Rust via Node-API, no node-gyp required
Rspack CLI
The official command-line interface for running Rspack builds, dev servers, and previews.
wasm-bindgen
Rust-JavaScript interop toolchain that generates the glue code needed to compile Rust to WebAssembly and call it from JS
flutter_rust_bridge
A feature-rich yet seamless Flutter/Dart to Rust binding generator for calling native Rust from Dart.
moon
A Rust-based build system and monorepo orchestrator that manages toolchains, tasks, caching, and CI pipelines across the JavaScript, TypeScript, and polyglot ecosystem.
Cranelift Codegen
The core Cranelift code generator: translate IR into optimized native machine code in Rust.
cranelift-frontend
An SSA construction API that turns mutable-variable source languages into Cranelift IR functions.
wit-bindgen
Generates Rust bindings from WIT interface definitions for the WebAssembly Component Model, turning imports and exports into idiomatic Rust functions and traits.
mdxjs-rs
A fast, memory-safe Rust library that compiles MDX documents into JavaScript.
workspace-hack
The reference stub crate for cargo hakari's workspace-hack pattern, used to unify third-party dependency features and cut duplicate Cargo builds.
guppy
Track and query Cargo dependency graphs from Rust code
magic-string-rs
A Rust port of MagicString for in-place source string editing and V3 sourcemap generation, exposed to Node via N-API bindings.
Tsify-next
Generate TypeScript definitions from Rust types via a derive macro