A fork of KIAUH with two additions:
- Quick Install / Uninstall — Select components with checkboxes and install or remove them in one go
- Mirror Acceleration — Configure PyPI, APT, and uv mirrors for better download speeds in China
Note: uv only speeds up the Python dependency installation step. System operations like
apt updateandapt installare unaffected and can still take significant time depending on your network.
git clone https://github.com/cuihuir/kiauh_fast.git
cd kiauh_fast
./kiauh.shFor users in China: Go to option 3 (Mirror Acceleration) first to configure mirrors before installing.
1) Quick Install — Checkbox-based component installation
2) Quick Remove — Checkbox-based component removal
3) Mirror — Mirror acceleration configuration
4) Manual — Full original KIAUH menu
| Component | Description | Notes |
|---|---|---|
| Klipper | 3D printer firmware | Required |
| Moonraker | API server | Required |
| Mainsail | Web UI | Default port 80 |
| Fluidd | Web UI | Default port 81 |
| KlipperScreen | Touchscreen UI | Reboot required after install |
| Crowsnest | Webcam streaming | — |
- Added Quick Install and Quick Remove menus
- Added mirror acceleration for China users
- All original KIAUH functionality is preserved under the Manual menu
- Synced upstream bug fixes and new features (TMC Autotune, etc.)
- Debian 10/11/12 / Ubuntu 20.04/22.04/24.04 / Raspberry Pi OS
- Python 3.8+
- Raspberry Pi / Orange Pi / other ARM or x86_64 SBCs
- dw-0/kiauh — Original project
- Tsinghua TUNA — Mirror source
GNU General Public License v3.0 — same as the original KIAUH.
