📣 Important update — access is changing on 1 October 2026

Starting 1 October 2026 at noon (UK time), this mirror will require authentication to keep apt working.
A yearly subscription gives you uninterrupted access and directly supports keeping this project alive. Thank you! 🙏

🔑 Get Your Yearly Subscription

💬 Questions, issues or anything about this repo? Join our Discord community — the best place to get help and connect with other users.
Previously supported via Buy Me a Coffee? You are wonderful! Head over to our Discord and we will sort out a free lifetime subscription for you. 💜

🚀 Install Latest Starship on Debian

A fast, customizable cross-shell prompt

Latest Version — Continuously Updated
← Back to home

What is Starship?

Starship is a fast, customizable cross-shell prompt written in Rust. It works with Bash, Zsh, Fish, PowerShell and more, showing contextual information — git status, language versions, cloud context and much more — through a single, consistent and highly configurable prompt that stays snappy even in large repositories.

🚀 Why Latest Versions Matter: Starship is actively developed with new modules, integrations and performance work. Running the latest release gives you the newest prompt modules and configuration options.

⚡ Key Features of Starship

⚡ Fast

Written in Rust and optimized to keep your prompt responsive everywhere.

🐚 Cross-shell

One prompt for Bash, Zsh, Fish, PowerShell, Nushell and others.

🎨 Fully Customizable

Configure every module and symbol through a single TOML file.

🧩 Context Aware

Shows git state, language versions, cloud context and more, only when relevant.

🎯 Why Starship?

  • Consistent everywhere: The same prompt across all your shells and machines
  • Rich context: Git, languages and environment at a glance
  • Highly configurable: Tune every detail via starship.toml
  • Fast: Minimal latency even in big repositories

🆕 Highlights

📦 Installation from debian.griffo.io

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null apt update

Step 2: Install starship

# Install latest starship sudo apt install starship # Verify installation starship --version
# Install latest starship apt install starship # Verify installation starship --version

🎯 Basic Usage Examples

# Show version starship --version # Add to ~/.bashrc echo 'eval "$(starship init bash)"' >> ~/.bashrc # Add to ~/.zshrc echo 'eval "$(starship init zsh)"' >> ~/.zshrc # Add to Fish (~/.config/fish/config.fish) echo 'starship init fish | source' >> ~/.config/fish/config.fish # Print the effective configuration starship print-config

🚀 Why Choose debian.griffo.io?

📊 Repository Comparison:
  • Official Debian: Often months behind, missing latest features
  • debian.griffo.io: Latest version within hours of release
  • Manual Installation: Manual downloads and PATH setup required
  • Our Repository: Pre-built, ready-to-use packages

📦 Package Build Repository

The Debian packages are automatically built and maintained in this GitHub repository:

🔗 Related Packages

Also available from debian.griffo.io:

🎯 Perfect for: Anyone who wants a fast, informative and consistent shell prompt across Bash, Zsh, Fish and other shells, with deep customization through a single config file.

💝 Support This Project

If this repository saves you time and effort, please consider supporting it!

⭐ Star on GitHub 🐦 Share on Twitter