macOS
brew install --cask kotlin-nativelocal Homebrew cask metadata
cask / 順位 2778
kotlin-native のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install --cask kotlin-nativelocal Homebrew cask metadata
概要
LLVM backend for Kotlin
履歴
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.
セキュリティ状態
kotlin-native に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cinterop | バイナリ | Homebrew cask バイナリ | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/cinterop |
generate-platform | バイナリ | Homebrew cask バイナリ | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/generate-platform |
klib | バイナリ | Homebrew cask バイナリ | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/klib |
konan-lldb | バイナリ | Homebrew cask バイナリ | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/konan-lldb |
konanc | バイナリ | Homebrew cask バイナリ | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/konanc |
kotlinc-native | バイナリ | Homebrew cask バイナリ | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/kotlinc-native |
run_konan | バイナリ | Homebrew cask バイナリ | kotlin-native-prebuilt-macos-aarch64-2.4.10/bin/run_konan |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | cask:kotlin-native |
|---|---|
| バージョン | 2.4.10 |
| パッケージマネージャ | Homebrew Cask |
| ホームページ | https://kotlinlang.org/docs/reference/native-overview.html |
| 最終更新 | 2026-07-14T10:52:55Z |
| Pulse | updated |
| SHA-256 | 55ded039bb56a69aec9df354a92b42df9e916104e3c53d8d9852d9cc6617ed9d |
| ダウンロード URL | https://github.com/JetBrains/kotlin/releases/download/v2.4.10/kotlin-native-prebuilt-macos-aarch64-2.4.10.tar.gz |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-develソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.