POLYTONE — the AI-native programming language

Download v1.7.52

The native toolchain for your machine: ptc (compiler, runner, formatter, doc renderer, vendor client) and polytone-lsp (language server), with the stdlib and examples in the archive. Built by CI on real Windows, macOS, and Linux runners on every version tag — these links always point at the latest release.

Unpack

e.g. tar -xzf polytone-macos-arm64.tar.gz — yields a polytone/ folder with ptc, polytone-lsp, stdlib/, and examples/. The stdlib is found automatically next to the binary.

First run

cd polytone
./ptc run examples/first_image.pt

macOS note

The binaries are unsigned — allow them once with xattr -d com.apple.quarantine ptc polytone-lsp (or right-click → Open).

Verify

Print the version with ./ptc --version; checksums live in SHA256SUMS.txt, the release stamp in VERSION.txt.

Prefer building from source? git clone + cargo build --workspace --release inside compiler/ — source on GitHub.