{"id":51080651,"url":"https://github.com/cs01/milo","last_synced_at":"2026-06-23T17:33:05.177Z","repository":{"id":358005057,"uuid":"1238395991","full_name":"cs01/milo","owner":"cs01","description":"Memory-safe systems language that compiles to LLVM IR. No GC, no lifetimes.","archived":false,"fork":false,"pushed_at":"2026-06-09T22:18:18.000Z","size":2437,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T00:10:17.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cs01.github.io/milo/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cs01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-14T04:49:58.000Z","updated_at":"2026-06-09T22:18:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cs01/milo","commit_stats":null,"previous_names":["cs01/milo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cs01/milo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs01%2Fmilo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs01%2Fmilo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs01%2Fmilo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs01%2Fmilo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cs01","download_url":"https://codeload.github.com/cs01/milo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs01%2Fmilo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-23T17:33:01.688Z","updated_at":"2026-06-23T17:33:05.170Z","avatar_url":"https://github.com/cs01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Milo\n\n**Memory Safe. Formally Verifiable. Native.**\n\nA memory-safe systems language with built-in contracts, safety profiles, and simple syntax. Compiles to native code via LLVM.\n\n```milo\nfrom \"std/http\" import { Request, Response, serve }\n\nfn main(): i32 {\n    serve(8080, (req: \u0026Request) =\u003e {\n        return Response.Html(\"\u003ch1\u003ehello from milo\u003c/h1\u003e\")\n    })!\n    return 0\n}\n```\n\n**Memory safe. Formally verifiable. Native. [Vibe-codeable](docs/design.md#ai-assisted-development-vibe-coding).**\n\n**[Docs \u0026 Playground](https://cs01.github.io/milo/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcs01%2Fmilo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcs01%2Fmilo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcs01%2Fmilo/lists"}