Platypus icon
Platypus icon

Platypus

 6 likes

Platypus is a developer tool for the Mac OS X operating system. It creates native Mac OS X applications from interpreted scripts such as shell scripts or Perl, Ruby and Python programs.

License model

  • FreeOpen Source

Platforms

  • Mac
5 / 5 Avg rating (1)
6likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Support for scripting

 Tags

  • development

Platypus News & Activities

Highlights All activities

Recent activities

No activities found.

Platypus information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 1 comments and reviews about Platypus, and it has gotten 6 likes

Platypus was added to AlternativeTo by jakewong on Sep 7, 2015 and this page was last updated Jan 27, 2021.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
Edgars
Mar 6, 2019
0

Easy to put shell scripts into application packages. Besides various interfaces may be chosen - progress bar, droplet, text window and others.

What is Platypus?

Platypus is a developer tool for the Mac OS X operating system. It creates native Mac OS X applications from interpreted scripts such as shell scripts or Perl, Ruby and Python programs. This is done by wrapping the script in an application bundle along with a native executable binary that runs the script.

Platypus makes it easy for you to share your scripts and programs with those unfamiliar with the command line interface, without any knowledge of the Mac OS X APIs -- a few clicks and you will have your own Mac OS X graphical program. Creating installers, maintenance applications, login items, launchers, automations and droplets is very easy using Platypus.

Features:

  • Supports shell scripts, Perl, Python, PHP, Ruby, Expect, Tcl, AppleScript or any other user-specified interpreter
  • Can execute scripts with administrator privileges via Apple's Security Framework
  • Can display graphical feedback of script execution as progress bar, text window with script output, droplet, WebKit HTML rendering or status item menu
  • Dragging and dropping files or text snippets on application, which are then passed to the script as arguments
  • Can create applications that run in the background (LSUIElement)
  • Set own application icon or select from presets
  • App bundle configuration for associated file types, identifier, version, author, etc.
  • Graphical interface for bundling support files with script
  • Command line tool for automation
  • "Profiles" which can be used to save configurations
  • Built-in script editor, or linking with external editor of choice
  • Extensive documentation and many built-in examples to help you get started.