The ultimate desktop and web app for managing your React, Next.js, Vite, and Node.js development servers. Whether you're working on multiple projects or need a seamless way to organize, start, and stop your servers, RunDeck puts everything at your fingertips.
Say goodbye to manually navigating project folders and terminal commands—RunDeck automates it all with a sleek, easy-to-use interface.
Just enter a folder path, and RunDeck instantly scans and lists all available development servers.
Keep your most important projects pinned at the top for quick and easy access.
No more terminal struggles—launch or stop your servers instantly with a single click.
Need to preview your app? Just click the terminal URL and open it in your preferred browser.
Effortlessly switch between branches without leaving the app.
Jump straight into coding with a single click.
View in-use ports and kill processes blocking ports above 3000.
Download and install the package
Click the button below to download the latest RunDeck .deb package. This package is designed for Ubuntu systems.
After downloading, open your terminal, navigate to the folder where the package was downloaded, and run the following command:
sudo dpkg -i rundeck_x.x.x_amd64.deb
Once installed, you can launch RunDeck from your application menu or by running rundeck
in your terminal.
Run RunDeck as a desktop app without installation. Follow the steps below:
Begin by cloning the RunDeck repository from GitHub.
git clone https://github.com/emdmed/rundeck.git
Navigate to the project directory and install the required dependencies.
npm install
Start the desktop app in development mode.
npm run rundeck:desk
Run RunDeck locally as a WebApp
Begin by cloning the RunDeck repository from GitHub.
git clone https://github.com/emdmed/rundeck.git
Navigate to the project directory and install the required dependencies.
npm install
Start the desktop app in development mode.
npm run rundeck:web