{"id":13587580,"url":"https://github.com/marshki/about_dis_mac","last_synced_at":"2025-04-07T22:31:24.785Z","repository":{"id":44136299,"uuid":"100426133","full_name":"marshki/about_dis_mac","owner":"marshki","description":"Bash script to mimic the \"About This Mac\" feature in macOS from a command-line interface (CLI).","archived":false,"fork":false,"pushed_at":"2024-04-23T14:19:18.000Z","size":1342,"stargazers_count":12,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-23T15:35:19.814Z","etag":null,"topics":["about-this-mac","bash-script","cli","macos"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/marshki.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}},"created_at":"2017-08-15T23:01:48.000Z","updated_at":"2024-07-25T23:09:03.393Z","dependencies_parsed_at":"2024-04-23T15:45:01.119Z","dependency_job_id":null,"html_url":"https://github.com/marshki/about_dis_mac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshki%2Fabout_dis_mac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshki%2Fabout_dis_mac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshki%2Fabout_dis_mac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshki%2Fabout_dis_mac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marshki","download_url":"https://codeload.github.com/marshki/about_dis_mac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247740776,"owners_count":20988266,"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":["about-this-mac","bash-script","cli","macos"],"created_at":"2024-08-01T15:06:16.462Z","updated_at":"2025-04-07T22:31:24.245Z","avatar_url":"https://github.com/marshki.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# About 'Dis Mac :apple: :climbing:\n---\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/58a75e0d2563469f8a4a9ec4ad24df5d)](https://www.codacy.com/app/marshki/about_dis_mac?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=marshki/about_dis_mac\u0026amp;utm_campaign=Badge_Grade)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n[![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)\n[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n\nBash shell script to mimic the [About This Mac](https://support.apple.com/en-us/HT201581) feature in macOS (Apple sillicon, Intel).\n\n## Sample Output\n\n    --------------------\n    macOS\n    --------------------\n    Big Sur\n\n    --------------------\n    Version\n    --------------------\n    11.7.3\n\n    --------------------\n    Hardware Model\n    --------------------\n    iMac (Retina 5K, 27-inch, 2020)\n\n    --------------------\n    Processor\n    --------------------\n    3.3 GHz 6-Core Intel Core i5\n\n    --------------------\n    Memory\n    --------------------\n    16 GB 2667 MHz DDR4\n\n    --------------------\n    Startup Disk\n    --------------------\n    MacintoshHD-Data\n\n    --------------------\n    Graphics\n    --------------------\n    AMD Radeon Pro 5300 4 GB\n\n    --------------------\n    Serial Number\n    --------------------\n    H4TFJ019PN78\n\n## Supported Versions of macOS\n\n|macOS|Version    |\n|---  |---        |\n|14.* |Sonoma     |\n|13.* |Ventura    |\n|12.* |Monterey   |\n|11.* |Big Sur    |\n|10.15|Catalina   |\n|10.14|Mojave     |\n|10.13|High Sierra|\n|10.12|Sierra     |\n|10.11|El Capitan |\n|10.10|Yosemite   |\n\n## Getting Started\n\n__Liftoff:__\n\nMake this script accessible to all users by placing it in: `/usr/local/bin`;\n\nset the executable bit on the file:\n\n`chmod +x aboutMe`;\n\nthen call it:\n\n`bash aboutMe`.\n\n## History\n\n| Version| Relase Date|\n| ---    | ---        |\n| v.0.3  |04-AUG-2022 |\n| v.0.2  |05-APR-2021 |\n| v.0.1  |07-JUL-2018 |\n| v.0.0  |15-AUG-2017 |\n\n## License\n\n[LICENSE](https://github.com/marshki/about_dis_mac/blob/master/LICENSE)\n\n## Acknowledgements\n\n`hardware_model_too.sh` adpated from [this thread](https://www.reddit.com/r/macsysadmin/comments/bmycmz/submission_about_this_mac_command_line_edition/).\n \nShout-out to: [https://reddit.com/u/Thanksagainforlunch](https://reddit.com/u/Thanksagainforlunch) for the suggestion.\n\n## Issues\n\n[A list of issues for this repository.](https://github.com/marshki/about_dis_mac/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshki%2Fabout_dis_mac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarshki%2Fabout_dis_mac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshki%2Fabout_dis_mac/lists"}