Convert your favorite websites into standalone desktop applications for macOS with ease! This tool allows you to create custom desktop apps from web URLs, complete with personalized names and icons.
- Enter a URL: Provide the web address you want to convert into an app.
- Customize Options: Choose whether to use the website title as the app name and upload a custom icon if desired.
- Generate App: Click the big blue button to create your desktop application.
- Use: Once the app is built, you can use it like any other macOS application.
- Uncheck "Use website title as app name"
- Enter your preferred app name
- Names are automatically sanitized for compatibility
- Uncheck "Use default icon"
- Upload an icon by clicking on the choose file button
- macOS Sequoia (not tested on earlier versions)
- Any M series mac (only tested on arm64)
- Node.js + npm Download and install from Node.js
- At least 1GB free disk space
- Electron Builder installed globally (
npm install -g electron-builder)
DISCLAIMER: Each generated app requires an internet connection to function. The developer is not responsible for any issues arising from the use of generated applications.
- Download the latest release from the Releases page.
- Download and install Node.js and ensure
npmis available in your terminal. - Open your terminal and run:
npm install -g electron-builder
- Done.
URL validation failed
- Check internet connection
- Ensure URL is accessible
- Try with http:// or https:// prefix
App build failed
- Verify Node.js installation
- Check available disk space
- Ensure no antivirus interference
- Create an issue on GitHub with error logs
This project is licensed under the MIT License - see the LICENSE file for details.