Hi everyone,
My name is Ron, and I have been working on a Windows desktop app called PowerShellStudio. The goal is to provide a modern PowerShell 7.x ISE-style scripting environment for Windows.
The app is written in .NET 10 using Visual Studio 2026.
My goal is not to replace VS Code or compete with the full developer experience there. Instead, I am trying to build something closer in spirit to the original Windows PowerShell ISE, but updated for PowerShell 7.x. I wanted a focused scripting environment with a clean editor, integrated PowerShell console, script execution, syntax diagnostics, command and parameter completion, metadata-based IntelliSense, and a workflow that feels comfortable for people who liked the simplicity of the original ISE.
At this point, the app is running and usable, but it is still under active development. I would really value feedback from experienced PowerShell users.
I am especially interested in feedback on:
-
Running scripts from the editor
-
Interactive console behavior
-
PowerShell 7.x compatibility
-
Command and parameter completion
-
Syntax diagnostics and error display
-
General usability compared with the legacy ISE
-
Anything that feels awkward, broken, slow, or missing
I also want to build as much trust and transparency as possible. I am currently in the process of preparing a final preview version to add to GitHub. If there is interest, I will upload the complete source code so anyone can examine it, build it, and run it themselves. That way people can review how the app launches PowerShell, what files it creates, how the editor and console work, and verify that there is nothing hidden or unexpected.
I am not presenting the app as finished or perfect. I am hoping to see whether there is community interest while I am still actively working on it, and I would welcome feedback, bug reports, feature suggestions, design advice, and code review.
My goal is to make this a practical, reliable, community-informed PowerShell 7.x scripting environment, especially for people who still miss the workflow of the original ISE.
Project/source code:
[GitHub repository link]
Test build or installer:
[Download link]
Notes:
This is an early preview project. Please review the source code first if you prefer, and test in a safe/non-production environment.
If anyone here would be willing to test it, review the code, or simply give advice on what a good PowerShell 7.x ISE-style tool should include, I would greatly appreciate it.
Thank you very much,
Ron
