Via Node.js's npm's npx:
npx pearThis installs Pear onto the system.
To complete the setup, be sure to follow instructions for setting PATH as output by the npx pear command.
pear help <cmd>pear <cmd> --helppear <cmd> -hPlatform development is generally referred to as localdev.
Clone:
git clone https://github.com/holepunchto/pear && cd pearInstall deps:
npm installBuild the runtime binaries with:
npm run makeBuilt artifacts are placed as standalone runtimes in by-arch/.
Use ./pear.dev (.\pear.ps1 / .\pear.cmd on Windows) to execute this checkout directly in localdev.
- macOS — arm64, x64
- Linux — arm64, x64
- Windows — arm64, x64
Apache-2.0