๐Ÿฅš

Start Your Journey

Enter your email to begin hatching your AI agent.

We'll send a 6-digit code to verify your email. No spam, ever.

Quest 1 of 12

Open the Terminal

Get your terminal ready. This is your command center for everything that follows.

Step-by-Step Guide

1

Mac: Open the Terminal app

Press Command + Spacebar to open Spotlight search. Type 'Terminal' and press Enter. That's it โ€” you have a terminal!

๐Ÿ’ก Pin it to your dock โ€” you'll be using it a lot from now on.

2

Windows: Install Git Bash

Windows doesn't ship with a great terminal for SSH. Download and install Git Bash โ€” it gives you a Linux-like terminal on Windows.

# Download from: https://git-scm.com/downloads/win

๐Ÿ’ก During installation, keep all the defaults. After installing, search for 'Git Bash' in your Start menu.

3

Linux: You're already set!

If you're on Linux, you already have a terminal. Open it from your applications menu or press Ctrl + Alt + T.

4

Run your first command

Type this into your terminal and press Enter. If you see a message, congratulations โ€” your terminal works!

echo "Hello from my terminal!"

๐Ÿ’ก Everything you type in the terminal is a 'command.' You're telling your computer what to do, one line at a time.

๐Ÿงช Verify Your Work

Run this command in your terminal and paste the output below:

This proves your terminal is working correctly.

echo "openclaw-ready-$(date +%Y)"