{"id":22396863,"url":"https://github.com/codedead/advanced-portchecker","last_synced_at":"2025-10-14T07:39:02.281Z","repository":{"id":84594507,"uuid":"74284714","full_name":"CodeDead/Advanced-PortChecker","owner":"CodeDead","description":"Check if a certain port is open or not","archived":false,"fork":false,"pushed_at":"2025-06-12T16:42:56.000Z","size":7275,"stargazers_count":45,"open_issues_count":2,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-12T17:41:44.030Z","etag":null,"topics":["codedead","multithreading","network","network-analysis","network-scanner","ping","port","port-scanner","portchecker","react","reactjs","rust","rust-lang","scan","scanner","tauri","tauri-app","tcp","tcpip","udp"],"latest_commit_sha":null,"homepage":"https://codedead.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeDead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2016-11-20T15:45:20.000Z","updated_at":"2025-06-12T16:42:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0378508-c58f-44a1-9ea3-ce034173cb9d","html_url":"https://github.com/CodeDead/Advanced-PortChecker","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/CodeDead/Advanced-PortChecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2FAdvanced-PortChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2FAdvanced-PortChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2FAdvanced-PortChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2FAdvanced-PortChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDead","download_url":"https://codeload.github.com/CodeDead/Advanced-PortChecker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2FAdvanced-PortChecker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268039869,"owners_count":24185810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["codedead","multithreading","network","network-analysis","network-scanner","ping","port","port-scanner","portchecker","react","reactjs","rust","rust-lang","scan","scanner","tauri","tauri-app","tcp","tcpip","udp"],"created_at":"2024-12-05T06:09:41.776Z","updated_at":"2025-10-14T07:38:57.227Z","avatar_url":"https://github.com/CodeDead.png","language":"JavaScript","readme":"# Advanced PortChecker\n\n![Advanced PortChecker](https://i.imgur.com/vdt1sXZ.png)\n\n![GitHub](https://img.shields.io/badge/language-JavaScript+Rust-green)\n![GitHub](https://img.shields.io/github/license/CodeDead/Advanced-PortChecker)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/CodeDead/Advanced-PortChecker)\n[![Test](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml)\n[![Release](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml)\n\nAdvanced PortChecker is a free and open-source application that can help you check if ports are open or closed on a certain host. You can check multiple ports at once and export the results in plain text, CSV or JSON format!\n\n## Building\n\nAdvanced PortChecker uses tauri to build the desktop application. You can find more information about Tauri [here](https://tauri.app/v1/guides/).\n\nFor more information about building using `vite`, please read the `Vite` documentation [here](https://vitejs.dev/guide/build.html).\n\n### Development\n\nYou can start a development preview by running the `yarn tdev` command:\n```shell\nyarn tdev\n```\n\n### Windows\n\n#### Installer\n\nYou can create an executable installer by running the `yarn tbuild` command on a Windows host:\n```shell\nyarn tbuild\n```\n\n### Linux\n\n#### deb\n\nYou can create a .deb file, by running the `yarn tbuild` command on a Linux host:\n```shell\nyarn tbuild\n```\n\n#### AppImage\n\nYou can create an [AppImage](https://appimage.github.io/) by executing the `yarn tbuild` command on a Linux host:\n```shell\nyarn tbuild\n```\n\n### macOS\n\n#### dmg\n\nYou can create a macOS build by running the `yarn tbuild` command on a macOS host:\n```shell\nyarn tbuild\n```\n\n#### Archive\n\nYou can create a macOS build by running the `yarn tbuild` command on a macOS host:\n```shell\nyarn tbuild\n```\n\n## Credits\n\n### Tauri\n\nThis project uses [Tauri](https://tauri.app/) to create a cross-platform application.\n\n### ReactJS\n\nThis project uses [React](https://reactjs.org/) to create the user interface.\n\n### Theme\n\nThe theme used in this application is [MUI](https://mui.com/).\n\n### Images\n\nThe application icon (and derivatives) are provided by [RemixIcon](https://remixicon.com/).  \nAll other images were provided by [MUI](https://mui.com/material-ui/material-icons/).\n\n### Translations\n\n- Chinese (Simplified) - [王先生笔记](https://wxsnote.cn)\n- Italian - [bovirus](https://github.com/bovirus)\n- Japanese - [coolvitto](https://github.com/coolvitto)\n\n## About\n\nThis library is maintained by CodeDead. You can find more about us using the following links:\n* [Website](https://codedead.com)\n* [Bluesky](https://bsky.app/profile/codedead.com)\n* [Facebook](https://facebook.com/deadlinecodedead)\n\nCopyright © 2025 CodeDead\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedead%2Fadvanced-portchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedead%2Fadvanced-portchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedead%2Fadvanced-portchecker/lists"}