V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Austin2035
V2EX  ›  分享发现

有意思的项目,在网页上丝滑流畅的使用 Claude Code ,还能云端部署。 一个基于 Claude Agent SDK 而不是命令行套壳 Claude Code 的 WebUI

  •  
  •   Austin2035 · 3 天前 · 759 次点击

    Claude Code WebUI

    项目地址: https://github.com/DevAgentForge/claude-code-webui

    网页版的 Claude Code ,允许您部署后在任意设备通过网页进行 AI 编程,

    ScreenShot

    项目简介

    Claude Code WebUI 让用户可以通过浏览器与 Claude Code 进行对话,兼容本地 Claude Code 配置。 该项目使用 React 构建前端,Bun 作为后端运行时,实现了完整的会话管理、实时消息流、权限控制等功能。

    注意:目前可能仅支持 macOS/Linux ,所以下面的使用方法也仅针对这两类系统。

    开始使用

    在开始安装本项目之前,请先确保安装了 Bun 环境与 Claude Code, 如果已有,请忽略。

    安装 Bun

    curl -fsSL https://bun.sh/install | bash
    

    安装 Claude Code

    npm install -g @anthropic-ai/claude-code
    

    运行 Claude Code WebUI

    bunx @devagentforge/claude-code-webui@latest
    

    如果你想自定义端口,可以设置环境变量

    PORT=3000 bunx @devagentforge/claude-code-webui@latest 
    

    从源码运行

    git clone https://github.com/DevAgentForge/claude-code-webui.git
    cd claude-code-webui 
    
    bun i 
    bun run build
    bun run start
    

    注意

    本项目依赖文件 ~/.claude/settings.json, 与 Claude Code 共享此配置,请自行配置 Claude Code 。

    4 条回复    2026-01-12 11:58:55 +08:00
    ourongxing
        1
    ourongxing  
       3 天前   ❤️ 1
    实际上 sdk 本身就是套壳 cli 的
    jhytxy
        2
    jhytxy  
       3 天前
    直接买这个不就完了?

    https://app.all-hands.dev/
    gap
        3
    gap  
       3 天前
    有点意思,但貌似只能在桌面浏览器使用,iPhone safari 还不行
    PerFectTime
        4
    PerFectTime  
       1 天前
    推荐这个 happy https://github.com/slopus/happy-server
    android 、iOS 都有客户端可以用
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   4644 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 19ms · UTC 10:01 · PVG 18:01 · LAX 02:01 · JFK 05:01
    ♥ Do have faith in what you're doing.