diff --git a/docs/getting-started/getting-started.mdx b/docs/getting-started/getting-started.mdx index b2a8691..ed9369c 100644 --- a/docs/getting-started/getting-started.mdx +++ b/docs/getting-started/getting-started.mdx @@ -5,7 +5,7 @@ description: "Preparing your machine" ## Prerequisites -To run 01OS on your computer, you will need to install a few essential packages. +To run the 01 on your computer, you will need to install a few essential packages. -The 01 project is an open-source ecosystem for artificially intelligent devices. +The **01** is an open-source platform for conversational devices, inspired by the *Star Trek* computer. -By combining code-interpreting language models ("interpreters") with speech recognition and voice synthesis, the 01’s flagship operating system ("01OS") can power conversational, computer-operating AI devices similar to the Rabbit R1 or the Humane Pin. +With [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) at its core, the **01** is more natural, flexible, and capable than its predecessors. Assistants built on **01** can: -We intend to become the “Linux” of this new space— open, modular, and free for personal or commercial use. +- Execute code +- Browse the web +- Read and create files +- Control third-party software +- ... -_Disclaimer:_ The current version of 01OS is a developer preview. +
+ +We intend to become the GNU/Linux of this space by staying open, modular, and free. + +_Disclaimer:_ The current version of the 01 is a developer preview. diff --git a/docs/software/installation.mdx b/docs/software/installation.mdx index 28f13ca..0fea265 100644 --- a/docs/software/installation.mdx +++ b/docs/software/installation.mdx @@ -8,7 +8,7 @@ description: "Get your 01 up and running" To install the 01 software: ```bash -# Clone the repo and navigate into the 01OS directory +# Clone the repo and navigate into the 01 directory git clone https://github.com/OpenInterpreter/01.git ``` diff --git a/docs/software/introduction.mdx b/docs/software/introduction.mdx index 6678f8f..b52d739 100644 --- a/docs/software/introduction.mdx +++ b/docs/software/introduction.mdx @@ -5,11 +5,11 @@ description: "The software that powers 01" ## Overview -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 01's flagship operating system ("01OS") can power conversational, computer-operating AI devices similar to the Rabbit R1 or the Humane Pin. +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 01's flagship operating system ("01") can power conversational, computer-operating AI devices similar to the Rabbit R1 or the Humane Pin. Our goal is to become the "Linux" of this new space—open, modular, and free for personal or commercial use. -The current version of 01OS is a developer preview. +The current version of 01 is a developer preview. ## Components diff --git a/software/source/clients/esp32/src/client/client.ino b/software/source/clients/esp32/src/client/client.ino index 5310f27..b849a67 100644 --- a/software/source/clients/esp32/src/client/client.ino +++ b/software/source/clients/esp32/src/client/client.ino @@ -81,7 +81,7 @@ const char post_connected_html[] PROGMEM = R"=====( - 01OS Setup + 01 Setup