macOS
brew install inkolocal Homebrew formula metadata
brew / rank 6639
Safe and concurrent object-oriented programming language. Version 0.21.1 via Homebrew; verified 2026-07-20. Also installable with nix: nix profile install nixpkgs#inko.
install
brew install inkolocal Homebrew formula metadata
sudo apk add inkoAlpine Linux edge package indexes · inko · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#inkonixpkgs package indexes · pkgs/by-name/in/inko/package.nix · source: api.github.com
overview
Safe and concurrent object-oriented programming language
history
Inko is a statically typed, object-oriented programming language aimed at safe concurrent software. Its official site presents the language around deterministic automatic memory management, move semantics, type-safe concurrency, efficient error handling, LLVM-backed native code generation, and a batteries-included standard library.
The public source repository was created in April 2015 and is maintained under the inko-lang organization. The repository and official site describe Inko as a language for building concurrent software with confidence, with a runtime and compiler implementation written largely in Rust and released under the MPL-2.0 license.
Inko's design evolved around actor-like lightweight processes inspired by Erlang and Pony, single ownership and move semantics, and compile-time checks that prevent data races when values are sent between processes. That combination places it in the same package-manager neighborhood as experimental systems languages and language runtimes rather than ordinary application CLIs.
Inko has niche adoption typical of a young language runtime: source packages, manual documentation, editor support, a package manager surface, and distribution through package managers such as Homebrew, Nix, and Alpine. The inko-lang organization also maintains related tooling, including a version manager, editor support, a Tree-sitter grammar, and the project website.
Users install the `inko` executable to compile and run Inko programs. Official examples emphasize small command-line programs, concurrency with async types and messages, pattern matching, error handling through Result-like values, unit tests, file I/O, and HTTP server/client use from the standard library.
For package maintainers, Inko is interesting because it is both a language implementation and a moving toolchain: packaging it means tracking compiler/runtime changes, LLVM integration, Rust-built components, manual documentation, and adjacent editor/package ecosystem pieces.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
inko | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:inko |
|---|---|
| Version | 0.21.1 |
| Package manager | Homebrew |
| Homepage | https://inko-lang.org/ |
| Repository | https://github.com/inko-lang/inko |
| Last updated | 2026-07-20T18:47:38Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
inko
nix profile install nixpkgs#inkoinko 0.21.1-r0
Language for building concurrent software
sudo apk add inkoinko-doc 0.21.1-r0
Language for building concurrent software (documentation)
sudo apk add inko-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.