{"id":37133659,"url":"https://github.com/malinoos/malino","last_synced_at":"2026-01-14T15:36:11.801Z","repository":{"id":241249734,"uuid":"801323059","full_name":"malinoOS/malino","owner":"malinoOS","description":"The Malino Linux-based OS development toolkit","archived":false,"fork":false,"pushed_at":"2024-06-02T19:51:43.000Z","size":10256,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-03T19:07:48.937Z","etag":null,"topics":["go","golang","linux","linux-based","os","osdev","toolkit"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malinoOS.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":"2024-05-16T02:31:13.000Z","updated_at":"2024-06-20T21:42:59.228Z","dependencies_parsed_at":"2024-06-06T08:45:01.112Z","dependency_job_id":null,"html_url":"https://github.com/malinoOS/malino","commit_stats":null,"previous_names":["malinoos/malino"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/malinoOS/malino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malinoOS%2Fmalino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malinoOS%2Fmalino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malinoOS%2Fmalino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malinoOS%2Fmalino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malinoOS","download_url":"https://codeload.github.com/malinoOS/malino/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malinoOS%2Fmalino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["go","golang","linux","linux-based","os","osdev","toolkit"],"created_at":"2026-01-14T15:36:11.075Z","updated_at":"2026-01-14T15:36:11.788Z","avatar_url":"https://github.com/malinoOS.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/malinoOS/malino/assets/49623720/c764dd50-c0cd-4440-993a-49373ebba912\" width=\"400\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://discord.gg/2yfxxfNT6F\"\u003e\u003cimg src=\"https://img.shields.io/badge/chat-on_discord-blue?style=for-the-badge\u0026logo=discord\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/code-size/malinoOS/malino?style=for-the-badge\u0026logo=files\u0026logoColor=white\"/\u003e\n\u003ca href=\"https://github.com/malinoOS/malino/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/malinoOS/malino?style=for-the-badge\u0026logo=debian\u0026logoColor=white\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/malinoOS/malino/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/malinoOS/malino?style=for-the-badge\u0026logo=mozilla\u0026logoColor=white\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### malino is a toolkit that allows people to create their own operating systems, easily.\n\n#### It supports both Go \u0026 C#, and you get to use Linux as your base.\n\n#### And also has a library that helps you make an OS with the toolkit.\n\n##### (in beta)\n\n## Features\n\n- Direct Linux system call access\n- Advanced file system, supports many filesystems, and works on real hardware\n- Most features found in both the C# and Go standard library\n- BIOS \u0026 EFI support on real hardware, almost all features work on real hardware\n- Framebuffer support to the point where it can [run DOOM](https://youtu.be/JERv-ocRCW4).\n- Including files in the system, allows lots of apps (with their libraries) to be ran (including apps like `ffmpeg`)\n- Faster than Cosmos in almost every way\n\n\n### How to install\n#### [GitHub Wiki: Installation](https://github.com/malinoOS/malino/wiki/Installation)\n\n### How to use\n#### [GitHub Wiki: Getting Started](https://github.com/malinoOS/malino/wiki/Getting-Started)\n#### [GitHub Wiki: Toolkit usage](https://github.com/malinoOS/malino/wiki/Toolkit-usage)\n\n# Directory structure\n\n## libmalino\nlibmalino is the Go module that your OS imports, so you don't need 50 lines just to read a line from the user.\n\nInclude it in your Go file with `import \"github.com/malinoOS/malino/libmalino\"`.\n\n## libmalino-cs\nlibmalino-cs is libmalino but for C#. It uses .NET 8.0 to compile, and is placed in `/opt/malino/libmalino-cs.dll`.\n\nmalino automatically \"links\" libmalino-cs with your project if you have your project configured to build for C#.\n\n## libmsb\nMSB stands for \"Malino Syscall Bridge\". This is only used with C# projects, and it's used to allow C# to make Linux system calls, since for some reason it can't by default. And it uses `clang` to build since this is a syscall bridge and must be written in C.\n\n## malino\nmalino is the toolkit and command you use to create projects, build, export, etc...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalinoos%2Fmalino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalinoos%2Fmalino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalinoos%2Fmalino/lists"}