freshcrate
Skin:/
Home > AI Agents > poco-claw

poco-claw

A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, and a sandboxed runtime for improved safety. Under the hood, it is powered by a Claude Code

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, and a sandboxed runtime for improved safety. Under the hood, it is powered by a Claude Code–based agent.

README

Poco Hero

Poco: Your Pocket Coworker

A safer, more beautiful, and easier-to-use OpenClaw alternative

License: MIT Docker Python 3.12+ Next.js FastAPI Docs Ask DeepWiki

English | 简体中文

Core Features

  • Secure Sandbox All tasks run in an isolated container. Feel free to install dependencies, modify files, and execute commands — without affecting the host environment.
    • Local Directory Mounting — mount host directories into the sandbox so the agent can work with your real project files directly (self-hosted only)
  • More Than a Chatbot
    • Supports Plan Mode, conversation queueing, conversation termination ...
    • Project management: organize work across tasks and contexts, and set project-level defaults for model, preset, Git repo, local mounts, and project files
    • File uploads: accept and work with multiple file formats
  • Polished, Productive UI
    • Artifacts view: render and preview many formats (HTML, PDF, Markdown, images, videos, Xmind, Excalidraw, Drawio, and more)
    • Playback view: replay command I/O, browser sessions, and Skills/MCP tool calls
    • Light/Dark mode support
  • Agentic Experience
    • native Claude Code experience - Slash Commands, Plan Mode, AskQuestion ...
    • Preset runtime config - reuse model, capability, tool, and sub-agent settings across projects and sessions
    • MCP & Skills - easy to import and infinitely extensible
    • Browser - Built-in browser for autonomous web research
    • GitHub repo integration for code search and editing
    • Background execution & scheduled triggers — your agent can keep running in the cloud even after you close the browser
  • Interaction
    • Mobile support: control your agent anytime, anywhere
    • IM integration: embedded backend messaging via DingTalk, Feishu, and Telegram, with push notifications and event subscriptions
    • Self-hosting: one-click Docker deployment with a full runtime environment
    • Cloud subscription: coming soon
    • Multilingual support
  • Smart Memory Powered by mem0: the agent remembers your preferences, project context, and past interactions to deliver increasingly personalized help.
  • Many more powerful features waiting for you to discover!

Screenshots

Project Settings Preset Editor
Edit Project Edit Preset
Set default configurations for your project — presets, local directory mounts, GitHub repos, knowledge base, and more. DIY your cloud coworker — skills, MCP, sub-agents, and… system prompts & custom visual identity!

Quick Start

Chat in Project

Run the interactive setup script to automatically generate configuration and start services:

./scripts/quickstart.sh

Visit: http://localhost:3000 after startup completes.

For detailed deployment documentation and troubleshooting, please refer to the Deployment Guide.

Star History

Star History Chart

Release History

