内容摘录
AstronRPA
<div align="center">
!AstronRPA Logo
**🤖 Pioneering Open-Source Enterprise RPA Desktop Application**
<p align="center">
<a href="https://www.iflyrpa.com">Astron RPA Official Site</a> ·
<a href="./BUILD_GUIDE.md">Deployment Guide</a> ·
<a href="https://www.iflyrpa.com/docs/">User Documentation</a> ·
<a href="./FAQ.md">FAQ</a>
</p>
License
Version
Python
GitHub Stars
English | 简体中文
</div>
📋 Overview
AstronRPA is an enterprise-grade Robotic Process Automation (RPA) desktop application. Through a visual designer, it supports low-code/no-code development, enabling users to rapidly build workflows and automate desktop software and web pages.
Astron Agent is the native Agent platform supported by this project. Users can directly call RPA workflow nodes in Astron Agent, and also use Agent workflows in AstronRPA, achieving efficient collaboration between automation processes and intelligent agent systems, empowering broader business automation scenarios.
🎯 Why Choose AstronRPA?
**🛠️ Comprehensive Automation Support**: Comprehensive coverage of Windows desktop applications and web page automation. Supports common office software like WPS and Office, financial and ERP systems like Kingdee and YonYou, and various browsers like IE, Edge, and Chrome, enabling end-to-end cross-application automation.
**🧩 Highly Component-based**: 300+ pre-built atomic capabilities covering UI operations, data processing, and system interactions. Supports visual orchestration and custom component extensions with high flexibility and maintainability.
**🏭 Enterprise-grade Security & Collaboration**: Built-in excellence center and team marketplace with enterprise modules. Provides terminal monitoring, scheduling modes, robot team sharing and collaborative functions. Build a complete enterprise automation management ecosystem with process security, permission control, and cross-team collaboration.
**👨💻 Developer-friendly Experience**: Low-code, visual process design and debugging environment. Quickly build automation workflows through intuitive drag-and-drop methods, reducing development barriers, improving development efficiency, and enabling business users to participate in automation creation.
**🤖 Native Agent Empowerment**: Deep integration with Astron Agent platform supporting bi-directional calls between automation processes and AI agents with capability fusion. Achieve seamless connection between task reasoning, decision making, and automated execution, expanding automation boundaries.
**🌐 Multi-channel Trigger Integration**: Supports direct execution, scheduled tasks, scheduling modes, API calls, and MCP services. Flexible integration capabilities to quickly respond to third-party system integration needs and easily embed in complex business scenarios.
🚀 Quick Start
System Requirements
💻 **Client Operating System**: Windows 10/11 (primary support)
🧠 **RAM** >= 8 GiB
**Server**: Using Docker
Recommended for quick deployment:
After all services have started, open your browser and go to: http://{YOUR_SERVER_IP}:32742/api/rpa-auth/user/login-check (32742 is the default port; change it if you modified the configuration).
If you see {"code":"900001","data":null,"message":"unauthorized"}, it means the deployment is correct and the connection is working properly.
Open your browser and go to: http://{YOUR_SERVER_IP}:8000 (8000 is the default port; change it if you modified the configuration).
If you see the Casdoor login page, it means Casdoor is deployed correctly.
For production deployment and security hardening, refer to Deployment Guide
**Client**: Source Deployment/Binary Deployment
Environment Dependencies
| Tool | Version | Description |
|-----|---------|------------|
| **Node.js** | >= 22 | JavaScript runtime |
| **Python** | 3.13.x | RPA engine core |
| **Java** | JDK 8+ | Backend runtime |
| **pnpm** | >= 9 | Node.js package manager |
| **UV** | 0.8+ | Python package management tool |
| **7-Zip** | - | Create deployment archives |
| **SWIG** | - | Connect Python with C/C++ |
For specific installation instructions and common issues, refer to Build Guide.
Direct Download (Recommended)
Download the latest Release Package
One-Click Build
**Prepare Python Environment**
**Run Build Script**
**Note:** Please ensure the specified Python interpreter is a clean installation without additional third-party packages to minimize package size.
**Build process includes:**
✅ Detect/copy Python environment to build/python_core
✅ Install RPA engine dependencies
✅ Compress Python core to resources/python_core.7z
✅ Install frontend dependencies
✅ Build frontend web application
✅ Build desktop application
📦 Install the packaged client
⚙️ After installation, modify the server address in resources/conf.yaml in the installation directory:
🏗️ Architecture Overview
The project adopts a frontend-backend separation architecture. The frontend is built with Vue 3 + TypeScript and Electron for desktop applications; the backend uses Java Spring Boot and Python FastAPI to build microservices supporting business and AI capabilities. The engine layer is based on Python, integrating 20+ RPA components with support for image recognition and UI automation. The entire system is deployed via Docker with high observability and scalability, designed for complex RPA scenarios.
!Architecture Overview
📦 Component Ecosystem
Core Component Packages
**astronverse.system**: System operations, process management, screenshots
**astronverse.browser**: Browser automation, web page operations
**astronverse.gui**: GUI automation, mouse and keyboard operations
**astronverse.excel**: Excel spreadsheet operations, data processing
**astronverse.vision**: Computer vision, image recognition
**astronverse.ai**: AI intelligent service integration
**astronverse.network**: Network requests, API calls
**astronverse.email**: Email sending and receiving
**astronverse.docx**: Word document processing
**astronverse.pdf**: PDF document operations
*…