macOS
brew install inkolocal Homebrew formula metadata
brew
inko のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install inkolocal Homebrew formula metadata
sudo apk add inkoAlpine Linux edge package indexes · inko · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#inkonixpkgs package indexes · pkgs/by-name/in/inko/package.nix · ソース: api.github.com
概要
Safe and concurrent object-oriented programming language
履歴
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.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
inko | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:inko |
|---|---|
| バージョン | 0.20.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/inko |
| ホームページ | https://inko-lang.org/ |
| リポジトリ | https://github.com/inko-lang/inko |
| 上流ドキュメント | https://docs.inko-lang.org/manual/latest |
| ライセンス | MPL-2.0 |
| ソースアーカイブ | https://releases.inko-lang.org/0.20.0.tar.gz |
| 最終更新 | 2026-04-20T18:09:59Z |
| Pulse | updated |
| 依存関係 | llvm |
| ビルド依存関係 | rust |
| macOS 提供ライブラリ | libffi |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | inko |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
inko
nix profile install nixpkgs#inkoinko 0.19.1_git20260119-r1
Language for building concurrent software
sudo apk add inkoinko-doc 0.19.1_git20260119-r1
Language for building concurrent software (documentation)
sudo apk add inko-docソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.