Create a good-looking DMG for your macOS app in seconds
Create DMG installers for your electron apps.
Utilities to build DMG. Used by [electron-builder](https://github.com/electron-userland/electron-builder).
Generate license agreements for macOS .dmg files
DMG maker for Electron Forge
app-builder precompiled binaries
Generate beautiful DMG-images for your OS X applications.
extract files out of .dmg files (OSX only)
Apple Universal Disk Image Format (UDIF/DMG)
TypeScript definitions for electron-installer-dmg
Mount a .dmg file in macOS
Download and launch browsers
Extract a DMG file on MacOS.
Turn any webpage into a desktop app with one command using Electrobun.
Create yml/yaml files for `electron-updater`.
Utilities to build DMG. Used by [electron-builder](https://github.com/electron-userland/electron-builder).
DMG maker for Electron Forge
A command line tool for distributing macOS applications
A lightweight local project management tool. Create, categorize, and prioritize tickets with a fast bullet-list interface, then export an Up Next worklist for AI tools.
Local-first AI chat and multi-agent orchestration for Goblintown.
Compile class public and private fields, private methods and decorators to ES6
Compile ESNext Regular Expressions to ES5
RFC9562 UUIDs
Scaffold a modern Electrobun desktop app.
A plugin to build fancy DMGs.
Easily create dmg for your Mac app
Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps. Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload. Instead of hours, its only 30 seconds to release each new version of an application. Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's like Hoe but for Cocoa apps. The main feature is a powerful rake task "rake appcast" which builds a release of your application, creates a DMG package, generates a Sparkle XML file, and posts the package and XML file to your remote host via rsync. All rake tasks: rake build # Build Xcode Release rake dmg[automount] # Create the dmg file for appcasting (`rake dmg`, or `rake dmg[automount]` to automatically mount the dmg) rake feed # Create/update the appcast file rake upload # Upload the appcast file to the host rake version:bump:major # Bump the gemspec by a major version. rake version:bump:minor # Bump the gemspec by a minor version. rake version:bump:patch # Bump the gemspec by a patch version. rake version:current # Display the current version
Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps. Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload. Instead of hours, its only 30 seconds to release each new version of an application. Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's like Hoe but for Cocoa apps. The main feature is a powerful rake task "rake appcast" which builds a release of your application, creates a DMG package, generates a Sparkle XML file, and posts the package and XML file to your remote host via rsync. All rake tasks: rake appcast # Create dmg, update appcast file, and upload to host rake build # Build Xcode Release rake dmg # Create the dmg file for appcasting rake feed # Create/update the appcast file rake upload # Upload the appcast file to the host