BaihuBaihu
Getting Started

install

build and install baihu from source

requirements

  • rust 1.85+
  • windows 10+, linux, or macOS

build from source

git clone https://github.com/visualstudioblyat/baihu.git
cd baihu
cargo build --release
cargo install --path . --force

release binary is ~3.4MB on linux, ~4.5MB on windows. uses opt-level=z, LTO, panic=abort, single codegen unit.

verify

baihu --version
baihu doctor

doctor runs a full system diagnostic — checks config, secrets, provider connectivity, channel health.

On this page