LobsterAI
LobsterAI is an open-source desktop AI agent built by NetEase Youdao that automates office workflows—data analysis, document generation, web research, video creation—by controlling your local files, terminal, browser, and IM channels (WeChat, Telegram, etc.). It runs on macOS and Windows via Electron and uses OpenClaw as its underlying agent runtime.
Key facts
Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.
| Field | Value |
|---|---|
| Repository | netease-youdao/LobsterAI |
| Owner | netease-youdao |
| Primary language | TypeScript |
| License | MIT — OSI-approved |
| Stars | 5.5k |
| Forks | 854 |
| Open issues | 826 |
| Latest release | 2026.7.7 (2026-07-07) |
| Last updated | 2026-07-08 |
| Source | https://github.com/netease-youdao/LobsterAI |
What LobsterAI is
TypeScript/React/Electron desktop application with local SQLite persistence, multi-agent workflow support, 28 built-in skills (web search, Office automation, Remotion video, PDF, image generation), Model Context Protocol server integration, scheduled task execution, and bidirectional IM gateway bindings. OpenClaw handles agent reasoning and tool execution; LobsterAI manages UI, session state, permissions, and local artifacts.
Get the LobsterAI source
Clone the repository and explore it locally.
git clone https://github.com/netease-youdao/LobsterAI.gitcd LobsterAI# follow the project's README for install & configurationNeed it deployed, integrated, or customized instead? DEV.co ships production installs.
Best use cases
Implementation considerations
- Node.js >=24.15.0 <25 and npm required to build from source; pre-built installers available for macOS and Windows. Offline Python runtime bundled for Windows; macOS users may need system Python for some skills.
- OpenClaw runtime version pinned in package.json; manual runtime rebuild required if using custom OpenClaw source. Complex build pipeline (electron:dev, electron:dev:openclaw, dist:mac, dist:win) suggests non-trivial dev/release workflow.
- Local SQLite stores sessions, app config, agents, memory, and IM bindings; no built-in replication or backup. For multi-user or team scenarios, session export/import or custom sync layer would be needed.
- Skills and MCP server configuration occurs in `SKILLs/skills.config.json` and UI settings; adding custom tools requires either extending built-in skills or standing up MCP servers. API docs for skill/MCP authoring not detailed in README.
- Permission model includes approval gates for file ops, terminal commands, and network access; review UI/UX and configuration to ensure sensitive operations are appropriately gated before production use.
When to avoid it — and what to weigh
- Requires air-gapped or strict data isolation — LobsterAI's agent execution relies on OpenClaw, which may connect to external APIs (LLM providers, web search, external tools). Not suitable for classified, HIPAA, or PCI-DSS environments without thorough network and dependency audit.
- Organization mandates centralized audit and compliance logging — Local SQLite persistence and IM gateway bindings are device-specific. Multi-user enterprise compliance, role-based access control, and centralized audit trails are not evident. Requires review for regulated industries.
- Need guaranteed production SLA or vendor support — This is a community open-source project with no stated commercial support, SLA, or guaranteed uptime. Latest release is recent (2026-07), but 826 open issues suggest active development. Not suitable for mission-critical workflows without internal capacity.
- Linux-only or server-side deployment — LobsterAI is a desktop Electron app for macOS and Windows only. Linux packaging is mentioned in build scripts but appears unsupported as a primary target. Not suitable for headless or server-side agent scenarios.
License & commercial use
MIT License. Permissive; allows commercial use, modification, distribution, and private use with attribution and no warranty. No patent grant or trademark restrictions stated. Suitable for commercial software development.
MIT is a permissive OSI license that explicitly allows commercial use. However, use LobsterAI within the bounds of OpenClaw's own licensing and any third-party tool/service terms (e.g., LLM API, web search provider). No commercial support, maintenance SLA, or indemnification offered by NetEase Youdao or the community. Internal support only.
DEV.co evaluation signals
Editorial assessment — not user reviews. Directional, with an explicit confidence level.
| Signal | Assessment |
|---|---|
| Maintenance | Active |
| Documentation | Adequate |
| License clarity | Clear |
| Deployment complexity | Moderate |
| DEV.co fit | Good |
| Assessment confidence | High |
LobsterAI executes agent commands against local files, terminal, and browser. Approval gates for sensitive ops exist but are UI-based (not cryptographic). No stated endpoint encryption, certificate pinning, or secure enclave integration. SQLite stores sessions and IM credentials locally; filesystem access control depends on OS permissions. OpenClaw dependency means trust in upstream agent reasoning and external API calls. Code review and threat modeling needed before handling sensitive data or credentials.
Alternatives to consider
Anthropic Claude Projects / Custom Claude Tools
Managed SaaS alternative for agent automation and tool integration; higher security guarantees, vendor support, and no local infra. Tradeoff: no local file control, browser automation, or IM remote control in the same breadth.
Microsoft Power Automate + Power Apps
Enterprise-grade workflow automation with audit, compliance, role-based access, and cloud storage integration. Tradeoff: proprietary, licensing costs, steeper learning curve, and less open for customization.
Open-source frameworks (LangChain, AutoGen, CrewAI) + DIY Electron/web UI
Full control and flexibility; build bespoke agent stack and UI. Tradeoff: significant engineering effort, no built-in skills, desktop UI/session management, or IM integration.
Build on LobsterAI with DEV.co software developers
Download LobsterAI for macOS or Windows, or review the source code on GitHub. For enterprise deployment, compliance integration, or custom skills, consult with a technical architect.
Talk to DEV.coRelated open-source tools
Surfaced by semantic similarity across the DEV.co open-source index.
Related on DEV.co
Explore the category and the services that help you build with it.
LobsterAI FAQ
Can LobsterAI run on Linux?
How do I add custom tools or integrate external APIs?
Is my data encrypted in transit or at rest?
Does LobsterAI require an internet connection?
Software developers & web developers for hire
DEV.co helps companies turn open-source tools like LobsterAI into production software. Our software development services cover the full lifecycle — architecture, web development, integration, and maintenance — delivered by software developers and web developers who ship. Engage our software development agency to implement or customize it for your ai frameworks stack.
Ready to automate your office workflows?
Download LobsterAI for macOS or Windows, or review the source code on GitHub. For enterprise deployment, compliance integration, or custom skills, consult with a technical architect.