macOS
brew install kotlinlocal Homebrew formula metadata
sudo port install kotlinMacPorts ports tree · lang/kotlin/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für kotlin in AI-Agent-Workflows.
Installation
brew install kotlinlocal Homebrew formula metadata
sudo port install kotlinMacPorts ports tree · lang/kotlin/Portfile · Quelle: api.github.com
sudo apt install kotlinDebian stable package indexes · kotlin · Quelle: deb.debian.org
nix profile install nixpkgs#kotlinnixpkgs package indexes · kotlin · Quelle: raw.githubusercontent.com
sudo pacman -S kotlinArch Linux sync databases · kotlin · Quelle: geo.mirror.pkgbuild.com
scoop install main/kotlinScoop official bucket manifest trees · bucket/kotlin.json · Quelle: api.github.com
choco install kotlincChocolatey community package catalog · kotlinc · Quelle: community.chocolatey.org
Überblick
Statically typed programming language for the JVM
Verlauf
Kotlin is JetBrains' open-source, statically typed programming language for JVM, Android, JavaScript, Wasm, and Native targets. In package managers, the `kotlin` formula represents the command-line compiler and scripting tools behind a language that moved from JetBrains' internal productivity needs to mainstream Android and multiplatform development.
JetBrains started Kotlin in 2010 and open-sourced it early in its development. JetBrains' 2011 explanation emphasized internal productivity, Java interoperability, and compilation speed: the company wanted a more expressive language for IntelliJ-based development without abandoning the JVM ecosystem.
Kotlin 1.0 was released on February 15, 2016 as a stable language for JVM and Android development. JetBrains positioned it as a pragmatic language focused on Java interoperability, null-safety, clarity, tooling, and use across server-side, mobile, and desktop applications.
The language broadened after 1.0. Google announced official Android support for Kotlin in May 2017, JetBrains and Google announced the Kotlin Foundation work around the same era, Kotlin/Native and multiplatform support expanded through 2017 and 2018, and Kotlin 2.0 in May 2024 introduced the stable K2 compiler as the default compiler architecture.
Kotlin's adoption accelerated through Android. The Android team announced official support in 2017, noting production use by companies such as Expedia, Flipboard, Pinterest, and Square. At Google I/O 2019, Google reported that more than 50 percent of professional Android developers used Kotlin and described Android development as increasingly Kotlin-first.
Beyond Android, Kotlin became part of server-side JVM work, Gradle build logic, multiplatform mobile projects, browser and Wasm experiments, and native targets. Package-manager adoption reflects that spread: the formula exposes command-line tools such as `kotlin`, `kotlinc`, `kotlinc-jvm`, `kotlinc-js`, and `kapt` for users who want compiler access outside an IDE.
The Homebrew formula installs the Kotlin command-line compiler and related launchers. Users run `kotlinc` for compilation, `kotlin` for running Kotlin programs and scripts, target-specific compiler frontends for JVM and JavaScript, and `kapt` for annotation-processing workflows in JVM builds.
Kotlin is a classic language-runtime package with an unusually strong IDE and Android story. For package nerds, it is notable because a Homebrew formula can give shell access to a language whose day-to-day use is often mediated by Gradle, IntelliJ IDEA, Android Studio, or platform-specific SDKs.
It also illustrates how modern language packages accumulate companion artifacts: Gradle plugins, compiler plugins, `kotlinx` libraries, native toolchains, LSP servers, and IDE integrations all orbit the base compiler package.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
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 |
|---|---|---|---|
kapt | cli | globales Executable | |
kotlin | cli | globales Executable | |
kotlinc | cli | globales Executable | |
kotlinc-js | cli | globales Executable | |
kotlinc-jvm | cli | globales Executable |
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.
https://github.com/JetBrains/kotlin
Installationsmetadaten
| Paketschlüssel | brew:kotlin |
|---|---|
| Version | 2.4.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/kotlin |
| Homepage | https://kotlinlang.org/ |
| Repository | https://github.com/JetBrains/kotlin |
| Upstream-Dokumentation | https://kotlinlang.org/docs/home.html |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/JetBrains/kotlin/releases/download/v2.4.0/kotlin-compiler-2.4.0.zip |
| Zuletzt aktualisiert | 2026-06-03T12:06:15Z |
| Pulse | updated |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kotlin |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
kotlin 1.3.31+ds1-3
cross-platform, general-purpose programming language
sudo apt install kotlinkotlin
nix profile install nixpkgs#kotlinkotlin 1.3.31+ds1-1ubuntu1
cross-platform, general-purpose programming language
sudo apt install kotlinkotlin 2.4.0-1
Statically typed programming language with multiplatform support
sudo pacman -S kotlinkotlin
sudo port install kotlinmain/kotlin
scoop install main/kotlinkotlinc
choco install kotlincQuellspur
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.