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
Tags2
Sort:Used by Most Apps
concurrently
Run multiple terminal commands in parallel, with color-coded output and cross-platform support.
open
Cross-platform Node.js library that opens URLs, files, and executables in the user's default or a specified app.
Cheerio
The fast, flexible library for parsing and manipulating HTML and XML with a familiar jQuery-style API.
execa
A modern process-execution library for Node.js with template-string syntax and zero shell-injection risk.
cross-spawn
A cross-platform drop-in replacement for Node's spawn and spawnSync that fixes Windows-only child_process bugs.
tinyexec
A tiny, higher-level interface around Node's child_process for running commands without the boilerplate.
threads.js
A uniform spawn()/expose() API for offloading work to worker threads and web workers across Node.js, browsers, and Electron.
async-task
Minimal, executor-agnostic task abstraction for spawning and running Rust futures with a single heap allocation.
later
Composable library for defining recurring schedules and calculating their next or previous occurrences.
dom-serializer
Renders domhandler DOM nodes back into HTML or XML strings, with fine control over entity encoding and tag formatting.
promisify-child-process
Drop-in async/await wrappers for Node's spawn, exec, fork, and execFile that stay real ChildProcess instances.