Get your 01 up and running
# MacOS brew install portaudio ffmpeg cmake # Ubuntu (wayland not supported, only ubuntu 20.04 and below) sudo apt-get install portaudio19-dev ffmpeg cmake # Install poetry curl -sSL https://install.python-poetry.org | python3 -
# Install the required packages choco install -y ffmpeg
# Clone the repo and navigate into the 01OS directory git clone https://github.com/OpenInterpreter/01.git
cd software
poetry install
poetry run 01