SkillAgentSearch skills...

Starship

☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

Install / Use

/learn @starship/Starship

README

<p align="center"> <img width="400" src="https://raw.githubusercontent.com/starship/starship/master/media/logo.png" alt="Starship – Cross-shell prompt" /> </p> <p align="center"> <a href="https://github.com/starship/starship/actions" ><img src="https://img.shields.io/github/actions/workflow/status/starship/starship/workflow.yml?branch=master&label=workflow&style=flat-square" alt="GitHub Actions workflow status" /></a> <a href="https://crates.io/crates/starship" ><img src="https://img.shields.io/crates/v/starship?style=flat-square" alt="Crates.io version" /></a> <a href="https://repology.org/project/starship/versions" ><img src="https://img.shields.io/repology/repositories/starship?label=in%20repositories&style=flat-square" alt="Packaging status"/></a ><br /> <a href="https://discord.gg/starship" ><img src="https://img.shields.io/discord/567163873606500352?label=discord&logoColor=white&style=flat-square" alt="Chat on Discord" /></a> <a href="https://twitter.com/StarshipPrompt" ><img src="https://img.shields.io/badge/twitter-@StarshipPrompt-1DA1F3?style=flat-square" alt="Follow @StarshipPrompt on Twitter" /></a> <a href="https://stand-with-ukraine.pp.ua" ><img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraineFlat.svg" alt="Stand With Ukraine" /></a> </p> <p align="center"> <a href="https://starship.rs">Website</a> · <a href="#🚀-installation">Installation</a> · <a href="https://starship.rs/config/">Configuration</a> </p> <p align="center"> <a href="https://github.com/starship/starship/blob/master/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-us.png" alt="English" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/de-DE/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-de.png" alt="Deutsch" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/es-ES/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png" alt="Español" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/fr-FR/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/id-ID/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-id.png" alt="Bahasa Indonesia" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/it-IT/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-it.png" alt="Italiano" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-jp.png" alt="日本語" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/pt-BR/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-br.png" alt="Português do Brasil" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/uk-UA/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ua.png" alt="Українська" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/vi-VN/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-vn.png" alt="Tiếng Việt" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/zh-CN/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> </p> <h1></h1>

<img src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" alt="Starship with iTerm2 and the Snazzy theme" width="50%" align="right" />

The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  • Fast: it's fast – really really fast! 🚀
  • Customizable: configure every aspect of your prompt.
  • Universal: works on any shell, on any operating system.
  • Intelligent: shows relevant information at a glance.
  • Feature rich: support for all your favorite tools.
  • Easy: quick to install – start using it in minutes.
<p align="center"> <a href="https://starship.rs/config/"><strong>Explore the Starship docs&nbsp;&nbsp;▶</strong></a> </p>

<a name="🚀-installation"></a>

🚀 Installation

Prerequisites

Step 1. Install Starship

Select your operating system from the list below to view installation instructions:

<details> <summary>Android</summary>

Install Starship using any of the following package managers:

| Repository | Instructions | | ---------- | ---------------------- | | [Termux] | pkg install starship |

</details> <details> <summary>BSD</summary>

Install Starship using any of the following package managers:

| Distribution | Repository | Instructions | | ------------ | --------------- | --------------------------------- | | Any | [crates.io] | cargo install starship --locked | | FreeBSD | [FreshPorts] | pkg install starship | | NetBSD | [pkgsrc] | pkgin install starship |

</details> <details> <summary>Linux</summary>

Install the latest version for your system:

curl -sS https://starship.rs/install.sh | sh

Alternatively, install Starship using any of the following package managers:

| Distribution | Repository | Instructions | | ------------------ | ----------------------- | ------------------------------------------------------------- | | Any | [crates.io] | cargo install starship --locked | | Any | [conda-forge] | conda install -c conda-forge starship | | Any | [Linuxbrew] | brew install starship | | Alpine Linux 3.13+ | [Alpine Linux Packages] | apk add starship | | Arch Linux | [Arch Linux Extra] | pacman -S starship | | CentOS 7+ | [Copr] | dnf copr enable atim/starship <br /> dnf install starship | | Debian 13+ | [Debian Main] | apt install starship | | Fedora 40+ | [Copr] | dnf copr enable atim/starship <br /> dnf install starship | | Gentoo | [Gentoo Packages] | emerge app-shells/starship | | Manjaro | | pacman -S starship | | NixOS | [nixpkgs] | nix-env -iA nixpkgs.starship | | openSUSE | [OSS] | zypper in starship | | Ubuntu 25.04+ | [Ubuntu Universe] | apt install starship | | Void Linux | [Void Linux Packages] | xbps-install -S starship |

</details> <details> <summary>macOS</summary>

Install the latest version for your system:

curl -sS https://starship.rs/install.sh | sh

Alternatively, install Starship using any of the following package managers:

| Repository | Instructions | | --------------- | --------------------------------------- | | [crates.io] | cargo install starship --locked | | [conda-forge] | conda install -c conda-forge starship | | [Homebrew] | brew install starship | | [MacPorts] | port install starship |

</details> <details> <summary>Windows</summary>

Install the latest version for your system with the MSI-installers from the releases section.

Install Starship using any of the following package managers:

| Repository | Instructions | | --------------- | --------------------------------------- | | [crates.io] | cargo install starship --locked | | [Chocolatey] | choco install starship | | [conda-forge] | conda install -c conda-forge starship | | [Scoop] | scoop install starship | | [winget] | winget install --id Starship.Starship |

</details>

Step 2. S

View on GitHub
GitHub Stars55.0k
CategoryDevelopment
Updated53m ago
Forks2.4k

Languages

Rust

Security Score

100/100

Audited on Mar 21, 2026

No findings