> ## Documentation Index
> Fetch the complete documentation index at: https://01.openinterpreter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Light Server

> 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 theme={null}
poetry run 01 --server light
```
