[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-96406":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":9,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":25,"discoverSource":26},96406,"Memoh","felinics\u002FMemoh","felinics","✨ 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.",null,"https:\u002F\u002Fgithub.com\u002Ffelinics\u002FMemoh","Go",2498,236,13,39,0,2,6,61.32,false,"main","2026-09-20 04:01:32","\u003Cdiv align=\"right\">\n  \u003Cspan>[\u003Ca href=\".\u002FREADME.md\">English\u003C\u002Fa>]\u003Cspan>\n  \u003C\u002Fspan>[\u003Ca href=\".\u002FREADME_CN.md\">简体中文\u003C\u002Fa>]\u003C\u002Fspan>\n  \u003C\u002Fspan>[\u003Ca href=\".\u002FREADME_JA.md\">日本語\u003C\u002Fa>]\u003C\u002Fspan>\n\u003C\u002Fdiv>  \n\n\u003Cdiv align=\"center\">\n  \u003Cimg src=\".\u002Fassets\u002Flogo.png\" alt=\"Memoh\" height=\"80\">\n  \u003Ch1>Memoh\u003C\u002Fh1>\n  \u003Cp>Give every AI agent its own cloud computer. Open source.\u003Cbr>\n  Desktop, browser, network, and long-term memory — always on, even when your laptop is closed.\u003C\u002Fp>\n  \u003Cdiv align=\"center\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fpackage-json\u002Fv\u002Ffelinics\u002FMemoh\" alt=\"Version\" \u002F>\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Ffelinics\u002FMemoh?style=social\" alt=\"Stars\" \u002F>\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fforks\u002Ffelinics\u002FMemoh?style=social\" alt=\"Forks\" \u002F>\n    \u003Ca href=\"https:\u002F\u002Fdeepwiki.com\u002Ffelinics\u002FMemoh\">\n      \u003Cimg src=\"https:\u002F\u002Fdeepwiki.com\u002Fbadge.svg\" alt=\"DeepWiki\" \u002F>\n    \u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Ft.me\u002Fmemohai\">\n      \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FTelegram-Group-26A5E4?logo=telegram&logoColor=white\" alt=\"Telegram\" \u002F>\n    \u003C\u002Fa>\n  \u003C\u002Fdiv>\n  \u003Ch3>\n    \u003Ca href=\"https:\u002F\u002Fapp.memoh.net\">Login\u003C\u002Fa> · \u003Ca href=\"#self-hosted\">Self-hosted\u003C\u002Fa> · \u003Ca href=\"https:\u002F\u002Fdocs.memoh.ai\">Docs\u003C\u002Fa> · \u003Ca href=\"https:\u002F\u002Fmemoh.ai\">Website\u003C\u002Fa> · \u003Ca href=\"https:\u002F\u002Fx.com\u002Fmemoh_ai\">X\u003C\u002Fa>\n  \u003C\u002Fh3>\n  \u003Cimg src=\".\u002Fassets\u002Fhero.png\" alt=\"Memoh\" width=\"1000\">\n\u003C\u002Fdiv>\n\n## What is Memoh?\n\nMemoh 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\u002F7, even when your laptop is closed.\n\nUse your own API keys to run Memoh's built-in agent, or host your existing Claude Code and Codex agents inside Memoh workspaces.\n\nTalk 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.\n\n## Get Started\n\n### Memoh Cloud\n\nYou can now sign up or log in directly at [app.memoh.net](https:\u002F\u002Fapp.memoh.net).\n\n### Self-hosted\n\nSelf-host the full stack on your own infrastructure.\n\n```bash\ncurl -fsSL https:\u002F\u002Fmemoh.sh | sh\n```\n\n\u003Cdetails>\n\u003Csummary>\u003Cstrong>More deployment options\u003C\u002Fstrong>\u003C\u002Fsummary>\n\nManual deployment:\n\n```bash\ngit clone --depth 1 --recurse-submodules --shallow-submodules https:\u002F\u002Fgithub.com\u002Ffelinics\u002FMemoh.git\ncd Memoh\ncp conf\u002Fapp.docker.toml config.toml\n# Edit config.toml\nexport MEMOH_INTERNAL_RPC_SHARED_SECRET=\"$(openssl rand -hex 32)\"\ndocker compose up -d\n```\n\nThe 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.\n\nRunning 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.\n\nExisting setup checkouts can keep using `git pull`: the post-merge hook initializes the new\nsubmodule, and setup enables recursive updates for future pulls. If that hook was never installed,\nrun `mise run submodule-init` once after upgrading.\nGitHub's automatic “Source code” archives omit submodule contents. For a buildable release archive,\nuse the attached `Memoh-\u003Cversion>-source.zip` or `.tar.gz` asset instead.\n\n> **Use CN mirror for slow image pulls:**\n> ```bash\n> curl -fsSL https:\u002F\u002Fmemoh.sh | USE_CN_MIRROR=true sh\n> ```\n>\n> Do not run the whole installer with `sudo`. The installer will use `sudo docker`\n> internally if Docker requires it.\n\nSee [DEPLOYMENT.md](DEPLOYMENT.md) for custom configuration and production setup.\n\n\u003C\u002Fdetails>\n\n## Why Memoh?\n\n- **Every agent gets its own computer**: An isolated workspace with its own filesystem, network, desktop, and browser.\n- **Multi-user, multi-bot**: Run one for yourself, deploy one for each family member, run a fleet on a single machine.\n- **Lightweight**: Self-host the server on your own infrastructure, or connect through Memoh Cloud.\n\n## Sub-projects\n\n- [**Twilight AI**](https:\u002F\u002Fgithub.com\u002Ffelinics\u002Ftwilight) — A lightweight, idiomatic AI SDK for Go, inspired by [Vercel AI SDK](https:\u002F\u002Fsdk.vercel.ai\u002F). Provider-agnostic (OpenAI, Anthropic, Google), with first-class streaming, tool calling, MCP, and embeddings.\n- [**Connect It**](https:\u002F\u002Fgithub.com\u002Ffelinics\u002Fconnect-it) — A self-hosted connector gateway that securely stores SaaS credentials and gives agents access to integrations through a single MCP endpoint.\n- [**UI**](https:\u002F\u002Fgithub.com\u002Ffelinics\u002Fui) — A Vue 3 design system for AI agent management interfaces, including a component library, design tokens, and skills that teach agents how to use them.\n\n## Project Status\n\n![License](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Ffelinics\u002FMemoh) ![Last Commit](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flast-commit\u002Ffelinics\u002FMemoh) ![Commit Activity](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fcommit-activity\u002Fm\u002Ffelinics\u002FMemoh) ![Issues](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues\u002Ffelinics\u002FMemoh) ![Pull Requests](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues-pr\u002Ffelinics\u002FMemoh)\n\n## Star History\n\n[![Star History Chart](https:\u002F\u002Fstar-history.dera.page\u002Fsvg?repos=felinics\u002FMemoh&type=date&legend=top-left)](https:\u002F\u002Fstar-history.dera.page\u002F#felinics\u002FMemoh&type=date&legend=top-left)\n\n## Contributors\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ffelinics\u002FMemoh\u002Fgraphs\u002Fcontributors\">\n  \u003Cimg src=\"https:\u002F\u002Fcontrib.rocks\u002Fimage?repo=felinics\u002FMemoh\" \u002F>\n\u003C\u002Fa>\n\n## Community\n\n- 🌐 [**Website**](https:\u002F\u002Fmemoh.ai)\n- 📚 [**Documentation**](https:\u002F\u002Fdocs.memoh.ai)\n- 💬 [**Telegram Group**](https:\u002F\u002Ft.me\u002Fmemohai)\n- 🛒 [**Supermarket**](https:\u002F\u002Fgithub.com\u002Ffelinics\u002Fsupermarket)\n- 🤝 [**Cooperation**](mailto:business@memoh.net) — business@memoh.net\n\n---\n\n**LICENSE**: AGPLv3\n\nMade with ❤️ by MemohAI Team,\n\nCopyright (C) 2026 MemohAI (memoh.ai). All rights reserved.\n","Memoh 是一个开源的多智能体运行平台，为每个 AI 智能体分配独立的云计算机环境，包含完整桌面、浏览器、网络连接和持久化长期记忆。其核心特点是基于隔离云实例实现智能体 24\u002F7 在线运行，支持用户自带 API 密钥接入 Claude Code、Codex 等主流编码模型，并可通过 Telegram、Discord、Web UI 等多渠道交互，具备跨会话上下文记忆、浏览器自动化、MCP 工具调用及定时任务能力。适用于个人开发者持续运行编码助手、团队协作式 AI 工作流编排，以及需要稳定、隔离、有状态智能体服务的企业级自动化场景。","2026-09-19 02:30:05","trending"]