---
title: "Light Server"
description: "A lightweight voice server for your 01"
---

## Overview

The Light server streams bytes of audio to an ESP32 and the Light Python client.

### Key Features

- Lightweight
- Works with ESP32
- Can use local options for Speech-to-Text and Text-to-Speech

## Getting Started

### Prerequisites

Make sure you have navigated to the `software` directory before proceeding.

### Starting the Server

To start the Light server, run the following command:

```bash
poetry run 01 --server light
```