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:
To uninstall:
To also remove application data:
Download
From GitHub Releases
- Go to GitHub Releases
- 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
- Open the DMG file (double-click)
- Drag TablePro to the Applications folder shortcut
- Eject the DMG (right-click > Eject)
- 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
- Quit TablePro
- 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.