macOS
brew install --cask kotlin-nativelocal Homebrew cask metadata
cask / rang 2778
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kotlin-native pour les workflows d'agents IA.
installation
brew install --cask kotlin-nativelocal Homebrew cask metadata
aperçu
LLVM backend for Kotlin
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour kotlin-native. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
cinterop | binaire | binaire de cask Homebrew | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/cinterop |
generate-platform | binaire | binaire de cask Homebrew | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/generate-platform |
klib | binaire | binaire de cask Homebrew | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/klib |
konan-lldb | binaire | binaire de cask Homebrew | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/konan-lldb |
konanc | binaire | binaire de cask Homebrew | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/konanc |
kotlinc-native | binaire | binaire de cask Homebrew | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/kotlinc-native |
run_konan | binaire | binaire de cask Homebrew | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/run_konan |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | cask:kotlin-native |
|---|---|
| Version | 2.4.10 |
| Gestionnaire de paquets | Homebrew Cask |
| Page d'accueil | https://kotlinlang.org/docs/reference/native-overview.html |
| Dernière mise à jour | 2026-07-14T10:52:55Z |
| Pulse | updated |
| SHA-256 | 55ded039bb56a69aec9df354a92b42df9e916104e3c53d8d9852d9cc6617ed9d |
| URL de téléchargement | https://github.com/JetBrains/kotlin/releases/download/v2.4.10/kotlin-native-prebuilt-macos-aarch64-2.4.10.tar.gz |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-develpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.