{"id":22729908,"url":"https://github.com/eugeny/macos-native-processlist","last_synced_at":"2025-04-13T23:13:58.993Z","repository":{"id":33183744,"uuid":"154301984","full_name":"Eugeny/macos-native-processlist","owner":"Eugeny","description":"NodeJS - native macOS process list loader","archived":false,"fork":false,"pushed_at":"2023-02-13T04:58:39.000Z","size":161,"stargazers_count":22,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T23:13:58.365Z","etag":null,"topics":["macos","n-api","nodejs","process-management","processes","system","system-status"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eugeny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"eugeny","ko_fi":"eugeny"}},"created_at":"2018-10-23T09:39:13.000Z","updated_at":"2025-04-03T15:27:47.000Z","dependencies_parsed_at":"2024-06-18T23:01:16.075Z","dependency_job_id":"2eb54932-3487-4499-85d2-c5913624d07c","html_url":"https://github.com/Eugeny/macos-native-processlist","commit_stats":{"total_commits":32,"total_committers":3,"mean_commits":"10.666666666666666","dds":0.4375,"last_synced_commit":"1fecaf5c393665cf1309e27d95ebc869af7dfb3a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eugeny%2Fmacos-native-processlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eugeny%2Fmacos-native-processlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eugeny%2Fmacos-native-processlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eugeny%2Fmacos-native-processlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eugeny","download_url":"https://codeload.github.com/Eugeny/macos-native-processlist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248794569,"owners_count":21162615,"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","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":["macos","n-api","nodejs","process-management","processes","system","system-status"],"created_at":"2024-12-10T18:12:20.692Z","updated_at":"2025-04-13T23:13:58.971Z","avatar_url":"https://github.com/Eugeny.png","language":"C++","readme":"# macos-native-processlist\n\n[![Build](https://github.com/Eugeny/macos-native-processlist/actions/workflows/main.yml/badge.svg)](https://github.com/Eugeny/macos-native-processlist/actions/workflows/main.yml)\n\nLoads list of processes on macOS natively, without any bullshit `ps` output parsing\n\n## Usage\n\n```js\nimport { getProcessList } from 'macos-native-processlist'\n\ngetProcessList().then(processes =\u003e {\n  for (let process of processes) {\n    console.log(process.pid, process.name, process.children.length)\n  }\n})\n```\n\nFor the full API look at the [typings file](./typings/macos-native-processlist.d.ts).\n","funding_links":["https://github.com/sponsors/eugeny","https://ko-fi.com/eugeny"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugeny%2Fmacos-native-processlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feugeny%2Fmacos-native-processlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugeny%2Fmacos-native-processlist/lists"}