{"id":16471904,"url":"https://github.com/abranhe/os","last_synced_at":"2026-04-11T09:03:31.738Z","repository":{"id":96043869,"uuid":"157051337","full_name":"abranhe/os","owner":"abranhe","description":"Know you operating system from your terminal. Written in C.","archived":false,"fork":false,"pushed_at":"2019-04-27T06:19:57.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T23:35:05.703Z","etag":null,"topics":["c-library","c-module","cli","clib","clibs","freebsd","linux","macos","operating-system","os","win32","win64","windows"],"latest_commit_sha":null,"homepage":"https://projects.abranhe.com/os","language":"C","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/abranhe.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}},"created_at":"2018-11-11T05:45:16.000Z","updated_at":"2021-12-07T01:31:15.000Z","dependencies_parsed_at":"2023-04-05T09:57:02.918Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/os","commit_stats":null,"previous_names":["abrahamhba/os","abranhe/os"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/os/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094251,"owners_count":19908647,"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":["c-library","c-module","cli","clib","clibs","freebsd","linux","macos","operating-system","os","win32","win64","windows"],"created_at":"2024-10-11T12:15:23.058Z","updated_at":"2025-12-31T01:10:25.962Z","avatar_url":"https://github.com/abranhe.png","language":"C","funding_links":["https://patreon.com/abranhe"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"https://cdn.abranhe.com/projects/os/os.svg\" width=\"250\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cb\u003eos\u003c/b\u003e: Know your operating system from your terminal\n\t\u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/os\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/os.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe\"\u003e\u003cimg src=\"https://abranhe.com/badge.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://cash.me/$abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/cash-me.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://patreon.com/abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/patreon.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe/os/blob/master/license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/os.svg\" /\u003e\u003c/a\u003e\n\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\n## Installation\n\nInstalling with [Clib](https://github.com/clibs/clib)\n\n```sh\n$ clib install abranhe/os\n```\n\nOtherwise you can install by running the following on your terminal (**Unix** only)\n\n```sh\n$ curl -s https://sh.abranhe.com/os | bash\n```\n\nto uninstall it you can use\n\n```sh\n$ curl -s https://sh.abranhe.com/os/uninstall | bash\n```\n\n## Usage\n\nIf you run:\n\n```\n$ os --help\n```\n\nYou will get:\n\n```\n  Usage: os [options]\n\n  Options:\n\n    -h, --help      output help information\n    -v, --version   output os version\n\n  Examples:\n\n    $ os\n    macOS\n```\n\n## Related\n\n- [os.c][os]: API for this module written in C.\n\n## Team\n\n|[![Carlos Abraham Logo][abranhe-img]][abranhe]|\n| :-: |\n| [Carlos Abraham][abranhe] |\n\n## License\n\n[MIT][license] License © [Carlos Abraham][abranhe]\n\n\u003c!-------------------- Links ------------------------\u003e\n[abranhe]: https://github.com/abranhe\n[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50\n[license]: https://github.com/abranhe/os/blob/master/license\n[travis-badge]: https://img.shields.io/travis/abranhe/os.svg\n[travis-status]: https://travis-ci.org/abranhe/os\n[os]: https://github.com/abranhe/os.c\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fos/lists"}