FLUTTER ECOSYSTEM

Sanjeever/port_sentinel

ポートの監視およびプロセスの管理用のFlutter Windowsデスクトップアプリケーション。

port_sentinel のプロジェクト画像
Stars
159
Forks
4
最終プッシュ(UTC)
2026/03/16
プロジェクト状態
公開中
Holata Seminole GitHub avatar
GITHUB User

Holata Seminole ↗

A student from Belgium

言語DartC++CMakeC

使用している依存関係

依存関係一覧 6 件

ランキング

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

Port Sentinel

English | 中文

Flutter Windows Desktop application for monitoring ports and managing processes.

Repo Tokens Repo Tokens: 8.4k tokens · 4% of context window

Introduction Article: Port Sentinel Release

🎉 Featured in Ruan YiFeng's Technology Enthusiasts Weekly (Issue 382)

Features

  • Monitor Ports: View all TCP/UDP ports currently in use.
  • Process Info: See which process (PID and Name) is using a port.
  • Search & Filter:
    • Search by Port, PID, or Process Name.
    • Filter by Protocol (TCP/UDP).
  • Kill Process: Terminate conflicting processes directly from the app.
    • Includes safety confirmation dialog.
  • Auto Refresh: Optional automatic data update.

Screenshot

Home Page

Requirements

  • Windows 10 or later.
  • Administrator privileges recommended (for killing system processes or seeing all details).

Development

  1. Install Flutter: Ensure Flutter SDK is installed and configured.
  2. Run:
    flutter pub get
    flutter run -d windows
    

Note on Permissions

If you encounter "Access Denied" when trying to kill a process, please run the application as Administrator.

License

MIT