Download Steam Wrapper For Mac
Sometimes one Steam just isn't enough
Steam logo
This tutorial will show you how to use Wine to install the Windows version of Steam on your Mac. Why? Well, even though Steam runs on OS X and Windows, some games are Windows-only.
This tutorial will not be able to troubleshoot how to get specific games to work. For that, check out Wine's App Database.
Downloading and Installing winetricks
Simply download and extract the Wrapper – download the rFactor Demo(unlockable to full version using a legal serial) – double-click wrapper – install windows software – navigate to the demo setup file and double-click it – the setup will start – install the game – after installation set the rFactor.exe as start executable – double-click the Wrapper/icon to play! Download this app from Microsoft Store for Windows 10 Mobile, Windows Phone 8.1. See screenshots, read the latest customer reviews, and compare ratings for Steam.
Note: if you don't have curl
installed, simply go to that website, save the page as 'winetricks', move it to the folder with all of your Wine binaries, then do the chmod +x winetricks
.
Installing Steam
Now that winetricks
is ready to go, installing Steam is no problem:
- Go to the Steam website and click 'Also available for Windows', beneath the green 'Install Steam Now' button.
- Save the 'SteamInstall.msi' file to your Downloads folder
- Open a Terminal and
cd ~/Downloads
(or wherever you saved the Steam installer) - Enter
wine start SteamInstall.msi
to start the installation process - You may get an 'Installation ended prematurely because of an error' message while installing Steam, but don't worry about that.
- Once Steam installs,
cd
to andopen
its folder in Terminal to make sure it's there:cd ~/.wine/drive_c/Program Files/Steam && open .
- Run
wine Steam.exe
- Wait for Steam to update itself, and that's it!
Video Demonstration
Here's a video walk-through of the installation process:
Cross-platform Java executable wrapper
Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and it's possible to set runtime options, like the initial/max heap size. The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, and a Java download page in case the appropriate JRE cannot be found.
Features
- Launch4j wraps jars in Windows native executables and allows to run them like a regular Windows program. It's possible to wrap applications on Windows, Linux and Mac OS X!
- Also creates launchers for jars and class files without wrapping.
- Supports executable jars and dynamic classpath resolution using environment variables and wildcards.
- Doesn't extract the jar from the executable.
- Custom application icon with multiple resolutions and color depths.
- Native pre-JRE splash screen in BMP format shown until the Java application starts.
- Initial priority and single application instance features.
- Works with a bundled JRE or searches for newest Sun or IBM JRE / JDK in given version range and type (64-bit or 32-bit).
- Opens Java download page if an appropriate Java version cannot be found or a support website in case of an error.
- Supports GUI and console apps.
- Supports Windows application manifests.
- Passes command line arguments, also supports constant arguments.
- Allows to set the initial/max heap size also dynamically in percent of free memory.
- JVM options: set system properties, tweak the garbage collection...
- Runtime JVM options from an .l4j.ini file.
- Runtime command line switches to change the compiled options.
- Access to environment variables, the registry and executable file path through system properties.
- Set environment variables.
- Option to change current directory to the executable location.
- The JRE's bin directory is appended to the Path environment variable.
- Ability to restart the application based on exit code.
- Custom version information shown by Windows Explorer.
- Digital signing of the executable with sign4j.
- Supports Windows Security Features of the Windows 8 certification kit.
- GUI and command line interface.
- Build integration through an Ant task and a Maven Plugin.
- Lightweight: 35 KB!
- It's free and may be used for commercial purposes.
- Includes a sample application and Ant script that automates the build process from Java sources to native executable.
- The wrapped program works on all Windows platforms, Launch4j works on Windows, Linux and Mac OS X.
Download Steam Wrapper For Mac
License
This program is free software licensed under the BSD 3-Clause License, the head subproject (the code which is attached to the wrapped jars) is licensed under the MIT License. Launch4j may be used for wrapping closed source, commercial applications.
Steam Wrapper Mac 2020
Info
Download Steam Wrapper For Mac Installer
Running Launch4j on other Java enabled platforms is a matter of getting a binary version of MinGW binutils 2.22 (windres and ld only) for your system or compiling them. If you'll provide these, I'll be able to create a binary package available for download.