Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.31 KB

File metadata and controls

33 lines (21 loc) · 1.31 KB

Kill Port Desktop

中文文档 | English

Kill Port Desktop is a standalone application that helps you manage and terminate port processes regardless of your editor. Built with Avalonia UI, it offers cross-platform support (Windows verified).

✨ Features

  • Standalone: Does not depend on VS Code, ready to use anytime.
  • Visual List: Clearly lists all processes occupying ports.
  • One-Click Kill: Quickly release occupied ports.
  • Multi-language: Supports switching between Chinese and English.

🚀 Usage Guide

  1. Download/Build: Run the killport-desktop application.
  2. View Ports: The application automatically lists active ports upon startup.
  3. Filter/Search: Enter a port number to quickly find specific processes.
  4. Terminate Process: Click the Kill button for the corresponding port entry.

Desktop Steps

Download

Download Address 1:Cloud Storage(Password:evgo2017)

Download Address 2:Release

🔧 Development & Build

  1. Ensure .NET SDK is installed.
  2. Navigate to the killport-desktop directory.
  3. Run dotnet run to launch the application.