**Plasma AI** is an advanced AI-powered CLI tool designed for agentic coding and seamless developer workflows. It brings the power of large language models directly to your terminal, enabling autonomous coding, task planning, and intelligent assistance.
npm install plasma-aiPlasma AI is an advanced AI-powered CLI tool designed for agentic coding and seamless developer workflows. It brings the power of large language models directly to your terminal, enabling autonomous coding, task planning, and intelligent assistance.
- Agentic Coding: Autonomous capabilities to plan, implement, and verify complex coding tasks.
- Model Context Protocol (MCP): Built on the MCP standard for extensible tools and data context.
- Multi-Provider Support: Seamlessly connect to Anthropic, OpenAI, Google Gemini, local models (Ollama/LM Studio), and more.
- Rich Terminal UI: An interactive, cyberpunk-inspired TUI for a premium developer experience.
- Secure Authentication: Integrated OAuth and secure token management.
Install globally via npm:
``bash`
npm install -g plasma-ai
Start the interactive AI session:
`bash`
plasma-ai
Check the installed version:
`bash`
plasma-ai --version
To update to the latest version:
`bash``
npm install -g plasma-ai@latest