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/getting-started/introduction.mdx

31 lines
936 B

10 months ago
---
title: Introduction
description: "The open-source language model computer."
10 months ago
---
<img
src="https://openinterpreter.com/assets/banner.jpg"
alt="thumbnail"
style={{ transform: "translateY(-1.25rem)" }}
/>
The 01 project is an open-source ecosystem for artificially intelligent devices.
By combining code-interpreting language models ("interpreters") with speech recognition and voice synthesis, the 01s flagship operating system ("01OS") can power conversational, computer-operating AI devices similar to the Rabbit R1 or the Humane Pin.
10 months ago
We intend to become the “Linux” of this new space— open, modular, and free for personal or commercial use.
10 months ago
## Quick Start
10 months ago
```bash
# Clone the repo, cd into the 01OS directory
git clone https://github.com/OpenInterpreter/01.git
cd 01OS
10 months ago
# Install dependencies and run start.py
poetry install
poetry run 01
```
10 months ago
_Disclaimer:_ The current version of 01OS is a developer preview.