Skip to content

Installation Guide

Clone the repository and upload firmware to your OSECHI device.


1. Clone Repository

git clone https://gitlab.com/osechi/kurikintons.git
cd kurikintons

2. Setup Environment

task env:setup

This installs Python dependencies automatically.


3. Upload Firmware

Connect your OSECHI device via USB, then upload:

task v2:upload

This builds and uploads the latest firmware to your ESP32.


4. Monitor Output

task monitor

Press S for status, U for uptime, H for help.


Next Steps