下载 TAO v2.1.0(稳定版)

当前支持:Windows x64、Linux x64/ARM64、macOS x64/Apple Silicon

一键包管理器安装

# 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

安装包手动下载

Windows x64

tao-v2.1.0-windows-x86_64.zip

下载

SHA256:xxxx

Linux x86_64

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

下载

macOS Apple Silicon

tao-v2.1.0-macos-arm64.dmg

下载

源码编译安装

git clone https://github.com/taolang/tao.git
cd tao
./build.sh && make install

历史版本归档

查看v1.x全历史安装包