Automic VaultAutomic Vault

brew

使用 Homebrew, apk, Nix 安装 inko

查看 inko 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install inko

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add inko

Alpine Linux edge package indexes · inko · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#inko

nixpkgs 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.

时间线

  • 2015: Public Inko repository created on GitHub.
  • 2023: NLnet listed Inko as an NGI0 Entrust project focused on deterministic automatic memory management, native code compilation, C FFI, cross-compilation, and standard-library expansion.
  • 2026: Homebrew metadata lists Inko as a packaged programming language compiler CLI.

Related projects

  • Related projects include Erlang and Pony as concurrency influences, LLVM as the native code backend, Rust as the implementation language, and inko-lang companion repositories such as ivm, tree-sitter-inko, inko.vim, and vscode support.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:programming language

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
inkocli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本0.20.0
管理器更新时间2026-04-20
本地数据OK
上游not checked
检测到的最新版本未检测到

https://inko-lang.org/

安装元数据

软件包元数据

软件包键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
Pulseupdated
依赖llvm
构建依赖rust
macOS 提供的库libffi
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameinko
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

inko

nix profile install nixpkgs#inko
  • normalized package name match
  • 匹配方式:Inko
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/in/inko/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

inko 0.19.1_git20260119-r1

Language for building concurrent software

https://inko-lang.org/

sudo apk add inko
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: inko
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inko
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: inko from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

inko-doc 0.19.1_git20260119-r1

Language for building concurrent software (documentation)

https://inko-lang.org/

sudo apk add inko-doc
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: inko
  • normalized package name match
  • 匹配方式:Inko
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: inko-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment