{"id":27083681,"url":"https://github.com/chrisladzamach/coderun","last_synced_at":"2026-06-11T02:31:05.543Z","repository":{"id":277048729,"uuid":"931126221","full_name":"chrisladzamach/codeRun","owner":"chrisladzamach","description":"CodeRun is a desktop-grade Electron-powered web application that allows you to run JavaScript and Python code directly in the browser using Python and the built-in JavaScript engine.","archived":false,"fork":false,"pushed_at":"2025-03-28T07:04:49.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-05-16T08:54:42.172Z","etag":null,"topics":["code","coderun","coderunner","desktop-app","desktop-application","electron","electron-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisladzamach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-11T18:58:27.000Z","updated_at":"2025-03-28T07:04:52.000Z","dependencies_parsed_at":"2025-09-02T18:47:38.893Z","dependency_job_id":"b3316e54-104c-4f07-a384-228ffb80fa50","html_url":"https://github.com/chrisladzamach/codeRun","commit_stats":null,"previous_names":["orichalcosshunnoros/coderun","chrisladzamach/coderun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisladzamach/codeRun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisladzamach%2FcodeRun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisladzamach%2FcodeRun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisladzamach%2FcodeRun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisladzamach%2FcodeRun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisladzamach","download_url":"https://codeload.github.com/chrisladzamach/codeRun/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisladzamach%2FcodeRun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34180147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["code","coderun","coderunner","desktop-app","desktop-application","electron","electron-app"],"created_at":"2025-04-06T03:18:15.787Z","updated_at":"2026-06-11T02:31:05.521Z","avatar_url":"https://github.com/chrisladzamach.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#EN-lang\n\n# CodeRun\n\nCodeRun is a web application that allows you to run JavaScript and Python code directly in the browser using Pyodide and the built-in JavaScript engine.\n\n## 📌 Features\n- Support for running Python and JavaScript code in real-time.\n- Simple and fast interface.\n- Based on Pyodide for Python and the browser's native JavaScript engine.\n- Option to switch between programming languages.\n\n## 🚀 How it works\nCodeRun uses **Pyodide** to run Python code in WebAssembly and the browser's native JavaScript engine to interpret JS code.\nCode entered in the editor is interpreted and executed, displaying the output in real-time.\n\n## 🛠️ Installation and Use\n\n### 1️⃣ Prerequisites\nCodeRun does not require any dependencies to be installed. You only need a modern browser that supports WebAssembly.\n\n### 2️⃣ Clone the repository\n```bash\ngit clone https://github.com/your_user/code-run.git\ncd code-run\n```\n\n### 3️⃣ Run the application\nOpen the `index.html` file in your browser:\n\n```bash\nxdg-open index.html # Linux\nopen index.html # macOS\nstart index.html # Windows\n```\n\n## ⚠️ Considerations\n- Make sure you are connected to the Internet to load Pyodide from the CDN if you want to run Python code.\n- There may be limitations in running certain Python libraries due to WebAssembly environment restrictions.\n- If the console shows no output, check the loading of `pyodide.js` in the browser console.\n\n## 📸 Images of project\n![image](https://github.com/user-attachments/assets/d102d515-047e-4806-b085-73f566b1db06)\n\n\n\n\n---\n📌 **Developed by Ramdev**\n\n## ES-lang\n\n# CodeRun\n\nCodeRun es una aplicación web que permite ejecutar código JavaScript y Python directamente en el navegador utilizando Pyodide y el motor de JavaScript integrado.\n\n## 📌 Características\n- Soporte para ejecutar código Python y JavaScript en tiempo real.\n- Interfaz simple y rápida.\n- Basado en Pyodide para Python y el motor de JavaScript del navegador.\n- Opción para cambiar entre lenguajes de programación.\n\n## 🚀 Cómo funciona\nCodeRun utiliza **Pyodide** para ejecutar código Python en WebAssembly y el motor de JavaScript nativo del navegador para interpretar código JS.\nEl código ingresado en el editor es interpretado y ejecutado, mostrando la salida en tiempo real.\n\n## 🛠️ Instalación y Uso\n\n### 1️⃣ Requisitos previos\nCodeRun no requiere instalación de dependencias. Solo necesitas un navegador moderno compatible con WebAssembly.\n\n### 2️⃣ Clonar el repositorio\n```bash\ngit clone https://github.com/tu_usuario/code-run.git\ncd code-run\n```\n\n### 3️⃣ Ejecutar la aplicación\nAbre el archivo `index.html` en tu navegador:\n\n```bash\nxdg-open index.html  # Linux\nopen index.html      # macOS\nstart index.html     # Windows\n```\n\n## ⚠️ Consideraciones\n- Asegúrate de estar conectado a Internet para cargar Pyodide desde la CDN si deseas ejecutar código Python.\n- Puede haber limitaciones en la ejecución de ciertas bibliotecas de Python debido a las restricciones del entorno WebAssembly.\n- Si la consola no muestra salida, revisa la carga de `pyodide.js` en la consola del navegador.\n\n## 📸 Imágenes del proyecto\n![image](https://github.com/user-attachments/assets/c4a98383-84c9-4981-8e05-8ea030d5244c)\n\n\n---\n📌 **Desarrollado por Ramdev**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisladzamach%2Fcoderun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisladzamach%2Fcoderun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisladzamach%2Fcoderun/lists"}