An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Darling is a free and open-source macOS compatibility layer for Linux. It duplicates functions of macOS by providing alternative implementations of the libraries and frameworks that macOS programs call. This method of duplication differs from other methods that might also be considered emulation, where macOS programs run in a virtual machine. Darling has been called the counterpart to WINE for running macOS apps. The project aims to support iOS applications in the future.

Property Value
dbo:abstract
  • Darling ist eine mit Apple macOS (ursprünglich Mac OS X) kompatible Laufzeitumgebung für Linux-Betriebssysteme. Es ermöglicht die Nutzung von macOS-Anwendungen auf einem Linux-System ohne Emulation oder Neukompilation. Darling ist kein Emulator, sondern stellt eine Implementation der Funktionen der macOS-spezifischen Frameworks und APIs auf GNU/Linux dar. Ähnlich wie bei Wine, werden die Systemaufrufe direkt an den Linux-Kernel sowie das X Window System weitergereicht. So ist es möglich, dass die über Darling ausgeführten macOS-Programme ähnlich schnell wie unter dem Originalbetriebssystem laufen können. Im Wesentlichen setzt Darling auf GNUstep auf, eine freie Implementierung der Cocoa-Schnittstellen aus macOS, das die Darling-Entwickler nicht selbst entwickeln. Anders als GNUstep selbst, erlaubt es Darling bestehende macOS-Anwendungen ohne Neukompilation auszuführen. Auch wenn sich die Entwicklung zurzeit noch in einem frühen Stadium befindet, unterstützt Darling bereits viele Darwin- und einige einfachere macOS-Anwendungen und sein Funktionsumfang nimmt ständig zu. Es ist geplant in Zukunft auch iOS-Anwendungen zu unterstützen. (de)
  • Darling is a free and open-source macOS compatibility layer for Linux. It duplicates functions of macOS by providing alternative implementations of the libraries and frameworks that macOS programs call. This method of duplication differs from other methods that might also be considered emulation, where macOS programs run in a virtual machine. Darling has been called the counterpart to WINE for running macOS apps. The project started in the summer of 2012 and builds on a previous project, named maloader, which was discontinued due to a lack of time. The layer has been shown to work with many console apps, such as Midnight Commander, The Unarchiver, Python, etc. on the layer, but it also has basic support for graphical applications based on the Cocoa framework. Darling has the ability to extract Apple Disk Images. The project aims to support iOS applications in the future. (en)
  • Darling est une couche de compatibilité libre et open-source, comme WINE. Il reprend les fonctions de MacOS en fournissant des implémentations alternatives des bibliothèques et frameworks pour les appels système des programmes MacOS. Cette méthode de reproduction diffère des autres méthodes qui pourraient également être considéré comme l'émulation, où les programmes MacOS s'exécutent dans une machine virtuelle. Le projet a démarré à l'été 2012 et s'appuie sur un précédent projet, nommé maloader, interrompu en raison d'un manque de temps. Le développeur teste des applications, tels que Midnight commander ou le décompresseur d'archive sur la couche de compatibilité. Jusqu'à présent, la couche est capable de s'exécuter avec de nombreuses applications en mode console et des applications simples avec l'interface graphique. Le projet s'appuie sur GNUstep pour la mise en œuvre de certains frameworks et fournit des adaptateurs communs aux bibliothèques GNU/Linux afin de réutiliser autant que possible du code open source existant. Le projet envisage dans le futur de supporter également les application iOS. Darling est une combinaison de « Darwin » et « Linux » ; Darwin étant le nom du noyau de MacOS X. (fr)
  • Darling è un layer di compatibilità free e open source per l'esecuzione di file binari nativi di macOS su Linux. Duplica le funzioni di macOS fornendo implementazioni alternative delle librerie e dei framework utilizzati dai programmi scritti per questo sistema operativo. In futuro supporterà anche i programmi scritti per iOS. (it)
  • Darling(ダーリン)とは、macOS用に設計されたアプリケーションをLinuxオペレーティングシステム上で動作することを目的に設計された互換レイヤーのアプリケーションである。オープンソースかつフリーソフトである。DarlingとmacOSとの関係として似たようなものとしては、Windows用アプリケーションをLinux上で動かそうとする互換レイヤのWineがある。Darlingは、macOSのプログラムが呼び出すライブラリやフレームワークの代替実装を提供することで、macOSの機能を複製している。この複製の方法はまた、他の方法とは異なり、エミュレーションや、仮想マシンでのmacOSプログラムの実行とは異なる。 Darlingのプロジェクトは2012年夏に開始され、時間不足のため中止したmaloaderという以前のプロジェクトに基づいている。開発者は、レイヤー上で、たとえばMidnight Commanderやなどのアプリケーションをテストしている。今のところ、レイヤーが多くのコンソールアプリケーションといくつかの簡単なGUIアプリケーションを操作できることが示されている。 プロジェクトはGNUstepに特定のフレームワークの実装のため依存しており、また、プロジェクトはラッパーの提供を一般的なLinuxライブラリ上に提供しており、可能な限り既存のオープンソースコードを再利用しようとしている。 プロジェクトはまた、将来的にiOSのアプリケーションをサポートできることを目標にしている (ja)
  • Darling é um software livre e código aberto que tem como objetivo permitir que os aplicativos desenvolvidos para OS X possam rodar no sistema operacional Linux. Darling é uma , como Wine. Ele duplica funções do OS X, fornecendo implementações alternativas de bibliotecas e frameworks que chamam programas OS X. Este método de duplicação difere de outros métodos que também podem ser considerados de emulação, onde os programas OS X executado em uma máquina virtual. O projeto teve início no verão de 2012 e baseia-se em um projeto anterior, chamado maloader, que foi interrompido devido à falta de tempo. O desenvolvedor está testando aplicativos, como o Midnight Commander ou The Unarchiver na camada. Até agora, a camada tem demonstrado trabalhar com muitos aplicativos de console e algumas aplicações GUI simples. O projeto conta com GNUStep para a execução de determinados frameworks e fornece wrappers em cima de bibliotecas comuns do Linux para reutilizar o máximo de código aberto existente quanto possível. O projeto poderá também suportar aplicações IOS no futuro. (pt)
  • Darling是一个自由开源的兼容层 ,就如同Wine一样。 它通过提供macOS程序调用的库和框架的替代实现来复制macOS的功能。 这种复制方法不同于其他可能也被视为仿真的方法,其中macOS程序在虚拟机中运行。 Darling被称为WINE的对应物,但是用于在Linux中运行OS X应用程序。 该项目于2012年夏季开始,基于之前的一个由于时间问题而停止开发的项目。 开发人员正在测试应用程序,例如Midnight Commander或The Unarchiver。 到目前为止,该层已经被证明可以与许多控制台应用程序一起使用,但目前不支持图形应用程序。 Darling证实能够提取Apple Disk Image 。 该项目依赖于GNUstep来实现某些框架,并在常见的GNU / Linux库之上提供包装器,以尽可能多地重用现有的开源代码。 该项目未来还可能支持iOS应用程序。 (zh)
