Wingetlywingetly
← All apps

TheiaBlueprint

by Eclipse Theiav1.44.0

Last updated

Eclipse Theia Blueprint is a template for building desktop-based products based on the Eclipse Theia platform, as well as to showcase Eclipse Theia capabilities.

Install with winget

$ winget install --id EclipseFoundation.TheiaBlueprint --exact --version 1.44.0

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

Silent install command for TheiaBlueprint

TheiaBlueprint uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
TheiaBlueprint-1.44.0.exe /S /CURRENTUSER

See the full silent install reference for TheiaBlueprint

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

Eclipse Theia Blueprint is a template for building desktop-based products based on the Eclipse Theia platform, as well as to showcase Eclipse Theia capabilities. It is made up of a subset of existing Eclipse Theia features and extensions and can be easily downloaded and installed on all major operating system platforms (see below). Documentation is available to help you customize and build your own Eclipse Theia-based product.

Installers · v1.44.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64EXE
NSIS
machineDirect

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

Security

14 known CVEs via NVD

  • high7.5Fix in v1.74.0CVE-2026-61891affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend exposes HTTP file-download endpoints (`GET /file`, `GET /files/`, `PUT /files/`) that convert a client-supplied URI directly to a filesystem path and stream the file, without confining it to th...

  • high8.8Fix in v1.74.0CVE-2026-60009affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend binds `POST /file-upload` in every filesystem-enabled deployment. The handler takes an attacker-supplied absolute path from the multipart `uri` field and calls `fs.move(tmp, target, { overwrite...

  • medium6.5Fix in v1.74.0CVE-2026-14574affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions 0.7.0 and up until including 1.73.1, the `PreferenceUtils.merge` function in `@theia/core` recursively merges preference values without rejecting prototype-related keys (`__proto__`, `constructor`, `prototype`). Because this function is invoked by `Pref...

  • high7.5Patched in wingetCVE-2026-12609affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions 1.66.0 and up until including 1.73.1, the `@theia/plugin-ext` backend exposes the `/hostedPlugin/:pluginId/:path(*)` HTTP endpoint, which resolves the requested file path with `path.resolve(localPath, filePath)` without verifying that the resolved path...

  • high8.8Fix in v1.71.0CVE-2026-46580affects before 1.71.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.71.0, files matching the pattern .prompts/*.prompttemplate in a workspace were automatically loaded and could override or extend the AI agent's system prompts. An attacker could craft a malicious repository containing prompt template files th...

  • high8.8Fix in v1.69.0CVE-2026-44691affects before 1.69.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.69.0, custom task definitions in workspace files (e.g. .theia/tasks.json, .vscode/tasks.json) could be executed without requiring workspace trust. An attacker could craft a malicious repository that, when cloned and opened in Theia, leads to...

  • high8.8Fix in v1.71.0CVE-2026-44688affects before 1.71.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.71.0, the AI chat agent processed workspace file and directory names as part of its prompt context without distinguishing them from system instructions. An attacker could craft a malicious repository with adversarial directory or file names t...

  • medium6.5Fix in v1.71.0CVE-2026-22551affects before 1.71.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.71.0, the AI chat rendered Markdown image tags from AI responses, triggering HTTP requests to arbitrary external URLs without restriction. Combined with prompt injection in a malicious workspace, an attacker could induce the AI agent to const...

Showing 8 of 14. Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • TheiaIDEEclipse Theia
    EclipseFoundation.TheiaIDEv1.75.0

    A modern and open IDE for cloud and desktop.

  • YouTube Music Desktop AppNovusTheory
    Ytmdesktop.Ytmdesktopv2.0.11

    A unofficial player for YouTube Music on desktop

  • CapCutBytedance Pte. Ltd.
    ByteDance.CapCutv9.4.0.4015

    A video editing tool packed with features on your desktop or laptop

  • LibreOfficeThe Document Foundation
    TheDocumentFoundation.LibreOfficev26.8.0.3

    LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.

  • Wondershare PDFelementWondershare
    Wondershare.PDFelement.12v12.2.2

    Take control of your documents with this powerful PDF editor.

  • Notepad++Notepad++ Team
    Notepad++.Notepad++v8.9.8

    Notepad++ is a free source code editor that supports several languages.

More from Eclipse Theia or browse developer, eclipse, editor.

Frequently asked questions

How do I install TheiaBlueprint on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id EclipseFoundation.TheiaBlueprint --exact --version 1.44.0. winget downloads the installer from Eclipse Theia and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install TheiaBlueprint silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id EclipseFoundation.TheiaBlueprint --exact 1.44.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for TheiaBlueprint?
TheiaBlueprint uses EXE (NSIS). Run the downloaded installer with: TheiaBlueprint-1.44.0.exe /S /CURRENTUSER. The silent switches are /S.
How do I uninstall TheiaBlueprint via winget?
Run: winget uninstall --id EclipseFoundation.TheiaBlueprint --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from TheiaBlueprint's Apps & Features entry.
Is TheiaBlueprint free?
TheiaBlueprint is distributed under MIT License. Refer to the publisher (https://theia-ide.org/docs/blueprint_download) for the full license terms - Wingetly itself does not charge for installation.
Does TheiaBlueprint 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 TheiaBlueprint directly from the publisher.
How do I keep TheiaBlueprint up to date?
Run winget upgrade --id EclipseFoundation.TheiaBlueprint --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of TheiaBlueprint from microsoft/winget-pkgs.

Recent versions

  • 1.44.0latest
  • 1.43.0
  • 1.42.1
  • 1.41.0
  • 1.40.0
  • 1.39.0
  • 1.38.0
  • 1.37.0
  • 1.36.0
  • 1.35.0