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 adoptionRecent releaseHealthy 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
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
claude-code-safety-net🛡️ Enhance code safety with Claude Code Safety Net, a tool designed to identify and mitigate risks in your codebase effectively.main@2026-06-07
vibe-replayTurn AI coding sessions into animated, interactive web replaysv0.2.3
hermes-agentThe agent that grows with youv2026.6.5

More in AI Agents

hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
e2bE2B SDK that give agents cloud environments
letta-codeThe memory-first coding agent