Download, install, and start using Via on macOS.
Get the .dmg from the latest release. Open it, then drag the app to the Applications folder on your disk.
Unsigned builds may show Gatekeeper warnings.
Optional: if you prefer Terminal (or need to troubleshoot), these are common commands after downloading via.dmg.
Note: the mounted volume might be /Volumes/Via or /Volumes/Via 1.
ls -lh ~/Downloads/via.dmg
shasum -a 256 ~/Downloads/via.dmg
hdiutil attach -nobrowse ~/Downloads/via.dmg
Via, Via 1, etc.)
ls /Volumes
ls "/Volumes/Via"
/Applications)
sudo ditto "/Volumes/Via/Via.app" "/Applications/Via.app"
xattr -dr com.apple.quarantine "/Applications/Via.app"
codesign --verify --deep --strict --verbose=2 "/Applications/Via.app"
spctl --assess --type execute --verbose "/Applications/Via.app"
hdiutil detach "/Volumes/Via"
rm -f ~/Downloads/via.dmg
Open from Applications or ⌘ + Space.
Type a URL or search in the address bar. Press Enter.
Clone the repo, install dependencies, and launch.
git clone https://github.com/palmshed/via.git
cd via
flutter pub get
cp .env.example .env
flutterfire configure --platforms macos
git checkout -- lib/firebase_options.dart
flutter run -d macos
Do not commit .env; it contains private Firebase keys.
Found something unexpected? Report an issue.