Displaying 1 to 12 from 12 results

create-dmg - Create a good-looking DMG for your macOS app in seconds

  •    Javascript

Imagine you have finished a macOS app, exported it from Xcode, and now want to distribute it to users. The most common way of distributing an app outside the Mac App Store is by putting it in a .dmg file. These are hard to create, especially good-looking ones. You can either pay for a GUI app where you have to customize an existing design or you can run some homebrewed Bash script and you still have to design it. This tool does everything for you, so you can play with your 🐈 instead.Discuss it on Product Hunt and Twitter.

electron-builder - A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box

  •    TypeScript

A complete solution to package and build a ready for distribution Electron, Proton Native or Muon app for macOS, Windows and Linux with “auto update” support out of the box. See documentation on electron.build.




JavaPackager - :package: Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them

  •    Java

JavaPackager is a hybrid plugin for Maven and Gradle which provides an easy way to package Java applications in native Windows, Mac OS X or GNU/Linux executables, and generate installers for them. SNAPSHOT version is not released to Maven Central, so you have to install it manually.

lyricsify-mac - A simple Spotify lyrics viewer menu bar app for macOS in Swift 3

  •    Swift

You can grab the DMG file of the application from the releases. The installation is as easy as opening DMG file and dragging the application file to your Applications folder.This application works by scrapping public data from websites. This looks like simulating user actions in a web browser. Unfortunately, using a scrapper to fetch data from some websites may violate their terms.

electron-installer-dmg - Create DMG installers for your electron apps using appdmg.

  •    Javascript

Create DMG installers for your electron apps using appdmg. appPath - String - Required The .app directory generated by electron-packager.


FastDMG - Fast, no-nonsense disk image mounting for macOS

  •    Objective-C

FastDMG is a macOS utility to quickly and efficiently mount .dmg and other disk images without any unneeded nonsense. It is a very fast and reliable replacement for Apple's hopelessly inefficient and annoying DiskImageMounter app. FastDMG is a very minimal wrapper around the hdiutil command line tool that ships with macOS. It therefore uses Apple's private DiskImages framework indirectly. It is free, open source software. If you like it, feel free to make a donation.

Decrypt0r - CLI tool to decrypt iOS firmware components

  •    C

To decrypt rootfs or other components like IMG3 files you have to grab keys from iPhonewiki. First download the IPSW you want to decrypt, you can download it directly with my tool or from ipsw.me. The program will ask you to add the keys grabed from iphonewiki (only one for the rootfs).

gbforth - A Forth-based Game Boy development kit

  •    Forth

It features a an Forth-based assembler, a cross-compiler with support for lazy code generation and a library of useful words. You can read the documentation.

releasecast - Tooling to help you get from .app to release

  •    TypeScript

Releasecast is a command line tool, built with Shellac, to help you get from a Mac .app (like Pika) to release. It requires a .app file as an input along with your Apple Developer email and a password in your keychain, and optionally, a folder of previous releases, and generates a dmg, notorizes it via Apple, generates Sparkle project data in markdown format, and creates deltas that can be used as part of a release pipeline.