You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.3 KiB
43 lines
1.3 KiB
---
|
|
title: Introduction
|
|
description: "The #1 open-source voice interface"
|
|
---
|
|
|
|
<img
|
|
src="https://raw.githubusercontent.com/OpenInterpreter/01/main/docs/assets/banner.png"
|
|
noZoom
|
|
/>
|
|
|
|
The **01** is an open-source platform for intelligent devices, inspired by the *Rabbit R1* and *Star Trek* computer.
|
|
|
|
Assistants powered by the 01 can execute code, browse the web, read and create files, control third-party software, and beyond.
|
|
|
|
<br></br>
|
|
|
|
<Card
|
|
title="Install the 01"
|
|
icon="arrow-right"
|
|
href="/setup/installation"
|
|
horizontal
|
|
></Card>
|
|
|
|
---
|
|
|
|
# Table of Contents
|
|
|
|
### Software
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Server" icon="server" href="/server/introduction">
|
|
The brain of the 01 system that runs on your computer. It processes input, executes commands, generates responses, and manages core logic using Open Interpreter.
|
|
</Card>
|
|
<Card title="Client" icon="microphone" href="/client/introduction">
|
|
The voice interface that captures and transmits audio input, plays back audio responses, and allows users to interact with the server.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
### Hardware
|
|
|
|
<Card title="Build Options" icon="microchip" href="/hardware/introduction">
|
|
Explore various hardware configurations, from desktop setups to ESP32-based portable builds and custom integrations. Find guides for assembling your own 01 device.
|
|
</Card> |