[{"data":1,"prerenderedAt":1128},["ShallowReactive",2],{"help-category-\u002Fgetting-started\u002Fwhat-is-openclaw":3,"help-article-\u002Fgetting-started\u002Fwhat-is-openclaw":4,"related-articles-\u002Fgetting-started\u002Fwhat-is-openclaw":279},[],{"id":5,"title":6,"body":7,"category":261,"description":262,"draft":263,"extension":264,"meta":265,"navigation":266,"order":267,"path":268,"relatedArticles":269,"seo":273,"slug":274,"stem":275,"updatedAt":276,"__hash__":277,"excerpt":262,"searchText":278},"help\u002Fhelp\u002Fgetting-started\u002F04.what-is-openclaw.md","What is OpenClaw?",{"type":8,"value":9,"toc":248},"minimark",[10,18,23,26,29,33,40,43,46,53,57,68,90,94,97,193,198,204,210,214,217,220,224,231,238],[11,12,13,17],"p",{},[14,15,16],"strong",{},"OpenClaw"," is the open-source AI agent engine that MultiClaw runs on. It starts automatically when you open the desktop app, runs entirely on your machine, and stores everything as plain files. You don't install, configure, or manage it — MultiClaw handles all of that for you.",[19,20,22],"h2",{"id":21},"how-openclaw-and-multiclaw-work-together","How OpenClaw and MultiClaw work together",[11,24,25],{},"MultiClaw and OpenClaw are two separate layers of the same product. OpenClaw is the execution layer: it runs your agents, manages conversation history, and stores your data. MultiClaw is the control layer: it provides the interface, connects to MultiClaw Cloud for team features, and manages the OpenClaw process.",[11,27,28],{},"Keeping them separate means the engine running your agents can be open source, independently auditable, and not tied to any single company's cloud.",[19,30,32],{"id":31},"the-gateway","The Gateway",[11,34,35,36,39],{},"When you open the desktop app, MultiClaw starts OpenClaw in the background. OpenClaw runs a local web server called the ",[14,37,38],{},"Gateway",". The desktop app connects to the Gateway over WebSocket to send instructions and receive results.",[11,41,42],{},"Because the Gateway runs on your machine, agent execution doesn't require a cloud connection. Your agents can work even when MultiClaw Cloud is unreachable, as long as the desktop app is running.",[11,44,45],{},"When you see \"Connected\" in the status bar, the Gateway is up and the desktop app is communicating with it successfully.",[47,48,50],"callout",{"type":49},"warning",[11,51,52],{},"If the desktop app shows \"Offline\" after it was working, the Gateway may have stopped unexpectedly. Restart the desktop app to restart the Gateway.",[19,54,56],{"id":55},"what-the-open-source-engine-means-for-you","What the open-source engine means for you",[11,58,59,60,67],{},"OpenClaw is ",[61,62,66],"a",{"href":63,"rel":64},"https:\u002F\u002Fgithub.com\u002Fopenclaw\u002Fopenclaw",[65],"nofollow","open source on GitHub",". This has three practical implications:",[69,70,71,78,84],"ul",{},[72,73,74,77],"li",{},[14,75,76],{},"Transparency",": Every line of code that processes your conversations and executes your agent tasks is publicly readable.",[72,79,80,83],{},[14,81,82],{},"Portability",": Your data is stored in open, human-readable formats, and the engine that reads them is open source. You're never locked in.",[72,85,86,89],{},[14,87,88],{},"Independent auditability",": Security researchers, developers, and enterprise teams can audit, contribute to, and verify the engine without relying on MultiClaw's word.",[19,91,93],{"id":92},"where-your-data-lives","Where your data lives",[11,95,96],{},"OpenClaw stores everything as plain files on your machine.",[98,99,100,116],"table",{},[101,102,103],"thead",{},[104,105,106,110,113],"tr",{},[107,108,109],"th",{},"Data type",[107,111,112],{},"Mac \u002F Linux",[107,114,115],{},"Windows",[117,118,119,143,158,178],"tbody",{},[104,120,121,125,136],{},[122,123,124],"td",{},"Conversation history",[122,126,127,131,132,135],{},[128,129,130],"code",{},"~\u002F.openclaw\u002Fagents\u002F"," (",[128,133,134],{},".jsonl"," files)",[122,137,138,131,141,135],{},[128,139,140],{},"%USERPROFILE%\\.openclaw\\agents\\",[128,142,134],{},[104,144,145,148,153],{},[122,146,147],{},"Agent configuration",[122,149,150],{},[128,151,152],{},"~\u002F.openclaw\u002Fopenclaw.json",[122,154,155],{},[128,156,157],{},"%USERPROFILE%\\.openclaw\\openclaw.json",[104,159,160,163,171],{},[122,161,162],{},"Skills",[122,164,165,131,168,135],{},[128,166,167],{},"~\u002F.openclaw\u002Fworkspace\u002Fskills\u002F",[128,169,170],{},"SKILL.md",[122,172,173,131,176,135],{},[128,174,175],{},"%USERPROFILE%\\.openclaw\\workspace\\skills\\",[128,177,170],{},[104,179,180,183,188],{},[122,181,182],{},"Scheduled jobs",[122,184,185],{},[128,186,187],{},"~\u002F.openclaw\u002Fcron\u002Fjobs.json",[122,189,190],{},[128,191,192],{},"%USERPROFILE%\\.openclaw\\cron\\jobs.json",[194,195,197],"h3",{"id":196},"your-configuration-file","Your configuration file",[11,199,200,203],{},[128,201,202],{},"openclaw.json"," is OpenClaw's main configuration file. It stores agent definitions, runtime settings, and workspace preferences. MultiClaw reads and writes this file when you make changes through the desktop app.",[11,205,206,207,209],{},"You can open ",[128,208,202],{}," in any text editor to inspect or back up your settings. To change a setting not exposed in the desktop app, edit the file directly. The Gateway port is one example — restart the desktop app after any manual edits to apply the change.",[19,211,213],{"id":212},"your-data-stays-on-your-machine","Your data stays on your machine",[11,215,216],{},"All agent execution happens locally. Conversations, plans, and results are written to the files above, not sent to MultiClaw Cloud. Nothing from OpenClaw's runtime leaves your machine unless you explicitly share or sync it.",[11,218,219],{},"This matters if your work involves sensitive content: the agent runtime is local-only by design.",[19,221,223],{"id":222},"you-dont-need-to-manage-it","You don't need to manage it",[11,225,226,227,230],{},"MultiClaw installs OpenClaw automatically on first launch. When a new version is available, MultiClaw updates it the next time you open the desktop app — no action required. You can check the current OpenClaw version in ",[14,228,229],{},"Settings → About",".",[11,232,233,234,237],{},"If you see ",[128,235,236],{},"openclaw"," in your system's process list or a log file, that's expected. It's the engine running in the background.",[47,239,241],{"type":240},"tip",[11,242,243,244,247],{},"Your data is stored as standard files, so you can back it up at any time. Copy ",[128,245,246],{},"~\u002F.openclaw\u002F"," to another machine to transfer your conversation history, agents, and skills.",{"title":249,"searchDepth":250,"depth":250,"links":251},"",2,[252,253,254,255,259,260],{"id":21,"depth":250,"text":22},{"id":31,"depth":250,"text":32},{"id":55,"depth":250,"text":56},{"id":92,"depth":250,"text":93,"children":256},[257],{"id":196,"depth":258,"text":197},3,{"id":212,"depth":250,"text":213},{"id":222,"depth":250,"text":223},"getting-started","OpenClaw is the open-source AI agent engine that powers MultiClaw — installed automatically, runs locally, and stores your data as plain files.",false,"md",{},true,4,"\u002Fgetting-started\u002Fwhat-is-openclaw",[270,271,272],"getting-started\u002Fwhat-is-multiclaw","getting-started\u002Fconnect-to-your-workspace","getting-started\u002Finstall-multiclaw",{"title":6,"description":262},"what-is-openclaw","help\u002Fgetting-started\u002F04.what-is-openclaw",null,"iMOixl89RFnoNe9D5BA7hdel5CMTsWBh8mecP4erkNU","What is OpenClaw? OpenClaw is the open-source AI agent engine that powers MultiClaw — installed automatically, runs locally, and stores your data as plain files.",[280,447,708],{"id":281,"title":282,"body":283,"category":261,"description":433,"draft":263,"extension":264,"meta":434,"navigation":266,"order":436,"path":437,"relatedArticles":438,"seo":441,"slug":442,"stem":443,"updatedAt":444,"__hash__":445,"excerpt":433,"searchText":446},"help\u002Fhelp\u002Fgetting-started\u002F01.what-is-multiclaw.md","What is MultiClaw?",{"type":8,"value":284,"toc":428},[285,302,305,309,312,315,354,357,361,364,367,378,381,385,388,416,421],[11,286,287,290,291,294,295,298,299,230],{},[14,288,289],{},"MultiClaw"," is a desktop app that lets you run ",[14,292,293],{},"AI agents",": software that does real computer work on your behalf. Instead of spending hours on repetitive work like research, data entry, and form-filling, you describe what you need in a ",[14,296,297],{},"conversation",", and an agent handles the steps on your local machine or a ",[14,300,301],{},"cloud desktop",[11,303,304],{},"You talk to agents the way you'd talk to a colleague. Describe what you need, then check in when you want to.",[19,306,308],{"id":307},"what-multiclaw-does","What MultiClaw does",[11,310,311],{},"Most computer work follows a pattern: open a browser, navigate to a page, copy some data, paste it somewhere else, repeat. MultiClaw gives you a way to hand that work to an agent while you focus on what matters.",[11,313,314],{},"The process works like this:",[69,316,317,323,329,335,341],{},[72,318,319,322],{},[14,320,321],{},"You describe what you need"," in plain language, no code required. Start a conversation, explain what you're after, and the agent gets to work.",[72,324,325,328],{},[14,326,327],{},"The agent proposes an approach"," right in the conversation. You can review it, ask questions, or redirect before the agent acts.",[72,330,331,334],{},[14,332,333],{},"Work runs locally or in the cloud."," Choose your own machine or a cloud desktop in your workspace.",[72,336,337,340],{},[14,338,339],{},"Agents use browsers and web-based tools",", with additional capabilities available through MCP servers and Slack integration.",[72,342,343,346,347,350,351,230],{},[14,344,345],{},"You stay informed",": every agent action is logged in an ",[14,348,349],{},"audit trail"," you can review in ",[14,352,353],{},"MultiClaw Cloud",[11,355,356],{},"You can run multiple agents at the same time and manage them all from the desktop app.",[19,358,360],{"id":359},"who-its-for","Who it's for",[11,362,363],{},"If you spend hours each week on repetitive computer work (copying data between systems, filling out forms, researching across dozens of tabs, sending the same outreach messages), MultiClaw is built for you.",[11,365,366],{},"Without MultiClaw, you do those steps yourself: click, copy, paste, switch tabs, repeat. With MultiClaw, you describe the outcome you want, and an agent follows the steps on your behalf. You stay in control of the process and review results as the agent works.",[11,368,369,370,373,374,377],{},"MultiClaw works for individuals and teams. Whether you're working solo or managing agents in a ",[14,371,372],{},"workspace",", there are built-in governance controls, audit trails, and workspace-level ",[14,375,376],{},"guardrails"," (rules that define what agents can and cannot do) to maintain accountability.",[11,379,380],{},"You don't need a technical background. If you can describe what you want done, you can use MultiClaw.",[19,382,384],{"id":383},"how-it-works","How it works",[11,386,387],{},"MultiClaw is made up of four components that work together. You use the desktop app daily; the rest run in the background.",[69,389,390,396,401,411],{},[72,391,392,395],{},[14,393,394],{},"Desktop app",": the application on your Mac, Windows, or Linux machine where you chat with agents and manage your work.",[72,397,398,400],{},[14,399,353],{},": the web platform that manages your account, workspace, team, and cloud desktops.",[72,402,403,406,407,410],{},[14,404,405],{},"Chrome Extension",": records your browser actions so you can save them as reusable ",[14,408,409],{},"skills"," that agents can follow.",[72,412,413,415],{},[14,414,16],{},": the open-source agent engine that runs locally or on a cloud desktop, depending on your setup.",[47,417,418],{"type":240},[11,419,420],{},"You don't need to understand every component to get started. The desktop app is your main interface. Start there.",[11,422,423,424,230],{},"For a detailed look at each component and which ones are required, see ",[61,425,427],{"href":426},"\u002Fgetting-started\u002Funderstand-the-multiclaw-products","What MultiClaw includes",{"title":249,"searchDepth":250,"depth":250,"links":429},[430,431,432],{"id":307,"depth":250,"text":308},{"id":359,"depth":250,"text":360},{"id":383,"depth":250,"text":384},"MultiClaw is a desktop app for running AI agents that do real computer work — on your machine or a cloud desktop.",{"icon":435},"rocket",1,"\u002Fgetting-started\u002Fwhat-is-multiclaw",[439,440],"getting-started\u002Fhow-multiclaw-works","getting-started\u002Funderstand-the-multiclaw-products",{"title":282,"description":433},"what-is-multiclaw","help\u002Fgetting-started\u002F01.what-is-multiclaw","2026-03-30","UxVDafPwH5JmMxQFobvD-x4JPqhxyrvePXkUrM_QkkQ","What is MultiClaw? MultiClaw is a desktop app for running AI agents that do real computer work — on your machine or a cloud desktop.",{"id":448,"title":449,"body":450,"category":261,"description":695,"draft":263,"extension":264,"meta":696,"navigation":266,"order":697,"path":698,"relatedArticles":699,"seo":703,"slug":704,"stem":705,"updatedAt":276,"__hash__":706,"excerpt":695,"searchText":707},"help\u002Fhelp\u002Fgetting-started\u002F09.connect-to-your-workspace.md","Connect to your workspace",{"type":8,"value":451,"toc":689},[452,455,459,462,536,539,543,585,590,594,605,632,636,643,686],[11,453,454],{},"When you first open MultiClaw, a short setup flow guides you through connecting to your workspace. You choose whether to run agents on your own machine or on a cloud desktop.",[19,456,458],{"id":457},"local-mode-vs-cloud-mode","Local mode vs cloud mode",[11,460,461],{},"Choose the mode that fits how you work before you begin:",[98,463,464,476],{},[101,465,466],{},[104,467,468,470,473],{},[107,469],{},[107,471,472],{},"Local mode",[107,474,475],{},"Cloud mode",[117,477,478,489,504,515,526],{},[104,479,480,483,486],{},[122,481,482],{},"Where agents run",[122,484,485],{},"Your machine",[122,487,488],{},"A cloud desktop",[104,490,491,494,497],{},[122,492,493],{},"Data storage",[122,495,496],{},"Your machine only",[122,498,499,500],{},"AWS cloud infrastructure; conversation content processed by your AI model provider — see ",[61,501,503],{"href":502},"\u002Flegal-compliance\u002Fprivacy-policy","Privacy Policy",[104,505,506,509,512],{},[122,507,508],{},"Best for",[122,510,511],{},"Individuals, testing, privacy-first setups",[122,513,514],{},"Teams, continuous background automation",[104,516,517,520,523],{},[122,518,519],{},"Requires internet",[122,521,522],{},"Only to sign in",[122,524,525],{},"Yes, always",[104,527,528,531,534],{},[122,529,530],{},"Can switch later",[122,532,533],{},"Yes",[122,535,533],{},[11,537,538],{},"Most customers start in local mode and switch to cloud mode later when they need agents running 24\u002F7.",[19,540,542],{"id":541},"connect-in-local-mode","Connect in local mode",[544,545,546,553,559,565,571,578],"ol",{},[72,547,548,549,552],{},"Open the ",[14,550,551],{},"MultiClaw desktop app",". The welcome screen appears on first launch.",[72,554,555,556,230],{},"Choose ",[14,557,558],{},"Run locally",[72,560,561,562,230],{},"Sign in with your email and password — or click ",[14,563,564],{},"Continue with Multiplai",[72,566,567,568,570],{},"MultiClaw installs and starts ",[14,569,16],{}," in the background. This takes about 30 seconds on first launch.",[72,572,573,574,577],{},"If you have multiple workspaces, a ",[14,575,576],{},"workspace selector"," appears. Click the workspace you want to open.",[72,579,580,581,584],{},"The status bar at the bottom shows ",[14,582,583],{},"Connected",". You're ready.",[47,586,587],{"type":240},[11,588,589],{},"The setup flow only runs once. On subsequent launches, MultiClaw connects automatically and takes you straight to your workspace.",[19,591,593],{"id":592},"connect-to-a-cloud-desktop","Connect to a cloud desktop",[47,595,597],{"type":596},"note",[11,598,599,600,604],{},"You need a cloud desktop set up in MultiClaw Cloud before completing these steps. See ",[61,601,603],{"href":602},"\u002Fcloud-desktops\u002Fwhat-are-cloud-desktops","What are cloud desktops?"," to get started.",[544,606,607,616,619,626],{},[72,608,548,609,611,612,615],{},[14,610,551],{}," and choose ",[14,613,614],{},"Use cloud desktop"," on the welcome screen.",[72,617,618],{},"Sign in with your credentials.",[72,620,621,622,625],{},"MultiClaw connects to your cloud desktop and starts the ",[14,623,624],{},"gateway"," remotely. This can take up to 60 seconds.",[72,627,628,629,631],{},"The status bar shows ",[14,630,583],{}," once the link is established.",[19,633,635],{"id":634},"check-your-connection-status","Check your connection status",[11,637,638,639,642],{},"The ",[14,640,641],{},"status bar"," at the bottom of the desktop app always shows your current state:",[98,644,645,655],{},[101,646,647],{},[104,648,649,652],{},[107,650,651],{},"Status",[107,653,654],{},"What it means",[117,656,657,666,676],{},[104,658,659,663],{},[122,660,661],{},[14,662,583],{},[122,664,665],{},"Signed in and gateway running — agents can run tasks",[104,667,668,673],{},[122,669,670],{},[14,671,672],{},"Disconnected",[122,674,675],{},"Not signed in, or the gateway stopped — agents cannot run",[104,677,678,683],{},[122,679,680],{},[14,681,682],{},"Connecting",[122,684,685],{},"The app is establishing the connection — wait a moment",[11,687,688],{},"If you stay disconnected after completing setup, restart the desktop app. Most first-launch issues resolve on the second start.",{"title":249,"searchDepth":250,"depth":250,"links":690},[691,692,693,694],{"id":457,"depth":250,"text":458},{"id":541,"depth":250,"text":542},{"id":592,"depth":250,"text":593},{"id":634,"depth":250,"text":635},"How to connect the MultiClaw desktop app to your workspace in local or cloud mode, and how to check your connection status.",{},9,"\u002Fgetting-started\u002Fconnect-to-your-workspace",[700,701,702],"getting-started\u002Fwhat-is-openclaw","getting-started\u002Fsign-in-to-multiclaw","getting-started\u002Fstart-your-first-conversation",{"title":449,"description":695},"connect-to-your-workspace","help\u002Fgetting-started\u002F09.connect-to-your-workspace","SWImBYeG1I2hgXiPAuxQve4qQHR3Z7x0bLOn4eQYFX8","Connect to your workspace How to connect the MultiClaw desktop app to your workspace in local or cloud mode, and how to check your connection status.",{"id":709,"title":710,"body":711,"category":261,"description":1117,"draft":263,"extension":264,"meta":1118,"navigation":266,"order":1119,"path":1120,"relatedArticles":1121,"seo":1123,"slug":1124,"stem":1125,"updatedAt":276,"__hash__":1126,"excerpt":1117,"searchText":1127},"help\u002Fhelp\u002Fgetting-started\u002F07.install-multiclaw.md","Install MultiClaw",{"type":8,"value":712,"toc":1105},[713,721,725,798,802,809,813,820,827,831,871,883,887,903,919,931,935,946,950,953,1003,1007,1051,1064,1068,1071,1096,1101],[11,714,715,716,720],{},"Download the installer for your platform from ",[61,717,718],{"href":718,"rel":719},"https:\u002F\u002Fdownload.multiclaw.io",[65],", run it, and MultiClaw sets itself up — including OpenClaw in the background. The whole process takes a few minutes.",[19,722,724],{"id":723},"system-requirements","System requirements",[98,726,727,737],{},[101,728,729],{},[104,730,731,734],{},[107,732,733],{},"Platform",[107,735,736],{},"Requirement",[117,738,739,749,758,768,778,788],{},[104,740,741,746],{},[122,742,743],{},[14,744,745],{},"macOS",[122,747,748],{},"macOS 12 (Monterey) or later · Apple Silicon or Intel",[104,750,751,755],{},[122,752,753],{},[14,754,115],{},[122,756,757],{},"Windows 10 or later (64-bit)",[104,759,760,765],{},[122,761,762],{},[14,763,764],{},"Linux",[122,766,767],{},"Ubuntu 20.04+ or equivalent (glibc 2.31+)",[104,769,770,775],{},[122,771,772],{},[14,773,774],{},"RAM",[122,776,777],{},"4 GB minimum · 8 GB recommended",[104,779,780,785],{},[122,781,782],{},[14,783,784],{},"Disk",[122,786,787],{},"500 MB for the app · OpenClaw data grows over time",[104,789,790,795],{},[122,791,792],{},[14,793,794],{},"Internet",[122,796,797],{},"Required for MultiClaw Cloud features · local use works offline after initial setup",[19,799,801],{"id":800},"before-you-begin","Before you begin",[11,803,804,805,230],{},"You need a MultiClaw account to sign in on first launch. If you don't have one yet, see ",[61,806,808],{"href":807},"\u002Fgetting-started\u002Fcreate-your-account","Create your account",[19,810,812],{"id":811},"download-multiclaw","Download MultiClaw",[11,814,815],{},[816,817],"img",{"alt":818,"src":819},"The download.multiclaw.io page showing the Download for macOS button and platform cards for macOS, Linux, and Windows","\u002Fimages\u002Fdownload-page-platform-selection.png",[11,821,822,823,826],{},"Go to ",[61,824,718],{"href":718,"rel":825},[65]," and select your platform.",[19,828,830],{"id":829},"install-on-macos","Install on macOS",[544,832,833,840,850],{},[72,834,835,836,839],{},"Open the downloaded ",[128,837,838],{},".dmg"," file.",[72,841,842,843,845,846,849],{},"Drag ",[14,844,289],{}," into your ",[14,847,848],{},"Applications"," folder.",[72,851,852,853,855,856,858,859,131,862,866,867,870],{},"Open ",[14,854,848],{},", then double-click ",[14,857,289],{}," to launch it. You can also open it from ",[14,860,861],{},"Spotlight",[863,864,865],"kbd",{},"Cmd","+",[863,868,869],{},"Space",", then type \"MultiClaw\").",[47,872,873],{"type":596},[11,874,875,876,879,880,230],{},"On first launch, macOS may show a security prompt. If it does, go to ",[14,877,878],{},"System Settings → Privacy & Security"," and click ",[14,881,882],{},"Open Anyway",[19,884,886],{"id":885},"install-on-windows","Install on Windows",[47,888,889],{"type":240},[11,890,891,892,895,896,899,900,902],{},"Both the ",[128,893,894],{},".msi"," and ",[128,897,898],{},".exe"," formats install the same application. If you're unsure which to use, choose the ",[128,901,898],{}," installer.",[544,904,905,913,916],{},[72,906,907,908,910,911,902],{},"Run the downloaded ",[128,909,894],{}," or ",[128,912,898],{},[72,914,915],{},"Follow the on-screen prompts to complete the installation.",[72,917,918],{},"MultiClaw launches automatically when the installer finishes.",[47,920,921],{"type":596},[11,922,923,924,927,928,230],{},"Windows SmartScreen may show a warning on first launch. Click ",[14,925,926],{},"More info",", then click ",[14,929,930],{},"Run anyway",[19,932,934],{"id":933},"install-on-linux","Install on Linux",[11,936,937,938,941,942,945],{},"MultiClaw is available as an ",[14,939,940],{},"AppImage"," (portable, no installation needed) or as a ",[14,943,944],{},".deb package"," (integrates with your application menu and package manager). Use AppImage if you're unsure.",[194,947,949],{"id":948},"appimage-universal","AppImage (universal)",[11,951,952],{},"The AppImage runs on any compatible Linux distribution without installation.",[544,954,955,958,991],{},[72,956,957],{},"Open a terminal and navigate to the folder containing the downloaded file.",[72,959,960,961],{},"Make the file executable:\n",[962,963,967],"pre",{"className":964,"code":965,"language":966,"meta":249,"style":249},"language-bash shiki shiki-themes github-light github-dark","chmod +x MultiClaw-*.AppImage\n","bash",[128,968,969],{"__ignoreMap":249},[970,971,973,977,981,984,988],"span",{"class":972,"line":436},"line",[970,974,976],{"class":975},"sScJk","chmod",[970,978,980],{"class":979},"sZZnC"," +x",[970,982,983],{"class":979}," MultiClaw-",[970,985,987],{"class":986},"sj4cs","*",[970,989,990],{"class":979},".AppImage\n",[72,992,993,994],{},"Run it:\n",[962,995,997],{"className":964,"code":996,"language":966,"meta":249,"style":249},".\u002FMultiClaw-*.AppImage\n",[128,998,999],{"__ignoreMap":249},[970,1000,1001],{"class":972,"line":436},[970,1002,996],{"class":975},[194,1004,1006],{"id":1005},"deb-package-debian-ubuntu",".deb package (Debian \u002F Ubuntu)",[544,1008,1009,1044],{},[72,1010,1011,1012,1036,1037,1040,1041,230],{},"In a terminal, run:\n",[962,1013,1015],{"className":964,"code":1014,"language":966,"meta":249,"style":249},"sudo dpkg -i multiclaw_*.deb\n",[128,1016,1017],{"__ignoreMap":249},[970,1018,1019,1022,1025,1028,1031,1033],{"class":972,"line":436},[970,1020,1021],{"class":975},"sudo",[970,1023,1024],{"class":979}," dpkg",[970,1026,1027],{"class":986}," -i",[970,1029,1030],{"class":979}," multiclaw_",[970,1032,987],{"class":986},[970,1034,1035],{"class":979},".deb\n","\nAlternatively, double-click the ",[128,1038,1039],{},".deb"," file in your file manager and click ",[14,1042,1043],{},"Install",[72,1045,1046,1047,1050],{},"Launch MultiClaw from your application menu or by running ",[128,1048,1049],{},"multiclaw"," in a terminal.",[47,1052,1053],{"type":596},[11,1054,1055,1056,1059,1060,1063],{},"If ",[128,1057,1058],{},"dpkg"," reports missing dependencies, run ",[128,1061,1062],{},"sudo apt-get install -f"," to resolve them, then launch MultiClaw.",[19,1065,1067],{"id":1066},"first-launch","First launch",[11,1069,1070],{},"When you open MultiClaw for the first time, a welcome screen guides you through setup:",[544,1072,1073,1081,1087,1093],{},[72,1074,1075,1076,1078,1079,230],{},"Choose how you want to run agents: ",[14,1077,558],{}," (on your own machine) or ",[14,1080,614],{},[72,1082,1083,1084,1086],{},"Sign in with your email and password, or click ",[14,1085,564],{}," if you have a Multiplai account.",[72,1088,1089,1090,1092],{},"The app installs and starts ",[14,1091,16],{}," automatically in the background. No manual configuration is needed.",[72,1094,1095],{},"Once setup completes, the main interface opens. You're ready to start your first conversation.",[11,1097,1098,1099,230],{},"For the full connection walkthrough, see ",[61,1100,449],{"href":698},[1102,1103,1104],"style",{},"html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":249,"searchDepth":250,"depth":250,"links":1106},[1107,1108,1109,1110,1111,1112,1116],{"id":723,"depth":250,"text":724},{"id":800,"depth":250,"text":801},{"id":811,"depth":250,"text":812},{"id":829,"depth":250,"text":830},{"id":885,"depth":250,"text":886},{"id":933,"depth":250,"text":934,"children":1113},[1114,1115],{"id":948,"depth":258,"text":949},{"id":1005,"depth":258,"text":1006},{"id":1066,"depth":250,"text":1067},"Download and install MultiClaw on macOS, Windows, or Linux, including system requirements and first-launch setup.",{},7,"\u002Fgetting-started\u002Finstall-multiclaw",[1122,271,702],"getting-started\u002Fcreate-your-account",{"title":710,"description":1117},"install-multiclaw","help\u002Fgetting-started\u002F07.install-multiclaw","79lNn0rRMpGMBxV3G6peLqxoF2lUWNDGz1oBQyCfT-8","Install MultiClaw Download and install MultiClaw on macOS, Windows, or Linux, including system requirements and first-launch setup.",1778463886177]