Pixel-art Felyne (Monster Hunter) desktop pet with AI chat, available as a standalone Tauri app or a DeepSeek Harness plugin.
A floating pixel-art Felyne pet for DeepSeek Harness web UI. The pet idles on your page, reacts to AI conversations, and can be dragged around.
- Node.js >= 18
- DeepSeek Harness installed:
npm i -g @deepseek-ai/dsh
From GitHub:
dsh plugin --profile web add github:TinyAlmond/Airu/dsh-plugin-airuFrom source (local development):
git clone https://github.com/TinyAlmond/Airu.git
cd Airu/dsh-plugin-airu
pnpm install
pnpm build
cd ..
dsh plugin --profile web add "link:./dsh-plugin-airu"dsh --profile webOpen http://127.0.0.1:3080 in your browser. The Felyne pet will appear in the bottom-left corner, draggable to any position. It automatically switches to a wave animation when the AI is responding.
dsh plugin --profile web remove dsh-plugin-airuA standalone transparent borderless desktop pet for macOS and Windows.
git clone https://github.com/TinyAlmond/Airu.git
cd Airu
pnpm install
pnpm tauri dev- Transparent always-on-top window
- Pixel-art Felyne with idle/walk/sleep/talk/blink animations
- Drag to move anywhere on screen
- AI chat via DeepSeek API (click pet to open input)
- System tray menu
pnpm tauri buildProduces .dmg (macOS) or .msi (Windows) in src-tauri/target/release/bundle/.
MIT