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

PlatformMinimum VersionRecommended
WindowsWindows 10 (21H2+)Windows 11
macOSmacOS 12.0macOS 14.0+
LinuxKernel 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

  1. Download Alius Agent Team from the official website or App Store
  2. Open the downloaded .dmg file
  3. Drag Alius Agent Team into the Applications folder
  4. On first launch, the system may prompt “Unable to verify developer.” Please allow the app to run in “System Settings > Privacy & Security”

Windows Installation

  1. Download the .msi installer
  2. Double-click to run the installer
  3. Follow the installation wizard to complete the installation
  4. 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

  1. Select “SMS Login”
  2. Enter your mobile phone number
  3. Click “Get Verification Code”
  4. Enter the received 6-digit verification code
  5. Set username and password (on first use)
  6. Click “Login”

Apple ID Login

  1. Select “Sign in with Apple”
  2. Complete authentication in the pop-up Apple ID login window
  3. Authorize Alius Agent Team to access necessary user information
  4. Complete login

WeChat Login

  1. Select “WeChat Login”
  2. Scan the QR code displayed on the screen using WeChat
  3. Confirm login authorization in WeChat
  4. Complete login

Step 3: Initial Configuration Wizard

After first login, the system will guide you through initial configuration:

  1. Workspace Settings: Set default working directory
  2. Notification Preferences: Choose notification methods and frequency
  3. Agent Runtime Environment: Configure default environment for Agent execution
  4. 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

  1. Click the ”+” or “New Agent” button on the main interface
  2. 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.)
  3. Configure Agent parameters:
    • Model Selection: Choose the underlying AI model
    • Temperature Parameter: Set creativity level
    • Max Tokens: Set response length limit
  4. Click “Create” to complete

Method 2: Create via Wizard

  1. Select “Create My First Agent” from “Quick Start”
  2. Follow the wizard steps to fill in information
  3. The wizard will provide more detailed explanations and suggestions

Sending Your First Task

After Agent creation is complete, let’s send the first task:

  1. Click on the Agent you just created in the Agent list
  2. Enter task description in the task input box at the bottom
  3. Click “Send” or press Ctrl+Enter (Cmd+Enter on macOS)
  4. 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:

  1. Search for “Alius Agent Team” in the App Store
  2. Download and install the app
  3. Login with the same account as the desktop version
  4. 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:

  1. Open the Watch app on iPhone
  2. Find Alius Agent Team in “Available Apps”
  3. Click “Install”
  4. 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:

If you encounter any issues, please check the FAQ or contact our support team.