
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.
A terminal-based development dashboard for managing and monitoring your Node.js projects.
Varu CLI is an interactive command-line interface built with React and Ink that helps developers manage multiple projects from a single dashboard. It provides a centralized view of all your projects, monitors running development servers, and offers quick access to common development tasks.
Project Management
Development Workflow
Node Modules Management
User Interface
npm install -g varucli
Or run directly with npx:
npx varucli
Start the dashboard:
varucli
On first run, you'll be prompted to configure the root directory where your projects are located.
j / ↓ - Move downk / ↑ - Move upgg - Jump to top (double-tap g)G - Jump to bottomEnter - Open project in nvims - Start/stop development serverc - Clone a repository (auto-detects git URLs from clipboard)I - Install npm dependencies/ or i - Search/filter projectsm - Scan node_modules sizesr - Refresh project listdd - Cleanup stale node_modules (double-tap d)C - Open configuration? - Show helpq - QuitThe application stores configuration in ~/.varucli-config.json. You can reconfigure at any time by pressing C in the main interface.
Configuration options:
package.json filessrc/
├── App.js # Main application component
├── index.js # Entry point
├── commands/ # Command implementations
│ ├── clone-repo.js
│ ├── process-monitor.js
│ ├── project-scanner.js
│ └── run-command.js
├── components/ # UI components
├── hooks/ # React hooks for state management
└── utils/ # Utility functions
Build the project:
npm run build
Run in development mode:
npm run dev
Start the application:
npm start
package.json filesCurrent version: 0.0.11
See package.json for license information.
FAQs
Dev dashboard for monitoring and control
We found that varucli 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.