[ release · v0.45.0 ]

get the binary.

Pre-built for six targets plus an official Docker image. Each archive contains a single thclaws executable with the GUI bundled in. SHA-256 sidecar published next to every asset.

recommended

just want to install it?

Pick your OS — these handle everything for you. No command line, no PATH editing, no quarantine flags.

macOS: open the .dmg, drag thClaws into Applications, launch it. First time, macOS asks you to confirm in Settings → Privacy & Security. Windows: double-click the .msi — per-user install, no admin password needed, adds thclaws to your PATH and a Start menu shortcut on its own. Need step-by-step? See chapter 2 of the manual.

all assets

For headless installs, automation pipelines, ARM Linux, Docker, or anywhere the GUI installer can't run. Every archive ships a .sha256 sidecar.

platform arch format file
macOS universal (Apple Silicon + Intel) dmg recommended thclaws-v0.45.0-universal-apple-darwin.dmg download
macOS aarch64 (Apple Silicon) tar.gz thclaws-v0.45.0-aarch64-apple-darwin.tar.gz download
macOS x86_64 (Intel) tar.gz thclaws-v0.45.0-x86_64-apple-darwin.tar.gz download
Linux x86_64 tar.gz thclaws-v0.45.0-x86_64-unknown-linux-gnu.tar.gz download
Linux aarch64 tar.gz thclaws-v0.45.0-aarch64-unknown-linux-gnu.tar.gz download
Windows x86_64 msi recommended thclaws-v0.45.0-x86_64-pc-windows-msvc.msi download
Windows aarch64 msi recommended thclaws-v0.45.0-aarch64-pc-windows-msvc.msi download
Windows x86_64 zip thclaws-v0.45.0-x86_64-pc-windows-msvc.zip download
Windows aarch64 zip thclaws-v0.45.0-aarch64-pc-windows-msvc.zip download
Docker multi-arch (linux/amd64 + linux/arm64) image thclaws/thclaws:0.9.9 docker hub

verify

Each asset ships with a .sha256 sidecar. Verify after download:

shasum -a 256 -c thclaws-v0.45.0-*.sha256

build from source

Prefer compiling locally? See the install section, or:

git clone https://github.com/thClaws/thClaws.git