HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

darling — Run macOS software on Linux. More information: <https://docs.darlinghq.org/darling-shell.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrundarlingsoftwareclilinuxmoremacos
linux

Problem

How to use the darling command: Run macOS software on Linux. More information: <https://docs.darlinghq.org/darling-shell.html>.

Solution

darling — Run macOS software on Linux. More information: <https://docs.darlinghq.org/darling-shell.html>.

Run a builtin command:
darling shell {{uname}}


Run a specific program with arguments:
darling shell {{path/to/program}} {{program_argument_1 program_argument_2 ...}}


Open a macOS shell:
darling shell


Shutdown the service:
darling shutdown

Code Snippets

Run a builtin command

darling shell {{uname}}

Run a specific program with arguments

darling shell {{path/to/program}} {{program_argument_1 program_argument_2 ...}}

Open a macOS shell

darling shell

Shutdown the service

darling shutdown

Context

tldr-pages: linux/darling

Revisions (0)

No revisions yet.