Sanjeever/port_sentinel
पोर्ट के निगरानी और प्रक्रिया प्रबंधन के लिए फ्लटर विंडोज़ डेस्कटॉप एप्लिकेशन।
- Stars
- 159
- Forks
- 4
- अंतिम पुश (UTC)
- 16 मार्च 2026
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँDartC++CMakeC
उपयोग की गई निर्भरताएँ
निर्भरता सूची 6 आइटम
- flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.8 - provider
^6.1.5+1 - bot_toast
^4.1.3 - flutter_testडेवलपमेंट
{"sdk":"flutter"} - flutter_lintsडेवलपमेंट
^5.0.0
रैंकिंग
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
README खोलें / बंद करें
Port Sentinel
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
- Install Flutter: Ensure Flutter SDK is installed and configured.
- 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.