
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@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 910 weekly downloads. As such, @factory/cli popularity was classified as not 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.