{"id":38710639,"url":"https://github.com/ryuapp/mdeno","last_synced_at":"2026-01-17T10:59:53.309Z","repository":{"id":317561129,"uuid":"1066601052","full_name":"ryuapp/mdeno","owner":"ryuapp","description":"A minimal JavaScript runtime for CLI tools. ","archived":false,"fork":false,"pushed_at":"2026-01-03T17:01:59.000Z","size":299,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-04T07:50:32.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ryuapp.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-29T17:54:29.000Z","updated_at":"2026-01-03T17:02:02.000Z","dependencies_parsed_at":"2025-11-28T14:04:00.217Z","dependency_job_id":null,"html_url":"https://github.com/ryuapp/mdeno","commit_stats":null,"previous_names":["ryuapp/mnode","ryuapp/mdeno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryuapp/mdeno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuapp%2Fmdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuapp%2Fmdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuapp%2Fmdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuapp%2Fmdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryuapp","download_url":"https://codeload.github.com/ryuapp/mdeno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuapp%2Fmdeno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-17T10:59:53.217Z","updated_at":"2026-01-17T10:59:53.299Z","avatar_url":"https://github.com/ryuapp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mDeno\n\nA minimal JavaScript runtime for CLI tools. It's built on QuickJS and Rust.\n\n## Install\n\n```sh\ncargo install --git https://github.com/ryuapp/mdeno mdeno\n```\n\n## How to use\n\n```sh\n# Run a JavaScript/TypeScript file\nmdeno run hello.ts\n\n# Compile a JavaScript/TypeScript file into a self-contained executable\nmdeno compile hello.ts\n```\n\n## Supported Platforms\n\nThe tier system does not imply stability, but rather indicates the priority of addressing platform-specific bugs.\n\n### Tier 1\n\n- `x86_64-pc-windows-msvc`\n\n### Tier 2\n\n- `x86_64-unknown-linux-gnu`\n\n### Tier 3\n\n- `aarch64-unknown-linux-gnu`\n- `aarch64-unknown-linux-musl`\n- `x86_64-unknown-linux-musl`\n- `x86_64-apple-darwin`\n- `aarch64-apple-darwin`\n- `aarch64-pc-windows-msvc`\n\n## Motivation\n\nStarting with `deno compile`, we've made it easy to distribute JavaScript runtimes and scripts as single executable applications. Bun also has similar functionality, and Node.js can also be made into a single binary using external tools. However, the binary size for all of them is too large, making them unsuitable for simple CLI tools.\n\nTo solve this issue, we are developing a new JavaScript runtime using QuickJS, a lightweight JavaScript engine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuapp%2Fmdeno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryuapp%2Fmdeno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuapp%2Fmdeno/lists"}