DEV.co
AI Frameworks · netease-youdao

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.

Source: GitHub — github.com/netease-youdao/LobsterAI
5.5k
GitHub stars
854
Forks
TypeScript
Primary language
MIT
License (OSI-approved)

Key facts

Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.

FieldValue
Repositorynetease-youdao/LobsterAI
Ownernetease-youdao
Primary languageTypeScript
LicenseMIT — OSI-approved
Stars5.5k
Forks854
Open issues826
Latest release2026.7.7 (2026-07-07)
Last updated2026-07-08
Sourcehttps://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.

Quickstart

Get the LobsterAI source

Clone the repository and explore it locally.

terminalbash
git clone https://github.com/netease-youdao/LobsterAI.gitcd LobsterAI# follow the project's README for install & configuration

Need it deployed, integrated, or customized instead? DEV.co ships production installs.

Best use cases

Automation of repetitive office workflows

Schedule recurring tasks (daily news digests, inbox summaries, website monitoring, weekly reports) or automate multi-step processes like resume screening, expense reconciliation, or data dashboard generation without custom scripting.

Local data analysis and visualization

Analyze Excel, CSV, and local files to generate visual dashboards, summaries, and reports. Leverages built-in spreadsheet and visualization skills to transform raw data into actionable insights without leaving your desktop.

Multi-channel remote control of desktop work

Dispatch agent tasks from WeChat, Telegram, Feishu, or DingTalk and receive results on your phone. Useful for remote monitoring, approval workflows, and hands-free delegation of longer-running tasks while away from your desk.

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.

SignalAssessment
MaintenanceActive
DocumentationAdequate
License clarityClear
Deployment complexityModerate
DEV.co fitGood
Assessment confidenceHigh
Security considerations

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.

Software development agency

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.co

Related 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?
Unclear. README mentions `dist:linux` npm script, but macOS and Windows are the stated supported platforms. Community builds may exist; requires testing.
How do I add custom tools or integrate external APIs?
Via MCP (Model Context Protocol) servers or by extending built-in skills in `SKILLs/skills.config.json`. Detailed authoring API not provided in README; review source code or community guides.
Is my data encrypted in transit or at rest?
Not stated in README. SQLite stores data locally (subject to OS-level encryption). OpenClaw gateway communication and IM bindings may or may not be encrypted; requires source review and network sniffing to verify.
Does LobsterAI require an internet connection?
Yes, for agent reasoning (LLM API calls), web search, image/video generation, and IM bindings. Offline-only workflows (terminal, local file ops) may work without internet, but this is not explicitly stated.

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.