sharp-arm64-pi
v0.21.1
Published
Prebuilt sharp 0.21.0 for Raspberry Pi ARM64
Downloads
8
Maintainers
Readme
sharp-arm64-pi
📦 Prebuilt [email protected] for Raspberry Pi ARM64 (Node.js v10.x)
Build native
sharpmodule once, use everywhere without compiling on Pi.
📚 About
This package contains a precompiled native build of the sharp Node.js module for ARM64 Linux, optimized for Raspberry Pi devices.
Why?
Installing sharp on older Pi models (especially with Node.js v10.x) can be a pain due to:
- Build failures (
node-gyp) - Missing
python2 - Incompatible
libvipsoropenssl
This package solves that by shipping the compiled .node binary.
✅ Tested Environment
- Raspberry Pi 4 (ARM64)
- OS: Raspbian Bookworm 64-bit
- Node.js:
v10.15.3 - sharp:
v0.21.0
🔧 Usage
Instead of:
npm install sharp
## Just Use
```bash
npm install sharp-arm64-pi
##Then in your code:
const sharp = require('sharp-arm64-pi');
⚠️ Notes
This is intended for legacy or locked-down environments using Node v10.x.
Do not use this package in modern Node environments — just use official sharp.
🛠 Maintainer
Built and maintained by @ekynug2
PRs & issues welcome 🙏