Docs
Quickstart
Run OpenThena locally in under five minutes.
You need Node.js 18+ and a Xiaomi MiMo API key (grab one at platform.xiaomimimo.com).
1. Clone & install
bash
git clone https://github.com/yusmandediyogi-wq/openthena.git
cd openthena
npm install2. Configure your key
Copy the example env file and add your MiMo key:
bash
cp .env.example .env.localbash
MIMO_API_KEY=your-xiaomi-mimo-api-key
MIMO_BASE_URL=https://api.xiaomimimo.com/v1
MIMO_MODEL=mimo-v2.5-pro3. Run it
bash
npm run devOpen http://localhost:3000, click Start chatting, and you're live.
Nothing is configured server-side beyond your API key. The chat UI, history, and model selection all run in your browser.