v2.6.1 自举编译器 · 2026年6月 · 零外部依赖
即装即用,无需任何外部依赖
一行命令,自动安装
sudo add-apt-repository ppa:taolang/tao
sudo apt update && sudo apt install tao-compiler
brew install taolang/tao/tao
winget install TAOLanguage.TAO
从 GitHub 克隆并自行构建
依赖:LLVM 15+ · Python 3.10+ · Rust toolchain · Go 1.21+
git clone https://github.com/tao-language/tao.git
cd tao
python build_self.py # 自举构建
tao build main.tao -o app # 编译 Tao 程序