browsercode

Run AI Agent CLIs in your browser

126
Stars
19
Forks
Svelte
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/leaningtech/browsercode

快速入门

使用 browsercode 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

BrowserCode logo

Discord server Issues Version

Run AI coding CLIs and frameworks in the browser

BrowserCode is a browser-based playground for fast-prototyping full-stack apps and sharing them instantly. It runs on BrowserPod, a multi-language WebAssembly sandbox (Node.js, Rust, and Python in preview), with no installs, no servers, and no cloud compute.

Table of contents

What is BrowserCode?

BrowserCode is a browser-based coding sandbox. It's a working example of BrowserPod, and includes:

  • Node.js v22, Rust and Python (preview) running in the browser via WebAssembly (more runtimes coming)
  • A browser-contained, POSIX-like filesystem
  • Command line tools: bash, git, npm
  • Browser sandbox isolation from the user's operating system
  • Restricted outbound networking: the npm and yarn registries, GitHub, and the major AI provider APIs are reachable by default
  • Instant previews over URL via BrowserPod's portal function
  • Support for Express.js, Svelte, Next, Nuxt and React (with Wasm overrides)

BrowserCode started out as a way to run AI coding CLIs entirely client-side. It's since grown into a full IDE: alongside the CLIs, it can boot and preview web frameworks directly in the browser, so you can prototype an agent's output without ever leaving the tab.

BrowserCode 1.1.0 is our latest beta release. It runs a full code editor, development environment, and unmodified versions of Claude Code and Codex CLI, completely client-side.

Quickstart

Want to try BrowserCode without installing anything? Use the hosted app.

  1. Go to browsercode.io
  2. BrowserCode will boot instantly, opening with a quick modal tutorial to guide you
  3. Pick an agent from the sidebar, or open the IDE playground to boot a framework template
  4. Claude Code signs in by copying a code from a separate tab; Codex CLI asks for an OpenAI API key, stored in your browser

Make it your own

Want to run your own copy, customize the CLIs, or contribute? Clone the repo and run it locally.

  1. Clone the repository and install dependencies

    git clone https://github.com/leaningtech/browsercode.git
    cd browsercode
    npm install
    
  2. Get a BrowserPod API key at browserpod.io and expose it to the app as VITE_API_KEY

    echo "VITE_API_KEY=your-key-here" > .env
    
  3. Start the dev server

    npm run dev
    
  4. Open the printed local URL in a Chromium-based browser

Other useful scripts:

  • npm run build — build a production bundle
  • npm run preview — preview the production build locally
  • npm run check — type-check the project
  • npm run lint / npm run format — lint and format with Prettier + ESLint

CLI availability and behavior are configured in src/lib/config/tools.ts — this is the place to start if you want to add or tweak a CLI.

Breaking BrowserCode

This 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:

  • At launch, each agent is given an instructions file (CLAUDE.md for Claude Code, AGENTS.md for Codex CLI) so it understands it is running in a custom environment. However, it may first attempt its default behavior before referencing the file
  • BrowserCode doesn't yet support native binaries. For more information, see the BrowserPod documentation
  • Networking over TCP isn't available
  • For maximum compatibility, please use a Chromium browser. Safari currently isn't supported

Roadmap

CLIStatus
Claude CodeClaude Code✅ Beta open now
Codex CLICodex CLI✅ Beta open now
AntigravityAntigravity🚧 Coming soon
OpenCodeOpenCode🚧 Coming soon

Cloning GitHub repos directly into your BrowserCode workspace is available in beta from the IDE landing page.

(back to top)

常见问题

What is browsercode?

browsercode is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by leaningtech. Run AI Agent CLIs in your browser. It has 126 GitHub stars.

Is browsercode safe to use?

browsercode returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install browsercode?

Clone the repository with "git clone https://github.com/leaningtech/browsercode" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is browsercode written in?

browsercode is primarily written in Svelte. It is open-source under leaningtech on GitHub, so you can review or fork the full source.

Are there alternatives to browsercode?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh browsercode against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情