Free & Open Source

Effortless ServerManagementfor Developers

Runeet is the ultimate desktop and web application for managing your development servers with zero configuration.

Built for React, Next.js, Vite, and Node.js projects. Get started in seconds.

Zero Config
🔥Hot Reload
📁Multi-Project
🌐Cross Platform

More platforms coming soon • No registration required

No registration

Start immediately

30 second setup

Lightning fast

Runeet application interface showing server management dashboard
Developer Tool

Meet Runeet

The comprehensive desktop and web application designed to streamline your development server management. Efficiently organize, launch, and monitor multiple projects with enterprise-grade reliability and an intuitive interface.

Enterprise Framework Support

React
Next.js
Vite
Node.js

Core Capabilities

Zero Configuration Setup

Get started instantly without complex configuration files

Multi-Project Management

Organize and oversee multiple development projects effortlessly

One-Click Server Control

Start, stop, and restart servers with a single click

Seamless Workflow Integration

Integrates smoothly into your existing development workflow

Eliminate the complexity of manual project navigation and terminal commands. Runeet delivers automation and control through a sophisticated, user-centric interface built for modern development teams.

✨ Features

Everything You Need to
Manage Your Servers

Streamline your development workflow with powerful features designed for modern developers

Smart
Auto-Detect Projects

Just enter a folder path, and Runeet instantly scans and lists all available development servers.

Organize
Favorite Projects

Keep your most important projects pinned at the top for quick and easy access.

Fast
One-Click Start & Stop

No more terminal struggles—launch or stop your servers instantly with a single click.

Preview
Open in Browser

Need to preview your app? Just click the terminal URL and open it in your preferred browser.

Git
Git Branch Management

Effortlessly switch between branches without leaving the app.

Editor
Open in VS Code

Jump straight into coding with a single click.

Control
Manage Ports

View in-use ports and kill processes blocking ports above 3000.

Ready to streamline your development workflow?

Zero configuration required

Runeet Desktop App

Recommended

Download and install the native desktop application for the best performance and experience

1
Download Package
Get the latest .deb package for Ubuntu systems
Version 0.5.8
AMD64~50MB
2
Install Package
Install the downloaded package using your terminal

Navigate to your downloads folder and run:

sudo dpkg -i rundeck_0.5.8_amd64.deb

💡 Tip: If you encounter dependency issues, run: sudo apt-get install -f

3
Launch Application
Start using Runeet from your system

Launch Runeet in one of these ways:

Application Menu

Find Runeet in your apps launcher

Terminal

runeet

Development Mode

Advanced

Run Runeet from source code for development and testing

1
Clone Repository
Get the latest source code from GitHub
git clone https://github.com/emdmed/runeet.git
2
Install Dependencies
Set up the development environment
cd runeet && npm install

This will install all required packages and set up your development environment

3
Choose Your Mode
Launch either desktop or web version

Desktop App

npm run runeet:desk

Web App

npm run runeet:web