Platypus icon indicating copy to clipboard operation
Platypus copied to clipboard

Create native Mac applications from command line scripts.

Results 43 Platypus issues
Sort by recently updated
recently updated
newest added

Platypus now supports a relative path to the interpreter, which means that in theory you can include a static binary in bundled files and call it directly. _Originally posted by...

Can I use special paths like HOME when specifying the path of a script?

Hi! I found this app a few days ago and was immediately impressed and very happy with it, truly a sweet thing! I bundled a nodejs script which downloads a...

Without this change, my script output does not consistently appear for several seconds after the script completes. This is on macOS 13.6.3 on a M1 Max MacBook Pro, if relevant.

I have an app created to run a bash shell script that starts my VPN connection. The shell script runs just fine by itself with no prompt for access to...

Wrapping [Redbean](https://redbean.dev/) with Platypus is such a match made in heaven that I feel it should be mentioned in the documentation. Check out https://github.com/jart/cosmopolitan/discussions/954 for all the details.

Platypus has been suggested by many sources to do this but I can't figure out how. Is this actually supported? I already tried creating the app bundle manually by creating...

Not able to install platypus from homebrew anymore: ``` brew install platypus --formula Error: platypus has been disabled because it is not maintained upstream! ```

I'm doing a status menu item that I'm going to use to open Rider with env. vars loaded (Rider has a problem with loading env. vars when starting it normal)....

I'm facing a weird issue where trying to build with the attached profile (and bundling a file) works fine. Using the shell command form actions -> show shell command works...