Local-first AI Agent Workspace
AI agents that work with your knowledge, notes, and files.
Capture results as durable knowledge and publish to the web.
Assign the task, your agent does the work — research, write, organize, and act on your notes and files. Agents are first-class workspace members, not bolt-on chat windows.
Your knowledge stays on your device. Full ownership, no cloud lock-in — sync only when you choose. Your notes are files on your machine that you fully control.
Agents remember your preferences, projects, and context across every session. The more you use Moryflow, the smarter your agents get.
Turn any note into a live website. Digital gardens, portfolios, documentation — no separate CMS needed. Write locally, publish globally.
Your agents work wherever you are. Start tasks from Telegram — same context, same memory, always connected.
Open source, 24+ AI providers with your own API keys, and MCP tools for infinite extensibility. MIT licensed — inspect, modify, and self-host.
Public builds are available for macOS (Apple Silicon and Intel).
| Feature | Moryflow | Notion | Obsidian | Manus |
|---|---|---|---|---|
| Autonomous AI Agents | ✓ | — | — | ✓ |
| Local-first Data | ✓ | — | ✓ | — |
| Adaptive Memory | ✓ | — | — | — |
| Built-in Publishing | ✓ | ✓ | Paid add-on | — |
| 24+ AI Providers (BYOK) | ✓ | — | Via plugins | — |
| Open Source | ✓ | — | — | — |
| Desktop Native | ✓ | Web wrapper | ✓ | — |
| Remote Agent (Telegram) | ✓ | — | — | — |
apps/moryflow/
├── pc/ # Desktop app (Electron)
├── server/ # Backend API (NestJS)
├── mobile/ # Mobile app (Expo)
├── www/ # Website (TanStack Start)
├── publish-worker/ # Edge publishing (Cloudflare Worker)
└── site-template/ # Site template system
packages/
├── agents-runtime/ # Agent runtime core
├── agents-tools/ # Agent tool surface
├── agents-mcp/ # MCP integration
├── model-bank/ # Model/provider registry
├── api/ # Shared API contracts
├── sync/ # Cloud sync logic
├── tiptap/ # Editor extensions (Tiptap)
└── ui/ # UI components (React + Tailwind)
pnpm install
pnpm dev:moryflow:pc # Desktop app
pnpm dev:moryflow:www # Website