Skip to content

npx devall

local dev console for the AI era

DevAll is a unified development dashboard that brings together all your services, processes, and AI coding agents in one place. Built for modern development workflows where humans and AI collaborate seamlessly.

One Dashboard, All Services

Manage multiple dev servers, databases, and background processes from a single interface with real-time monitoring.

AI-First Design

Built-in MCP (Model Context Protocol) server lets AI assistants control your entire dev environment through natural language.

Smart Process Management

Automatic port management, file watching, and intelligent restart detection. Just configure and go.

Real-Time Everything

WebSocket-powered live updates for logs, status changes, and system resources. No more terminal juggling.

No installation required! Run with npx:

Terminal window
npx devall

Or install globally for convenience:

Terminal window
npm install -g devall
devall
  • Process Lifecycle Management: Auto-start, restart on file changes, graceful shutdown
  • Port Stealing: Automatically reclaim ports from stuck processes
  • Smart Status Detection: Knows when your servers are actually ready
  • WebSocket Communication: Real-time updates to all connected clients
  • MCP Integration: Let AI assistants start, stop, and monitor your services
  • Flexible Configuration: JSONC-based config with local overrides
  • Secondary & Background Services: Hide utility services or run them silently
  • Cross-Platform: Works on macOS, Linux, and Windows