{"id":14263207,"url":"https://github.com/devsnek/esvu","last_synced_at":"2025-04-05T02:04:18.313Z","repository":{"id":36973753,"uuid":"234953405","full_name":"devsnek/esvu","owner":"devsnek","description":"esvu is your one-stop shop for all implementations of ECMAScript.","archived":false,"fork":false,"pushed_at":"2024-07-18T04:32:10.000Z","size":222,"stargazers_count":188,"open_issues_count":14,"forks_count":27,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T01:05:29.516Z","etag":null,"topics":["ecmascript","installer","javascript"],"latest_commit_sha":null,"homepage":"","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/devsnek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["devsnek"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-01-19T19:28:51.000Z","updated_at":"2025-03-20T22:47:57.000Z","dependencies_parsed_at":"2024-05-08T07:25:36.173Z","dependency_job_id":"c74e568f-d3c9-4334-8d50-28379e3a0dd6","html_url":"https://github.com/devsnek/esvu","commit_stats":{"total_commits":108,"total_committers":14,"mean_commits":7.714285714285714,"dds":"0.16666666666666663","last_synced_commit":"09a20f30533dbc4c3f3d6c5165f478fe4c998dff"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fesvu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fesvu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fesvu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fesvu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsnek","download_url":"https://codeload.github.com/devsnek/esvu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276162,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","installer","javascript"],"created_at":"2024-08-22T13:03:41.062Z","updated_at":"2025-04-05T02:04:18.294Z","avatar_url":"https://github.com/devsnek.png","language":"JavaScript","readme":"# esvu\n\nesvu is your one-stop shop for all implementations of ECMAScript.\n\n## Installation\n\n```\n$ npm i -g esvu\n```\n\nesvu will attempt to respect `XDG_DATA_HOME`, and will fall back to the\nhome directory. You will need to add esvu's bin to your `PATH`, for\nexample `$XDG_DATA_HOME/.esvu/bin` or `/home/snek/.esvu/bin`.\n\nYou may override the path entirely by setting the `ESVU_PATH` environment\nvariable.\n\n## Usage\n\nThe first time you run `esvu`, it will ask you which engines you wish to\ninstall. After the first run, running `esvu` will update the engines you\nselected.\n\n- `$ esvu`\n  Update all installed engines, or select engines to install\n- `$ esvu install \u003cengine\u003e`\n  Install the engine `\u003cengine\u003e`\n- `$ esvu uninstall \u003cengine\u003e`\n  Uninstall `\u003cengine\u003e`\n- `$ esvu update \u003cengine\u003e`\n  Update `\u003cengine\u003e`. Like `install` but the engine must have been previously\n  installed.\n\nIf you're using [eshost-cli][], you can run `eshost --configure-esvu` after\ninstalling engines to make eshost automatically find the installed engines.\n\n| Engine             | Binary Names                     | `darwin-x64` | `darwin-arm64` | `linux-ia32` | `linux-x64` | `linux-arm64` | `win32-ia32` | `win32-x64` |\n| ------------------ | -------------------------------- | ------------ | -------------- | ------------ | ----------- | ------------- | ------------ | ----------- |\n| [Boa][]            | `boa`,                           | ✅           |                |              | ✅         |               |              | ✅          |\n| [engine262][]      | `engine262`                      | ✅           | ✅             | ✅           | ✅          | ✅            | ✅           | ✅       |\n| [GraalJS][]        | `graaljs`                        | ✅           | ✅             |              | ✅          | ✅            |              | ✅        |\n| [Hermes][]         | `hermes`                         | ✅           | ✅             |              |             |               |              | ✅          |\n| [LibJS][]          | `ladybird-js`                    | ✅           | ✅             |              | ✅          |               |              |             |\n| [JavaScriptCore][] | `jsc`, `javascriptcore`          | ✅           | ✅             |              | ✅          |               |              | ✅          |\n| [QuickJS][]        | `quickjs`, `quickjs-run-test262` | ✅           |                | ✅           | ✅          |               | ✅           | ✅          |\n| [SpiderMonkey][]   | `sm`, `spidermonkey`             | ✅           | ✅             | ✅           | ✅          |               | ✅           | ✅          |\n| [V8][]             | `v8`                             | ✅           | ✅             | ✅           | ✅          |               | ✅           | ✅          |\n| [XS][]             | `xs`                             | ✅           | ✅             |              | ✅          | ✅            |              | ✅          |\n\nSome binaries may be exposed as batch/shell scripts to properly handling shared library loading. Some binaries on\n64-bit systems may be natively 32-bit.\n\n[Boa]: https://boajs.dev/\n[eshost-cli]: https://github.com/bterlson/eshost-cli\n[engine262]: https://engine262.js.org\n[GraalJS]: https://github.com/graalvm/graaljs\n[Hermes]: https://hermesengine.dev\n[LibJS]: https://github.com/ladybirdbrowser/ladybird\n[JavaScriptCore]: https://developer.apple.com/documentation/javascriptcore\n[QuickJS]: https://bellard.org/quickjs/\n[SpiderMonkey]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey\n[V8]: https://v8.dev\n[XS]: https://www.moddable.com/\n","funding_links":["https://github.com/sponsors/devsnek"],"categories":["javascript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsnek%2Fesvu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsnek%2Fesvu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsnek%2Fesvu/lists"}