Getting Started
Welcome to Alius Agent Team! This guide will help you complete the installation, configuration, and start managing your AI Agents in just a few minutes.
System Requirements
Before installing, please ensure your system meets the following minimum requirements:
Desktop
| Platform | Minimum Version | Recommended |
|---|---|---|
| Windows | Windows 10 (21H2+) | Windows 11 |
| macOS | macOS 12.0 | macOS 14.0+ |
| Linux | Kernel 5.4+ | Kernel 6.0+ |
Mobile
- iOS: iOS 16.0+, supports Apple Watch companion app
- Android: Android 12+ (planned)
- iPadOS: iPadOS 16.0+, supports split-screen and multitasking
General Requirements
- Available disk space: At least 500MB
- Memory: 8GB or more recommended
- Network: Stable internet connection (for Agent communication)
Installing Alius Agent Team
macOS Installation
- Download Alius Agent Team from the official website or App Store
- Open the downloaded
.dmgfile - Drag Alius Agent Team into the Applications folder
- On first launch, the system may prompt “Unable to verify developer.” Please allow the app to run in “System Settings > Privacy & Security”
Windows Installation
- Download the
.msiinstaller - Double-click to run the installer
- Follow the installation wizard to complete the installation
- On first run, if Windows Defender prompts, please select “Run anyway”
Linux Installation
# Debian/Ubuntu
sudo dpkg -i alius-agent-team_x.x.x_amd64.deb
sudo apt-get install -f
# Arch Linux (AUR)
yay -S alius-agent-team
# Generic Linux (AppImage)
chmod +x Alius-Agent-Team-x.x.x.AppImage
./Alius-Agent-Team-x.x.x.AppImage
First Launch and Account Registration
Step 1: Launch the Application
After installation, launch Alius Agent Team. You’ll see the welcome screen with the following login options:
- SMS Login (recommended)
- Apple ID Login
- WeChat QR Code Login
Step 2: Create Account or Login
SMS Login
- Select “SMS Login”
- Enter your mobile phone number
- Click “Get Verification Code”
- Enter the received 6-digit verification code
- Set username and password (on first use)
- Click “Login”
Apple ID Login
- Select “Sign in with Apple”
- Complete authentication in the pop-up Apple ID login window
- Authorize Alius Agent Team to access necessary user information
- Complete login
WeChat Login
- Select “WeChat Login”
- Scan the QR code displayed on the screen using WeChat
- Confirm login authorization in WeChat
- Complete login
Step 3: Initial Configuration Wizard
After first login, the system will guide you through initial configuration:
- Workspace Settings: Set default working directory
- Notification Preferences: Choose notification methods and frequency
- Agent Runtime Environment: Configure default environment for Agent execution
- Privacy Settings: Choose data sharing preferences
Creating Your First Agent
After completing initial configuration, let’s create your first Agent:
Method 1: Create via Interface
- Click the ”+” or “New Agent” button on the main interface
- Fill in basic Agent information:
- Name: Give the Agent an easily identifiable name
- Description: Briefly describe the Agent’s purpose
- Type: Select Agent type (General, Code Generation, Data Analysis, etc.)
- Runtime Environment: Choose runtime environment (local, remote server, etc.)
- Configure Agent parameters:
- Model Selection: Choose the underlying AI model
- Temperature Parameter: Set creativity level
- Max Tokens: Set response length limit
- Click “Create” to complete
Method 2: Create via Wizard
- Select “Create My First Agent” from “Quick Start”
- Follow the wizard steps to fill in information
- The wizard will provide more detailed explanations and suggestions
Sending Your First Task
After Agent creation is complete, let’s send the first task:
- Click on the Agent you just created in the Agent list
- Enter task description in the task input box at the bottom
- Click “Send” or press
Ctrl+Enter(Cmd+Enteron macOS) - Observe the Agent’s execution process and results
Example task:
Please help me analyze the issues in the following code and provide fix suggestions:
function add(a, b) {
return a + b
}
console.log(add(1, 2, 3))
Installing Mobile App (Optional)
If you want to manage Agents on mobile devices:
- Search for “Alius Agent Team” in the App Store
- Download and install the app
- Login with the same account as the desktop version
- All Agents and tasks will be automatically synchronized
Apple Watch App
If you use an iPhone, you can also install the companion Apple Watch app:
- Open the Watch app on iPhone
- Find Alius Agent Team in “Available Apps”
- Click “Install”
- Open the app on Apple Watch and pair by scanning QR code with iPhone
Next Steps
Congratulations! You have successfully installed and configured Alius Agent Team, created your first Agent, and sent a task. Next, you can:
- Read the Architecture Documentation to understand system design
- Learn Agent Management to master advanced features
- Explore Task Management for efficient task allocation
- Understand Team Management for team collaboration
If you encounter any issues, please check the FAQ or contact our support team.