{"id":19154283,"url":"https://github.com/dotdot0/systeminfo","last_synced_at":"2026-06-19T15:32:16.555Z","repository":{"id":64163907,"uuid":"572467728","full_name":"dotdot0/systeminfo","owner":"dotdot0","description":"A npm module to get the current stats of your system written in Rust","archived":false,"fork":false,"pushed_at":"2022-12-06T12:38:56.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-05T15:20:35.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/dotdot0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-30T10:41:34.000Z","updated_at":"2023-03-04T02:05:09.000Z","dependencies_parsed_at":"2023-01-23T09:45:31.512Z","dependency_job_id":null,"html_url":"https://github.com/dotdot0/systeminfo","commit_stats":null,"previous_names":["pratushrai/systeminfo","pratushrai0309/systeminfo","sudoerp/systeminfo","dotdot0/systeminfo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dotdot0/systeminfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotdot0%2Fsysteminfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotdot0%2Fsysteminfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotdot0%2Fsysteminfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotdot0%2Fsysteminfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotdot0","download_url":"https://codeload.github.com/dotdot0/systeminfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotdot0%2Fsysteminfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34538203,"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-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-11-09T08:26:09.662Z","updated_at":"2026-06-19T15:32:16.531Z","avatar_url":"https://github.com/dotdot0.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# systeminfo \n### A npm module used to get system's information\n### Based on sysinfo crate\n\n\u003e **_NOTE:_**  Please Install Rust on your system before installing the module(https://www.rust-lang.org/tools/install)\n\n### Functions Available: \n\u003e **_NOTE:_** ECMAScript modules not supported\n\n```js\nconst sys = require('systeminfo');\n\nconsole.log(sys.uptime());//Returns the uptime of the system\n//Example Output: 11h48m33s\n\nconsole.log(sys.bootTime());//Returns the time since the first boot\n//Example Output: 19329d3h52m36s\n\nconsole.log(sys.osVersion());//Returns the operating system version\n//Example Output: MacOS 11.2 BigSur\n\nconsole.log(sys.kernelVersion());//Returns the kernel version\n//Example Output: 6.0.0-kali3-amd64\n\nconsole.log(sys.disks());//Returns the disks list\n\nconsole.log(sys.memory());//Returns the memory info\n/* Example Output: {\n  totalMemory: '15.5 GiB',//Total Memory installed on your system\n  freeMemory: '2.7 GiB',//free memory refers to the unallocated memory\n  availableMemory: '8.1 GiB',//Total memory that is available for (re)use\n  usedMemory: '7.3 GiB'//Amount of memory used\n} */\n\nconsole.log(sys.systemName());//Name of the system or host name\n\nconsole.log(sys.physicalCoreCount());//Physical core count of the CPU\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotdot0%2Fsysteminfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotdot0%2Fsysteminfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotdot0%2Fsysteminfo/lists"}