Features Hardware Quick Start GitHub
Introducing hub1

The Future of Smart Assistants

A lightweight, open-source smart assistant powered by ESP32. Privacy-focused, extensible, and built for the community.

$ git clone github.com/arc-assistant/hub1
Cloning hub1 from GitHub
Connecting to WiFi...
✓ Connected: 192.168.1.42
$ Ready for commands_

Built for What Matters

hub1 combines powerful features with simplicity, giving you a smart assistant that respects your privacy.

Lightweight

Optimized for low-power ESP32 hardware, hub1 runs efficiently without compromising on functionality.

Open Source

Fully transparent and community-driven. Every line of code is available for review, modification, and contribution.

Extensible

Easy to integrate with additional sensors and peripherals. Build the smart home ecosystem you've always wanted.

Powered by ESP32

Built on proven, reliable hardware designed for IoT applications.

ESP32 Development Board

Dual-core processor with integrated memory and secure boot capabilities.

2.4GHz Wi-Fi

Reliable wireless connectivity for seamless integration with your network.

Low Power Consumption

Designed for always-on operation with minimal energy footprint.

Get Started in Minutes

From download to deployment, hub1 makes it simple to set up your smart assistant.

1

Get the Source

Download the latest hub1 source code from our GitHub repository.

2

Flash Firmware

Use PlatformIO or the Arduino IDE to build and upload the firmware to your ESP32.

3

Configure & Connect

Set up your WiFi credentials and start using your new smart assistant.

// wifi.h
const char* ssid = "YOUR_SSID";
const char* password = "YOUR_PASSWORD";

Ready to Build Something Amazing?

Join the Arc community and start building your own privacy-focused smart assistant today.

View on GitHub Try Demo