Integrated local app
Build the frontend once, launch the backend in desktop mode, and work directly against an existing directory on disk.
Masterbrain coordinates research planning, tool use, and execution as a unified intelligence layer.
Masterbrain is organized as a lightweight monorepo:
masterbrain/
├── packages/
│ └── masterbrain/ # Published Python package, core/providers, API runtime, tests
├── apps/
│ └── studio/ # Vue 3 + TypeScript standalone frontend
├── docs/ # VitePress documentation site
└── README.mdUse this site for the public-facing, bilingual description of how the repo is structured and how the major AI flows work. For the most direct setup commands, start with Quick Start.