{"id":51090391,"url":"https://github.com/episuarez/killport","last_synced_at":"2026-06-24T01:30:30.722Z","repository":{"id":363910266,"uuid":"1264727890","full_name":"episuarez/killport","owner":"episuarez","description":"Windows developer tool for managing TCP port processes — kill, restart, and inspect what's listening with runtime and framework context.","archived":false,"fork":false,"pushed_at":"2026-06-10T21:09:39.000Z","size":2413,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T23:07:55.314Z","etag":null,"topics":["cli","desktop-app","developer-tools","port-manager","process-killer","rust","tauri","tray-icon","win32","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/episuarez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-10T06:09:59.000Z","updated_at":"2026-06-10T21:06:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/episuarez/killport","commit_stats":null,"previous_names":["episuarez/killport"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/episuarez/killport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/episuarez%2Fkillport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/episuarez%2Fkillport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/episuarez%2Fkillport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/episuarez%2Fkillport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/episuarez","download_url":"https://codeload.github.com/episuarez/killport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/episuarez%2Fkillport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34713789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","desktop-app","developer-tools","port-manager","process-killer","rust","tauri","tray-icon","win32","windows"],"created_at":"2026-06-24T01:30:29.796Z","updated_at":"2026-06-24T01:30:30.714Z","avatar_url":"https://github.com/episuarez.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Killport\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\".github/screenshots/dashboard.png\" alt=\"Kill Port dashboard\" width=\"700\"\u003e\n\u0026nbsp;\u0026nbsp;\n\u003cimg src=\".github/screenshots/tray.png\" alt=\"System tray popup\" width=\"196\"\u003e\n\n**Kill the process on any port — and know exactly what you're hitting.**\n\n[![CI](https://img.shields.io/github/actions/workflow/status/episuarez/killport/ci.yml?style=flat-square\u0026label=CI)](https://github.com/episuarez/killport/actions)\n[![Release](https://img.shields.io/github/v/release/episuarez/killport?style=flat-square\u0026label=release)](https://github.com/episuarez/killport/releases)\n[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)\n[![Platform](https://img.shields.io/badge/platform-Windows-0078d4?style=flat-square\u0026logo=windows\u0026logoColor=white)](https://github.com/episuarez/killport/releases)\n[![Rust](https://img.shields.io/badge/rust-stable-orange?style=flat-square\u0026logo=rust\u0026logoColor=white)](https://www.rust-lang.org)\n\n\u003c/div\u003e\n\n---\n\n## Install\n\nDownload the latest `.exe` installer or `.msi` package from the [Releases](https://github.com/episuarez/killport/releases) page.\n\nRequires **Windows 10 version 1803** or later (WebView2 runtime, included with Windows since 2018).\n\n---\n\n## What it does\n\n| Feature | Details |\n|---|---|\n| **Port scan** | All listening TCP ports, IPv4 + IPv6, via Win32 IP Helper API — no `netstat` |\n| **Process context** | Runtime (Node, Python, PHP, Go, PostgreSQL, Redis, Docker…) + detected framework (Vite, Next.js, Django, Laravel…) + project name |\n| **Docker-aware** | Maps container ports to their image and name |\n| **Windows services** | Identifies SCM-registered services |\n| **Kill** | Graceful (WM\\_CLOSE → wait → force) or immediate; kills entire process trees |\n| **Restart** | Kills and respawns with the original command line and working directory |\n| **System tray** | Popup port list, notifications on port open/close, reserved-port alerts |\n| **Dashboard** | Protocol probe (HTTP/WS/Redis/MySQL/gRPC…), QR code for mobile access |\n| **CLI** | Headless `killport` binary for scripting and automation |\n\n---\n\n## CLI usage\n\n```\nkillport list                  # dev ports only\nkillport list --all            # include system processes\nkillport kill \u003cport\u003e           # graceful kill\nkillport kill \u003cport\u003e --force   # immediate kill\nkillport kill --pid \u003cpid\u003e      # kill by PID\nkillport restart \u003cport\u003e        # kill + respawn\n```\n\n---\n\n## Build from source\n\n```bat\nrustup update stable\ncargo install tauri-cli\n\ngit clone https://github.com/episuarez/killport\ncd killport\n\ncargo tauri build              # desktop app + installer\ncargo build -p killport-cli --release   # CLI only\n```\n\nBinaries land in `target/release/`.\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for setup, commit conventions, and the release process.\n\n---\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepisuarez%2Fkillport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepisuarez%2Fkillport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepisuarez%2Fkillport/lists"}