Skip to content

cuihuir/kiauh_fast

 
 

Repository files navigation

KIAUH Fast Logo

KIAUH Fast

A simplified fork of KIAUH


A fork of KIAUH with two additions:

  1. Quick Install / Uninstall — Select components with checkboxes and install or remove them in one go
  2. 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 update and apt install are unaffected and can still take significant time depending on your network.


Quick Start

git clone https://github.com/cuihuir/kiauh_fast.git
cd kiauh_fast
./kiauh.sh

For users in China: Go to option 3 (Mirror Acceleration) first to configure mirrors before installing.


Main Menu

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

Components

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

Differences from KIAUH

  • 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.)

Requirements

  • 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

Credits


License

GNU General Public License v3.0 — same as the original KIAUH.

About

Klipper Installation And Update Helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.5%
  • Shell 0.5%