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
Category2
Sort:Used by Most Apps
concurrently
Run multiple terminal commands in parallel, with color-coded output and cross-platform support.
Tokio
The async runtime powering most of Rust's networked, concurrent, and I/O-bound applications.
jsonwebtoken
The de facto Node.js library for signing, verifying, and decoding JSON Web Tokens.
jose
Zero-dependency JWT, JWS, JWE, and JWK toolkit for Node.js, browsers, and edge runtimes.
futures
The foundational Future, Stream, and Sink traits and combinators for zero-cost async Rust
sha2
Pure Rust implementation of the SHA-2 hash function family (SHA-224/256/384/512) with hardware-accelerated backends.
RxJS
The standard library for composing asynchronous and event-based programs using observable sequences
cryptography
The standard cryptographic library for Python, pairing safe high-level recipes with low-level primitives backed by Rust and OpenSSL.
bcrypt.js
A zero-dependency, pure JavaScript implementation of bcrypt for hashing and verifying passwords in Node.js and the browser.
p-limit
A tiny, battle-tested utility for running async functions with a strict concurrency limit.
PyJWT
A Python implementation of RFC 7519 for encoding, decoding, and verifying JSON Web Tokens.
async-trait
Type erasure for async fn in Rust traits, enabling async methods behind dyn dispatch.
crypto-js
A JavaScript library of crypto standards - hashing, HMAC, PBKDF2, and symmetric ciphers for Node.js and the browser.
bcrypt
Battle-tested password hashing for Node.js using the adaptive bcrypt algorithm.
Gunicorn
A fast, lightweight pre-fork WSGI and ASGI HTTP server for running Python web apps in production on UNIX.
Certifi
Mozilla's curated root CA bundle for verifying SSL/TLS certificates in Python.
websockets
Build correct, fast WebSocket servers and clients in Python with asyncio, threading, or Sans-I/O APIs.
async-mutex
Mutex and semaphore primitives for synchronizing async workflows in JavaScript and TypeScript.
once_cell
Single-assignment cells and lazy statics for Rust, without macros or unsafe code
tokio-tungstenite
Asynchronous, Tokio-native WebSocket streams built on tungstenite
async
Higher-order async utility functions for callback, async/await, and promise-based control flow in Node.js and the browser.
rustls
A modern, memory-safe TLS library for Rust with no unsafe code and no legacy crypto by default.
Tower
Modular, reusable Rust components for building async network clients and servers
rayon
Simple, guaranteed data-race-free work-stealing parallelism for Rust — turn sequential iterators parallel by changing one call.