The World of Splectrum

Home > Engineering > Bare Runtime > Sources

Documentation Sources

All external references for the Bare runtime ecosystem. Use these to verify information and check for updates.


Primary Sources

Resource URL
Bare runtime https://github.com/holepunchto/bare
Module system https://github.com/holepunchto/bare-module
Node.js compat https://github.com/holepunchto/bare-node-runtime

Pears Documentation

Resource URL
Bare overview https://docs.pears.com/reference/bare-overview.html
Node.js compat https://docs.pears.com/reference/node-compat.html
API reference https://docs.pears.com/reference/api.html

Key Dependencies

Resource URL
libjs (V8 bindings) https://github.com/holepunchto/libjs
libuv (event loop) https://github.com/libuv/libuv
streamx (streams) https://github.com/mafintosh/streamx
UDX (UDP) https://github.com/holepunchto/udx-native

Module Repositories

Filesystem and Paths

Networking

Core

Process and System

Additional

Splectrum Context


Checking for Updates

npm view bare version
npm view bare-fs version
npm view bare-net version

Or check all at once:

for mod in bare bare-fs bare-net bare-path \
  bare-buffer bare-events bare-stream bare-crypto \
  bare-process bare-os bare-module \
  bare-node-runtime; do
  echo "$mod: $(npm view $mod version)"
done

Module npm versions in this reference verified April 2026.


© 2026 In Wonder - The World of Splectrum, Jules ten Bos. The conversation lives at In Wonder - The Conversation.