# 使用 Homebrew, apk, Nix 安装 inko

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

## 安装

```sh
sudo av install brew:inko
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install inko
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add inko
```

  证据: Alpine Linux edge package indexes: inko from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#inko
```

  证据: nixpkgs package indexes: pkgs/by-name/in/inko/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:inko
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/inko>
- **版本:** 0.20.0
- **来源摘要:** Safe and concurrent object-oriented programming language
- **主页:** <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
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- inko (cli)
- inko (别名)

## 依赖

- llvm

## 构建依赖

- rust

## macOS 提供的库

- libffi

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.20.0
- 管理器更新时间: 2026-04-20
- 本地数据: OK
- 上游仓库: https://inko-lang.org/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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.

### 来源

- <https://api.github.com/repos/inko-lang/inko>
- <https://formulae.brew.sh/formula/inko>
- <https://github.com/inko-lang/inko>
- <https://inko-lang.org/>
- <https://nlnet.nl/project/Inko/>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 源数据库详情

- **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:** head, stable

## 其他软件包管理器记录

- Nix - inko: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/inko/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - inko - 0.19.1_git20260119-r1: normalized package name match | Alpine Linux edge package indexes: inko from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Language for building concurrent software | https://inko-lang.org/
- apk - inko-doc - 0.19.1_git20260119-r1: normalized package name match | Alpine Linux edge package indexes: inko-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Language for building concurrent software (documentation) | https://inko-lang.org/


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/zh-hans/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [llvm](https://www.automicvault.com/zh-hans/pkg/brew/llvm/) - Runtime dependency declared by Homebrew.
- [rust](https://www.automicvault.com/zh-hans/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [algol68g](https://www.automicvault.com/zh-hans/pkg/brew/algol68g/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [ats2-postiats](https://www.automicvault.com/zh-hans/pkg/brew/ats2-postiats/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [ballerina](https://www.automicvault.com/zh-hans/pkg/brew/ballerina/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [chapel](https://www.automicvault.com/zh-hans/pkg/brew/chapel/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [coconut](https://www.automicvault.com/zh-hans/pkg/brew/coconut/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [coffeescript](https://www.automicvault.com/zh-hans/pkg/brew/coffeescript/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [crystal](https://www.automicvault.com/zh-hans/pkg/brew/crystal/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [fennel](https://www.automicvault.com/zh-hans/pkg/brew/fennel/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.

## Combined YAML source

View the package source record on GitHub. [combined/inko.yml](https://github.com/automic-vault/db/blob/main/combined/inko.yml)


## 来源

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