All Projects → machinebox → Appify

machinebox / Appify

Licence: apache-2.0
Create a macOS Application from an executable (like a Go binary)

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Appify

Nanoleaf Desktop
A modern desktop application for the Nanoleaf Aurora and Canvas
Stars: ✭ 90 (-75.81%)
Mutual labels:  application, app, desktop
Desktop
Go/HTML/CSS/JS Desktop application scaffold.
Stars: ✭ 109 (-70.7%)
Mutual labels:  application, app, desktop
Quick Screen Recorder
Lightweight desktop screen recorder for Windows.
Stars: ✭ 80 (-78.49%)
Mutual labels:  application, app, desktop
Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (-36.29%)
Mutual labels:  application, app, desktop
Laravel Electron
Making Laravel desktop application using Electron Js
Stars: ✭ 89 (-76.08%)
Mutual labels:  application, desktop
Yii Base Web
Stars: ✭ 102 (-72.58%)
Mutual labels:  application, app
Stickynotes
A Sticky Note Application
Stars: ✭ 74 (-80.11%)
Mutual labels:  application, app
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+826.88%)
Mutual labels:  application, desktop
Swiftvalidators
String (and more) validation for iOS
Stars: ✭ 226 (-39.25%)
Mutual labels:  application, app
Marky
A markdown editor built with Electron and React
Stars: ✭ 355 (-4.57%)
Mutual labels:  application, app
desktop
Extendable calculator for the 21st Century ⚡
Stars: ✭ 85 (-77.15%)
Mutual labels:  application, desktop
Txt
A simple, private writing app.
Stars: ✭ 88 (-76.34%)
Mutual labels:  application, desktop
Beagle Im
XMPP client for macOS based on TigaseSwift XMPP library
Stars: ✭ 86 (-76.88%)
Mutual labels:  application, app
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-92.74%)
Mutual labels:  application, desktop
nimblenote
Simple keyboard-driven note taking application for macOS, Linux and Windows.
Stars: ✭ 31 (-91.67%)
Mutual labels:  application, app
Tusk
Refined Evernote desktop app
Stars: ✭ 3,076 (+726.88%)
Mutual labels:  app, desktop
Base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
Stars: ✭ 67 (-81.99%)
Mutual labels:  application, app
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (-81.18%)
Mutual labels:  application, app
vue-js-3-firebase-firestore
Vue 3 Firebase Tutorial: Build Firestore CRUD Web Application
Stars: ✭ 34 (-90.86%)
Mutual labels:  application, build
Livebot
An app that allows you to be inside a bot!
Stars: ✭ 271 (-27.15%)
Mutual labels:  application, app

appify

Create a macOS Application from an executable (like a Go binary)

Output of appify is a mac application

  • Create an Application from any executable
  • Set your own logo
  • Specify app metadata via flags

Install

To install appify:

go get github.com/machinebox/appify

Usage

appify -name "My Go Application" -icon ./icon.png /path/to/bin

It will create a macOS Application.

What next?

If you want to build a Go backed web based desktop application, check out our machinebox/desktop project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].