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.
01/docs/client/introduction.mdx

33 lines
1.1 KiB

---
title: "Introduction"
description: "Talk to the 01 Server using a client"
---
The 01 client is the user interface that captures and transmits audio, plays back responses, and provides a seamless experience across various platforms. It's designed to interact with the 01 server, which processes input, executes commands, and generates responses using Open Interpreter.
<CardGroup cols={2}>
<Card
title="Android & iOS App"
icon="mobile"
description="Our cross-platform mobile app for Android and iOS devices."
href="/client/android-ios"
/>
<Card
title="ESP32 Implementation"
icon="microchip"
description="An implementation for ESP32 microcontrollers, perfect for IoT projects."
href="/client/esp32"
/>
<Card
title="Native iOS App"
icon="apple"
description="A native iOS application built specifically for Apple devices."
href="/client/native-ios"
/>
<Card
title="Desktop"
icon="desktop"
description="A Python-based desktop client for interacting with the 01 light server."
href="/client/desktop"
/>
</CardGroup>