Automic VaultAutomic Vault

brew

oh-my-posh を Homebrew, chocolatey, dnf, MacPorts, Nix, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install oh-my-posh

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install oh-my-posh

MacPorts ports tree · sysutils/oh-my-posh/Portfile · ソース: api.github.com

Linux

Fedora dnf確認済み · 92%
sudo dnf install oh-my-posh

Fedora Rawhide package metadata · oh-my-posh · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#oh-my-posh

nixpkgs package indexes · pkgs/by-name/oh/oh-my-posh/package.nix · ソース: api.github.com

Windows

Chocolatey確認済み · 92%
choco install oh-my-posh

Chocolatey community package catalog · oh-my-posh · ソース: community.chocolatey.org

Scoop確認済み · 92%
scoop install main/oh-my-posh

Scoop official bucket manifest trees · bucket/oh-my-posh.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id JanDeDobbeleer.OhMyPosh -e

Windows Package Manager source index · JanDeDobbeleer.OhMyPosh · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Prompt theme engine for any shell

コマンドとエイリアス

  • oh-my-posh

履歴

プロジェクトの歴史と使われ方

Oh My Posh is a cross-platform prompt renderer and theme engine for shells such as PowerShell, Bash, Zsh, Fish, Cmd, and Nushell. It grew out of PowerShell prompt customization into a Go-based, shell-agnostic prompt system with JSON, YAML, or TOML configuration.

プロジェクトの歴史

The JanDeDobbeleer/oh-my-posh repository was created on 2019-03-13. Its README says the project started as the offspring of oh-my-posh2 for PowerShell, then became a cross-platform, highly customizable and extensible prompt theme engine after four years of work on oh-my-posh.

The documentation explains the design shift from script-per-theme prompt tools to a single shareable configuration file. Prompt output is assembled from blocks and segments, where segments render context such as the current directory, user information, or Git status.

採用の歴史

Oh My Posh's adoption is visible across both source hosting and package managers. GitHub API metadata fetched on 2026-07-01 reported 22,950 stars and 2,749 forks, while Homebrew Formulae reported 61,035 installs in its 365-day analytics window. The input metadata lists Homebrew, Chocolatey, Fedora/dnf, MacPorts, Nix, Scoop, and WinGet packaging.

The project also benefited from the Windows Terminal and PowerShell customization wave. Official installation docs cover Windows via WinGet, manual PowerShell install script, and Chocolatey, macOS via Homebrew and MacPorts, and Linux through separate installation instructions.

使われ方

A user installs the oh-my-posh binary, installs a font capable of rendering prompt icons when needed, and adds shell initialization code that evaluates the prompt renderer. Themes can be selected from bundled configurations or customized through blocks, segments, colors, templates, secondary prompts, right prompts, transient prompts, and tooltips.

Developers use Oh My Posh to make repository state, language runtime versions, cloud context, exit status, execution time, and other environment details visible in the prompt. The project competes in the same mental space as Powerline-style themes and Starship, while keeping its own configuration and segment ecosystem.

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

Oh My Posh is interesting to package nerds because it is a single CLI that must integrate with many shells and terminals, while also depending on fonts, glyph rendering, and per-platform installation conventions. Its package metadata spans Windows package managers, Unix package managers, and Go source builds.

タイムライン

  • 2019-03-13: the JanDeDobbeleer/oh-my-posh GitHub repository was created.
  • Version 4: the documentation says existing themes were added to version 4 so users could start without learning all theming internals.
  • 2026-07-01: Homebrew Formulae listed stable version 29.19.1 and GitHub API metadata reported 22,950 stars.

Related projects

  • The README credits influences and adjacent tools including oh-my-posh2, posh-git, oh-my-zsh, powerline-go, and Starship. Its topic metadata includes PowerShell, Bash, Zsh, Fish, Cmd, Nushell, Nerd Fonts, Powerline, Git, and shell prompt tooling.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:shell

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
oh-my-poshcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版29.36.0
マネージャ更新日2026-07-24
ローカルデータOK
上流最新
検出された最新v29.36.0

https://github.com/JanDeDobbeleer/oh-my-posh

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:oh-my-posh
バージョン29.36.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/oh-my-posh
ホームページhttps://ohmyposh.dev
リポジトリhttps://github.com/JanDeDobbeleer/oh-my-posh
上流ドキュメントhttps://ohmyposh.dev/docs
ライセンスMIT
ソースアーカイブhttps://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v29.36.0.tar.gz
最終更新2026-07-24T15:29:27Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameoh-my-posh
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%

oh-my-posh

nix profile install nixpkgs#oh-my-posh
  • normalized package name match
  • 一致条件: Oh My Posh
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/oh/oh-my-posh/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

oh-my-posh 29.9.0-1.fc45

The most customisable and low-latency cross platform/shell prompt renderer

https://github.com/jandedobbeleer/oh-my-posh

sudo dnf install oh-my-posh
  • License: Apache-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (FTL OR GPL-2.0-or-later)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: oh-my-posh
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Oh My Posh
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: oh-my-posh from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

oh-my-posh

sudo port install oh-my-posh
  • normalized package name match
  • 一致条件: Oh My Posh
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/oh-my-posh/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

oh-my-posh

choco install oh-my-posh
  • normalized package name match
  • 一致条件: Oh My Posh
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: oh-my-posh from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','office365homepremium'
Scoop95%

main/oh-my-posh

scoop install main/oh-my-posh
  • normalized package name match
  • 一致条件: Oh My Posh
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/oh-my-posh.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

JanDeDobbeleer.OhMyPosh

winget install --id JanDeDobbeleer.OhMyPosh -e
  • normalized package name match
  • 一致条件: Oh My Posh
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: JanDeDobbeleer.OhMyPosh from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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