{"id":51006957,"url":"https://github.com/leaningtech/browsercode","last_synced_at":"2026-06-20T21:02:54.539Z","repository":{"id":354875791,"uuid":"1179008006","full_name":"leaningtech/browsercode","owner":"leaningtech","description":"Run AI Agent CLIs in your browser","archived":false,"fork":false,"pushed_at":"2026-05-10T21:13:01.000Z","size":2490,"stargazers_count":25,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-10T23:19:05.057Z","etag":null,"topics":["ai","ai-agents","claude-code","codex-cli","developer-tools","gemini-cli","sandbox","vibe-coding","webassembly"],"latest_commit_sha":null,"homepage":"https://browsercode.io","language":"Svelte","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/leaningtech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2026-03-11T15:38:34.000Z","updated_at":"2026-05-10T21:05:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leaningtech/browsercode","commit_stats":null,"previous_names":["leaningtech/browsercode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leaningtech/browsercode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaningtech%2Fbrowsercode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaningtech%2Fbrowsercode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaningtech%2Fbrowsercode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaningtech%2Fbrowsercode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leaningtech","download_url":"https://codeload.github.com/leaningtech/browsercode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaningtech%2Fbrowsercode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34585200,"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-20T02:00:06.407Z","response_time":98,"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":["ai","ai-agents","claude-code","codex-cli","developer-tools","gemini-cli","sandbox","vibe-coding","webassembly"],"created_at":"2026-06-20T21:02:53.733Z","updated_at":"2026-06-20T21:02:54.531Z","avatar_url":"https://github.com/leaningtech.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca id=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg\n    src=\"./static/readme/browsercode-lockup-trans-black-text.webp\"\n    alt=\"BrowserCode logo\"\n    width=\"400\"\n  /\u003e\n  \n\u003cbr\u003e\n\n[![Discord server](https://img.shields.io/discord/988743885121548329?color=%235865F2\u0026logo=discord\u0026logoColor=%23fff)](https://discord.gg/8ySMrQv6X)\n[![Issues](https://img.shields.io/github/issues/leaningtech/browsercode)](https://github.com/leaningtech/browsercode/issues)\n![Version](https://img.shields.io/badge/version-0.5.0-blue)\n\n  \u003ch1\u003eRun AI coding CLIs in the browser\u003c/h1\u003e\n\n  \u003cp\u003e\n A BrowserPod-based solution to embed AI coding CLIs in web applications.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003ch2 id=\"table-of-contents\"\u003eTable of contents\u003c/h2\u003e\n\n- [What is BrowserCode?](#about)\n- [Quickstart](#quickstart)\n- [Breaking BrowserCode](#breaking-browsercode)\n- [Roadmap](#roadmap)\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"./static/readme/screenshot-hero.webp\" alt=\"Claude Code running in BrowserCode, scaffolding an Express.js app with a live preview\" width=\"100%\" /\u003e\n\n\u003c/div\u003e\n\n\u003ch2 id=\"about\"\u003eWhat is BrowserCode?\u003c/h2\u003e\n\nBrowserCode is a browser runtime for AI coding CLIs. BrowserCode is a working example of [BrowserPod](https://browserpod.io/), it includes:\n\n- Node.js v22 running in the browser via WebAssembly\n- A browser-contained, POSIX-like filesystem\n- Command line tools: bash, git, npm\n- Browser sandbox isolation from the user's operating system\n- Restricted outbound networking\n- Instant previews over URL via BrowserPod's portal function\n- Support for Express.js, Svelte, Next, Nuxt and React (with Wasm overrides)\n\nBrowserCode 0.5.0 is our second beta release. This preview launches with an unmodified version of Claude Code, running completely client-side. Gemini CLI is available as well.\n\n\u003ch2 id=\"quickstart\"\u003eQuickstart\u003c/h2\u003e\n\n\u003cimg\n  align=\"right\"\n  src=\"./static/readme/screenshot_mockup.webp\"\n  alt=\"Gemini CLI running in BrowserCode on BrowserPod\"\n  width=\"300\"\n/\u003e\n\n1. Go to [browsercode.io](https://browsercode.io)\n2. BrowserCode will boot instantly, opening with a quick modal tutorial to guide you\n3. Claude Code will launch instantly\n4. Depending on your log-in option, you may be asked to authenticate your account by copying a code from a separate tab\n\n\u003cbr clear=\"right\" /\u003e\n\n\u003ch2 id=\"breaking-browsercode\"\u003eBreaking BrowserCode\u003c/h2\u003e\nThis is BrowserCode beta. Don't be kind to it. Stretch it, bend it, find out what breaks. Here are a few walls you might hit:\n\n- At launch, Claude is prompted using a custom skill to help it understand that it is running in a custom environment. However, it may first attempt its default behaviour before referencing the file\n- BrowserCode doesn't yet support native binaries, for more information, see the [BrowserPod documentation](https://browserpod.io/docs/guides/native-binaries)\n- Networking over TCP isn't available\n- For maximum compatbility, please use a Chromium browser. Safari currently isn't supported\n\n\n\u003ch2 id=\"roadmap\"\u003eRoadmap\u003c/h2\u003e\n\n| | CLI | Status |\n| :---: | --- | --- |\n| \u003cimg src=\"./static/readme/gemini.webp\" alt=\"Gemini CLI\" width=\"32\" height=\"32\" /\u003e | **Gemini CLI** | ✅ Beta open now |\n| \u003cimg src=\"./static/readme/claude.webp\" alt=\"Claude Code\" width=\"32\" height=\"32\" /\u003e | **Claude Code** | ✅ Beta open now |\n| \u003cimg src=\"./static/readme/codex.webp\" alt=\"Codex\" width=\"32\" height=\"32\" /\u003e | **Codex** | 🚧 Coming soon |\n| \u003cimg src=\"./static/readme/opencode.webp\" alt=\"OpenCode\" width=\"32\" height=\"32\" /\u003e | **OpenCode** | 🚧 Coming soon |\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleaningtech%2Fbrowsercode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleaningtech%2Fbrowsercode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleaningtech%2Fbrowsercode/lists"}