Setup
Get your 01 up and running
Captive portal
To connect your 01, you will use the captive portal.
- Turn on your computer or laptop and connect to the ‘01 light’ Wi-Fi network.
- Enter your Wi-Fi/hotspot name and password in the captive portal page.
- Enter the server URL generated on their computer and hit ‘Connect’.
Now you’re connected and ready to go!
Local 01OS
Prerequisites
There are a few packages that need to be installed in order to run 01OS on your computer
Windows
On Windows you will need to install the following:
- Git for Windows.
- virtualenv or MiniConda to manage virtual environments.
- Chocolatey to install the required packages.
- Microsoft C++ Build Tools:
- Choose Download Build Tools.
- Run the downloaded file vs_BuildTools.exe.
- In the installer, select Workloads > Desktop & Mobile > Desktop Development with C++.
With these installed, you can run the following commands in a PowerShell terminal as an administrator:
Install 01
To install the 01 CLI
Run the 01
In order to run 01 on your computer, use Poetry.
Navigate to the project’s software directory:
Install your project along with its dependencies in a virtual environment managed by Poetry.
Run your local version of 01 with:
Swap out service providers
You have the ability to set your LLM, STT, and TTS service providers
Server setup
You are able to run just the server.
Client setup
You are able to run just the client.