VersionChangesUrgencyDate
0.5.7## What's New ### feat - 支持按来源对 preset / skill 分组选择,并提供分组级批量选择、清空、启用和禁用操作。 - 聊天输入框与 task composer 支持通过 `/`、`$` 引用 skill,引用信息会随任务提交、队列透传并在消息中展示。 - 服务端会话支持在主视图聚焦线程,便于围绕单个 thread 持续查看与回复。 - 新增仅 server owner 可见的 server 删除入口、确认弹窗和删除后的 fallback 切换逻辑。 ### fix - 优化服务端会话的线程 composer、线程轮询和执行记录展示,减少误触与重复刷新。 - 修复线程回复中 agent mention 可能重复展示或重复拼接的问题。 - 优化共享会话移动端浏览体验,支持按执行记录切换聊天、computer 和 artifacts 内容。 - 工作区导出文件改为签名同源流式预览,降低文件预览失败和跨域访问问题。 - 统一消息复制链路,改善非安全上下文等场景下的复制兼容性。 - 修复 tool 结果为空或不可序列化时High6/18/2026
v0.5.5## What's New 本次发布主要聚焦 3 个方向:会话分享与频道协作、普通聊天文件引用能力、以及 Executor Manager 接口鉴权加固。 ### 1. 会话分享与频道协作增强 - 新增普通聊天分享能力,支持生成只读 share link,方便他人查看完整会话内容。 - 登录用户可基于分享快照 fork 到自己的普通聊天中继续处理,分享与继续执行的边界更清晰。 - 支持将普通聊天分享到频道,自动生成对应 thread / timeline,并将可发布文件同步到频道 Artifacts,便于团队协作、讨论和后续追踪。 - 共享页补齐只读 transcript、Computer 回放、Artifacts 预览和侧边栏入口,分享后的阅读与承接体验更完整。 ### 2. 普通聊天支持引用当前会话文件 - 普通聊天输入框支持通过 `#` 引用当前会话中的文件。 - 可引用的对象不仅包括当前上传附件,也包括历史输入文件,以及 agent 在当前会话 workspace 中生成的文件。 - 历史消息和运行上下文会保留这些文件引用,消息展示优化为 inlHigh6/12/2026
v0.5.4## What's New <img width="936" height="268" alt="agent状态设计" src="https://github.com/user-attachments/assets/0491c5fe-11d0-4a8e-9461-3963c7b2ce4b" /> 本次更新重点提升了共享上下文协作与长期运行能力: - 完善共享文件树工具链,支持更完整的共享文件上传、删除、文本读取与落盘处理,Agent 可以更直接地消费频道中的共享文件。 - 优化 persistent runtime 调度策略,默认在空闲后停止容器但保留 workspace 和运行状态,并支持手动 Pin 保活。 - 在降低资源占用的同时,提升了任务恢复速度与长期协作体验 --- This update focuses on improving shared context collaboration and long-term operation capabilities: - Improve the shared file tree tool chain toHigh5/31/2026
v0.5.3### 0.5.3 更新内容 #### 新增功能 - 支持频道文件上传。频道对话中上传的文件现在可以发布到共享文件区域,便于预览和复用。 - 新增频道内结构化 `@` / `#` 交互。`@` 用于用户和 Agent,`#` 用于共享文件、任务、消息和 thread 等上下文对象。 - 新增头像和 mention 的悬浮信息卡,可直接在对话中查看用户和 Agent 的基础信息。 #### 问题修复 - Agent 触发从纯文本扫描切换为结构化实体,提升路由准确性和上下文引用的可靠性。 - 共享文件引用通过稳定的 artifact ID 传递给 Agent,避免同名文件或展示名导致的歧义。 - 优化输入框补全行为。Tab 和 Enter 都可以确认候选项,候选项激活时 Enter 不会直接发送消息。 --- ### What's New in 0.5.3 #### New Features - Support channel file uploads. Files shared during channel conversations can now High5/25/2026
v0.5.2## What's Changed * feat:状态一致性修复与预设管理界面重构 by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/117 **Full Changelog**: https://github.com/poco-ai/poco-claw/compare/v0.5.1...v0.5.2High5/18/2026
v0.5.1## What's Changed * feat: 优化 Skills 管理与运行时能力选择逻辑 by @flintttan in https://github.com/poco-ai/poco-claw/pull/107 * Fix/channel member invite flow by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/111 * Optimize skill management and enhance channel member invite flow by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/112 **Full Changelog**: https://github.com/poco-ai/poco-claw/compare/v0.5.0...v0.5.1High5/11/2026
v0.5.0## What's Changed * fix(frontend): align updated project and session types by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/88 * feat(storage): 兼容阿里云 OSS 并支持 S3 key prefix 配置 by @flintttan in https://github.com/poco-ai/poco-claw/pull/93 * feat(auth): 接入飞书 OAuth 登录 by @flintttan in https://github.com/poco-ai/poco-claw/pull/98 * feat(auth): 支持 OAuth 模式切换与单用户回退 by @flintttan in https://github.com/poco-ai/poco-claw/pull/97 * feat(frontend): 优化 Run 级回放与产物切换体验 by @flintttan in https://gitHigh5/10/2026
v0.4.0## What's Changed * refactor usage logs and update claude-agent-sdk version by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/80 * Feat/Local Directory Mounting by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/84 * Feat/diy-your-agent — Project Settings Expansion & Preset Integration by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/85 * Feat/custom visual identity of presets by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/87 **Full Changelog**: https:/High4/4/2026
v0.3.3## What's Changed * fix: enhance Skills Marketplace key handling and error states by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/74 * Enhance Skills Marketplace key handling and error state management by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/76 * feat(task-composer): add memory feature toggle to composer toolbar by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/77 **Full Changelog**: https://github.com/poco-ai/poco-claw/compare/v0.3.2...v0.3.3Medium3/26/2026
v0.3.2## What's Changed * remove deprecated UV index config and update claude-agent-sdk version by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/69 * refactor: SkillsGrid for improved grouping, layout, and interactions by @Phil-Fan in https://github.com/poco-ai/poco-claw/pull/70 * refactor: provider model settings and improve UI layout by @Phil-Fan in https://github.com/poco-ai/poco-claw/pull/72 * docs: update documentation and add docs sync CI by @Phil-Fan in https://github.com/poco-aiLow3/19/2026
v0.3.1## What's Changed * feat(use-task-history): enhance task deletion with redirection and language support by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/58 * refactor code structure and add IM integration features by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/59 * refactor code structure and add IM integration features by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/60 * Refactor/im2backend by @JiaheChen2002 in https://github.com/poco-ai/poco-claw/pull/61Low3/17/2026
v0.3.0## What's Changed * fix(voice-input): ensure getUserMedia is a function in isVoiceInputSupported by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/51 * Add capability recommendations API and integrate with task composer by @qychen2001 in https://github.com/poco-ai/poco-claw/pull/52 * User-level Model Customization and Consistent Model Configuration Across the Chat Flow by @ffy6511 in https://github.com/poco-ai/poco-claw/pull/53 * Feat: End-to-end skill-creator implementation by @ffLow3/15/2026
v0.2.2**Full Changelog**: https://github.com/poco-ai/poco-agent/compare/v0.2.1...v0.2.2Low3/9/2026
v0.2.1This release introduces Memory support (mem0 as backend), enabling the assistant to retain relevant context across interactions for a more continuous and personalized experience.Low3/3/2026
v0.1.0Release v0.1.0Low2/27/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

agentapproveApprove AI agent actions from your iPhone or Apple Watch0.1.12
hermes-gate🏛️ Hermes Gate — Terminal TUI for managing remote Hermes Agent sessions with auto-reconnect, detach support, and zero config0.0.0
elizaAutonomous agents for everyonedevelop@2026-07-26
@stevederico/dotbotAI agent CLI and library for Node.js — streaming, multi-provider, tool execution, autonomous tasksmaster@2026-07-24
memsearchA Markdown-first memory system, a standalone library for any AI agent. Inspired by OpenClaw.v0.4.16

More in AI Agents

awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
letta-codeThe memory-first coding agent
MiniSearchMinimalist web-searching platform with an AI assistant that runs directly from your browser. Uses WebLLM, Wllama and SearXNG. Demo: https://felladrin-minisearch.hf.space
tokentracker-cliToken usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Kiro, Gemini, OpenCode, OpenClaw, Hermes, GitHub Copilot)