⬇ 下载 Tao

v2.6.1 自举编译器 · 2026年6月 · 零外部依赖

安装包下载

即装即用,无需任何外部依赖

Windows

Windows x64 安装包

tao_setup_2.6.1.exe · 自动配置环境变量

下载 (187KB)
Linux

Linux x86_64 / ARM64

tao-v2.6.1-linux-amd64.tar.gz

下载
macOS

macOS (Intel + Apple Silicon)

tao-v2.6.1-macos-universal.pkg

下载

包管理器安装

一行命令,自动安装

Linux (apt)
sudo add-apt-repository ppa:taolang/tao
sudo apt update && sudo apt install tao-compiler
macOS (Homebrew)
brew install taolang/tao/tao
Windows (winget)
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 程序
查看源码 →

VS Code 扩展

语法高亮 · 代码补全 · 调试 · F5 一键运行

从 Marketplace 安装 本地 .vsix 下载