Skip to content
On this page

Binary Releases

We pre-compile each release for all major operating systems, these releases can be found on GitHub.

Variations

Taplo offers features — such as the language server — that might not be useful for most use-cases. For this reason we build multiple variations that differ in terms of features.

Default Build

The default build with commonly-used features.

Download

Full Build

The full build contains the following additional features:

Download

Example

bash
curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-linux-x86_64.gz \
  | gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo