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
Category
Sort:Used by Most Apps
tsx
A drop-in replacement for the node CLI that runs TypeScript and ESM files instantly, powered by esbuild.
Next.js
The React framework for production: file-based routing, server rendering, and Rust-powered builds.
serde_json
The de facto standard JSON library for Rust, built on the Serde serialization framework
serde
A generic framework for serializing and deserializing Rust data structures efficiently and safely.
concurrently
Run multiple terminal commands in parallel, with color-coded output and cross-platform support.
Chalk
The most popular Node.js library for styling terminal string output with ANSI colors.
Tokio
The async runtime powering most of Rust's networked, concurrent, and I/O-bound applications.
Commander.js
The complete, battle-tested framework for building Node.js command-line interfaces.
rimraf
Cross-platform recursive file and directory removal for Node.js, modeled on the UNIX `rm -rf` command.
webpack-cli
The official command-line interface for webpack, adding build, watch, serve, and config-validation commands to any project.
reqwest
An ergonomic, batteries-included HTTP client for Rust, with async and blocking APIs.
undici
A fast, spec-compliant HTTP/1.1 client for Node.js, built from scratch with zero runtime dependencies
tempfile
A secure, cross-platform Rust library for temporary files and directories that clean up automatically on drop.
base64
Correct, fast, and configurable base64 encoding and decoding for Rust, with pluggable alphabets and padding.
Cobra
The commander library that powers Kubernetes, Hugo, and GitHub CLI's command-line interfaces.
regex
Rust's finite-automata regex engine with guaranteed linear-time matching and no catastrophic backtracking.
Chrono
Timezone-aware date and time handling for Rust, with correct calendar operations and flexible strftime-style formatting.
xterm.js
A fast, self-contained TypeScript library for embedding fully-featured terminals in the browser.
Clap
The most widely used command-line argument parser for Rust, with both derive and builder APIs.
uuid
Generate and parse UUIDs in Rust across every standardized version, from v1 to v8.
SWC
Rust-based JavaScript/TypeScript compiler, a drop-in super-fast alternative to Babel
sha2
Pure Rust implementation of the SHA-2 hash function family (SHA-224/256/384/512) with hardware-accelerated backends.
tracing
Structured, application-level diagnostics for async Rust programs, built around scoped spans and events.
Click
A composable Python toolkit for building command line interfaces with minimal boilerplate.