{"id":21402610,"url":"https://github.com/caoccao/javetshell","last_synced_at":"2026-02-20T18:32:54.639Z","repository":{"id":107316128,"uuid":"421317146","full_name":"caoccao/JavetShell","owner":"caoccao","description":"Javet Shell is a console or Android application that provides Node.js flavored console interactions. It is a sample application of Javet.","archived":false,"fork":false,"pushed_at":"2024-10-16T02:22:26.000Z","size":270,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T10:28:40.974Z","etag":null,"topics":["android","java","java-v8","javet","kotlin","linux","macos","nodejs","v8","windows"],"latest_commit_sha":null,"homepage":"https://www.caoccao.com/Javet/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caoccao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":"caocao","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":"caoccao","otechie":null,"custom":["https://paypal.me/caoccao?locale.x=en_US"]}},"created_at":"2021-10-26T07:05:06.000Z","updated_at":"2024-10-16T02:22:29.000Z","dependencies_parsed_at":"2023-12-24T08:33:58.898Z","dependency_job_id":"40d8d57d-313c-44db-b1b6-36fd167c07d2","html_url":"https://github.com/caoccao/JavetShell","commit_stats":{"total_commits":123,"total_committers":3,"mean_commits":41.0,"dds":0.1869918699186992,"last_synced_commit":"9f9756d808c38b332068d7e7f1461391c9731ca1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoccao%2FJavetShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoccao%2FJavetShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoccao%2FJavetShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoccao%2FJavetShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caoccao","download_url":"https://codeload.github.com/caoccao/JavetShell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225923371,"owners_count":17546052,"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":["android","java","java-v8","javet","kotlin","linux","macos","nodejs","v8","windows"],"created_at":"2024-11-22T15:39:29.348Z","updated_at":"2026-02-20T18:32:54.586Z","avatar_url":"https://github.com/caoccao.png","language":"Kotlin","funding_links":["https://opencollective.com/caocao","https://issuehunt.io/r/caoccao","https://paypal.me/caoccao?locale.x=en_US"],"categories":[],"sub_categories":[],"readme":"# Javet Shell\n\n[![Android Build](https://github.com/caoccao/JavetShell/actions/workflows/android_build.yml/badge.svg)](https://github.com/caoccao/JavetShell/actions/workflows/android_build.yml) [![Console Build](https://github.com/caoccao/JavetShell/actions/workflows/console_build.yml/badge.svg)](https://github.com/caoccao/JavetShell/actions/workflows/console_build.yml)\n\nJavet Shell is a console or Android application that provides Node.js flavored console interactions. It is a sample application of [Javet](https://github.com/caoccao/Javet).\n\n## Features\n\n- [Android (Node)](android_node) or [Android (V8)](android_v8)\n- [Linux + MacOS + Windows](console)\n- Complete access to JVM\n- Debug with Chrome Dev Tools\n\n## Quick Start\n\n### Android\n\n- Download the apk file from the latest [action](https://github.com/caoccao/JavetShell/actions/workflows/android_build.yml).\n- Install the apk file.\n\nPlease refer to [Android (Node)](android_node) or [Android (V8)](android_v8) for details.\n\n### Console\n\n```shell\nUsage: Javet Shell options_list\nOptions:\n    --debugPort, -p [9229] -\u003e Debug port { Int }\n    --runtimeType, -r [V8] -\u003e JS runtime type { Value should be one of [node, v8] }\n    --scriptName, -s [main.js] -\u003e Script name { String }\n    --verbose, -v [false] -\u003e Verbose\n    --help, -h -\u003e Usage info\n```\n\n#### Manual\n\n- Download the jar file from the latest [action](https://github.com/caoccao/JavetShell/actions/workflows/console_build.yml).\n- Run `java -jar javet-shell-0.1.0.jar`\n\n#### Docker\n\n- Run the following command to run the Docker container.\n\n```sh\n# amd64\ndocker run --rm -it -p 9229:9229 --entrypoint bash sjtucaocao/javet-shell:amd64-latest\n# arm64\ndocker run --rm -it -p 9229:9229 --entrypoint bash sjtucaocao/javet-shell:arm64-latest\n```\n\n- Run the following command to start the JavetShell console.\n\n```sh\n# amd64\n./javet-shell-node.sh\n# arm64\n./javet-shell-v8.sh\n```\n\nPlease refer to this [page](console) for details.\n\n## License\n\n[APACHE LICENSE, VERSION 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaoccao%2Fjavetshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaoccao%2Fjavetshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaoccao%2Fjavetshell/lists"}