osss

Open-source Rust tools for declarative PostgreSQL schema management and testing, and for agent-driven multi-repo workflows. Small, single-binary, no runtime dependencies.

Tools

Every tool has full docs and per-platform downloads on tools.osss.net.

Install

Prebuilt binaries for macOS (universal2), Debian/Ubuntu, and FreeBSD — or build from source. Pick your platform; each channel tracks the latest release automatically.

Homebrew macOS
brew tap osss/tools https://gitlab.osss.net/distribution/homebrew-tools.git
brew install osss/tools/postgres_sql_formatter
MacPorts macOS
A signed ports tree at macports.osss.netsudo port install postgres_sql_formatter.
apt Debian & Ubuntu
A signed PPA at apt.osss.netsudo apt install postgres-sql-formatter.
From source any platform
Rust + just: clone from gitlab.osss.net, then just install.