Varu cli

Manage Your Node.js ProjectsFrom the terminal

An interactive command-line dashboard built with React and Ink. Monitor dev servers, manage dependencies, and navigate projects with vim-style shortcuts.

View on GitHub

get started in seconds

Varu Terminal Interface Screenshot
Installation
npm install -g varu-cli
Launch
varu
vim-inspired navigationMaster your workflow with familiar vim keybindings. j/k to move, gg for top, G for bottom, / to search. Muscle memory that translates.
smart project discoveryAutomatically scan and detect Node.js projects. Intelligent framework recognition for Vite, Next.js, React with rich package.json metadata extraction.
one-key server controlStart and stop dev servers instantly with 's'. Automatic command detection from package.json with support for npm, yarn, and pnpm.
real-time process monitorLive tracking of running dev servers, open editors, and active ports. See what's running at a glance with 500ms polling.
dependency managementScan node_modules sizes, clean up stale dependencies (30+ days inactive), and reclaim gigabytes of disk space with smart validation.
smart git cloneClone repositories with clipboard auto-detection. Supports HTTPS, SSH, git:// formats with automatic project selection after clone.