Run Titan Agent on macOS

Step 1: Install Multipass

  1. Click to download the macOS installer

  2. Open the downloaded .dmg file

  3. Follow the prompts and click Next to install

Method 2: Install Multipass via Homebrew

If you prefer using Homebrew (macOS package manager) to install Multipass, follow these steps:

  1. Check if Homebrew is installed

brew --version

If you see a version number, skip to step 3. Otherwise, continue to step 2.

  1. Install Homebrew

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Multipass

brew install --cask multipass
  1. Verify Installation

multipass --version

Seeing a version number means the installation was successful!

Step 2: Install and Run Titan Agent

1. Download the Package

  1. Open your browser

  2. Visit download link:

  1. Wait for download to complete

2. Extract the Program

  1. Open Finder

  2. Go to Downloads folder

  3. Find agent-darwin.zip

  4. Double-click to extract

3. Get Your Key

  1. Open browser and visit:

  1. Login to your Titan account

  2. Find and copy your key

4. Run the Program

  1. Open Terminal

    1. Press Command + Space

    2. Type "terminal" and press Enter

  2. Enter and run the command:

  • Copy the following command (remember to replace the relevant information):

./agent --working-dir=<your-titan-agent-folder-path> --server-url=https://test4-api.titannet.io --key=<your-key>
  • Replace <your-titan-agent-folder-path> and <your-key> with actual values.

最后更新于