macOS
brew install --cask kotlin-nativelocal Homebrew cask metadata
cask / Rang 2778
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für kotlin-native in AI-Agent-Workflows.
Installation
brew install --cask kotlin-nativelocal Homebrew cask metadata
Überblick
LLVM backend for Kotlin
Verlauf
Kotlin/Native is the Kotlin compiler backend and runtime path for producing native binaries without a virtual machine. It uses LLVM and a native Kotlin standard-library implementation, and it made Kotlin a practical language for iOS, desktop, command-line, embedded-style, and other non-JVM targets.
JetBrains announced the first Kotlin/Native Technology Preview in April 2017 as 'Kotlin without a VM.' The technology preview compiled Kotlin directly to machine code and produced standalone executables, extending Kotlin beyond its early JVM and JavaScript focus.
Kotlin/Native became a central piece of Kotlin Multiplatform. Kotlin 1.3, released in October 2018, brought Kotlin/Native Beta and expanded multiplatform capabilities so that shared business logic could cover Android and iOS applications as well as server, web, and mobile clients.
The Kotlin 1.9.20 release in November 2023 continued the Kotlin/Native maturation story with native runtime work such as a custom memory allocator enabled by default and garbage-collector performance improvements, while Kotlin Multiplatform was declared stable in the same release cycle.
Kotlin/Native adoption followed Kotlin Multiplatform adoption rather than standalone CLI usage alone. Mobile teams used it to share Kotlin code with iOS, while package managers such as Homebrew Cask exposed the command-line toolchain directly through executables including `konanc`, `kotlinc-native`, `cinterop`, and `klib`.
Its importance grew as Kotlin moved from a JVM-first language into a cross-platform language family. Kotlin 2.0 in May 2024 made the K2 compiler stable across JVM, Native, Wasm, and JS, reinforcing Native as a first-class target in the compiler architecture.
The package provides native compilation and interop tools. Typical package-manager usage is installing the prebuilt toolchain, then using `kotlinc-native` or `konanc` to produce platform-native artifacts and `cinterop` or `klib` to work with native libraries and Kotlin/Native library packages.
Kotlin/Native is interesting to package nerds because it ships as a sizable prebuilt compiler runtime rather than a small formula-built utility. It also represents the point where a language package stops being just `kotlin` and splits into target-specific toolchains, artifacts, and compatibility surfaces.
Sicherheitslage
Für kotlin-native wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
cinterop | Binärdatei | Homebrew-Cask-Binärdatei | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/cinterop |
generate-platform | Binärdatei | Homebrew-Cask-Binärdatei | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/generate-platform |
klib | Binärdatei | Homebrew-Cask-Binärdatei | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/klib |
konan-lldb | Binärdatei | Homebrew-Cask-Binärdatei | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/konan-lldb |
konanc | Binärdatei | Homebrew-Cask-Binärdatei | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/konanc |
kotlinc-native | Binärdatei | Homebrew-Cask-Binärdatei | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/kotlinc-native |
run_konan | Binärdatei | Homebrew-Cask-Binärdatei | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/run_konan |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | cask:kotlin-native |
|---|---|
| Version | 2.4.10 |
| Paketmanager | Homebrew Cask |
| Homepage | https://kotlinlang.org/docs/reference/native-overview.html |
| Zuletzt aktualisiert | 2026-07-14T10:52:55Z |
| Pulse | updated |
| SHA-256 | 55ded039bb56a69aec9df354a92b42df9e916104e3c53d8d9852d9cc6617ed9d |
| Download-URL | https://github.com/JetBrains/kotlin/releases/download/v2.4.10/kotlin-native-prebuilt-macos-aarch64-2.4.10.tar.gz |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
kotlin-native
nix profile install nixpkgs#kotlin-nativemain/kotlin-native
scoop install main/kotlin-nativeklib 1.0~git.20251221-1.2
C library with utility functions
https://github.com/attractivechaos/klib
sudo zypper install klibklib-devel 1.0~git.20251221-1.2
Development files for klib
https://github.com/attractivechaos/klib
sudo zypper install klib-develQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.