VOOZH about

URL: https://thenewstack.io/developer-review-of-warp-for-windows-an-ai-terminal-app/

⇱ Developer Review of Warp for Windows, an AI Terminal App - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-03-08 05:00:59
Developer Review of Warp for Windows, an AI Terminal App
tutorial,
AI / Developer tools / Software Development

Developer Review of Warp for Windows, an AI Terminal App

If you want one terminal that can be used anywhere, then the arrival of Warp for Windows is good news. David Eastman kicks the tires.
Mar 8th, 2025 5:00am by David Eastman
👁 Featued image for: Developer Review of Warp for Windows, an AI Terminal App
Photo by Mathew Schwartz on Unsplash.

While I have been using the Warp terminal on my MacBook for some time, there has always been one problem: it never had a Windows version.

While most tech these days is Linux-based, there are still a lot of Windows devices and services out there, which means that most software developers have to be ready to work with Windows. If you work across industry sectors, this is entirely unavoidable. As a game developer, for example, the PC remains a dominant platform.

So I’ve always wanted to have one terminal that can be used anywhere. Finally, Warp for Windows has emerged. And although it isn’t quite ready for prime time yet, it is already delivering the power of Warp’s modern editing to Windows.

My development Windows machine is an old AMD Phenom II processor box running Windows 10. Microsoft proudly tells me that as the machine is too old to run Windows 11, it will soon only be good for the scrap heap. But it happily runs all my development tools. Until today, it couldn’t run Warp, though, due to a well-known issue with the old chip (SSE4.1 compatibility). But I had expected it to work — after all, my machine also runs Fortnite.

The other issue with Windows is that the original command shell (CMD) is not supported by Warp, as it is too primitive to integrate with. But before we get into this, let’s first start up Warp for Windows.

You no longer need to sign in. I’ve already praised the fact that Warp is run as a company, but logging in had put a lot of people off. If you unreservedly ascribe evil to this activity, then you were probably not aligned to the Warp project anyway. But now, only a few extended tasks require login.

👁 Image

We open a tab to start a session, and then choose which shell to use. You can see that Warp recognises both PowerShell and my installed preference, which is the Git Bash shell. The Git Bash shell is a favourite with developers because it allows a proper integration of Unix-like commands for use with git. Unfortunately, that shell didn’t work for me, but it has for others and is fully supported by the team. On newer machines, you can also use Windows Subsystem for Linux (WSL) in Warp.

Most developers haven’t learned much PowerShell, as it is fairly obscure and ugly. However, it does have a few Unix aliases, which is nice. This leads us to how Warp uses AI. Like most developers, I have reservations about using Large Language Models (LLMs), but they are pretty useful in the option flag filled world of operating systems. Let’s see how that works.

For most Windows users, the ability to use Warp blocks that wrap commands and responses and allow full editing will be the biggest delight. For example, if I simply type tree in a root directory, it puts the 38 seconds worth of lengthy response into a block, but doesn’t render the whole shell unusable:

👁 Image

I still think Warp has gone too all-in with AI, but in this example I wanted to do a bit more with tree, so I used a prompt to talk in chat style to the LLM:

👁 Image

This is a slightly fake question, as tree already shows directories but doesn’t print them. Note how the LLM (Claude Sonnet in this case) reasons with itself about what it could do and shows a response I could use. I can then run it, if I wish:

👁 Image

In fact, after running this it went on to correct itself and used a PowerShell script to do exactly what I asked, although I think it ran out of tokens doing so. Afterwards, I could go back to that block and apply commands with right click:

👁 Image

So I can search using “find within block” and in this example I just look for the sequence “time”:

👁 Image

This was all useful, as I have no wish to learn PowerShell. But Warp offers much simpler advantages — like suggested completions. In this example I call for help incorrectly, and Warp suggests what I actually need:

👁 Image

Similarly, while typing directories Warp intervenes intelligently to suggest the available alternatives:

👁 Image

These are the relatively simple things that a command shell should always have provided, and that Warp finally gives us.

As I mentioned when looking at Ghostty, controlling sessions with tabs is a major boon, and this works much as it does on my MacBook. For example, it is just a right click to rename or apply colours to tabs:

👁 Image

(Yes, that folder is from 2012)

Warp Drive and Workflows I’ve covered before, but they are time investments into the Warp system that may well be worth making. These effectively allow you to name and store parameterised commands, and share them across a team. For example, sharing the same git statements across a team is a good idea:

👁 Image

This facility probably comes into its own for DevOps, when a number of team members of various skill levels need to run commands across a number of systems.

Unfortunately there are many configurations that count as a Windows PC, and it will take the Warp team more time to apply their full engineering expertise to this new old world. But given what they have already produced, I’m confident that Warp will successfully spread its advantages across the whole Windows platform fairly soon.

👁 Image

TRENDING STORIES
David has been a London-based professional software developer with Oracle Corp. and British Telecom, and a consultant helping teams work in a more agile fashion. He wrote a book on UI design and has been writing technical articles ever since....
Read more from David Eastman
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.