{"id":36420383,"url":"https://github.com/alexzhirkevich/keight","last_synced_at":"2026-01-11T17:07:24.073Z","repository":{"id":311256380,"uuid":"874464684","full_name":"alexzhirkevich/keight","owner":"alexzhirkevich","description":"JavaScript runtime for Kotlin Multiplatform. Written entirely in Kotlin. Works on every Kotlin target.","archived":false,"fork":false,"pushed_at":"2025-09-26T10:54:53.000Z","size":524,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T12:29:01.425Z","etag":null,"topics":["javascript","js","js-engine","js-runtime","kmp","kotlin","kotlin-multiplatform","multiplatform"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/alexzhirkevich.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":"2024-10-17T21:52:53.000Z","updated_at":"2025-09-26T10:54:16.000Z","dependencies_parsed_at":"2025-08-23T12:21:38.680Z","dependency_job_id":"e97ffa5e-eb3c-4406-bc6c-f743c0831c6e","html_url":"https://github.com/alexzhirkevich/keight","commit_stats":null,"previous_names":["alexzhirkevich/keight"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/alexzhirkevich/keight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhirkevich%2Fkeight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhirkevich%2Fkeight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhirkevich%2Fkeight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhirkevich%2Fkeight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexzhirkevich","download_url":"https://codeload.github.com/alexzhirkevich/keight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhirkevich%2Fkeight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28314264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: 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":["javascript","js","js-engine","js-runtime","kmp","kotlin","kotlin-multiplatform","multiplatform"],"created_at":"2026-01-11T17:07:23.565Z","updated_at":"2026-01-11T17:07:24.068Z","avatar_url":"https://github.com/alexzhirkevich.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keight\n\nJavaScript runtime for Kotlin Multiplatform. Written entirely in Kotlin. Works on every Kotlin target.\n\nPowers After Effects expressions in [Compottie](https://github.com/alexzhirkevich/compottie) library.\n\n\u003e [!WARNING]  \n\u003e Project is experimental and WIP.\u003cbr\u003e\n\u003e The runtime is not currently ES-compliant.\u003cbr\u003e\n\u003e No support guarantees.\u003cbr\u003e\n\u003e Use only for evaluation purposes or on your own risk\n\n# Installation\n\n```toml\n[versions]\nkeight=\"\u003cversion\u003e\"\n\n[libraries]\nkeight = { module = \"io.github.alexzhirkevich:keight\", version.ref = \"keight\" }\n```\n\n# Usage\n\n## Basic\n\n```kotlin\n\nval engine = JSEngine(JSRuntime(coroutineContext))\nval code = \"const js = 'JS'; 'Hello, ' + js\"\n\nval script = engine.compile(code)\nval result = script.invoke()?.toKotlin(engine.runtime)\nprintln(result)\n\n// or\n\nval result = engine.evaluate(code)\nprintln(result)\n\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexzhirkevich%2Fkeight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexzhirkevich%2Fkeight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexzhirkevich%2Fkeight/lists"}