Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.07 KB

File metadata and controls

56 lines (40 loc) · 1.07 KB

BerryCore Ports: Node.js & BB10 Tools

Date: March 2026

New Ports

node-term49 — Node.js v22 for Term49/QNX

JavaScript runtime with npm, --jitless by default (required for QNX).

Install:

qpkg install node-term49

Use:

node -e "console.log('Hello!')"
npm init
npm install <package>

claude-code — Claude Code AI Agent (requires node-term49)

Anthropic Claude Code in the terminal, patched for QNX/Term49. Bring your own API key.

Install:

qpkg install node-term49    # required first
qpkg install claude-code
claude-setup

Use:

claude -p "explain this script"
claude                        # interactive

See GITHUB_RELEASE_ports-claude-code.md for full details.

bb-tools — BerryCore Web Tools

Dashboard, drawing board, markdown/code editors, compass, virtual keyboard. Native C HTTP server on port 8765.

Install:

qpkg install bb-tools

Run: (starts in background)

tools

Then open: http://localhost:8765/dashboard/