Come From Open Source, Back to Open Source
The default Web UI for LangManus.
LangManus is a community-driven AI automation framework that builds upon the incredible work of the open source community. Our goal is to combine language models with specialized tools for tasks like web search, crawling, and Python code execution, while giving back to the community that made this possible.
- LangManus
- Node.js (v22.14.0+)
- pnpm (v10.6.2+) as package manager
Create a .env
file in the project root and configure the following environment variables:
NEXT_PUBLIC_API_URL
: The URL of the LangManus API.
It's always a good idea to start with the given example file, and edit the .env
file with your own values:
cp .env.example .env
# Clone the repository
git clone https://github.com/langmanus/langmanus-web.git
cd langmanus-web
# Install dependencies
pnpm install
# Run the project in development mode
pnpm dev
Then open your browser and navigate to http://localhost:3000
Have fun!
We welcome contributions of all kinds! Whether you're fixing a typo, improving documentation, or adding a new feature, your help is appreciated. Please see our Contributing Guide for details on how to get started.
This project is open source and available under the MIT License.
Special thanks to all the open source projects and contributors that make LangManus possible. We stand on the shoulders of giants.