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
Kind2
Category1
Sort:Used by Most Apps
Tokio
The async runtime powering most of Rust's networked, concurrent, and I/O-bound applications.
workflow
Durable, resilient workflow execution for TypeScript, with automatic retries, persistence, and built-in observability.
actix
A Rust actor framework for building concurrent, message-driven systems on top of Tokio.
Twisted
A mature, event-driven networking engine for Python built around the reactor pattern, with async HTTP, SSH, DNS, IMAP, and IRC protocols built in.
tarpc
An async Rust RPC framework that defines services directly in code via a macro instead of a separate IDL, with pluggable transports and deadline propagation.
taskiq
An async-first distributed task queue for Python with type-safe tasks, pluggable brokers, and first-class FastAPI/AioHTTP integration.
aiodocker
AsyncIO Python client for the Docker Engine HTTP API, built on aiohttp.
kubernetes_asyncio
Asyncio-based Python client library for the Kubernetes API, built on aiohttp.
containerd-shim
Rust framework for building containerd runtime v2 shims with TTRPC, logging, and event plumbing built in