Prerequisites

To run the 01 on your computer, you will need to install the following essential packages:

  • Git
  • Python (version 3.11.x recommended)
  • Poetry
  • FFmpeg

MacOS Installation

  1. Git: If you don’t already have it, download and install Git from its official website.

  2. Python:

    • Download Python 3.11.x from the official Python website.
    • During installation, make sure to check “Add Python to PATH”.
  3. Poetry:

  4. FFmpeg and other dependencies: We recommend using Homebrew to install the required dependencies:

    brew install portaudio ffmpeg cmake
    

Install 01

Now, clone the repo and navigate into the 01 directory:

git clone https://github.com/OpenInterpreter/01.git
cd 01

Then, navigate to the project’s software directory:

cd software

Your current working directory should now be 01/software.

Finally, install the project’s dependencies in a virtual environment managed by Poetry.

poetry install

Now you should be ready to run the 01.

First, we recommend you familiarize yourself with our safety report.