Version: 0.0.4
Author: BubblesTheDev
Bubbles CMD is a modern Windows terminal app that opens real installed shells inside one clean WPF desktop window. It is not a command emulator and it does not replace cmd.exe, PowerShell, Windows Terminal, Git Bash, WSL, or Visual Studio developer shells.
Most users should download the MSI installer from the GitHub Releases page:
bubbles-cmd-0.0.4-win-x64.msi
Install it by double-clicking the MSI, then open Bubbles CMD from the Start Menu or Desktop shortcut.
Release page:
https://github.com/KernFerm/Bubbles-Terminal/releases
End-user install notes are in RELEASE.md.
- Opens real Windows shells inside the Bubbles CMD app window.
- Supports Windows PowerShell, Command Prompt, Azure Cloud Shell, Visual Studio developer shells, Git Bash, PowerShell 7, WSL, and custom profiles.
- Uses a Windows Terminal-backed terminal surface through
EasyWindowsTerminalControl. - Includes tabs, panes, split views, pane resizing, pane swapping, pane-to-tab movement, search, snippets, commands, settings, and a command palette.
- Uses local settings and optional local diagnostics only.
- Does not include telemetry, analytics, command uploads, clipboard uploads, or terminal-output uploads.
Use the profile menu to open a shell:
Ctrl+Shift+1: Windows PowerShellCtrl+Shift+2: Command PromptCtrl+Shift+3: Azure Cloud ShellCtrl+Shift+4: Developer Command Prompt for VS 2022Ctrl+Shift+5: Developer PowerShell for VS 2022Ctrl+Shift+6: Git Bash
Some profiles require other tools to be installed. If Azure CLI, Visual Studio, Git, PowerShell 7, or WSL is missing, Bubbles CMD will show a helpful message instead of silently failing.
Requirements:
- Windows 10 or newer
- .NET 8 SDK
- Git
Run from source:
dotnet restore .\BubblesCmd.sln
dotnet run --project .\src\BubblesCmd.App\BubblesCmd.App.csproj --configuration ReleaseRun tests:
dotnet test .\BubblesCmd.sln --configuration ReleaseBuild the release ZIP:
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\package.ps1Build the MSI:
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\build-msi.ps1Generated release files are local artifacts and should not be committed:
artifacts\packages\bubbles-cmd-0.0.4-win-x64.zip
artifacts\installer\bubbles-cmd-0.0.4-win-x64.msi
- Detailed builder guide
- Release notes
- Changelog
- Privacy policy
- Security policy
- Manual test plan
- Installer notes
MIT. See LICENSE.