{"id":13445716,"url":"https://github.com/CosmosOS/Cosmos","last_synced_at":"2025-03-21T05:31:09.263Z","repository":{"id":24161656,"uuid":"27551693","full_name":"CosmosOS/Cosmos","owner":"CosmosOS","description":"Cosmos is an operating system \"construction kit\". Build your own OS using managed languages such as C#, VB.NET, and more!","archived":false,"fork":false,"pushed_at":"2024-09-25T22:24:51.000Z","size":238474,"stargazers_count":2927,"open_issues_count":125,"forks_count":553,"subscribers_count":178,"default_branch":"master","last_synced_at":"2024-10-29T15:34:33.514Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://www.goCosmos.org","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CosmosOS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2014-12-04T17:29:45.000Z","updated_at":"2024-10-28T07:05:41.000Z","dependencies_parsed_at":"2024-11-19T18:29:24.414Z","dependency_job_id":null,"html_url":"https://github.com/CosmosOS/Cosmos","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmosOS%2FCosmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmosOS%2FCosmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmosOS%2FCosmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmosOS%2FCosmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CosmosOS","download_url":"https://codeload.github.com/CosmosOS/Cosmos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244566895,"owners_count":20473450,"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":["hacktoberfest"],"created_at":"2024-07-31T05:00:38.269Z","updated_at":"2025-03-21T05:31:09.258Z","avatar_url":"https://github.com/CosmosOS.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n\n  \u003cimg src=\"https://user-images.githubusercontent.com/63316499/89792973-43587480-daf3-11ea-99d6-82f89dd2ffc3.png\" width=\"25%\" /\u003e\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\n  \u003ca href=\"https://ci.appveyor.com/api/projects/status/kust7g5dlnykhkaf/branch/master\"\u003e\n    \u003cimg src=\"https://ci.appveyor.com/api/projects/status/kust7g5dlnykhkaf/branch/master?svg=true\" /\u003e\n  \u003c/a\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/languages/code-size/CosmosOS/Cosmos\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/downloads/CosmosOS/Cosmos/total\" /\u003e\n\n  \u003ca href=\"https://github.com/CosmosOS/Cosmos/releases/latest\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/CosmosOS/Cosmos\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/CosmosOS/Cosmos/blob/master/LICENSE.txt\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/CosmosOS/Cosmos\" /\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://discord.com/invite/kwtBwv6jhD\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/833970409337913344\" /\u003e\n  \u003c/a\u003e\n\n\u003c/p\u003e\n\n\u003chr/\u003e\n\nCosmos (C# Open Source Managed Operating System) is an operating system development kit which uses .NET, alongside the custom IL2CPU compiler to convert (most) C# code into a working bare-metal OS.\nDespite C# in the name, any .NET-based language can be used, which includes: VB.NET, IronPython, F# and more. Cosmos itself and its kernel routines are primarily written in C#, and thus the Cosmos name.\n\nIn a project, Cosmos can be thought of as a compiler and a sort-of standard library for a project. It gives the user access to often hard to find or otherwise difficult to understand tools.\n\n\u003chr/\u003e\n\n## Features\n\nThe following is a non-exhaustive list of features that Cosmos offers:\n\n- Low level assembly access and pointer memory control\n- A basic filesystem\n- Most features found in the .NET core library\n- A CPU/FPU accelerated math library\n- A basic graphics interface\n- A basic network interface\n- A basic audio interface\n\n## Setting it up\n\nCosmos has an article [here](https://cosmosos.github.io/install.html) on how to do that.\n\n## Documentation\n\nThe Cosmos documentation can be found [here](https://cosmosos.github.io/index.html).\n\nIf you still have any questions on how to use Cosmos, you can open a [discussion](https://github.com/CosmosOS/Cosmos/discussions) or you can join the [Discord server](https://discord.com/invite/kwtBwv6jhD)!\n\nThe devkit changelog can be found [here](https://cosmosos.github.io/articles/Changelog.html).\n\n## Reporting an issue\n\nIf you think you found a bug in Cosmos, please check existing [issues](https://github.com/CosmosOS/Cosmos/issues) first before opening a new one. Do **not** open an issue if you need help with something in Cosmos that is not a bug, if you don't know how to code it's not a Cosmos issue for example.\n","funding_links":[],"categories":["Frameworks, Libraries and Tools","Operating systems source code","hacktoberfest","框架, 库和工具","C#","🗒️ Cheatsheets"],"sub_categories":["Operating System","操作系统","📦 Libraries"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCosmosOS%2FCosmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCosmosOS%2FCosmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCosmosOS%2FCosmos/lists"}