Jump to content

99 files

  1. ESP Mounter Pro

    ESP Mounter Pro is a new top bar application to manage your EFI System Partition(s). You can mount or umount any ESP you have on any disk you have directly from its popover window.
     
    **ESP Mounter Pro v1.9.1 / Require 10.9 +** https://www.olarila.com/topic/4975-esp-mounter-pro-v19/  
    NEW: since v1.4 can mount/umount all partitions you have, for example each Recovery HD partitions you have also!!
     
    This app use advanced APIs to perform all operations and no AppleScript or scripts are used: only code!
     

     
    New: Dark Mode support (automatic switching):

     
    Retina Display Support!
     
    Require 10.9 +, works good in macOS Sierra!
     
     
    //
    // Created by Micky1979 on 15/06/16.
    // Copyright © 2016 Micky1979 & InsanelyMac. All rights reserved.
    //
     
    app icon by Mirone (thanks)
     
    Does not show an EFI Partition if your disk is not GPT (or if smaller than 1GB). Cannot mount it if corrupted!.

    15645 downloads

    70 comments

    Updated

  2. VMware Unlocker for OS X

    Mac OS X Unlocker for VMware
    ============================
     
    1. Introduction
    ---------------
     
    The package is a combination of the Unlocker code written by Zenith432 plus some
    fixes and scripts written by myself that wrap the actual unlocker code.
     
    It has been tested against:
     
    * Workstation 8/9/10 on Windows and Linux (32 & 64-bit versions)
    * Player 4/5/6 on Windows and Linux (32 & 64-bit versions)
    * Fusion 4/5/6 on Snow Leopard, Lion, Mountain Lion and Mavericks
    * ESXi 5.0/5.1/5.5
     
    The patch code carries out the following modifications dependent on the product
    being patched:
     
    * Fix vmware-vmx and derivatives to allow Mac OS X to boot
    * Fix vmwarebase .dll or .so to allow Apple to be selected during creation
    * Copy darwin.iso if needed to VMware folder
     
    Note that not all products recognise the darwin.iso via install tools menu item.
    You will have to manually mount the darwin.iso for example on Workstation.
     
    Also Player is missing vmware-vmx-debug and vmware-vmx-stats files and so an
    error is shown during patching as the files are not found. This can be safely
    ignored.
     
    OS X guests on ESXi patched hosts cannot be controlled from vCenter, only from
    the ESXi host itself. This means power operations have to be run directly on
    the server.
     
    The vmwarebase code does not need to be patched on ESXi or OS X so you will see a
    message on those systems telling you that it will not be patched.
     
    In all cases make sure VMware is not running, and any background guests have
    been shutdown.
     
    2. Windows
    ----------
    On Windows you will need to either run cmd.exe as Administrator or using
    Explorer right click on the command file and select "Run as administrator".
     
    install.cmd - patches VMware and copies darwin.iso tools image to VMware
    uninstall.cmd - restores VMware and removes darwin.iso tools image from VMware
     
    3. Linux
    ---------
    On Linux you will need to be either root or use sudo to run the scripts.
     
    You may need to ensure the contents of the linux folder have execute permissions
    by running chmod +x against the 4 files.
     
    install.sh - patches VMware and copies darwin.iso tools image to VMware
    uninstall.sh - restores VMware and removes darwin.iso tools image from VMware
     
    4. Mac OS X
    -----------
    On Mac OS X you will need to be either root or use sudo to run the scripts.
    This is really only needed if you want to use client versions of Mac OS X.
     
    You may need to ensure the contents of the osx folder have execute permissions
    by running chmod +x against the 3 files.
     
    install.sh - patches VMware
    uninstall.sh - restores VMware
     
    5. ESXi
    -------
    You will need to transfer the zip file to the ESXi host either using vSphere client or SCP.
     
    Once uploaded you will need to either use the ESXi support console or use SSH to
    run the commands. Use the unzip command to extract the files.
     
    <<< WARNING: use a datastore volume to run the scripts >>>
     
    Please note that you will need to reboot the host for the patches to become active.
    The patcher is embbedded in a shell script local.sh which is run at boot from /etc/rc.local.d.
     
    You may need to ensure the contents of the esxi folder have execute permissions
    by running chmod +x against the 3 files.
     
    install.sh - patches VMware
    uninstall.sh - restores VMware
     
    Note:
    1. System should have a persistent scratch partition - should be OK except for stateless
    and USB boot on drives less than 4GB
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1033696
    http://www-01.ibm.com/support/docview.wss?uid=isg3T1013015
    http://www.vreference.com/2011/04/28/check-for-esxi-scratch-persistence/
    2. Any changes you have made to local.sh will be lost. If you have made changes to
    that file, you will need to merge them into the supplied local.sh file.
    3. This option runs at boot time to patch the releavant files and it now survives
    an upgrade or patch to ESXi as local.sh is part of the persisted local state.
     
    6. Zenith432's Unlocker
    -----------------------
     
    In all cases the unlocker can be run without the scripts but you would need to
    carry out additional actions which the scripts encapsulate for you especially on
    ESXi. If you want to run the unlocker directly the parameters are:
     
    Usage: Unlocker [-h] [-u] [target_directory]
    -h: print help
    -u: remove the patch
    target_directory: customize location of vmx executables
     
    On all platforms you must run it with administrator or root privileges.
    The source code is provided and Zenith432 makes it freely available for
    modification. I have modified the code and it is available as per Zenith432's
    original statement.
     
     
    Thanks to Zenith432 for building the unlocker and Mac Son of Knife for all
    the testing and support.
     
     
    History
    -------
    11/10/11 1.0.0 - First release
    07/11/11 1.0.1 - Fixed typo in Windows command files
    07/12/11 1.0.2 - Updated patcher and tools for latest release WKS 8.0.1 & FUS 4.1.1
    10/05/12 1.1.0 - Changed the patching mechanism for vmwarebase .dll or .so
    & tested against ESXi 5.0 U1 and Tech Previews.
    13/07/13 1.1.1 - Changed ESXi scripts to ensure not deleting root /bin folder
    - Fixed vmwarebase patching on 32-bit Linux
    - Some other code clean-up in Unlocker.cpp
    18/09/13 1.2.0 - Updated vmwarebase pattern matching for WKS 10.0.0 & FUS 6.0.0
    25/03/14 1.3.0 - New method to run patcher on ESXi
    - Fixes crashes when using vCenter
    - Tested against ESXi 5.5
    - Darwin guest tools from Fusion 6.0.2
    - Zip file preserves file attributes for Posix based systems
     
    © 2011-2014 Dave Parsons

    245144 downloads

    81 comments

    Updated

  3. Stacks In Da Place

    Stacks In Da Place lets you easily customize your Stacks icons. Simply drag and drop an icon and click "Apply Icon"—the app does the rest!
     
     


    35 downloads

    7 comments

    Updated

  4. FlashWizard

    FlashWizard is another one of my personal-use apps that I decided to share with everyone. It's simple, straightforward, with no unnecessary steps or gimmicks. While there are plenty of apps out there that do the same thing create a bootable macOS drive FlashWizard can be another excellent option. With just a few clicks, you can turn your USB drive into a bootable installer, ready to install or restore macOS.

    Why use FlashWizard?

        •    Simple, Intuitive, and Straightforward: No nonsense, no unnecessary steps.
        •    Fast: The flashing process is optimized to be as quick as possible.
        •    Supports multiple macOS versions: From macOS Mojave up to macOS Tahoe, it gets the job done.
        •    Secure: Uses macOS's built-in Authorization Services to ensure only user-approved commands are executed.
        •    Logs: You can find output and error logs in /tmp (note: the files are hidden).
    There are still a few features to be implemented in the future. For now, if you can test it and give me feedback, I promise to reply as soon as possible. Suggestions are welcome as long as they're useful for everyone and not just personal preferences.

    How to Use:

        •    Step 1: Select the macOS installer (by clicking the icon this applies to all steps).
        •    Step 2: Select your USB drive. A 16GB drive is enough to create a bootable macOS installer from version 10.9 (Mavericks) up to 13.7 (Ventura). For later versions, I recommend a 32GB drive. If you choose to format the USB, it will be formatted as JHFS+ with a GUID Partition Map.
        •    Step 3: Click Flash macOS to USB and wait. Don’t worry if an error occurs a message should appear (at least I hope so, LOL).

    281 downloads

    9 comments

    Updated

  5. OC Build Wizard

    OC Build Wizard is a simple app that I use to build OpenCore, whether it's the official Acidanthera version or the modified Btwise version.
    It's an application I developed for personal use, so don't expect it to be a 'Super App' or anything like that. Anyway, I hope it proves useful for some people.
     
    You must have Xcode or Command Line Tools installed.
     
    P.S: If this is an issue for the Acidanthera development team, please contact me. Some of you know where to find me outside of IM.
     
    Source code: https://github.com/Mirone/Oc-Build-Wizard

    744 downloads

    41 comments

    Updated

  6. GPU-X

    Minimum system requirement: macOS 11

    178 downloads

    5 comments

    Updated

  7. CPU-X

    Minimum system requirement: macOS 14

    401 downloads

    31 comments

    Updated

  8. A Safari Without The {censored},Reminiscent Of The Old OSX Style, I Call It SafariPlus

    A Better Version Of My Two Safari Versions, Safari+ And Safari
    It Now Has:
    InsanelyMac Google Maps Google Wikipedia Youtube Prime Netflix DisneyPlus
    As The Sites You Can Visit
    It Goes Full Screen, Sort Of,
    By Clicking On The Green Window Icon
     
    It Does NOT QUIT When You Use The Red Icon On It's Window
    You Need To Close It On The Menu
     
    It Will Play Multiple Youtube Videos If You Use Red Window Icon To Close It
    And Relaunch It From The Dock,  Sounds Kind Of Groovy
     
    Should Take Up Very Minimal resources When It Runs 
    Haven't Checked It Though
     
    Source Code WILL Be Included Shortly
    Sorry Guys, Only Apple M Series Chips Source
    Enjoy
     
    Only Weighs In At 6.2MB
     

    49 downloads

    0 comments

    Updated

  9. EFI Mounter: Ultimate ESP/EFI Mounter

    I've been working on an EFI Mounter app for a while and I guess the first beta is ready for test.
    Please check it out and let me know hoe it work.
     
    App Summary:
     
    Direct link to download for easier maintainability:
    ESP Mounter
     
    Dedicated topic for discussions:
    https://www.insanelymac.com/forum/topic/361492-esp-efi-mounter/page/10/#comment-2839407
     
    Donations are welcome if you feel like it and if you enjoy the apps I make, I drank way too much coffee (wink wink) to make this app what it is  
    If you made a donation please notify me via PM so I can thank you and add you to the list of donators 
     
    Thanks for your support guys ☕
     
    With special thanks to the following members for their donations:
    @eSaF, @ANTIKO
     
    And with special thanks to @Anto65 for his help and his time for testing the app before each release. I'm grateful man!

    335 downloads

    10 comments

    Updated

  10. INSTAHackintosh GUI Version By PCWIZ

    INSTAHackintosh With An Applescript Interface With An Very Early Version OF IH
    Just Put Here For Prosperity And Nostalgia
    Buggy But Works
     
    Only Runs On Leopard And Maybe Snow Leopard 
    Use In Virtual Box OR If You Have An OLD Machine
    2008 Vintage
    Has A Readme File In The Folder
     
    Actually May Work On Later Versions Of OSX Haven't Tried

    46 downloads

    0 comments

    Updated

  11. INSTAHackintosh, IHBootMaker, IHLIveDVD

    Just Putting Some Of My Old Apps For Anybody Interested
     
    INSTAHackintosh, Customize An OS X Install DVD, For Leopard
    IHBootMaker, Makes Chameleon Or PCI EFI Boot Loader, ( DOS )
    IHLiveDVD, Makes Customized Live DVD From Leopard DVD
     
    Run These ON Leopard
    Use AT YOUR OWN RISK,
    These Run With Root Privileges
    Enjoy
     
    !

    223 downloads

    7 comments

    Updated

  12. MagicEFI 2.1.0 (Intel)

    MagicEFI allows you to mount and manage your ESP partitions in a simple and practical way.
     
    Features:
    Beautiful UI Constant Updates 100% Free One-button Mount and Unmount Start at boot Simple customization Automatic refresh Compatible with macOS Tahoe

    329 downloads

    3 comments

    Submitted

  13. MyWallpaper

    Here Ids The BEST App For Displaying
    Animated OR Static Wallpapers
    It's So COOL
     
    MyWallpaper.app.zip

    72 downloads

    6 comments

    Updated

  14. NTFS for Mac App ( Dr.Buho )

    https://www.drbuho.com/buhontfs
     
    !!! Before Feb. 29th, you can get new BuhoNTFS app for free! Lifetime license + Full NTFS for Mac read-write access !!! ( 1 license for 1 email 😉 )
     
    Thanks  @mbarbierato   &   @lorys89   for the tip
     
     
     

    221 downloads

    7 comments

    Updated

  15. Intel Power Gadget

    Intel discontinued Intel Power Gadget and removed all the links to download the file.
    This is the last version that was available, downloaded directly from Intel.
     
    sha512sum: 8460b3f9ec53a4501d70a00b06cabe9da31da5416bb1ee60945cd419ff002dd6357811c6fc4dc25bbccb62ca8872ad0cacce3ce6830ec9e084c06d1f06fb5b19

    941 downloads

    11 comments

    Updated

  16. Safari For InsanelyMac

    Compiled a Safari With An InsanelyMac Button
     
    https://github.com/zzanehip/Safari-Experiment
     
    No Full Screen Mode But Maybe Some Coder Can Implement It
    https://www.dropbox.com/s/blbjocss2py0vbw/Safari-Experiment-1.0.zip?dl=0
     
    To Quit You Need To Right Click The Icon And Quit OR Select Safari Menu Quit

    79 downloads

    0 comments

    Updated

  17. Mac Tweaks

    Mac Tweaks
    Easily take charge of macOS's internals.
     


    2800 downloads

    18 comments

    Updated

  18. Disk Utility v.13 with Debug Options for macOS Sierra & High Sierra ONLY !!!

    !!! ATTENTION: this does NOT AT ALL work in Mojave and above !!!
    and I don't have the knowledge to fix this - sorry, but form my side, end of the road
    ____________________________________________________________________________
    This is my mod of dimosgmx's Yosemite (10.10) Disk Utility app with the El Capitan (10.11) diskmanagementd:
     
    https://www.insanelymac.com/forum/files/file/621-disk-utility-v13-for-macos-sierrazip
     
    Please read his statements over there FIRST !!
     
    This built (607) is dimosgmx's built 606 ever-so-slightly edited* by me (BugsB) for usage in High Sierra beyond 10.13.3. It thus works in 10.12 - 10.13.6 (not yet tested in Mojave because I don't have it installed). Therefore I bumped CFBundleVersion to 607 and BuildVersion to 19 to differentiate it from dimosgmx's 606/ 18 which was only compatible up to 10.13.3.
     
    You can use it side-by-side with the default Disk Utility.
     
    NOT WORKING (at least not in High Sierra): functions which would invoke a Finder style window, like clicks onto "New Image", "Convert", "Resize Image", "Image", "File/ New/.." etc.
     
    In case of issues with the default (original/ stock/ vanilla) Disk Utility: run killall diskmanagementd, also supplied in this package.
     
    If you have the SIMBL plug-in AFLOAT installed and have not included AppleScript Utility in mySIMBL's blacklist**, you MUST blacklist Disk Utility 13 (607) (see screenshot "AFLOAT users mySIMBL application blacklist")!
     
    Virustotal result: 0 / 57
     
    Enjoy & Greetings
    BugsB
    2019-01-05
    ---
    * Disk Utility 13 (607).app/Contents/MacOS/loader.sh:
    Added two instances of:
    sudo killall diskmanagementd
     
    ** in mySIMBL: System Info/ SIMBL application blacklist (because Afloat is NOT fully compatible with Apple Scripts (parts of Disk Utility 13 (60x))
     
     
     
     
     

    875 downloads

    15 comments

    Updated

  19. installScript_1016fullapp English with CreateMediaInstall

    Script file super easy to do, just do as it says
    All Chinese {censored} taken
    When finished downloading and package is ready CreateMediaInstall  will be run!!
    You will have to select target drive, drop it on terminal and press return/enter
     
    Have to fix some bugs bunny back soon
    comment out CMI
     
     

    543 downloads

    1 comment

    Updated

  20. PCI Info V2020-2-16.zip

    Updated version of PCI Info. (Formerly known as Hardware Info.) A tool that can show all the PCI devices in your computer, in a graphical shell. Even if the OS does not recognise the hardware, all PCI devices still show up in this list. Useful for troubleshooting (new) hardware.

    975 downloads

    3 comments

    Submitted

  21. Mac Optimizer (NVRAM and Kext Cache Cleanup and Rebuilding PrelinkedKernel Tool)

    This is a tool for cleaning the NVRAM and Kext Caches and rebuilding the PrelinkedKernel.
    Please do not post/upload or redistribute this app to other sites or forums.

    10281 downloads

    88 comments

    Updated

  22. Catalina 10.15(15A983) Disable SIP

    hi i'm zisqo, who's naughty at InsanelyMac discord channel.
    writing Korean manuals for the opencore bootloader and spreading the guide to Korea.
    btw this application will be easy to disable SIP, but just once at one time. (enabled SIP if reboot)
     
    1. run Disable SIP application
    2. allow terminal control
    3. enter your system password
    4. now you can add / delete / modify files at S/L/E and L/E on Read Only APFS Partition
     
    have good luck.
     
     

    1046 downloads

    8 comments

    Updated

  23. VMware Tools for OS X / macOS (darwin.iso and darwinPre15.iso)

    This is the current version of VMware Tools for OS X / macOS from the VMware CDS repository for Fusion 11.5.0
     
    VMware are no longer including the ISO images as separate "packages" in the CDS respository as of Fusion 11.5.0, instead the ISO images are included as part of the "core" download which is 522 MB.
    It is not possible to download the com.vmware.fusion.zip.tar due to upload limits.
     
    However, I have extracted the darwin.iso and darwinPre15.iso from the "core" and uploaded to this thread.
     
    If you prefer to download the "core" tar file and extract the ISO's they are located in the following directory in the tar file:
     
    com.vmware.fusion.zip.tar\com.vmware.fusion.zip\payload\VMware Fusion.app\Contents\Library\isoimages\
     
    Please note: In the latest VMwareGfx.kext from Fusion 8.5.5 onwards VMware have discontinued the 2D-Acceleration code, and graphics performance is better now, thanks to Zenith432 for the update.
     
    To check for the latest version visit http://softwareupdate.vmware.com/cds/vmw-desktop/fusion/.
     
    The various VMware Tools downloads are located under the packages folder for each version upto and including 11.1.0.
     
    Instructions for extracting darwin.iso and darwinPre15.iso
    - Download the files above
    - Extract com.vmware.fusion.tools.darwin.zip.tar
    - darwin.iso is located in the "payload" folder
    - Extract com.vmware.fusion.tools.darwinPre15.zip.tar
    - darwinPre15.iso is located in the "payload" folder

    6183 downloads

    0 comments

    Submitted

  24. Gatekeeper Toggler

    This application will help you to change the Gatekeeper's status.
    You can easily enable or disable the Gatekeeper.
    Please do not post/upload or redistribute this app to other sites or forums.
    macOS Mojave

     
    macOS Catalina

     
     

    3699 downloads

    34 comments

    Updated

  25. Hackintosh Custom Installer Generator

    What is this?
    This automation app generates Hackintosh installer from original Mackintosh Installer app/disk image.

    Why do I need this?
    If you are on a computer that does not support UEFI.
    If you have hardwares on you computer that causes original installation image kernel panic.
    If you have less than 2GB RAM.
    If you are just too lazy to read the tutorial and install the original.

    you'll need this app to alter the original installation image.
    How does this work
    Just drag the app/dmg file onto the image icon, click start and enjoy.
    >>If you use Chameleon Bootloader, you can also drop your Chameleon Extra folder onto the app. App then will make this a Chameleon bootable image.
    You're a dev?
    my code is a mess, feel free to report an issue, or open up a pull request.

    6184 downloads

    24 comments

    Updated

×
×
  • Create New...