{"id":26060952,"url":"https://github.com/memescoep/xenos","last_synced_at":"2026-03-10T10:06:31.451Z","repository":{"id":41862573,"uuid":"508403594","full_name":"MEMESCOEP/XenOS","owner":"MEMESCOEP","description":"XenOS is an operating system written in .NET C# and is made possible by the Cosmos OS project.","archived":false,"fork":false,"pushed_at":"2022-12-14T18:55:03.000Z","size":182246,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-26T14:47:04.128Z","etag":null,"topics":["bruh-moment","c-sharp","cosmos-os","dotnet","operating-system","osdev"],"latest_commit_sha":null,"homepage":"","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/MEMESCOEP.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}},"created_at":"2022-06-28T17:58:34.000Z","updated_at":"2025-02-13T21:51:59.000Z","dependencies_parsed_at":"2023-01-29T00:32:17.820Z","dependency_job_id":null,"html_url":"https://github.com/MEMESCOEP/XenOS","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/MEMESCOEP/XenOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEMESCOEP%2FXenOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEMESCOEP%2FXenOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEMESCOEP%2FXenOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEMESCOEP%2FXenOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MEMESCOEP","download_url":"https://codeload.github.com/MEMESCOEP/XenOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEMESCOEP%2FXenOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30329698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":["bruh-moment","c-sharp","cosmos-os","dotnet","operating-system","osdev"],"created_at":"2025-03-08T14:47:42.625Z","updated_at":"2026-03-10T10:06:31.430Z","avatar_url":"https://github.com/MEMESCOEP.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XenOS\nXenOS is an operating system written in .NET C# and is made possible by the Cosmos OS project.\n\u003cbr/\u003e\n***Please note that this operating system is still in its alpha phase. It may break, crash, or cause data loss, so please don't use it on a computer you care about!***\n\u003cbr/\u003e\n## Features\n* Simple File I/O (Works best in VMware and only supports FAT32)\n* Fat32 Filesystem (Works best in VMware)\n* Simple GUI (Works best in VMware; Being re-written)\n* Text Editor\n* Autoexec (Auto start on boot)\n* Basic networking (DHCP IP Assignment, ping, etc)\n* FTP Server (Works best in VMware)\n* PS/2 Keyboard and mouse support\n* AC97 Audio Driver (Requires an AC97 compatible audio card, Works best in Virtualbox)\n* Basic .NET executable support\n* Basic login system\n* Basic settings\n* INI Configuration file parser\n\n## Screenshots\n\u003cimg src=\"https://github.com/MEMESCOEP/XenOS/raw/main/src/XenOS/Art/Screenshots/GUI.png\" /\u003e\n\u003cimg src=\"https://github.com/MEMESCOEP/XenOS/raw/main/src/XenOS/Art/Screenshots/Console.png\" /\u003e\n\n## System Requirements\n* A 32-bit or 64-bit CPU (x86_64)\n* At least 64 MB of RAM (128 MB or larger recommended)\n* At least 16 MB graphics RAM\n* PS/2 Keyboard (Or a USB keyboard with PS/2 emulation)\n* (OPTIONAL) PS/2 Mouse, for GUI\n* (OPTIONAL) 512 MB Hard disk, formatted with the FAT32 Filesystem\n* (OPTIONAL) Intel E1000 Network card or PCnet-FAST III network card\n\n## Building XenOS\n### Windows\nPrerequisites:\n* The XenOS source code (You can download it from https://github.com/MEMESCOEP/XenOS/archive/refs/heads/main.zip)\n* .NET 6.0 SDK\n* VMWare Player\n* Visual Studio 2022\n* The latest version of the Cosmos OS Devkit (https://github.com/CosmosOS/Cosmos, take a look at the wiki for help with installation)\n\nStarting the build:\n\u003cbr/\u003e\n*NOTE: If you would like to compile outside of visual studio, run `dotnet build`, or `build.bat`.*\n1. Open the project in Visual Studio (Be sure to check if there are any errors!).\n2. Press the `F5` key or click the button labeled \"Cosmos\" in the toolbar.\n3. Once VMWare launches, you're done!\n\n### Linux\nPrerequisites:\n* The XenOS source code (You can download it from https://github.com/MEMESCOEP/XenOS/archive/refs/heads/main.zip)\n* .NET 6.0 SDK\n* The latest version of the Cosmos OS Devkit (https://github.com/CosmosOS/Cosmos, take a look at the wiki for help with installation on linux)\n\nStarting the build:\n\u003cbr/\u003e\n1. Locate the file called `build.sh`.\n2. Don't do anything yet because I haven't figured this part out yet 🗿.\n\n## TO-DO\n* Finish re-writing GUI\n* Add USB support\n* Add NTFS and/or EXT Filesystem support\n* Fix bugs lol\n* Add Sound Blaster 16 audio driver\n* Add more features to .NET exec\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemescoep%2Fxenos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemescoep%2Fxenos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemescoep%2Fxenos/lists"}