Quick Start

Quick Start

Follow the guide below for your specific operating system to get started running a Kuzco worker. Before proceeding, make sure you have compatible hardware.

⚠️
This documentation is a work in progress. Join Discord (opens in a new tab) for more information.

macOS

Desktop App

The easiest way to get started with Kuzco on macOS is to download and install the Kuzco macOS app from the official website (opens in a new tab).

Launch the app and follow the on-screen instructions to set up your account and launch a worker.

CLI

Kuzco can also be run as a CLI tool on macOS. To install Kuzco CLI, run following command in your terminal:

curl -fsSL https://kuzco.xyz/install.sh | sh

After installation, register your account (opens in a new tab). Make sure to verify your email to complete the registration process.

Next, run the following command to initialize your Kuzco worker:

kuzco init

This command will guide you through creating a running a Kuzco worker.

Windows

Desktop App

The easiest way to get started with Kuzco on Windows is to download and install the Kuzco Windows app from the official website (opens in a new tab).

Launch the app and follow the on-screen instructions to set up your account and launch a worker.

WSL

Kuzco can also be run on Windows Subsystem for Linux (WSL). Checkout out our WSL guide to get started.

Linux

Run the following command to install Kuzco on Linux:

curl -fsSL https://kuzco.xyz/install.sh | sh

After installation, register your account (opens in a new tab). Make sure to verify your email to complete the registration process.

Next, run the following command to initialize your Kuzco worker:

kuzco init

This command will guide you through creating a running a Kuzco worker.

Next Steps

  1. Check out the list of officially supported hardware here (opens in a new tab).
  2. Join the Kuzco Discord (opens in a new tab) for more information and support.