All articles
AI Code Research8 min read

How Manus Actually Works (Researched From the Public Surface)

Manus is a closed-source AI productivity agent (recently acquired by Meta) that creates slides, builds websites, develops desktop apps, and operates browsers autonomously. We researched the public surface — homepage, docs, demos, third-party reviews — to extract the architectural commitments behind the product.

By AI Code Research

Key takeaways

  • Manus is a closed-source AI productivity agent. The product was recently acquired by Meta — the homepage now reads 'Manus is now part of Meta — bringing AI to businesses worldwide.' This analysis is based on the public surface, not source.
  • The advertised capabilities span four categories: content generation (slides, websites, desktop apps), design tools (AI design, AI slides), browser automation (Browser operator, Wide Research), and channel integrations (Mail, Slack).
  • The architectural shape: a personal AI agent that operates across surfaces — similar in shape to OpenClaw — but with a more product-marketing-oriented capability list rather than the developer-tool framing.
  • Where Manus wins: end-user accessibility, polished output, broad surface coverage. Where it loses: closed-source means you can't verify what it actually does at the code level, and the Meta acquisition introduces uncertainty about future product direction.
  • For comparable open-source architecture, see the OpenClaw deep dive — Manus's spiritual closest open analog with full source visibility.

Manus is a closed-source AI productivity agent. As of 2026, the homepage reads: "Manus is now part of Meta — bringing AI to businesses worldwide."

This analysis is based on the public surface only: the homepage, marketing materials, demos, and third-party reviews. Where the public surface diverges from the actual implementation, this analysis will be wrong.

What Manus is

A personal AI agent that creates content, operates browsers, and integrates with channels. The marketing tagline: "Less structure, more intelligence."

Per the homepage, advertised capabilities include:

  • Content generation: create slides, build websites, develop desktop apps
  • Design tools: AI design, AI slides
  • Browser automation: Browser operator, Wide Research
  • Channel integrations: Mail, Slack

The pricing page is referenced but not detailed on the homepage. The Meta acquisition means future pricing and access models are uncertain.

What we can deduce about the architecture

Without source access, the deductions are coarser than for open projects. Here's what we can say with reasonable confidence:

Personal AI agent shape

Manus fits the personal AI agent shape from the Hot Teardown cluster pillar — a multi-surface autonomous agent that operates across the user's tools rather than living inside one editor or terminal.

Other examples of this shape: OpenClaw (366K stars, open source). The architectural commitments tend to be similar across products in this shape: gateway-level orchestration, multi-channel ingress, cross-surface session management. Manus likely makes similar commitments, but we can't verify.

Browser operator capability

The "Browser operator" feature is significant. To autonomously operate a browser (navigate, fill forms, extract data), the agent needs:

  • A browser automation runtime (likely Playwright, Puppeteer, or Chrome DevTools Protocol — same primitives as OpenClaw, v0.dev, and others)
  • A vision or DOM interpretation layer to understand page state
  • A planning loop that decides what action to take next
  • Approval / safety mechanisms (otherwise the agent would happily click "Delete account")

The advertised "Wide Research" capability suggests Manus uses browser operation to gather data across multiple pages — search, scrape, synthesize. This is the same shape as Anthropic's "computer use" capability and OpenAI's Operator, just productized differently.

Channel integrations

