claw is an open-source deployment platform that lets you package and deploy your applications to any cloud provider with a single command. Self-hostable, free forever.
Note: This is an independent project and is not officially affiliated with or endorsed by any "OpenClaw" organization.
- One-Click Installation: Designed for non-technical users - no coding knowledge required
- Local Deployment: Optimized for local installation to handle files, calendars, and personal data
- Multi-Provider AI Models: Support for MiniMax, Alibaba Cloud Bailian Coding Plan, and iFlow
- Industry-Specific Templates: Professionally designed templates for 10+ industries and use cases
- Multi-Cloud Deployments: One-click deploy to Aliyun FC, Tencent Cloud, Railway, Zeabur, and more
- Template System: Start with pre-built templates or create your own
- Open Source: 100% open source, MIT licensed
- Self-Hostable: Run your own deployment platform for complete privacy and control
claw supports multiple AI model providers:
- MiniMax: Advanced language models including M2.5
- Alibaba Cloud Bailian: Qwen series models (qwen3-max, qwen3-coder-plus)
- Access Coding Plan API at: 阿里云百炼 Coding Plan
- Support for multiple Qwen models optimized for different tasks
- iFlow: Advanced AI models with enhanced capabilities
We've professionally designed 10 industry-specific templates to help users quickly get started with OpenClaw in their specific domain:
- Personal or Enterprise Digital Assistant: Schedule management, email handling, file organization
- Multi-Agent Development Team: Code writing, testing, multi-agent collaboration
- E-commerce/Live Streaming Digital Customer Service: Inventory monitoring, price adjustment, order processing
- Financial Trading Assistant: Trading execution, position analysis, news monitoring
- Aviation/Travel Digital Employee: Ticket booking, check-in, customer service
- Retail/Restaurant Intelligent Customer Service: Order processing, problem solving, customer service
- Content Creation Social Media Operation: Information gathering, content generation, account management
- Manufacturing Quality Assurance Employee: Data entry, report generation, quality inspection assistance
- Smart Home Manager: Device control, environment adjustment, automation scenes
- HR/Admin Document Processing Employee: Knowledge base management, document processing, process automation
# Clone the repository
git clone https://github.com/opendownai/claw.git
cd claw
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env.local
# Edit .env.local with your Supabase credentials
# Run development server
npm run devDuring the setup wizard, you can choose between different AI model providers:
-
MiniMax (Recommended)
- Visit the MiniMax Console to create an API key
- Supports advanced language models
-
Alibaba Cloud Bailian (Optional)
- Access Coding Plan at 阿里云百炼
- Get your API key for Qwen series models
-
iFlow (Optional)
- Enhanced AI model provider with additional capabilities
We recommend installing locally to easily handle files, calendars, and other personal data:
- Clone the repository
- Install dependencies:
npm install - Configure environment variables
- Run locally:
npm run dev
- Fork this repository
- Connect to Cloudflare Pages
- Set environment variables:
NEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_ANON_KEY
- Build command:
npm run build - Output directory:
.next
Run the SQL in supabase/schema.sql to create the required tables.
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow the existing code style
- Write tests for new features
- Update documentation as needed
- Be respectful and constructive in discussions
Join our community:
- GitHub Issues - Report bugs and request features
- One-click installer for non-technical users
- Enhanced local file handling capabilities
- Calendar integration features
- Template marketplace
- More cloud provider integrations (AWS Lambda, GCP Cloud Functions)
- CI/CD pipeline integration
- Team collaboration features
- Deployment analytics
This project is licensed under the MIT License.
Made with ❤️ by the OpenDown Community