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

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

## インストール

```sh
sudo av install brew:aliae
```

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

### macOS

- Homebrew (100%):

```sh
brew install aliae
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#aliae
```

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

### Windows

- winget (92%):

```sh
winget install --id JanDeDobbeleer.Aliae -e
```

  証拠: Windows Package Manager source index: JanDeDobbeleer.Aliae from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:aliae
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/aliae>
- **バージョン:** 0.26.6
- **ソース概要:** Cross shell and platform alias management
- **ホームページ:** <https://aliae.dev>
- **リポジトリ:** <https://github.com/jandedobbeleer/aliae>
- **上流ドキュメント:** <https://aliae.dev/docs>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/jandedobbeleer/aliae/archive/refs/tags/v0.26.6.tar.gz>
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.26.6
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/jandedobbeleer/aliae
- 検出された最新: v0.26.6 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

aliae is a cross-shell alias and shell-environment manager by Jan De Dobbeleer. It lets users define aliases, functions, environment variables, PATH entries, scripts, and symlinks once in YAML and emit shell-specific initialization code.

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

The public GitHub repository was created in June 2023. The official docs say aliae came from wanting the same shell experience across all shells used while building and validating Oh My Posh.

The documentation presents the core idea as a single template-enabled YAML configuration that works across shells and platforms. That puts aliae near dotfile managers and shell plugin tools, but with a narrower focus on shell initialization artifacts.

### 採用の歴史

aliae is newer and smaller than Oh My Posh, but it benefits from the same author ecosystem and is distributed through Homebrew, Nix, and WinGet according to the input facts. The README links to official docs, releases, Discord community, and sponsorship channels.

Its adoption pattern is dotfiles-first: users who maintain several shells or operating systems can reduce duplicated alias/function/env/path snippets.

### 使われ方

By default aliae expects `.aliae.yaml` in the user's home directory. The official configuration docs also allow a custom path with `--config` or the `ALIAE_CONFIG` environment variable, including local files or remote config URLs.

A typical shell setup evaluates `aliae init zsh`, `aliae init bash`, or another shell target during startup. The YAML can include shell/OS conditionals so one config can produce different output for Bash, Zsh, PowerShell, Nushell, Xonsh, tcsh, and other supported shells.

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

aliae is interesting to package users because shell state is usually messy and local. A package-manager-installed binary plus a checked-in YAML file gives a reproducible way to share aliases and environment setup across machines.

It is deliberately narrower than a full dotfile framework. That makes it attractive when a user wants cross-shell aliases and PATH/env/script management without adopting a large bootstrap system.

### タイムライン

- 2023: Public GitHub repository created.
- 2023-2026: Project documented as a cross-platform shell management tool.
- 2026: Official docs describe default home-directory YAML config and custom config locations.

### Related projects

- Related projects include Oh My Posh, shell plugin managers, chezmoi-style dotfile management, and per-shell alias/function systems.

### ソース

- <https://aliae.dev/docs>
- <https://api.github.com/repos/JanDeDobbeleer/aliae>
- <https://github.com/JanDeDobbeleer/aliae>
- <https://raw.githubusercontent.com/JanDeDobbeleer/aliae/main/README.md>
- <https://raw.githubusercontent.com/JanDeDobbeleer/aliae/main/website/docs/setup/configuration.mdx>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal


## 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: ~/.aliae.yaml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aliae
- **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 - aliae: normalized package name match | nixpkgs package indexes: pkgs/by-name/al/aliae/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - JanDeDobbeleer.Aliae: normalized package name match | Windows Package Manager source index: JanDeDobbeleer.Aliae from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [sheldon](https://www.automicvault.com/ja/pkg/brew/sheldon/) - Shares av.db curated category or tags: cli, configuration, developer-tools, shell.
- [bar](https://www.automicvault.com/ja/pkg/brew/bar/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [checkbashisms](https://www.automicvault.com/ja/pkg/brew/checkbashisms/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [desk](https://www.automicvault.com/ja/pkg/brew/desk/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [fish](https://www.automicvault.com/ja/pkg/brew/fish/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [fizsh](https://www.automicvault.com/ja/pkg/brew/fizsh/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [mcfly](https://www.automicvault.com/ja/pkg/brew/mcfly/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [ondir](https://www.automicvault.com/ja/pkg/brew/ondir/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [powershell](https://www.automicvault.com/ja/pkg/brew/powershell/) - Local package facts share a topical domain. Shared terms: cli, cross, developer, developer-tools, platform.
- [xonsh](https://www.automicvault.com/ja/pkg/brew/xonsh/) - Local package facts share a topical domain. Shared terms: cli, cross, developer, developer-tools, platform.

## Combined YAML source

View the package source record on GitHub. [combined/aliae.yml](https://github.com/automic-vault/db/blob/main/combined/aliae.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
