LogoLogo
Home
  • Overview
  • The Problem
  • The AmbientAGI Solution
  • Roadmap
  • Product Overview
  • System Architecture
  • Technology Stack
  • Setup & Deployment
  • Practical Use Cases
  • Agent Deployment Fee Structure
  • Top Agent Rewards (Portion of Tax Allocation)
  • Tokenomics
  • AmbientAGI Philanthropy
  • Legal
Powered by GitBook
On this page

Docker Installation

macOS (M1/M2 Chips)

  1. Install Docker Desktop from the official website.

  2. Run the following command:

docker run -d --name ambientagi-node ambientagi/node:latest

Windows

  1. Install Docker Desktop for Windows.

  2. Use PowerShell:

docker run -d --name ambientagi-node ambientagi/node:latest

Linux

  1. Install Docker via package manager:

    sudo apt-get install docker.io
    
  2. Deploy the node:

    docker run -d --name ambientagi-node ambientagi/node:latest
    

Manual Installation

  1. Clone the repository from GitHub.

  2. Install dependencies using pip install -r requirements.txt.

  3. Start the service with:

    python main.py
    

Node Registration

  • Use the CLI for setup and configuration.

  • Register nodes to enable seamless interaction with agents and data sources.

PreviousTechnology StackNextPractical Use Cases

Last updated 17 hours ago

To connect nodes to the ecosystem:

Ambient AGI
Page cover image