Download
Download FoxSchema
Native desktop installers for macOS, Windows, and Linux. This page always shows the newest release and the full version history, pulled live from GitHub.
Loading latest release…
Before you install
macOS — Apple Gatekeeper. The app is not yet notarized with Apple. On first launch, right-click the app in Finder and choose Open.
If macOS reports the app as "damaged and can't be opened", it isn't — clear the quarantine flag in Terminal, then open normally:
xattr -cr "/Applications/Fox Schema.app"
Windows — SmartScreen. The installer is unsigned, so SmartScreen may warn on first run. Choose More info → Run anyway.
IBM Db2 — two desktop editions. Every release ships each installer in two editions. Standard (e.g.
Fox.Schema_…) covers 9 of the 10 dialects and is the smaller download — Db2 appears in the UI but connecting reports "driver not installed". DB2 edition (Fox.Schema.DB2_…) bundles the IBM Db2 driver (ibm_db) at roughly double the size. Pick the DB2 edition only if you connect to IBM Db2 — everything else is identical.
Prefer the web app? The Db2-enabled Docker variant is linux/amd64 only:
# common image (no Db2, amd64 + arm64):
docker pull 5nickels/foxschema:latest
# with Db2 (build from source, amd64 only):
docker compose -f docker-compose.app.yml -f docker-compose.db2.yml up -d --build
Details in the deployment guide.
All versions
Loading version history…
Can't see the lists? View releases directly on
GitHub →
· Verify downloads with each release's SHA256SUMS.txt.