Download SchemaSmith

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

v2.4.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.4.0-win-x64.zip x64 140 MB 6eacf685 Download
SchemaSmith-2.4.0-win-arm64.zip arm64 134 MB 11516b8a 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 four CLIs onto your PATH. Or grab the matching .tar.gz directly.

File Arch Size SHA-256 Download
SchemaSmith-2.4.0-osx-arm64.tar.gz Apple Silicon 132 MB 51cb2191 Download
SchemaSmith-2.4.0-osx-x64.tar.gz Intel x64 139 MB 77e5b3c1 Download

Quick install (shell)

Detects your architecture, downloads the matching .tar.gz, verifies SHA-256, and installs schemaquench, schematongs, datatongs, and schemashears 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.4.0-linux-x64.tar.gz x64 153 MB 5ca517a2 Download
SchemaSmith-2.4.0-linux-arm64.tar.gz arm64 146 MB def8f9b5 Download
schemasmith_2.4.0_amd64.deb amd64 157 MB 68c33d2c Download
schemasmith_2.4.0_arm64.deb arm64 150 MB 16cb9ae0 Download
schemasmith-2.4.0-1.x86_64.rpm x86_64 157 MB 64bbcbbf Download
schemasmith-2.4.0-1.aarch64.rpm aarch64 150 MB c9beba1e Download

Quick install (shell)

Detects your distro and architecture, downloads the matching package, verifies SHA-256, and installs schemaquench, schematongs, datatongs, and schemashears 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.3.0 07-13-2026
v2.2.0 07-01-2026
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