Volver al ranking

memohai/Memoh

Gomemoh.ai

✨ The open-source multi-agent platform. Every agent gets its own computer, desktop, network, and long-term memory. You can bring your own key, or host your coding agent like Claude Code, Codex and so on.

agentaiai-companionai-memorypersonal-assistant
Crecimiento de estrellas
Estrellas
2k
Forks
190
Crecimiento semanal
Issues
12
2k2k
18 jul19 jul21 jul22 jul
ArtefactosGo Modulesgo get github.com/memohai/Memoh
README
Memoh

Memoh

Give every AI agent its own cloud computer. Open source.
Desktop, browser, network, and long-term memory — always on, even when your laptop is closed.

Memoh Cloud · Deploy to Server · Docs · Website · X

Memoh

What is Memoh?

Memoh is an open-source multi-agent platform. Each agent gets its own cloud computer — a dedicated workspace with a filesystem, desktop, browser, network, and long-term memory. Your agents stay online 24/7, even when your laptop is closed.

Use your own API keys to run Memoh's built-in agent, or host your existing Claude Code and Codex agents inside Memoh workspaces.

Talk to them through Telegram, Discord, Lark, WeChat, Web UI, and more. They remember context across sessions and platforms, drive a browser, call MCP tools, and run scheduled tasks. Run one for yourself, assign one to each team member, or spin up a fleet.

Get Started

Memoh Cloud

[!TIP] Memoh Cloud is coming soon — zero setup, always-on agents in the cloud. Join the waitlist at memoh.ai/waitlist.

Deploy to Server

Self-host the full stack on your own infrastructure.

curl -fsSL https://memoh.sh | sh
More deployment options

Manual deployment:

git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/memohai/Memoh.git
cd Memoh
cp conf/app.docker.toml config.toml
# Edit config.toml
export MEMOH_INTERNAL_RPC_SHARED_SECRET="$(openssl rand -hex 32)"
docker compose up -d

The Compose stack runs Server and Channel as separate services. Keep the internal RPC secret private and use the same value whenever the stack is recreated.

Running without Docker (or upgrading an existing bare-metal install)? Leave internal_rpc.shared_secret empty in config.toml: the server then embeds the channel runtime and keeps running as a single all-in-one process — external channels, email, and webhook endpoints included — with no memoh-channel process required. Setting the secret opts into the split two-process deployment.

Existing setup checkouts can keep using git pull: the post-merge hook initializes the new submodule, and setup enables recursive updates for future pulls. If that hook was never installed, run mise run submodule-init once after upgrading. GitHub's automatic “Source code” archives omit submodule contents. For a buildable release archive, use the attached Memoh-<version>-source.zip or .tar.gz asset instead.

Use CN mirror for slow image pulls:

curl -fsSL https://memoh.sh | USE_CN_MIRROR=true sh

Do not run the whole installer with sudo. The installer will use sudo docker internally if Docker requires it.

See DEPLOYMENT.md for custom configuration and production setup.

Why Memoh?

  • Every agent gets its own computer: An isolated workspace with its own filesystem, network, desktop, and browser.
  • Multi-user, multi-bot: Run one for yourself, deploy one for each family member, run a fleet on a single machine.
  • Lightweight: Self-host the server on your own infrastructure, or connect through Memoh Cloud.

Features

  • Multi-bot & multi-user: Multiple bots that chat privately, in groups, or with each other. Cross-platform identity binding.
  • Isolated workspaces: Each bot has a dedicated filesystem, network, tools, and desktop.
  • Built-in memory: Long-term memory across sessions and platforms, out of the box. Also supports Mem0, OpenViking.
  • 10+ channels: Telegram, Discord, Lark, WeChat, QQ, Email, and more.
  • MCP: Connect external tool servers. Each bot manages its own connections.
  • Plugins: Install packaged skills, tools, and integrations to extend what bots can do.
  • Agent Hosting: Host external agents inside Memoh workspaces via ACP. Currently supports Codex and Claude Code, configured per bot.
  • Browser Use: Drive a browser inside the workspace.
  • Computer Use: Operate the workspace desktop for GUI workflows.
  • Skills & Supermarket: Modular skills, install curated templates from Supermarket, delegate to sub-agents.
  • Automation: Scheduled tasks and periodic heartbeat.

Sub-projects

  • Twilight AI — A lightweight, idiomatic AI SDK for Go, inspired by Vercel AI SDK. Provider-agnostic (OpenAI, Anthropic, Google), with first-class streaming, tool calling, MCP, and embeddings.

Project Status

License Last Commit Commit Activity Issues Pull Requests

Star History

Star History Chart

Contributors

Community


LICENSE: AGPLv3

Made with ❤️ by MemohAI Team,

Copyright (C) 2026 MemohAI (memoh.ai). All rights reserved.

Repositorios relacionados
Snailclimb/JavaGuide

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

JavaScriptnpmApache License 2.0javainterview
javaguide.cn
157.2k46.2k
langgenius/dify

Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.

TypeScriptnpmOtheraigpt
dify.ai
149.7k23.6k
TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading Framework

PythonPyPIApache License 2.0agentfinance
arxiv.org/pdf/2412.20138
94k18.2k
OpenHands/OpenHands

🙌 OpenHands: AI-Driven Development

PythonPyPIOtheragentartificial-intelligence
openhands.dev
81.6k10.4k
lobehub/lobehub

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

TypeScriptnpmOtherchatgptopenai
lobehub.com
80.6k15.7k
bytedance/deer-flow

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.

PythonPyPIMIT Licenseagentagentic
deerflow.tech
77.6k10.6k
dair-ai/Prompt-Engineering-Guide

🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.

MDXMIT Licensedeep-learningprompt-engineering
promptingguide.ai
76.8k8.4k
hiyouga/LlamaFactory

Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)

PythonPyPIApache License 2.0fine-tuningllama
llamafactory.readthedocs.io
73.4k9k
shareAI-lab/learn-claude-code

Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

PythonPyPIMIT Licenseagentclaude-code
learn.shareai.run
71.9k11.7k
FoundationAgents/MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming

PythonPyPIMIT Licenseagentgpt
atoms.dev
69.5k8.9k
unslothai/unsloth

Unsloth is a local UI for training and running Gemma 4, Qwen3.6, DeepSeek, Kimi, GLM and other models.

PythonPyPIApache License 2.0fine-tuningllama
unsloth.ai/docs
68.7k6.2k
datawhalechina/hello-agents

📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程

PythonPyPIOtheragenttutorial
hello-agents.datawhale.cc
67.8k8.4k