Vibe Queue is a CLI task manager and execution engine with a real-time dashboard, designed for modern developer workflows. Version 1.1.3 is the current stable release. It features live process monitoring, on-the-fly TypeScript compilation via esbuild-wasm, automatic network discovery, and self-signed HTTPS certificate generation. Configuration is done via .vibe-queue/ directory files (queue.yaml, tasks.jsonc) and environment variables. Releases follow semantic versioning.
npm install vibe-queueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs vibe-queue globally, launches the CLI and dashboard on localhost:3000.
Set VIBE_QUEUE_PORT environment variable to a different port
Set VIBE_QUEUE_HTTPS=true and accept self-signed certificate in browser
Create a .vibe-queue/ directory in your project root and add required files
Ensure Node.js version supports WASM (>=12.x recommended) and environment allows WASM execution
Install globally with npm install -g vibe-queue, or use npx vibe-queue
Run npm install -g vibe-queue or use npx vibeq
Set VIBE_QUEUE_PORT environment variable to an available port
Run npm install in the project directory where vibe-queue is installed