{"id":16446449,"url":"https://github.com/fbukevin/systemkitdemo","last_synced_at":"2026-04-29T10:33:44.499Z","repository":{"id":70827642,"uuid":"170124261","full_name":"fbukevin/SystemKitDemo","owner":"fbukevin","description":"Command Line Demonstration for SystemKit ","archived":false,"fork":false,"pushed_at":"2019-02-11T12:22:29.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T11:54:53.695Z","etag":null,"topics":["macos","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/fbukevin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-11T12:22:03.000Z","updated_at":"2019-02-11T12:24:07.000Z","dependencies_parsed_at":"2023-02-21T20:31:28.711Z","dependency_job_id":null,"html_url":"https://github.com/fbukevin/SystemKitDemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fbukevin/SystemKitDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FSystemKitDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FSystemKitDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FSystemKitDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FSystemKitDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbukevin","download_url":"https://codeload.github.com/fbukevin/SystemKitDemo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbukevin%2FSystemKitDemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32421902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["macos","swift"],"created_at":"2024-10-11T09:47:40.189Z","updated_at":"2026-04-29T10:33:44.487Z","avatar_url":"https://github.com/fbukevin.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a demonstration inspired by [SysmteKit](https://github.com/beltex/SystemKit).\n\nThe official [SystemKit](https://github.com/beltex/SystemKit) example require XCode editor to build and run since the\nrepository was packaged as a module. This project is meant to use command line to compile and run the example file with\nsource file of SystemKit as libraries.\n\n## How to compile\n\n```\n$ swiftc -o output main.swift System.swift\n```\n\nNote: If you are new to command line Swift, `swift` command is a interperter to run Swift code or enter Swift\ninteractive mode. To compile Swift file, you should use `swiftc` instead. (It's similar to `java` and `javac`)\n\nAlternatively, you can compile the source files with:\n\n```\n$ xcrun -sdk macosx swiftc -emit-executable -o output main.swift System.swift\n```\n\n## How to run \n\n```\n$ ./output\n// MACHINE STATUS\n\n-- CPU --\n\tPHYSICAL CORES:  2\n\tLOGICAL CORES:   4\n\tSYSTEM:          8%\n\tUSER:            12%\n\tIDLE:            79%\n\tNICE:            0%\n\n-- MEMORY --\n\tPHYSICAL SIZE:   16.0GB\n\tFREE:            223MB\n\tWIRED:           3.60GB\n\tACTIVE:          5.00GB\n\tINACTIVE:        4.90GB\n\tCOMPRESSED:      2.27GB\n\n-- SYSTEM --\n\tMODEL:           MacBookPro14,1\n\tUPTIME:          26d 4h 56m 52s\n\tPROCESSES:       647\n\tTHREADS:         3474\n\tLOAD AVERAGE:    [\"2.48\", \"2.32\", \"2.53\"]\n\tMACH FACTOR:     [2.024, 1.992, 1.99]\n\n-- POWER --\n\tCPU SPEED LIMIT: 100.0%\n\tCPUs AVAILABLE:  4\n\tSCHEDULER LIMIT: 100.0%\n\tTHERMAL LEVEL:   Not Published\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbukevin%2Fsystemkitdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbukevin%2Fsystemkitdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbukevin%2Fsystemkitdemo/lists"}