

Microsoft has taken some steps to improve their console over the years, but they've finally decided to just develop a new application, called Windows Terminal. A new tool for developersįor a long time, the command-line environment available on Windows has been inferior to those on macOS and Linux. You'll be able to use all these tools from a single application, which supports multiple tabs, GPU acceleration, and quite a bit of customization.

It aims to change how users access Command Prompt, PowerShell, WSL and other command-line shells and apps. To streamline things further, and provide an alternative to the outdated Windows Console, Microsoft came up with Windows Terminal. The best way is to let rustup find the correct version for you.With the aim of making Windows a more popular platform for developers, Microsoft introduced WSL (Windows Subsystem for Linux) in Windows 10, which made it possible to run Linux binaries on Windows without the hassle of a virtual machine. Nu currently requires the latest stable (1.66.1 or later) version of Rust. Rustup is a way of managing Rust installations, including managing using different Rust versions. If we don't already have Rust on our system, the best way to install it is via rustup open in new window. Any Visual Studio edition will work (Community is free).Make sure to install the "Desktop development with C++" workload.Windows: MSVC (install Visual Studio open in new window or the Visual Studio Build Tools open in new window).These are the recommended compiler suites: # Installing a compiler suiteįor Rust to work properly, you'll need to have a compatible compiler suite installed on your system. First, you will need to set up the Rust toolchain and its dependencies. After installation, you can launch it by typing nu. The main Nushell binary is named nu (or nu.exe on Windows). npm open in new window ( npm install -g nushell Note that nu plugins were not included if you install in this way).Scoop open in new window ( scoop install nu).Chocolatey open in new window ( choco install nushell).Winget open in new window ( winget install nushell).Nu is available via several package managers:įor macOS and Linux, Homebrew open in new window is a popular choice ( brew install nushell). Just download, extract the binaries, then copy them to a location on your PATH. Nu binaries are published for Linux, macOS, and Windows with each GitHub release open in new window. You can download pre-built binaries from our release page open in new window, use your favourite package manager open in new window, or build from source.

There are lots of ways to get Nu up and running. Nu map from other shells and domain specific languages.
