--- title: "Install & Run Vibe Kanban" description: "Complete installation guide for Vibe Kanban on macOS, Linux, and Windows" sidebarTitle: "Installation" --- ## Supported Systems We build and test Vibe Kanban on the following systems: - macOS (Intel and Apple Silicon) - Linux - Windows ## Prerequisites Before installing Vibe Kanban, ensure you have: - **Node.js**: Latest LTS version recommended - **Coding agent authentication**: Authenticate with your preferred coding agents outside of Vibe Kanban All supported coding agents can be used via npx without separate installation. You can find authentication instructions for each coding agent on their respective [websites](./supported-coding-agents). ## Installation & Setup Open a terminal and run: ```bash npx vibe-kanban ``` The application will bind to a random free port, print the URL in the terminal, and automatically open in your default browser. Complete the setup dialogs to configure your coding agent and editor preferences. GitHub authentication is optional and can be configured later. You'll land on an empty Projects page. Click "Create your first project" to set up your initial project. Start tracking your work by [creating tasks](/core-features/creating-tasks) within your project. Connect to GitHub in [Settings](/configuration-customisation/global-settings) to enable branch management and pull request creation. Streamline task creation with coding agents by [setting up MCP integration](/integrations/vibe-kanban-mcp-server). To use a fixed port, specify the `PORT` environment variable: `PORT=8080 npx vibe-kanban`