News

From Build 2016: Windows 10 Anniversary Update Will Have Bash

Microsoft adds native support for the Linux-based Bash command-line shell in Windows update coming this summer.

On day one of the Microsoft Build conference, Microsoft Director of the Windows Developer Platform Kevin Gallo announced that the Windows Anniversary Update, expected to go live this summer, will include the Linux-based Bash command line shell. The addition gives Windows developers access to a large community of open source, command line tools.

"This is not a VM. This is not cross-compiled tools. This is native," said Gallo during the keynote, adding that developers can download the Bash shell for Windows 10 directly from the Windows Store.

To enable native Bash support, Microsoft created the Windows Subsystem for Linux (WSL), which resides in the Windows kernel and hosts an Ubuntu user-mode image from Canonical. The arrangement allows Windows developers to natively run Bash scripts and popular Linux command-line tools, such as awk, grep and sed. WSL also enables access to the Windows file system, allowing developers to access files using both Windows or Linux tools.

Microsoft Senior Program Manager Rich Turner, during a Build conference presentation on Bash and WSL, said the team went "completely crazy" in developing its solution.

"We have actually taken the Linux user-mode code from Ubuntu and we built a subsystem into Windows, into the Windows kernel, to expose an interface that looks to all intents and purposes like Linux to a Linux user-mode," Turner said. "So we've integrated Windows and the Linux user-mode code to run smoothly on Windows."

Al Hilwa, program director for software development research at IDC, says the Bash release is part of a broad effort to cast Microsoft as a leader in cross-platform development.

"Microsoft wants its tools for developers to be what Office is for knowledge workers," Hilwa wrote after the announcement. "That is they want to be the number one tool-chain for cross-platform development, mobile, cloud, everything."

Attendees at the Build conference seemed to approve. When Gallo announced Bash support during his keynote address, the audience responded with a cheers and applause.

"The ultimate aim is to make Windows machines more capable for developers who are increasingly expecting the same stack on desktop and cloud to support their DevOps workflows," Hilwa said.

About the Author

Michael Desmond is editor in chief of MSDN Magazine, Microsoft’s flagship publication for software developers working with Microsoft tools and technologies. A 20-year veteran in IT and technology publishing, Desmond was an editor at PC World magazine for six years before launching an editorial consultancy that did work for leading technology firms like IBM, Intel and Sun Microsystems.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events