Skip to main content

Installation

System Requirements

  • macOS: 14.0 (Sonoma) or later
  • Processor: Apple Silicon (M1+) or Intel x86_64
  • Memory: 4 GB minimum (8 GB recommended)
  • Storage: ~200 MB free disk space
TablePro uses native Apple frameworks only. No Java, .NET, or other runtimes needed.

Install via Homebrew

The fastest option:
brew install --cask tablepro
Homebrew handles installation and updates in one place.
To update:
brew upgrade tablepro
To uninstall:
brew uninstall tablepro
To also remove application data:
brew zap tablepro

Download

From GitHub Releases

  1. Go to GitHub Releases
  2. Download the DMG for your Mac:
    • Apple Silicon (M1+): TablePro-arm64.dmg
    • Intel: TablePro-x86_64.dmg
Check your architecture: Apple menu > About This Mac → look for Chip (Apple Silicon) or Processor (Intel).

Installation Steps

  1. Open the DMG file (double-click)
  2. Drag TablePro to the Applications folder shortcut
Drag to Applications
  1. Eject the DMG (right-click > Eject)
  2. Open Finder > Applications and launch TablePro

Updating TablePro

TablePro checks for updates automatically via Sparkle. Check manually: TablePro > Check for Updates…. Connections and settings persist across updates.

Uninstallation

  1. Quit TablePro
  2. Drag TablePro from Finder > Applications to Trash
To delete all data (connections and history):
rm -rf ~/Library/Application\ Support/TablePro
rm ~/Library/Preferences/com.TablePro.plist

Troubleshooting

Crashes on launch: Verify correct architecture, macOS 14.0+, and check Console.app for logs. Connection issues: Confirm database server is running and not blocked by firewall. See Development Setup for building from source.