{"id":33748842,"url":"https://github.com/ivankra/javascript-zoo","last_synced_at":"2026-04-02T23:52:08.456Z","repository":{"id":311800154,"uuid":"1045095910","full_name":"ivankra/javascript-zoo","owner":"ivankra","description":"JavaScript engines zoo","archived":false,"fork":false,"pushed_at":"2026-02-25T04:44:49.000Z","size":11565,"stargazers_count":214,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-25T10:08:35.693Z","etag":null,"topics":["ecmascript","javascript","javascript-engine"],"latest_commit_sha":null,"homepage":"https://zoo.js.org","language":"JavaScript","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/ivankra.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-08-26T16:41:30.000Z","updated_at":"2026-02-25T04:44:54.000Z","dependencies_parsed_at":"2025-12-31T21:01:58.240Z","dependency_job_id":null,"html_url":"https://github.com/ivankra/javascript-zoo","commit_stats":null,"previous_names":["ivankra/javascripten","ivankra/javascript-zoo"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ivankra/javascript-zoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankra%2Fjavascript-zoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankra%2Fjavascript-zoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankra%2Fjavascript-zoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankra%2Fjavascript-zoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivankra","download_url":"https://codeload.github.com/ivankra/javascript-zoo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankra%2Fjavascript-zoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T12:56:10.327Z","status":"ssl_error","status_checked_at":"2026-03-01T12:55:24.744Z","response_time":124,"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":["ecmascript","javascript","javascript-engine"],"created_at":"2025-12-05T04:00:39.663Z","updated_at":"2026-03-15T18:24:47.444Z","avatar_url":"https://github.com/ivankra.png","language":"JavaScript","readme":"# JavaScript engines zoo\n\nContents:\n  * [engines](engines/README.md): list of JavaScript engines\n  * [parsers](parsers/README.md): list of JavaScript parsers\n  * [app](app/): SPA app for [zoo.js.org](https://zoo.js.org/)\n  * [bench](bench/): benchmarking different engines on V8's test suite\n  * [build](build/README.md): docker/make-based build system for open-source engines (base build scripts and containers)\n  * [conformance](conformance/README.md): ECMAScript conformance testing\n\nSee [zoo.js.org](https://zoo.js.org/) for the main tabular view with benchmark and conformance scores,\nor perhaps [engines.json](https://zoo.js.org/engines.json) for a machine-readable json with structured data.\n\nMost engines come with a build script. Build and play around with any engine locally (needs `docker`, `podman` or Apple's \n\u003ccode\u003e[container](https://github.com/apple/container/releases)\u003c/code\u003e):\n  * `cd engines/\u003cname\u003e/ \u0026\u0026 make`\n  * `cd engines/\u003cname\u003e/ \u0026\u0026 make sh` - explore the build container (build artifacts will be in `/dist`)\n  * `DOCKER_ARCH=riscv64 make sh` - cross build with qemu (`sudo apt install qemu-user-static`)\n  * `REPO=https://... REV=\u003ccommit/branch/tag\u003e make` - build from a specific commit and/or repo\n\nYou can download pre-built binaries from [GitHub releases](https://github.com/ivankra/javascript-zoo/releases) or play with them using this [Docker Hub](https://hub.docker.com/r/ivankra/javascript-zoo) image:\n  * `docker run -it ivankra/javascript-zoo`\n  * `podman run -it docker.io/ivankra/javascript-zoo`\n  * `container run -it docker.io/ivankra/javascript-zoo`\n\n## Links\n\n* Allen Wirfs-Brock and Brendan Eich (2020). [JavaScript: the first 20 years](https://dl.acm.org/doi/pdf/10.1145/3386327).\n* Other JavaScript engines compendiums: [wikipedia](https://en.wikipedia.org/wiki/List_of_JavaScript_engines), [bkil](https://github.com/bkil/gemiweb0/tree/master/doc/javascript-interpreter-runtimes.md), [linusg](https://github.com/linusg/ecmascript-wiki), [ahaoboy](https://github.com/ahaoboy/js-engine-benchmark), [eatonphil.com](https://notes.eatonphil.com/javascript-implementations.html), [buttondown.com](https://buttondown.com/whatever_jamie/archive/the-many-many-many-javascript-runtimes-of-the-last-decade/), [guest271314](https://gist.github.com/guest271314/bd292fc33e1b30dede0643a283fadc6a), [bga](https://bga.github.io/list-of-ecmascript-engines/), [JsUnit](https://joehni.github.io/JsUnit/products.html) (early 2000s JavaScript landscape), [thaliaarchi](https://github.com/thaliaarchi/regexp-museum/tree/master/langs/javascript.md) (regex engines)\n* [esvu](https://github.com/devsnek/esvu) / [jsvu](https://github.com/GoogleChromeLabs/jsvu) - installers for official releases of various engines\n* [test262.fyi](https://test262.fyi/) - daily test262 runs for recent engines\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivankra%2Fjavascript-zoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivankra%2Fjavascript-zoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivankra%2Fjavascript-zoo/lists"}