OpenBSD pledge(2) bindings for Node.js with prebuilds
Native bindings for Rollup
The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.
The OpenBSD ARM 64-bit binary for esbuild, a JavaScript bundler.
Port of the OpenBSD bcrypt_pbkdf function to pure JS
The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.
The OpenBSD 64-bit binary for the Netlify Functions local proxy server
The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.
Bun is a fast all-in-one JavaScript runtime.
Fast and easy-to-use dynamic C FFI (foreign function interface) for Node.js (@koromix/koffi-openbsd-x64)
Fast and easy-to-use dynamic C FFI (foreign function interface) for Node.js (@koromix/koffi-openbsd-ia32)
OC Pledge canonical messages, envelope format, create/verify, state machine, bond verification. Reference SDK for the OC Pledge v0.1 spec.
Canvas graphics API backed by Cairo
CDS base database service
Access the system clipboard (copy/paste)
A bcrypt library for NodeJS.
VTEX Payment Provider SDK
Fast and easy-to-use dynamic C FFI (foreign function interface) for Node.js
CDS database service for SQLite
BCrypt hashing for Node.js, using [OpenBSD BCrypt](https://github.com/openbsd/src/blob/f44894b666c6ba7c3d8311fa58313aca937d227e/lib/libc/crypt/bcrypt.c) compiled to [WebAssembly](https://webassembly.org/).
OpenBSD's pledge(2) extension for node.js
Dagu binary for OpenBSD ARM64
Dagu binary for OpenBSD x64
Simplified and community-driven man pages
Helper library for running Unicorn with fork+exec/unveil/pledge on OpenBSD
pledge exposes OpenBSD's pledge(2) and unveil(2) system calls to Ruby, allowing a program to restrict the types of operations the program can do, and the file system access the program has, after the point of call. Unlike other similar systems, pledge and unveil are specifically designed for programs that need to use a wide variety of operations on initialization, but a fewer number after initialization (when user input will be accepted).