Wingetlywingetly
← All apps
C

CubeScope

by David Simonv0.10.0

Last updated

A modern, open-source successor to MDX Studio for SSAS Multidimensional.

Install with winget

$ winget install --id dasimon.CubeScope --exact --version 0.10.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

CubeScope is a modern workbench for SSAS Multidimensional developers: write, understand, measure and maintain MDX against existing cubes, with a built-in AI expert. A single self-contained executable (ASP.NET Core 10 + Vue 3) that opens a local web app in your browser — no install, no server, no cloud. Features: Monaco MDX editor with autocompletion, virtualized results grid, DMV metadata explorer, a query profiler that splits Formula Engine vs Storage Engine from SSAS traces, perfmon stats, MDX Script + dependency graph, cache management, query history, and an AI assistant — explain / optimize / detect anti-patterns / format, profile-grounded optimization, and natural-language → MDX generation. Powered by Anthropic by default, or any OpenAI-compatible endpoint (local Ollama/LM Studio included) for on-prem confidentiality. Windows only, Integrated Security. Scope is SSAS Multidimensional only — no Tabular, Power BI or DAX.

Installers · v0.10.0

ArchitectureTypeScopeInstallDownload
x64Portable-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for CubeScope.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Microsoft PowerBI DesktopMicrosoft Corporation
    Microsoft.PowerBIv2.157.879.0

    Visualize any data and integrate the visuals into the apps you use every day with Power BI, a unified platform for self-service and business intelligence.

  • DuckDB CLIDuckDB
    DuckDB.cliv1.5.5

    DuckDB is an in-process SQL OLAP Database Management System

  • Microsoft Power BI Report ServerMicrosoft Corporation
    Microsoft.PowerBIReportServerv1.26.9682.1442

    Power BI Report Server, available as part of Power BI Premium, enables on-premises web and mobile viewing of Power BI reports, plus the enterprise reporting capabilities of SQL Server Reporting Services.

  • T
    Tableau DesktopTableau Software, LLC
    Tableau.Desktopv24.3.965

    Insights at the speed of business

  • T
    Tableau PublicTableau Software, LLC
    Tableau.Publicv25.1.463

    Find inspiration and improve your data skills

  • T
    Tableau ReaderTableau Software, LLC
    Tableau.Readerv25.1.463

    Open visualizations built in Tableau

More from David Simon or browse ssas, mdx, mdx-studio.

Frequently asked questions

How do I install CubeScope on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id dasimon.CubeScope --exact --version 0.10.0. winget downloads the installer from David Simon and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install CubeScope silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id dasimon.CubeScope --exact 0.10.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall CubeScope via winget?
Run: winget uninstall --id dasimon.CubeScope --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from CubeScope's Apps & Features entry.
Is CubeScope free?
CubeScope is distributed under MIT License. Refer to the publisher (https://github.com/dasimon/CubeScope) for the full license terms - Wingetly itself does not charge for installation.
Does CubeScope work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls CubeScope directly from the publisher.
How do I keep CubeScope up to date?
Run winget upgrade --id dasimon.CubeScope --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of CubeScope from microsoft/winget-pkgs.