https://github.com/openinterpreter/01
The #1 open-source voice interface for desktop, mobile, and ESP32 chips.
https://github.com/openinterpreter/01
Last synced: 12 months ago
JSON representation
The #1 open-source voice interface for desktop, mobile, and ESP32 chips.
- Host: GitHub
- URL: https://github.com/openinterpreter/01
- Owner: OpenInterpreter
- License: agpl-3.0
- Created: 2024-01-11T05:45:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T23:48:16.000Z (over 1 year ago)
- Last Synced: 2025-05-08T20:58:42.167Z (12 months ago)
- Language: Python
- Homepage: https://01.openinterpreter.com/
- Size: 50 MB
- Stars: 5,060
- Watchers: 87
- Forks: 536
- Open Issues: 80
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-github-projects - 01 - The #1 open-source voice interface for desktop, mobile, and ESP32 chips. ⭐5,111 `Python` (📦 Legacy & Inactive Projects)
- awesome-ai-agents - openinterpreter/01 - 01 is an open-source voice interface platform that enables natural language voice control across desktop, mobile, and ESP32 devices, offering extensive customization and hardware support. (Audio & Voice Assistants / Human-in-the-Loop Agents)
- awesome-rainmana - openinterpreter/01 - The #1 open-source voice interface for desktop, mobile, and ESP32 chips. (Python)
README
○
The #1 open-source voice interface.
Get Updates | Documentation
> [!NOTE]
> You can talk to your 01 using OpenAI's [Realtime API](https://platform.openai.com/docs/guides/realtime) (Advanced Voice Mode) via the `--multimodel` flag, e.g:
> ```shell
> poetry run 01 --server livekit --qr --expose --multimodal
> ```

The **01** is an open-source platform for intelligent devices, inspired by the *Rabbit R1* and *Star Trek* computer. Powered by [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter), it provides a natural language voice interface for computers.
> [!IMPORTANT]
> This experimental project is under rapid development and lacks basic safeguards. Until a stable `1.0` release, only run this on devices without sensitive information or access to paid services.
## Capabilities
- Execute code
- Browse the web
- Manage files
- Control third-party software
## Getting Started
For detailed setup instructions, visit our [installation guide](https://01.openinterpreter.com/setup/installation).
## Server Options
1. **Light Server**: Optimized for low-power devices like ESP32. [Learn more](https://01.openinterpreter.com/server/light)
2. **Livekit Server**: Full-featured for higher processing power devices. [Learn more](https://01.openinterpreter.com/server/livekit)
## Clients
- [Android & iOS App](https://01.openinterpreter.com/client/android-ios)
- [ESP32 Implementation](https://01.openinterpreter.com/client/esp32)
- [Desktop Client](https://01.openinterpreter.com/client/desktop)
## Hardware
Build your own [01 Light device](https://01.openinterpreter.com/hardware/01-light/introduction) or explore other [hardware options](https://01.openinterpreter.com/hardware/introduction).
## Customization
Customize behavior, language model, system message, and more by editing profiles in the `software/source/server/profiles` directory. [Configuration guide](https://01.openinterpreter.com/server/configure)
## Safety Considerations
Understand the [risks](https://01.openinterpreter.com/safety/risks) and implement [safety measures](https://01.openinterpreter.com/safety/measures) when using 01.
## Contributing
We welcome contributions! Check out our [contributing guidelines](CONTRIBUTING.md) and join our [Discord community](https://discord.gg/Hvz9Axh84z).
## Documentation
For comprehensive guides, API references, and troubleshooting, visit our [official documentation](https://01.openinterpreter.com/).
○