Professional Development Environment
Professional, interactive, and comprehensive setup script for macOS developers. Install all essential development tools, IDEs, databases, and programming environments with intelligent error handling and categorized installations.
curl -fsSL https://macsetup.asmat.dev/mac-dev-setup.sh | bash
curl -fsSL https://macsetup.netlify.app/mac-dev-setup.sh | bash
Choose exactly what you want to install. Skip entire sections or individual tools based on your needs.
Intelligent retry mechanisms, download verification, and graceful fallbacks ensure reliable installations.
Organized into logical sections: Browsers, IDEs, Development Tools, Databases, and Programming Environments.
Efficient installations with progress indicators and parallel processing where possible.
Includes pre-configured settings for VS Code, Git, SSH, and development environments.
Continuously updated with the latest versions and best practices for macOS development.
Run the script directly from our main domain:
curl -fsSL https://macsetup.asmat.dev/mac-dev-setup.sh | bash
Alternative URL if the primary domain is unavailable:
curl -fsSL https://macsetup.netlify.app/mac-dev-setup.sh | bash
Download and inspect the script before running:
curl -O https://macsetup.asmat.dev/mac-dev-setup.sh
chmod +x mac-dev-setup.sh
./mac-dev-setup.sh
💡 Backup: Replace macsetup.asmat.dev with macsetup.netlify.app if needed
Clone the repository for the latest version:
git clone https://github.com/theasmat/macsetup.git
cd macsetup
./mac-dev-setup.sh