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
open
Cross-platform Node.js library that opens URLs, files, and executables in the user's default or a specified app.
execa
A modern process-execution library for Node.js with template-string syntax and zero shell-injection risk.
ssh2
Pure-JavaScript SSH2 client and server library for Node.js, with SFTP, exec, shell, and port forwarding support.
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.
serde-repr
Derive macros that serialize and deserialize C-like Rust enums as their underlying integer repr value instead of the variant name.
bitpacking
SIMD-accelerated Rust bit-packing for compressing integer sequences at billions of values per second.
is-valid-path
Lightweight utility that checks whether a string is a valid, non-glob file path in Node.js.
Brick\Math
Arbitrary-precision arithmetic for PHP with immutable big integer, decimal, and rational numbers.
itoa
Fast, allocation-free conversion of integer primitives to decimal strings for Rust.
deranged
Ranged integer types for Rust that encode compile-time minimum and maximum bounds in the type system.
integer-encoding
Varint, zigzag, and fixed-length integer encoding and decoding for Rust.
nonmax
Rust integer types that can hold any value except their type's maximum, so Option<T> costs nothing extra over T.
promisify-child-process
Drop-in async/await wrappers for Node's spawn, exec, fork, and execFile that stay real ChildProcess instances.
js-cuint
Emulates C-style unsigned 32-bit and 64-bit integer arithmetic in JavaScript, giving hashing and bit-twiddling code overflow-safe math without floating-point rounding.