
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.
@tryfridayai/cli
Advanced tools
Friday AI — autonomous agent for your terminal. Chat, build apps, research, automate tasks.
Autonomous AI agent for your terminal. Chat, generate images, create videos, produce voice — all from the command line.
npm install -g @tryfridayai/cli
Requires Node.js 18+.
# Start chatting
friday chat
# Add API keys (stored in system keychain)
friday chat
/keys
You need at least one API key to get started:
| Key | Enables |
|---|---|
ANTHROPIC_API_KEY | Chat (Claude) |
OPENAI_API_KEY | Chat, Images, Video, Voice |
GOOGLE_API_KEY | Chat, Images, Video, Voice |
ELEVENLABS_API_KEY | Voice |
Conversational AI powered by Claude, GPT, and Gemini. Sessions auto-resume — close and reopen without losing context.
> explain this codebase
> build a landing page for my app
> find and fix the bug in auth.js
Generate images with DALL-E, GPT Image, and Google Imagen.
> generate an image of a mountain sunset
> create a logo for my startup
Create videos with OpenAI Sora and Google Veo.
> generate a 10-second video of ocean waves
Text-to-speech with OpenAI TTS, Google Cloud TTS, and ElevenLabs.
> read this paragraph aloud
> generate speech in a warm friendly tone
Type these in the chat:
| Command | Description |
|---|---|
/help | Show all commands |
/keys | Add or manage API keys |
/model | Enable/disable models, see pricing |
/plugins | Install plugins (GitHub, Figma, email, etc.) |
/config | View and edit settings |
/clear | Clear chat history |
/quit | Exit |
Extend Friday with MCP-based plugins:
/plugins
Available plugins: GitHub, Figma, Firecrawl, Resend (email), Discord, Reddit, Twitter, Gmail, Google Drive, Supabase, and more.
The CLI (@tryfridayai/cli) is a thin interface over the runtime (friday-runtime). The runtime handles agent orchestration, MCP servers, permissions, sessions, and provider management.
friday chat
└── CLI (this package)
└── friday-runtime
├── Claude Agent SDK
├── MCP Servers (filesystem, terminal, media, plugins)
└── AI Providers (OpenAI, Google, ElevenLabs)
MIT
FAQs
Friday AI — autonomous agent for your terminal. Chat, build apps, research, automate tasks.
We found that @tryfridayai/cli 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.