An alternative to Manus.im
- OpenAI Agent SDK
- Compute use
- Sandbox
- [MCP]
- [Artifacts]
git clone https://github.com/Yat3s/open-manus.git
cd open-manuspnpm installcp .env.example .envpnpm devThe frontend will be available at http://localhost:3000
python -m venv venv
source venv/bin/activatepip install -e .fastapi dev src/coreThe backend will be available at http://localhost:8000.