dbo:author
dbo:genre
dbo:latestPreviewDate
  • 2022-02-13 (xsd:date)
dbo:latestPreviewVersion
  • 0.1.20220213
dbo:license
dbo:operatingSystem
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 41393863 (xsd:integer)
dbo:wikiPageLength
  • 7345 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1093859344 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
dbp:caption
  • A simple 'HelloWorld' Cocoa app demonstrated on macOS and Linux (en)
dbp:genre
dbp:latestPreviewDate
  • 2022-02-13 (xsd:date)
dbp:latestPreviewVersion
  • 0.100000 (xsd:double)
dbp:license
  • Various, primarily GPLv3 (en)
dbp:logo
  • Darling_project_logo.png (en)
dbp:name
  • Darling (en)
dbp:operatingSystem
dbp:repo
dbp:screenshot
  • Darling HelloWordApp.png (en)
dbp:verLayout
  • simple (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Darling è un layer di compatibilità free e open source per l'esecuzione di file binari nativi di macOS su Linux. Duplica le funzioni di macOS fornendo implementazioni alternative delle librerie e dei framework utilizzati dai programmi scritti per questo sistema operativo. In futuro supporterà anche i programmi scritti per iOS. (it)
  • Darling是一个自由开源的兼容层 ,就如同Wine一样。 它通过提供macOS程序调用的库和框架的替代实现来复制macOS的功能。 这种复制方法不同于其他可能也被视为仿真的方法,其中macOS程序在虚拟机中运行。 Darling被称为WINE的对应物,但是用于在Linux中运行OS X应用程序。 该项目于2012年夏季开始,基于之前的一个由于时间问题而停止开发的项目。 开发人员正在测试应用程序,例如Midnight Commander或The Unarchiver。 到目前为止,该层已经被证明可以与许多控制台应用程序一起使用,但目前不支持图形应用程序。 Darling证实能够提取Apple Disk Image 。 该项目依赖于GNUstep来实现某些框架,并在常见的GNU / Linux库之上提供包装器,以尽可能多地重用现有的开源代码。 该项目未来还可能支持iOS应用程序。 (zh)
  • Darling ist eine mit Apple macOS (ursprünglich Mac OS X) kompatible Laufzeitumgebung für Linux-Betriebssysteme. Es ermöglicht die Nutzung von macOS-Anwendungen auf einem Linux-System ohne Emulation oder Neukompilation. Im Wesentlichen setzt Darling auf GNUstep auf, eine freie Implementierung der Cocoa-Schnittstellen aus macOS, das die Darling-Entwickler nicht selbst entwickeln. Anders als GNUstep selbst, erlaubt es Darling bestehende macOS-Anwendungen ohne Neukompilation auszuführen. Es ist geplant in Zukunft auch iOS-Anwendungen zu unterstützen. (de)
  • Darling is a free and open-source macOS compatibility layer for Linux. It duplicates functions of macOS by providing alternative implementations of the libraries and frameworks that macOS programs call. This method of duplication differs from other methods that might also be considered emulation, where macOS programs run in a virtual machine. Darling has been called the counterpart to WINE for running macOS apps. The project aims to support iOS applications in the future. (en)
  • Darling est une couche de compatibilité libre et open-source, comme WINE. Il reprend les fonctions de MacOS en fournissant des implémentations alternatives des bibliothèques et frameworks pour les appels système des programmes MacOS. Cette méthode de reproduction diffère des autres méthodes qui pourraient également être considéré comme l'émulation, où les programmes MacOS s'exécutent dans une machine virtuelle. Le projet envisage dans le futur de supporter également les application iOS. Darling est une combinaison de « Darwin » et « Linux » ; Darwin étant le nom du noyau de MacOS X. (fr)
  • Darling(ダーリン)とは、macOS用に設計されたアプリケーションをLinuxオペレーティングシステム上で動作することを目的に設計された互換レイヤーのアプリケーションである。オープンソースかつフリーソフトである。DarlingとmacOSとの関係として似たようなものとしては、Windows用アプリケーションをLinux上で動かそうとする互換レイヤのWineがある。Darlingは、macOSのプログラムが呼び出すライブラリやフレームワークの代替実装を提供することで、macOSの機能を複製している。この複製の方法はまた、他の方法とは異なり、エミュレーションや、仮想マシンでのmacOSプログラムの実行とは異なる。 Darlingのプロジェクトは2012年夏に開始され、時間不足のため中止したmaloaderという以前のプロジェクトに基づいている。開発者は、レイヤー上で、たとえばMidnight Commanderやなどのアプリケーションをテストしている。今のところ、レイヤーが多くのコンソールアプリケーションといくつかの簡単なGUIアプリケーションを操作できることが示されている。 プロジェクトはまた、将来的にiOSのアプリケーションをサポートできることを目標にしている (ja)
  • Darling é um software livre e código aberto que tem como objetivo permitir que os aplicativos desenvolvidos para OS X possam rodar no sistema operacional Linux. Darling é uma , como Wine. Ele duplica funções do OS X, fornecendo implementações alternativas de bibliotecas e frameworks que chamam programas OS X. Este método de duplicação difere de outros métodos que também podem ser considerados de emulação, onde os programas OS X executado em uma máquina virtual. (pt)
rdfs:label
  • Darling (Software) (de)
  • Darling (software) (en)
  • Darling (logiciel) (fr)
  • Darling (software) (it)
  • Darling (ソフトウェア) (ja)
  • Darling (software) (pt)
  • Darling (软件) (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • Darling (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License