Download SchemaSmith

Download three command-line tools and start managing database schemas and reference data right away.

v2.2.0 — pick your platform

x64 arm64
Jump to Windows
Apple Silicon Intel
Jump to macOS
x64 arm64
Jump to Linux

Windows

Download the archive for your CPU, extract, run. No .NET runtime, no system dependencies.

File Arch Size SHA-256 Download
SchemaSmith-2.2.0-win-x64.zip x64 138 MB b91a5bcb Download
SchemaSmith-2.2.0-win-arm64.zip arm64 133 MB e054a6fe Download

Quick install (Chocolatey)

Installs schemaquench, schematongs, datatongs, and schemashears onto your PATH via Chocolatey. Upgrade later with choco upgrade schemasmith.

choco install schemasmith

Don't have Chocolatey? Use the manual install below.

Manual install (PowerShell)

Downloads the x64 archive, extracts to C:\Tools\SchemaSmith, and adds it to your user PATH. Replace win-x64 with win-arm64 for ARM systems.

Invoke-WebRequest "https://schemasmith.com/dl/windows/x64-zip" -OutFile SchemaSmith.zip
Expand-Archive SchemaSmith.zip -DestinationPath C:\Tools\SchemaSmith
[Environment]::SetEnvironmentVariable('Path', $env:Path + ';C:\Tools\SchemaSmith', 'User')

Open a new terminal after running so the PATH change takes effect.

macOS

The universal Unix path covers macOS — install.sh detects your architecture and installs the three CLIs onto your PATH. Or grab the matching .tar.gz directly.

File Arch Size SHA-256 Download
SchemaSmith-2.2.0-osx-arm64.tar.gz Apple Silicon 131 MB 4655af3c Download
SchemaSmith-2.2.0-osx-x64.tar.gz Intel x64 138 MB b1e423c7 Download

Quick install (shell)

Detects your architecture, downloads the matching .tar.gz, verifies SHA-256, and installs schemaquench, schematongs, and datatongs onto your PATH.

curl -fsSL https://schemasmith.com/dl/install.sh | sh

Source: install.sh · Override with INSTALL_VERSION or INSTALL_DIR env vars.

Linux

.deb on Debian/Ubuntu, .rpm on RHEL/Fedora, .tar.gz elsewhere. install.sh handles all three automatically.

File Arch Size SHA-256 Download
SchemaSmith-2.2.0-linux-x64.tar.gz x64 151 MB 1f3e539c Download
SchemaSmith-2.2.0-linux-arm64.tar.gz arm64 145 MB cf4fa9d7 Download
schemasmith_2.2.0_amd64.deb amd64 121 MB d8346bb9 Download
schemasmith_2.2.0_arm64.deb arm64 115 MB b87e68b7 Download
schemasmith-2.2.0-1.x86_64.rpm x86_64 121 MB 72d73090 Download
schemasmith-2.2.0-1.aarch64.rpm aarch64 116 MB db2d1394 Download

Quick install (shell)

Detects your distro and architecture, downloads the matching package, verifies SHA-256, and installs schemaquench, schematongs, and datatongs onto your PATH. POSIX sh — runs on whatever shell your distro or container ships.

curl -fsSL https://schemasmith.com/dl/install.sh | sh

Source: install.sh · Override with INSTALL_VERSION or INSTALL_DIR env vars.

Verify Your Download (optional)

Get-FileHash <filename> -Algorithm SHA256
shasum -a 256 <filename>
sha256sum <filename>

Compare the SHA-256 of your downloaded file against the matching line in SHA256SUMS . Recommended for regulated environments. Note: install.sh runs this check automatically.

Prior Releases

Tag Released
v2.1.0 06-22-2026
v2.0.0 05-05-2026
v1.1.8 02-08-2026
v1.1.7 12-19-2025
v1.1.6 11-30-2025
v1.1.5 10-06-2025
v1.1.4 09-22-2025
v1.1.3 09-05-2025
v1.1.2 08-12-2025
v1.1.1 08-11-2025
v1.1.0 08-04-2025
v1.0.9 07-18-2025
v1.0.8 07-14-2025
v1.0.7 07-06-2025
v1.0.6 06-09-2025
v1.0.5 06-02-2025
v1.0.4 05-01-2025