
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
PiClaw is your personal AI OS in the browser. Spin it up, open a chat, and you’ve got a persistent coding agent with memory, tools, files, terminal tabs, and external channels.
[!NOTE] This project is in private beta. Feel free to try it at your own risk, but please don't share it publicly.
Join the Discord for feedback!
Choose one of the options below.
# Node.js
npx -y piclaw@latest
# Bun
bunx piclaw@latest
Then open: http://localhost:3737
[!TIP] PiClaw stores state in
~/.pi/claw.
Prerequisite: Docker Desktop or OrbStack
This keeps PiClaw isolated from your host environment.
docker run -it -p 3737:3737 -v piclaw:/home/pi ghcr.io/pi0/piclaw:latest
[!TIP]
/home/piis a default volume — data persists even without-v. The named volume (piclaw) just makes it easier to find and manage.
Then open: http://localhost:3737
Docker Compose:
services:
piclaw:
image: ghcr.io/pi0/piclaw:latest
ports: ["3737:3737"]
volumes: ["piclaw:/home/pi"]
restart: unless-stopped
volumes:
piclaw:
Each group/chat has its own:
Trigger behavior is configurable:
@assistant-name ...Every agent session comes with built-in tools:
Configure providers and model behavior from the UI (no config-file spelunking needed):
Per-chat command controls include:
/model → list/set model/thinking → tune reasoning depth/compact → compact active context/stop + /new → immediate session control/info + /help → inspect current runtime state! <cmd> → quick bash execution from chatFAQs
Unknown package
We found that piclaw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.