Memoh: An Open-Source Multi-Agent Platform with Dedicated AI Workspaces
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Memoh is an innovative open-source multi-agent platform designed to provide each AI agent with its own dedicated cloud computer. This includes a filesystem, desktop, browser, network, and persistent long-term memory, ensuring agents remain online 24/7. Users can integrate their own API keys or host existing AI models, fostering a versatile and always-on environment for AI development and deployment.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Memoh is an innovative open-source multi-agent platform that revolutionizes how AI agents operate. It provides each agent with its own isolated cloud computer, complete with a dedicated workspace, filesystem, desktop, browser, network, and long-term memory. This ensures your AI agents are always online and operational, even when your local machine is off.
Why Use Memoh and its Benefits
Memoh offers several compelling advantages for anyone working with AI agents:
- Every agent gets its own computer: An isolated workspace with its own filesystem, network, desktop, and browser, providing a truly dedicated environment.
- Multi-user, multi-bot: Run a single agent for personal use, deploy one for each family member or team member, or manage an entire fleet on a single machine, catering to diverse needs.
- Lightweight and flexible: Self-host the server on your own infrastructure for full control, or connect through Memoh Cloud for convenience, offering deployment flexibility.
Installation
Getting started with Memoh is straightforward, whether you prefer a cloud-hosted solution or a self-hosted setup.
Memoh Cloud
For immediate access, you can sign up or log in directly at app.memoh.net.
Self-hosted
To self-host the full Memoh stack on your own infrastructure, use the following command:
curl -fsSL https://memoh.sh | sh
More detailed deployment options, including manual setup with Docker Compose and considerations for running without Docker, are available in the official documentation.
Examples
Memoh provides a flexible environment for your AI agents to interact and perform tasks. You can use your own API keys to run Memoh's built-in agents, or host existing agents like Claude Code and Codex within Memoh workspaces. Agents can communicate through various platforms such as Telegram, Discord, Lark, WeChat, and a Web UI. They maintain context across sessions, can drive a browser, call MCP tools, and execute scheduled tasks, making them highly versatile for a wide range of applications.
Links
For more information and to engage with the Memoh community, please visit the official resources:
- Website: https://memoh.ai
- Documentation: https://docs.memoh.ai
- GitHub Repository: https://github.com/felinics/Memoh
- Telegram Group: https://t.me/memohai
Related repositories
Similar repositories that may be relevant next.
Graphon: A Python Graph Execution Engine for Agentic AI Workflows
September 26, 2026
Graphon is an innovative Python-based graph execution engine designed for building agentic AI workflows. It provides a robust framework for orchestrating complex AI tasks, featuring event-driven execution, graph validation, and shared runtime state. This evolving repository already includes a functional engine, built-in nodes, and end-to-end examples for developers.

Open Code Review: AI-Powered Code Review Tool from Alibaba
September 18, 2026
Open Code Review is an AI-powered command-line interface tool for code review, battle-tested at Alibaba's scale. It leverages a hybrid architecture, combining deterministic engineering with an LLM agent, to provide secure, fast, and efficient code analysis. This tool generates precise, line-level comments and supports a multi-language ruleset, ensuring high-quality code reviews.
Awesome-Self-Evolving-Agents: A Curated List for AI Agent Research
September 14, 2026
Awesome-Self-Evolving-Agents is a comprehensive GitHub repository offering a curated collection of resources on self-evolving agents. It includes a systematic survey, research papers, benchmarks, and open-source projects, providing valuable insights into this rapidly advancing field of AI. This repository serves as an essential guide for researchers and developers exploring model-centric, environment-centric, and co-evolutionary approaches.

open-slide: An AI-Native Slide Framework for React Presentations
September 9, 2026
open-slide is a powerful slide framework built for AI agents, enabling users to create presentations by describing them in natural language. Coding agents then generate the React components, while open-slide handles the canvas, scaling, navigation, and presentation modes. This allows agents to focus entirely on content, streamlining the creation of polished, agent-driven decks.
Source repository
Open the original repository on GitHub.