nativefier --name "Webflow" "https://webflow.com/dashboard"
).Yes, you can use Nativefier with Homebrew to create a Webflow desktop app for Mac. Nativefier wraps websites into a desktop application using Electron. Follow these steps to do it:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew --version
brew install node
npm install -g nativefier
"Webflow"
with your preferred app name):nativefier --name "Webflow" "https://webflow.com/dashboard"
cd ~/your-output-folder
mv Webflow-darwin-x64/Webflow.app /Applications/
You can create a Webflow Mac app using Nativefier via Homebrew. Install Node.js and Nativefier, generate the app, and move it to Applications. This gives you a standalone Webflow app using Electron.