
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@factory/cli
Advanced tools
The power of Factory in your terminal
npm install -g @factory/cli
If the droid command is not found after installing, your npm global bin directory may not be in your PATH. Run the following to fix it:
# For zsh (macOS default)
echo 'export PATH="$(npm prefix -g)/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
# For bash (Linux)
echo 'export PATH="$(npm prefix -g)/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
# For bash (macOS)
echo 'export PATH="$(npm prefix -g)/bin:$PATH"' >> ~/.bash_profile && source ~/.bash_profile
# For fish
echo 'fish_add_path "$(npm prefix -g)/bin"' >> ~/.config/fish/config.fish && source ~/.config/fish/config.fish
On Windows, run in PowerShell:
[Environment]::SetEnvironmentVariable('Path', $env:PATH + ';' + (npm prefix -g), 'User')
Then restart your terminal.
Then navigate to your project and start the droid CLI:
cd /path/to/your/project
droid
You're now connected to Factory's development agent from your terminal.
Quick tip: Press
!to toggle bash mode and run shell commands directly without AI interpretation. PressEscto return to normal mode.
Fetch the complete documentation index at: https://docs.factory.ai/llms.txt
FAQs
Factory Droid CLI - AI-powered software engineering agent
The npm package @factory/cli receives a total of 1,563 weekly downloads. As such, @factory/cli popularity was classified as popular.
We found that @factory/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.