
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.
blue-beatle
Advanced tools
🤖 AI-Powered Development Assistant - Intelligent code analysis, problem solving, and terminal automation using Gemini API
Blue Beatle is an intelligent AI-powered development assistant that revolutionizes your coding workflow. Built with Google's Gemini AI, it provides intelligent code analysis, automated problem-solving, smart terminal execution, and comprehensive project management.
🧠 AI-Powered Intelligence - Smart code analysis and problem-solving with Gemini AI
⚡ Smart Terminal - Intelligent command execution with safety checks
🔍 Code Analysis - Security, performance, and quality assessment
📁 Project Management - Automated setup, testing, and deployment
🎯 Interactive Mode - Continuous AI conversation about your code
npm install -g blue-beatle
Note: After installation, run
npm installin the package directory to install dependencies, then useblue-beatle config --setup-apito configure your Gemini API key.
Install globally:
npm install -g blue-beatle
Run initial setup:
blue-beatle setup
Configure your Gemini API key:
blue-beatle config --setup-api
Get your free API key at: Google AI Studio
Start using Blue Beatle:
blue-beatle ai "Help me analyze my code"
blue-beatle interactive
# Ask AI for coding help
blue-beatle ai "How do I optimize this React component?"
# Analyze specific files
blue-beatle ai "Review this file for bugs" --file src/app.js
# Interactive AI chat
blue-beatle interactive
# Analyze current directory
blue-beatle analyze
# Security audit
blue-beatle analyze --type security --fix
# Performance analysis
blue-beatle analyze --type performance
# Watch for changes
blue-beatle watch --auto-fix
# Execute with AI assistance
blue-beatle exec "npm install react"
# Interactive mode with suggestions
blue-beatle exec "git commit" --interactive
# Safe mode for dangerous commands
blue-beatle exec "rm -rf node_modules" --safe
# Initialize new project
blue-beatle project --init
# Setup React project
blue-beatle project --setup react
# Deploy project
blue-beatle project --deploy
# Run tests with analysis
blue-beatle project --test
| Command | Description |
|---|---|
blue-beatle ai <prompt> | Ask AI to solve coding problems |
blue-beatle interactive | Start interactive AI chat mode |
blue-beatle analyze [path] | Analyze code for issues |
blue-beatle exec <command> | Execute commands with AI help |
blue-beatle project --init | Initialize new project |
blue-beatle config --setup-api | Setup Gemini API key |
blue-beatle setup | Run initial setup wizard |
blue-beatle config --setup-api
macadida config --list
macadida config --set ai.temperature=0.7
macadida config --set terminal.safeMode=true
We welcome contributions! See our Contributing Guide for details.
# Development setup
git clone https://github.com/engineermarcus/marcus-alias.git
cd marcus-alias
npm install
npm run dev
MIT License - see LICENSE file for details.
If MacAdida helps you code better, please consider:
Made with ❤️ by Engineermarcus
Empowering developers with AI-driven productivity
FAQs
🤖 AI-Powered Development Assistant - Intelligent code analysis, problem solving, and terminal automation using Gemini API
We found that blue-beatle demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.