# aiken を Homebrew, Nix でインストール

aiken のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:aiken
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install aiken
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#aiken
```

  証拠: nixpkgs package indexes: pkgs/by-name/ai/aiken/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:aiken
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/aiken>
- **バージョン:** 1.1.23
- **ソース概要:** Modern smart contract platform for Cardano
- **ホームページ:** <https://aiken-lang.org/>
- **リポジトリ:** <https://github.com/aiken-lang/aiken>
- **上流ドキュメント:** <https://aiken-lang.org/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/aiken-lang/aiken/archive/refs/tags/v1.1.23.tar.gz>
- **最終更新:** 2026-06-26T19:14:50Z
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- aiken (cli)
- aiken (エイリアス)

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.1.23
- マネージャ更新日: 2026-06-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/aiken-lang/aiken
- 検出された最新: v1.1.23 (最新)
## プロジェクトの歴史と使われ方

Aiken is a modern smart-contract language and toolchain for Cardano. The official repository describes it as a modern smart contract platform for Cardano, and the docs cover installation, language concepts, modules, packages, playground usage, and the built-in language server.

### プロジェクトの歴史

The public Aiken repository was created in April 2022. The project is organized around a compiler/toolchain, a website, a standard library, a package registry, a playground, and `aikup`, a version-management installer for Aiken releases.

Aiken's README says the name comes from Howard Aiken, the American physicist and computing pioneer. The project presents itself as a developer-friendly Cardano smart-contract stack rather than just a compiler binary.

### 採用の歴史

Aiken is published through multiple developer package channels. The official README links to crates.io and npm badges, the npm registry lists `@aiken-lang/aiken`, and Homebrew packages the `aiken` formula. The official installation page now recommends `aikup` and documents npm, Homebrew, shell, PowerShell, and MSI paths.

Homebrew listed version 1.1.23 as stable and the npm registry listed 1.1.23 as latest when checked. The input package facts also list Nix packaging, showing adoption among reproducible-build users.

### 使われ方

Aiken users create Cardano smart-contract projects, write modules, use the language server, and build/test contracts through the command-line toolchain. The docs identify `aiken.toml` as the project root pattern for language-server integration.

No credentials file is part of ordinary Aiken operation; it is a compiler/toolchain rather than a hosted-service client.

### パッケージ好きにとっての重要性

Aiken is interesting as a blockchain language package because it spans several ecosystems at once: Rust/crates.io for implementation culture, npm and Homebrew for user installation, Nix for reproducibility, and its own package registry for language libraries.

For package maintainers, the important object is not only the `aiken` executable but the surrounding developer platform: version manager, LSP, standard library, package registry, playground, and `aiken.toml` project convention.

### タイムライン

- 2022: Public Aiken GitHub repository created.
- 2024: npm package record for `@aiken-lang/aiken` created.
- 2026: npm and Homebrew list 1.1.23 as current/latest.

### Related projects

- Cardano and Plutus smart-contract tooling.
- aikup, the official Aiken version manager.
- Aiken standard library, packages site, and playground.

### ソース

- <https://aiken-lang.org/>
- <https://aiken-lang.org/installation-instructions>
- <https://aiken-lang.org/language-tour/modules>
- <https://formulae.brew.sh/api/formula/aiken.json>
- <https://github.com/aiken-lang/aiken>
- <https://registry.npmjs.org/@aiken-lang%2faiken>


## セキュリティノート

aiken に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: aiken.toml in project root
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aiken
- **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 - aiken: normalized package name match | nixpkgs package indexes: pkgs/by-name/ai/aiken/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [anchor](https://www.automicvault.com/ja/pkg/brew/anchor/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [clarinet](https://www.automicvault.com/ja/pkg/brew/clarinet/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [foundry](https://www.automicvault.com/ja/pkg/brew/foundry/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [solc-select](https://www.automicvault.com/ja/pkg/brew/solc-select/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [solhint](https://www.automicvault.com/ja/pkg/brew/solhint/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [stellar-cli](https://www.automicvault.com/ja/pkg/brew/stellar-cli/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [sui](https://www.automicvault.com/ja/pkg/brew/sui/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [truffle](https://www.automicvault.com/ja/pkg/brew/truffle/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.

## Combined YAML source

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


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
