Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts, Nix 安装 io

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install io

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install Io

MacPorts ports tree · lang/Io/Portfile · 来源: api.github.com

Linux

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

nixpkgs package indexes · pkgs/by-name/io/io/package.nix · 来源: api.github.com

概览

软件包摘要

Small prototype-based programming language

命令和别名

  • io
  • io_static

历史

项目历史与用法

Io is a small dynamic prototype-based programming language built around message passing, prototype objects, runtime-inspectable code, and a compact VM. Its official materials place it in the lineage of Smalltalk, Self, NewtonScript, Act1, Lisp, and Lua, with an emphasis on conceptual unification rather than surface syntax.

项目历史

The official timeline says Steve Dekorte began Io in March 2002 as a minimal prototype-based language, with early public releases and a programming guide appearing through the Yahoo Group community shortly afterward. In its first year, Io gained actors, coroutines, incremental garbage collection, weak links, networking, and a quickly expanding addon system.

Io entered programming-language culture through its compact object model and message-tree semantics. The official timeline records a Lua Workshop talk and an ACM Dynamic Languages Symposium presentation in 2005, then source-history moves from email patches to a public DARCS repository, git hosting, and GitHub.

The project continued to evolve through build-system and runtime changes, including a CMake transition in 2010, Eerie package-manager work under the IoLanguage organization from 2017, and a later WebAssembly/WASI direction with JavaScript bridging. The Homebrew package is therefore attached to a language with a long experimental runtime history, not just a frozen curiosity.

采用历史

Io never became a mainstream application language, but it became memorable among programming-language enthusiasts because its tiny syntax exposes prototypes, messages, futures, actors, and code-as-data ideas directly. Its package-manager presence in Homebrew, MacPorts, and Nix reflects that role as a language runtime people install to explore or preserve a distinctive design.

Adoption is best understood as educational and exploratory. Io is the kind of package that appears in language surveys, polyglot exercises, and prototype-object discussions because it shows a coherent alternative to class-based object systems and keyword-heavy syntax.

使用方式

Users run the `io` interpreter or build the runtime to experiment with message sends, prototype cloning, slots, blocks, addons, and concurrency constructs. The official guide and reference are central because the language's unusual semantics are easier to understand through examples than through command flags alone.

为什么软件包爱好者会关心

Io matters to package nerds because it preserves a compact, radical language design in executable form. It also has the classic packaging shape of a niche language runtime: VM, interpreter, standard library, historical native addons, documentation, tags, branches, and compatibility questions across Unix-like systems.

Its significance is disproportionate to install counts. A package manager carrying Io lets users reproduce examples from programming-language books and discussions, inspect a prototype-based VM, and compare the packaging demands of small language runtimes against larger ecosystems.

时间线

  • 2002-03: Steve Dekorte begins work on Io.
  • 2002-04: Early public releases and a programming guide appear through the early community.
  • 2005-07: Io is presented at the Lua Workshop.
  • 2005-10: Io is presented at the ACM Dynamic Languages Symposium.
  • 2007-03: Source history moves from DARCS to git.
  • 2008-02: The Io repository appears on GitHub.
  • 2010-05: The build moves to CMake.
  • 2017-11: Eerie package-manager work is rewritten under the IoLanguage organization.
  • 2026: WASM/WASI work, stackless evaluation, resumable exceptions, and JavaScript bridging are recorded in the official timeline.

Related projects

  • Self and Smalltalk are core influences on Io's object and message model.
  • NewtonScript, Act1, Lisp, and Lua are cited by the project as design influences.
  • Eerie is the related Io package manager recorded in the official timeline.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:programming language

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 8 个平台目标。
  • 构建元数据列出 2 个构建依赖。

建议审查

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

可执行文件

已安装的可执行文件

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

新鲜度

版本和新鲜度

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

页面生成时间2026-07-08
管理器版本2017.09.06
管理器更新时间
本地数据OK
上游当前
检测到的最新版本2017.09.06

https://github.com/IoLanguage/io

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:io
版本2017.09.06
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/io
主页http://iolanguage.com/
仓库https://github.com/IoLanguage/io
上游文档https://iolanguage.org/guide/guide.html
许可证BSD-3-Clause
源码归档https://github.com/IoLanguage/io/archive/refs/tags/2017.09.06.tar.gz
构建依赖cmake, pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

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

Nix95%

io

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

Io

sudo port install Io
  • normalized package name match
  • 匹配方式:Io
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/Io/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

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

Combined YAML source

View the package source record on GitHub.

combined/io.yml

使用的来源

  • 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