๐Ÿ Pear

June 24, 2026 ยท View on GitHub

Setup

Via Node.js's npm's npx:

npx pear

This installs Pear onto the system.

To complete the setup, be sure to follow instructions for setting PATH as output by the npx pear command.

Help

pear help <cmd>
pear <cmd> --help
pear <cmd> -h

Documentation

Documentation

Platform Development

Platform development is generally referred to as localdev.

Clone:

git clone https://github.com/holepunchto/pear && cd pear

Install deps:

npm install

Build the runtime binaries with:

npm run make

Built artifacts are placed as standalone runtimes in out/make.

Use ./pear.dev (.\pear.ps1 / .\pear.cmd on Windows) to execute this checkout directly in localdev.

OS Support

  • macOS โ€” arm64, x64
  • Linux โ€” arm64, x64
  • Windows โ€” arm64, x64

License

Apache-2.0