nushell VS fish-shell

Compare nushell vs fish-shell and see what are their differences.

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nushell fish-shell
232 350
34,999 29,734
1.5% 1.3%
9.9 9.9
6 days ago 6 days ago
Rust Rust
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nushell

Posts with mentions or reviews of nushell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-06.
  • Brush (Bo(u)rn(e) RUsty SHell) a POSIX and Bash-Compatible Shell in Rust
    13 projects | news.ycombinator.com | 6 May 2025
    Since everyone is sharing shells written in Rust, I've become quite fond of Nushell: https://www.nushell.sh/

    I'd love to see more shell exploring things beyond POSIX. Text based stdin/stdout will always have its place, but having ways to express, serialize, and pass along data in more structured ways is quite nice.

  • Advanced Shell Scripting with Bash (2006) [pdf]
    11 projects | news.ycombinator.com | 17 Apr 2025
    I'm an incredibly happy user of nushell, which brings all the best features of bash and all the best features of more well designed scripting languages in one awesome package that also comes with editor (LSP) support and excellent documentation

    https://www.nushell.sh/

    (The intro page may be a bit misleading. You can freely mix-and-match existing, unstructured as well as nushell-built-in structured commands in the pipeline, as long as you convert to/from string streams - its not mandatory to use the structured built-ins. For example if an existing cli tool has json output, you can use `tool | from json` to turn it into structured data. There are also commands like `detect columns` that parses classic column output, and so on - the tools to mix-and-match structured and unstructured data are convenient and expressive)

  • Ask HN: What's the Best Open Source Tool You've Discovered Recently?
    4 projects | news.ycombinator.com | 11 Apr 2025
    Best thing I've found recently is nushell[0], paired with jc [1] it's pretty much the best shell I've ever used.

    [0] https://www.nushell.sh/

  • Apple Needs a Snow Sequoia
    9 projects | news.ycombinator.com | 27 Mar 2025
    REPL-ify your command line then? There's nothing that says you have to be stuck on bash for your command line needs. https://www.nushell.sh/
  • Dear (Rust) Devs: Article Request
    4 projects | dev.to | 1 Mar 2025
    Nearly all my developer tools are open-source projects written in Rust (Nushell, Helix, WezTerm, and more).
  • Xonsh – A Python-Powered Shell
    5 projects | news.ycombinator.com | 21 Feb 2025
  • Linux as co-operative Windows process
    4 projects | news.ycombinator.com | 9 Feb 2025
    Have you tried nushell (https://www.nushell.sh/)? It embeds GNU coreutils written in Rust, so it feels like Linux even on a Windows machine.
  • Easy development environments with Nix and Nix flakes!
    9 projects | dev.to | 15 Jan 2025
  • Be Aware of the Makefile Effect
    4 projects | news.ycombinator.com | 11 Jan 2025
    > Another example is jq. I use it occasionally, and ChatGPT handles the syntax pretty well. For me, learning it properly just isn’t worth the time or effort.

    This resonates with me, I was in exactly the same position when I needed to do something with `kubectl` JSON output - just ask ChatGPT because I couldn't be bothered to learn the unintuitive syntax.

    Interestingly I _can_ blame the tool, because I started using Nushell[1] which has built-in JSON manipulation that provides a MUCH simpler syntax, and I have learnt this properly because it was that easy.

    1: https://www.nushell.sh/

  • I'm Publishing Matanuska BASIC's ADRs
    6 projects | dev.to | 13 Dec 2024
    But these fantasy consoles are aimed largely at the classic BASIC use case of writing simple games. My interest, meanwhile, is in replacing my shell. I want a BASIC that can be a useful, productive stand-in for bash. In this sense, I'm actually more influenced by new-school shells like nushell, elvish and PowerShell.

fish-shell

Posts with mentions or reviews of fish-shell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-06.
  • Brush (Bo(u)rn(e) RUsty SHell) a POSIX and Bash-Compatible Shell in Rust
    13 projects | news.ycombinator.com | 6 May 2025
    I didn't realize fish was written in Rust, and it was my primary shell for a few years. Looks like they couldn't resist the rewrite it in Rust meme :-D

    https://github.com/fish-shell/fish-shell/tree/c2eaef7273c555...

    vs the C++

    https://github.com/fish-shell/fish-shell/tree/d9d3557fcfbce1...

  • A short tutorial on using fish shell.
    2 projects | dev.to | 24 Apr 2025
    Follow this to install. Note that this tutorial assume that you are on Linux.
  • Fish 4.0.0
    8 projects | news.ycombinator.com | 27 Feb 2025
    The most interesting thing about Fish 4.0.0 for most people will be that it is now written in Rust, which they talk about here [1]. Looking forward to testing it out and seeing if there are any noticeable differences.

    [1] https://github.com/fish-shell/fish-shell/pull/9512

  • Tools for 2025
    4 projects | news.ycombinator.com | 1 Feb 2025
    I've probably been using fish shell [0] for close to 10 years now. When I need POSIX compliance or if I need to run a one-off bash command, I just call bash. It's exceedingly rare.

    Browsing through the documentation for Oils, it seems to be organized in a way that's very confusing. When you open the fish shell website it was two clear buttons for Tutorial and Documentation.

    [0] https://fishshell.com/

  • TIL: Ghostty — a new and quite promising terminal emulator
    7 projects | dev.to | 18 Jan 2025
    I remember that Julia Evans, whose blog I follow, mentioned a few time that she uses Fish. Also, some days ago I came across this post about Fish rewrite to Rust from C++, which sounds like a cool thing to do. However, I tried it some time ago, and while pretty neat, I wasn't convinced to switch to it completely.
  • Easy development environments with Nix and Nix flakes!
    9 projects | dev.to | 15 Jan 2025
    The default shell in the above flake adds Valkey, NodeJS 22, the PNPM package manager, and the fish shell to the environment. It also starts Valkey in the background through a shell hook, passing it a custom config (declared via Nix!) and runs fish so we're dropped in the fish shell instead of our login shell.
  • A new shell for using modern Unix commands
    2 projects | dev.to | 15 Jan 2025
    I’m testing a new shell called fish, and I’m enjoying some features that truly make it a friendly interactive shell.
  • Discussion on writeable psub in Fish is revived
    1 project | news.ycombinator.com | 13 Jan 2025
  • From iTerm To WezTerm
    9 projects | dev.to | 9 Jan 2025
    WezTerm does not have a graphical interface for configuration, and the setup is done through a Lua file (this is unusual for me, but Vim users are familiar with it). The configuration file can be located at ~/.wezterm.lua or ~/.config/wezterm/wezterm.lua. I prefer the second path because it is where Fish and starship store configs too.
  • Pytest Fish shell autocompletion
    3 projects | dev.to | 29 Dec 2024
    Typing repetitive commands or copying and pasting test names can eat up valuable time. To help, I've created pytest.fish - a Fish shell plugin that simplifies your pytest workflow. It's lightweight, simple to set up, and makes testing more efficient.

What are some alternatives?

When comparing nushell and fish-shell you can also consider the following projects:

elvish - Powerful scripting language & versatile interactive shell

oh-my-fish - The Fish Shell Framework

PowerShell - PowerShell for every system!

powerlevel10k - A Zsh theme

xonsh - :shell: Python-powered shell. Full-featured and cross-platform.

tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Rust is
the 5th most popular programming language
based on number of references?