← Back to Guides

Getting Started with MACH-AI

Beginner 5 min read
#installation #setup #beginner

Installation

Install MACH-AI with a single command:

macOS/Linux

bash <(curl -fsSL https://cdn.machaao.com/static/mach-ai/install.sh)

Windows (PowerShell)

irm https://cdn.machaao.com/static/mach-ai/install.ps1 | iex

pip

pip install mach-ai

First Run

After installation, start MACH-AI:

mach-ai

Setup

Run the setup command to configure your environment:

/setup

This will guide you through: - Connecting to your MACHAAO account - Configuring your AI model preferences - Setting up your development environment

Create Your First Project

/mode architect
Build a todo app with user authentication

MACH-AI will: 1. Design the architecture 2. Generate complete code 3. Set up database and authentication 4. Prepare for deployment

Deploy

/deploy

Your app will be live at https://your-app.apps.machaao.com

Ready to Build?

Start building amazing apps with MACH-AI today.

> Get Started Free