Mail and Slack integrations require either:

  • Native API integrations (OAuth flows, webhook subscriptions)
  • Channel-bridging via inbound/outbound message normalization (like OpenClaw's transport-edge model)

Both approaches are public-surface possibilities. The actual implementation is closed.

What we can't verify

  • The planning loop: how the agent decides which tools to invoke and in what order
  • The memory model: whether memory is per-session or persistent, what's stored vs ephemeral
  • The safety mechanisms: how Manus prevents misuse of browser operation
  • The infrastructure shape: whether agents run client-side, server-side, or hybrid
  • The model provider: presumably Meta-hosted models post-acquisition, but the transition timeline is undisclosed

The Meta acquisition factor

The single most important fact for anyone evaluating Manus today is the Meta acquisition. Three implications:

  1. Strategic direction will change. Meta has its own AI strategy (Llama, AI assistants in WhatsApp/Messenger/Instagram). Manus will likely be repositioned to fit that strategy. The current product surface may not be the eventual product surface.
  2. Pricing and access may change. Pre-acquisition pricing models often get restructured post-acquisition. Anything you build assuming current Manus pricing should plan for change.
  3. API stability is unknown. If you're integrating Manus into a workflow, you're betting that Meta will maintain backward compatibility through whatever integration follows. That's a meaningful risk.

Where Manus wins

  • End-user accessibility. The product is positioned for non-technical users — you don't need to write code or understand agents to use it.
  • Polished output. Slides, websites, desktop apps — the deliverables are tuned for consumer-grade quality.
  • Broad surface coverage. Mail, Slack, browser, content generation — many surfaces from one product.
  • Meta backing. Whatever the acquisition means for direction, it means Manus has resources to keep shipping.

Where Manus loses

  • Closed-source. You can't verify what it actually does at the code level. Architecture details can change between versions silently.
  • Acquisition uncertainty. Pricing, roadmap, API stability all in flux until Meta clarifies.
  • Less developer-grade. Compared to open agents like OpenClaw or terminal-native tools like Claude Code, Manus offers less extensibility, fewer hooks for custom workflows, less control.
  • No source-grounded research possible. When you ask "how does Manus actually do X," nobody outside the company can give you a fully verifiable answer.

When to pick Manus

  • You're a non-technical end user wanting AI productivity tools
  • You value polished output over verifiable internals
  • You're already in the Meta ecosystem and want adjacent tooling

When NOT to pick Manus

  • You need source visibility for compliance or auditing → use OpenClaw (open source)
  • You need workflow integration that requires API stability guarantees → wait for the post-Meta acquisition roadmap
  • You're a developer wanting an agentic coding tool → use Claude Code or Cursor

Where to drill in deeper

Want this analysis on a different closed-source product?

This article demonstrates honest public-surface research. We didn't read Manus's source — we couldn't — and we said so upfront. The same approach works for any closed-source AI product.

→ Try AI Code Research on any product — open-source we read the actual source; closed-source we research the public surface and tell you exactly what we can and can't verify.

Next reads in this topic

Structured to move from head-term discovery to deeper, more citable cluster pages.

Try a HowWorks specialist agent

Stop reading about the work — run it. These specialist agents do the thing this article describes, end-to-end.

FAQ

What is Manus?

Manus is an AI productivity agent that creates content (slides, websites, desktop apps), automates browsers, and integrates with channels like Mail and Slack. The product is closed-source. As of 2026, the homepage states Manus is now part of Meta. This analysis is based entirely on Manus's public surface: homepage, marketing docs, third-party reviews, and demos.

Is Manus open source?

No. Manus is closed-source and we have not been able to identify a public GitHub repository for the product. The documentation is on manus.im. For an open-source analog with comparable architectural ambition, see the OpenClaw deep dive — both share the personal-AI-agent shape but only one is verifiable at the source level.

What can Manus actually do?

Per the homepage as of 2026-04-29, Manus advertises capabilities including: creating slides, building websites, developing desktop apps, AI design tools, browser operator (autonomous browsing), Wide Research, Mail integration, and Slack integration. The exact mechanism behind each is not publicly documented in detail.

What does Meta's acquisition mean for Manus?

Uncertainty. Meta's acquisition signals strategic intent (probably integration with Meta's AI products and distribution channels), but the post-acquisition roadmap, pricing, and API stability are not yet publicly disclosed. If you're evaluating Manus today, factor in the possibility of significant product direction changes.

How does Manus compare to OpenClaw?

Same architectural shape (personal AI agent with multi-surface autonomy), opposite open-source posture. OpenClaw is fully open with 366K GitHub stars; Manus is closed and recently acquired by Meta. Manus has more polished consumer-grade output (slides, websites); OpenClaw has more developer-grade extensibility. Pick by job: end-user productivity → Manus; developer-grade local-first agent → OpenClaw.

Explore all guides, workflows, and comparisons

Use the HowWorks content hub to move from idea validation to build strategy, with practical playbooks and decision-focused comparisons.

Open content hub